/************** Yahoo Reset CSS *******************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/************* End Yahoo Reset CSS ***************/

body {
	background: #E4E4E5 url(/images/bg_body.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
h1 {
	font-size: 20px;
	color: #00529C;
	margin-bottom: 15px;
}
p {
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
#container {
	width: 806px;
	margin: 0 auto;
}
#header {
	background: url(/images/bg_header.jpg) no-repeat;
	width: 100%;
	height: 422px;
	position: relative;
}
#header img {
	margin: 29px 0 0 21px;
}
#header p {
	position: absolute;
	top: 80px;
	right: 50px;
	font-style: italic;
	font-size: 17px;
	color: #E6EEF5;
}
#nav {
	position: absolute;
	top: 35px;
	right: 30px;
}
#nav li {
	float: left;
	line-height: 23px;
	margin: 0 5px;
}
#nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
}
#nav li#home a {
	width: 38px;
	height: 24px;
	padding: 0 16px 0 16px;
}
#nav li#home a:hover {
	background: url(/images/bg_nav.jpg) no-repeat;
}
#nav li#about a {
	width: 63px;
	height: 24px;
	padding: 0 16px 0 16px;
}
#nav li#about a:hover {
	background: url(/images/bg_nav_about.jpg) no-repeat;
}
#nav li#services a {
	width: 92px;
	height: 24px;
	padding: 0 16px 0 16px;
}
#nav li#services a:hover {
	background: url(/images/bg_nav_services.jpg) no-repeat;
}
#nav li#contact a {
	width: 76px;
	height: 24px;
	padding: 0 16px 0 16px;
}
#nav li#contact a:hover {
	background: url(/images/bg_nav_contact.jpg) no-repeat;
}
#content {
	background: url(/images/bg_content.jpg) repeat-y;
	padding: 0 40px 15px 40px;
}
#content li {
	list-style-type: disc;
	list-style: inside;
	margin-left: 10px;
}
.right {
	float: right;
	text-align: center;
	width: 200px;
}
.huge {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}
.huge span {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
#footer {
	height: 69px;
	background: url(/images/bg_footer.jpg) no-repeat;
	position: relative;
}
#footer img {
	position: absolute;
	top: -61px;
	right: 3px;
}
#footer p {
	float:left;
}
.footerLeft {
	padding: 43px 0 0 40px;
	margin: 0;
}
.footerLeft a {
	margin-right: 10px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
.footerLeft a:hover {
	text-decoration: underline;
}
.footerRight {
	padding-top: 45px;
	margin: 0 0 0 130px;
	font-size: 11px;
}
p.copy, p.adstream {
	font-size: 10px;
	color: #666;
	float: left;
}
p.copy {
	margin-left: 40px;
}
p.adstream {
	margin-left: 310px;
}
p.adstream a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
#map {
	width: 350px;
	height: 300px;
	float: right;
	border: 1px solid #333;
}
#contactTable td {
	padding: 4px;
}