@CHARSET "ISO-8859-1";

* {
margin: 0;
padding: 0;
zoom : 1;
}

IMG {
border: 0;
display: block;
}

BODY {
background: url('../images/bgd2.gif') repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

iframe {
	display: none;
}	

A:link {  	color: #555;text-decoration: none;}
A:visited { color: #555;text-decoration: none;}
A:active {  color: #555;text-decoration: none;}
A:hover {  	color: #555;text-decoration: underline;}

#content {
width: 776px;
margin-left: auto;
margin-right: auto;
background-color: #adceed;
padding: 12px;
margin-top: 20px;
}

#pageContent {
background-color: #fff;
margin-top: 12px;
font-size: 12px;
color: #003f82;
overflow: hidden;
padding-bottom:0;
min-height: 280px;
}


#pageContent img.homeImage {
	float: left;
	width: 511xpx;
	height: 284px;
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 256px;
	height: 284px;
	padding-left: 9px;
	background-color: #ADCEED;
	
}

#buttons a.gps {
	display: block;
	width: 194px;
	height: 26px;
	background-image: url(../images/gpsButtonBig.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #fff;
	font: 14px verdana;
	padding-left: 62px;
	padding-top: 123px;
	font-weight: bold; 
}

#buttons a.gps:hover {
	background-position: 0px -149px;
}

#buttons a.blog {
	display: block;
	width: 184px;
	height: 25px;
	background-image: url(../images/blogButtonBig.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #fff;
	font: 14px verdana;
	padding-left: 72px;
	padding-top: 110px;
	font-weight: bold;
}

#buttons a.blog:hover {
	background-position: 0px -135px;
}	
	
#pageContent H1, H2, H3 {
text-transform: capitalize;
margin-bottom: 20px;
}

#textContent {
float: left;
max-width: 420px;
padding: 30px 40px;
overflow: visible;
}

#textContent IMG{
max-width: 400px;
overflow: hidden;
}


#badge {
position:fixed;
bottom:0;
right:0;
}

#sidePics {
float: right;
width: 257px;
background-color: #adceed;
border-left: 12px solid #adceed;
/*border-bottom: 12px solid #adceed;*/
}

#sidePics IMG {
margin-bottom: 12px;
width:257px;
}

#title {
width: 756px;
background-color: #fff;
height: 100px;
padding: 15px 10px;
}

#title BLOCKQUOTE {
float:right;
width: 420px;
color: #003f82;
font-size: 12px;
text-align: right;
font-weight: bold ;
font-style: italic;
}

#title IMG {
display: block;
float: left;
}

#nav {
height: 25px;
background-color: #fff;
}

#nav UL {
list-style-type: none;
}

#nav LI {
float: left;
margin-right: 1px;
}

#nav LI A{
display: block;
text-align:center;
padding-top:7px;
width: 96px;
height: 21px;
background: url("../images/bluetab.jpg") no-repeat;
color: #fff;
text-decoration: none;
font-size: 12px;
text-transform: capitalize;
}

#nav LI A:link{  	background: url("../images/bluetab.jpg") no-repeat;}
#nav LI A:visited{ 	background: url("../images/bluetab.jpg") no-repeat;}
#nav LI A:active{  	background: url("../images/redtab.jpg") no-repeat 0 2px; padding-top:9px;}
#nav LI A:hover{  	background: url("../images/redtab.jpg") no-repeat 0 2px; padding-top:9px;}

#nav LI A.current { background: url("../images/redtab.jpg") no-repeat 0 2px; padding-top:9px;}

#footer {
font-size: 10px;
color: #555;
margin: 10px auto;
width: 900px;
text-align: center;
height: 40px;
}

#footer P {
display: inline;
margin: 0 70px;
}

#contactTable {
text-align: right;
border: 2px solid #ca3c28;
padding: 8px;
}

#contactTable TD{
padding: 5px;
}

