@import url(reset.css);
@import url(billboards.css);

body {
	background:url(../img/bg/background-stripes.gif);
}

#container {
	margin:0 auto;
	width:900px;
}

#header {
	background:#CDE99B;
	border-top:solid 5px #0F8ED3;
	height:30px;
}
#header #header-wrapper {
	margin:0px auto;
	width:900px;
}
#header #header-wrapper img {
	position:absolute;
}
#header-menu {
	font:normal 11px arial,sans-serif;
    float: right;
    line-height: 26px;
}
#header-menu a:link, #header-menu a:visited {
    color: #0155A3;
    font-weight: bold;
    text-decoration: none;
}
#header-menu a:hover {
	color:#439D2A;
	text-decoration:none;
}

#header .header-wrapper {
	position:absolute;
	margin:0px auto;
	width:900px;
}

#menu {
    height:70px;
	margin:0px auto;
	width:900px;
}
#menu ul {
	float:right;
	margin-top:20px;
	list-style-type:none;	
}
#menu li {
    display: inline;
    float: left;
    line-height: 16px;
    margin-left: 15px;
}
#menu li.active a:link, #menu li.active a:visited {
	color:#0155A3;
}
#menu li a:link, #menu li a:visited {
    color: #6197C3;
    font: bold 18px 'century gothic';
    text-decoration: none;
}
#menu li a:hover {
	color:#96D12D;
}
#menu li span {
    border-bottom: solid 2px #6197C3;
    color: #16314C;
    display: block;
    font: 11px 'trebuchet ms';
    padding-bottom: 1px;
}
#menu li.active span {
    border-bottom:dotted 2px #96D12D;
    color: #0F8ED3;
}
#menu li a:hover span {
	border-bottom:solid 2px #96D12D;
}
#billboard {
	border:solid 1px #0F8ED3;	
	margin-top:10px;
}

#advert {
	border:solid 1px #0F8ED3;
	height:150px;
	margin:5px 0px;		 
    width:900px;  
	overflow: hidden;	
}
#advert img {
    width:  900px; 
    height: 150px; 
    top:  0; 
    left: 0 
}

#service {
	background:#CDE99B;
	margin:5px 0px;
}

#service ul {
	height:auto;
	margin-left:5px;
	width:205px;			
}
#service li {
	color:#0155A3;
	cursor:hand;
	font:normal 14px arial;
	height:40px;
	line-height:32px;
	list-style-type:none;	
	padding:0px 0px 0px 5px;
}

#service-notes {
	font:normal 14px arial;	
	float:right;
	height:235px;
	margin:1px 5px 0px 0px;
	padding:3px;
	width:666px !important;
	width:661px;	
}

#service-notes h1 {
	border-bottom:solid 1px #96D12D;
	color:#0F8ED3;
	font:normal 24px 'century gothic';
	margin-bottom:10px;
	padding-bottom:2px;
}

#service-notes a {
	border-bottom:dotted 1px #96D12D;
	color:#0F8ED3;
	font:bold 14px arial;
	text-decoration:none;
}

#service-hotspot ul {
	float:left;		
}

#service-hotspot li {
	list-style-image:url(../img/bullets/bullet[arrow-green].gif);	
	font:normal 11px arial;
	height:15px;
	width:240px;
}
#content-left {
	float:left;
	width:640px;
}
#content-left div.rule {	
	background:url(../img/dotted-line-h.gif) repeat-x bottom;	
}
#content-left dt {
	color: #16314C;
	font:bold 22px 'trebuchet ms';
}
#content-left dd {
	color: #16314C;
	font:normal 12px 'trebuchet ms';
	margin-bottom:10px;	
}
#content-left div.published-date {
	font:normal 11px arial;
	margin-bottom:10px;
}

#content-right {
	font:normal 12px 'trebuchet ms';	
	float:right;
	width:250px;
}

#content-right .content-box {
	margin-bottom:5px;
}

#content-right .content-box a:link, #content-right .content-box a:visited {
	color:#0F8ED3;
	font:normal 18px arial;
	text-decoration:none;
}

#content-right #tools {
	background:#6197C3;
}

#content-right #tools .wrapper a:link, #content-right #tools a:visited {
	background:#6197C3;
	color:#CDE99B;
	font:normal 18px arial;
	text-decoration:none;
}
#content-right #fax .wrapper {
	background:#96D12D;
	color:#16314C;
}
#content-right h3 {
	border-bottom:solid 1px #0F8ED3;
	font:normal 20px 'trebuchet ms';	
}
#content-right #fax p {
	line-height:12px;
}
#content-right #fax li {
	color:#DCF2E5;
	margin-left:15px;
	list-style-type:square;
}

#content-right #announcements {
	background:#CDE99B;
}
#speed-content {
	background:#CDE99B;
}
#speed-content #content-right {
	width:430px;
}
#speed-content #content-right h3 {
	color:#0F8ED3;
}
.wrapper {
	padding:5px;
}

#footer {
	background:url(../img/bg/footer-bg.gif) repeat-x;
	clear:both;
	font:normal 11px arial,sans-serif;	
	height:132px;
}
#footer .wrapper {
	margin:0px auto;
	width:900px;
}
#footer img {
	float:right;
	margin:35px 5px 0 0;
}
#footer-content-left {
    color: #089017;
    float: left;
    margin-top: 20px;
	width:74%;
}
#footer-content-left div {
    color: #CDE99B;
    margin: 0px 50px 60px 0px;
    text-align: right;
}
#footer-content-left div a:hover {
    color: #0F8ED3;
    font-weight: bold;
    text-decoration: none;
}
#footer-content-left span {
	display:block;
	margin-top:5px;
}
#footer-content-left a:link, #footer-content-left a:visited {
	color:#0155A3;
	font-weight:bold;
	text-decoration:none;
}
#footer-content-left a:hover {
	color:#0F8ED3;
}

