/*Meyer Reset v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {font-family:"Gill Sans",arial,"Bitstream Vera Sans",sans-serif; font-weight:normal; font-size:22px; line-height:1.2; color:#222}
h2 {font-family:"Gill Sans",arial,"Bitstream Vera Sans",sans-serif; font-weight:normal; font-size:18px; line-height:1.2; color:#222;}
h3 {font-family:"Gill Sans",arial,"Bitstream Vera Sans",sans-serif; font-weight:normal; font-size:16px; line-height:1.2; color:#444;}
a {font-family:"Gill Sans",arial,"Bitstream Vera Sans",sans-serif; font-weight:normal; font-size:16px; line-height:1.2;}
p {font-family:"Gill Sans",arial,"Bitstream Vera Sans",sans-serif; font-weight:normal; font-size:16px; line-height:1.2; color:#444;}
/*Main CSS*/
a {
	text-decoration:none;
}
html, body {
	background: #084f66 url('../images/background.png') repeat-y scroll center top;
	height:100%;
}
#wrapper {
	width:930px;
	height:100%;
	margin:0 auto 48px;
}
#header {
	background: #084f66 url('../images/header.png') no-repeat scroll center top;
	width:930px;
	height:180px;
	float:left;
}
#header a {
	color:#ccc;
}
#header a:link, #header a:visited {
	border-bottom:none;
}
#header a:hover, #header a:active {
	color:#fff;
	border-bottom:2px solid #0d80a7;
}
#header ul {
	float:right;
	padding:14px 70px 0 10px;
}
#header ul li {
	display:inline;
	padding-left:10px;
}
#header #logo {
	width:180px;
	height:96px;
	float:left;
	padding:67px 0 0 66px;
}
#header #logo a:link, #header #logo a:visited, #header #logo a:hover, #header #logo a:active {
	color:#fff;
	border-bottom:none;
}
#content {
	background: #084f66 url('../images/splash.png') no-repeat scroll center top;
	width:930px;
	height:660px;
	float:left;
}
#content a:link, a:visited {
	color:#084f66;
	border-bottom:1px dotted #888;
}
#content a:hover, a:active {
	color:#0d80a7;
	border-bottom:1px solid #666;
	/*Light Blue: 0d80a7, Dark Blue: 084f66*/
}
#footer {
	background: #084f66 url('../images/footer.png') no-repeat scroll center top;
	width:930px;
	height:144px;
	float:left;
}
#footer ul {
	width:930px;
	padding-top:110px;
	text-align:center;
}
#footer li {
	display:inline;
	padding:0 6px 0 6px;
	font-family:"Gill Sans",Verdana,"Bitstream Vera Sans",sans-serif; 
	font-weight:normal;
	font-size:12px;
	line-height:1.2;
	color:#aaa;
	border-right:1px solid #084f66;
}
#footer li#last {
	border-right:none;
}
#article {
	width:380px;
	float:left;
	padding:35px 460px 20px 90px;
}
#article p {
	padding:0 0 12px 0;
}
#address {
	width:360px;
	float:left;
	padding:35px 0 5px 90px;
}
#address h1 {
	padding-bottom:10px;
}
#address span {
	width:180px;
	float:left;
}
#sales_team {
	width:540px;
	float:left;
	clear:left;
	padding:12px 0 0 90px;
}
#sales_team h2 {
	width:100%;
	padding-bottom:5px;
}
#sales_team div {
	float:left;
	width:100%;
	padding-bottom:12px;
}
#sales_team li {
	display:inline;
	width:180px;
	float:left;
	padding:0 0 8px 0;
}
#links {
	width:500px;
	float:left;
	padding:35px 0 85px 90px;
}
#links h1 {
	padding-bottom:14px;
}
#links ul {
	width:100%;
}
#links ul li {
	display:inline;
	width:250px;
	height:38px;
	float:left;
	color:#084f66;
}
#links span {
	padding-left:.5em;
	color:#666;
	font-size:11px;
	font-style:italic;
}
#links a {
	font-size:14px;
	line-height:1;
}
#links p {
	float:left;
	clear:left;
	margin:10px 0 0 -10px;
}
#links img {
	width:17px;
	height:9px;
	margin-bottom:-1px;
	padding-left:2px;
}
#links img.leaf {
	margin-bottom:-2px;
	width:30px;
	height:15px;
}
