@charset "utf-8";
/* CSS Document */




/*--------------------DEFAULT HTML--------------------*/

* {
	margin:0px;
	padding:0px;
}



img {
border: none;
display: block;
}

a {
border: none;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

.italic {
font-style: italic;
}

h1 {
font-size: 1.6em;
font-weight: bold;
color: #16293d;
}

h2 {
font-size: 1.2em;
font-weight: bold;
color: #063c6a;
}


.last{
padding-right: 0px;
}


p {
color: #666666;
}


/*------------------- SITE WRAPPER ------------------- */


#siteWrapper {
margin: 0px auto 0px auto;
width: 990px;
}

/*------------------- HEADER ------------------- */


#header {
background-image:url(../images/bkg-header.jpg);
background-repeat: no-repeat;
height: 86px;
width: 990px;
}


#header img {  /*----logo----*/
padding-top: 40px;
padding-left: 20px;
float:left;
}




/*------------------- UTILITY ------------------- */
#utility {
float:right;
color: #cccccc;
text-align:right;
padding-right: 16px;
padding-top: 5px;
}

#utility ul{
display: block;
padding-bottom: 29px;
}

#utility li {
display: inline;
}

#utility li a {
color:#ffffff;
font-size: .75em;
padding-right: 15px;
padding-left: 4px;
}

#utility p {
color: #000000;
font-weight: bold;
padding-top: 0px;
font-size: 1.4em;
padding-right: 6px;
padding-right: 16px;
}


#utility span {
color: #999999;
font-size: .7em;
padding-right: 8px;
}







/*  Main Navigation  */

#nav{
background-image:url(../images/bkg-nav.jpg);
background-repeat: no-repeat;
height: 50px;
width: 990px;
text-align: center;
}


#nav ul {
padding-top: 17px;
padding-left:8px;
}

#nav li {
display: inline;
}

#nav a {
color:#ffffff;
font-size: 1.0em;
font-weight: bold;
padding: 0px 35px 15px 35px;
text-transform: uppercase;
}

/*#nav a:hover {
background-image:url(../images/bkg-selected.jpg);
background-position: top;
background-repeat: repeat-x;
text-decoration: none;
}

#nav a:hover.first {
padding-left: 23px;
width: 50px;
}*/


#nav a:hover {
text-decoration: none;
color: #c1e8ff;
}






/*------------------- MASTHEAD ------------------- */


#masthead h1 {
font-size: 1.1em;
padding: 15px 0px 0px 20px;
}


#masthead h2 {
font-size: 1.2em;
padding: 10px 0px 0px 20px;
color:#063c6a;
}



/*-------------------3. CONTENT CONTAINER ------------------- */

#contentContainer {
width: 990px;
}



/*-------------------3. MAIN CONTENT ------------------- */

.locationRow {
width: 940px;
border-top: 1px #cccccc dotted;
margin-left: 25px;
margin-top: 20px;
padding-top: 25px;
}

.locationRowBottom {
width: 940px;
border-top: 1px #cccccc dotted;
border-bottom: 1px #cccccc dotted;
margin-left: 25px;
margin-top: 20px;
padding-top: 25px;
padding-bottom: 25px;
}















/*-------------------  LEFT ------------------- */









/*-------------------  Middle   ------------------- */

#middle {
float: left;
width: 295px;
padding-top: 50px;
padding-bottom: 50px;
padding-left: 20px;
color: #666666;
}

#middle h2 {
padding-left: 0px;
padding-bottom: 10px;
}

#middle h3 {
font-size: 1.2em;
}


.bullet1 {
background-image:url(../images/bullet-1.jpg);
background-repeat: no-repeat;
height: 24px;
padding-left: 30px;
padding-top: 3px;
}

.bullet2 {
background-image:url(../images/bullet-2.jpg);
background-repeat: no-repeat;
height: 24px;
padding-left: 30px;
padding-top: 3px;
}

.bullet3 {
background-image:url(../images/bullet-3.jpg);
background-repeat: no-repeat;
height: 24px;
padding-left: 30px;
padding-top: 3px;
}

.bullet4 {
background-image:url(../images/bullet-4.jpg);
background-repeat: no-repeat;
height: 24px;
padding-left: 30px;
padding-top: 3px;
}


#middle p {
line-height: 22px;
font-size: .9em;
}


#middle strong {
}









/*  ------------------------- RIGHT-------------------------*/

#right h1 {
font-size: 1.4em;
}


#right h2 {
padding-left: 0px;
padding-bottom: 10px;
}








/*  ------------------------- TESTIMONIALS  -------------------------*/

#testimonials {
padding-top: 25px;

}


#testimonials h2 {
padding-bottom: 10px;
}


#testimonials p {
font-style: italic;
font-size: 1.2em;
line-height: 32px;
}









/*------------------- BOTTOM LOGOS------------------- */

/*#logos {
border-top: 1px #cccccc dotted;
background-image:url(../images/bkg-logos.jpg);
background-repeat: no-repeat;
background-position:center;
height: 76px;
margin-left: 20px;
margin-right: 20px;
padding-top: 15px;
}*/



#logos {
background-image:url(../images/bkg-logos2.jpg);
background-repeat: no-repeat;
height: 119px;
width: 990px;
margin: 0px auto 0px auto;
}


#logos p {
display: block;
padding-left: 795px;
padding-top: 5px;
font-size: .8em;
}

#logos span {
color:#063c6a;
font-weight: bold;
}


#logos a {
color:#0099ff;
font-weight: bold;
}


#bbb {
padding-top: 25px;
display: block;
}




#logoContainer {
width: 100%;
background-image:url(../images/bkg-logo-container.jpg);
background-repeat: repeat-x;
background-color: #cc5200;
height: 119px;
}








/*-------------------  FOOTER ------------------- */


#footerContainer {
width: 100%;
background-image: url(../images/bkg-footer.jpg);
background-repeat: repeat-x;
background-color: #013660;
padding-bottom: 30px;
}

#footer {
margin: 0 auto;
width: 990px;
padding-top: 20px;
padding-left: 10px;
}




#footer ul {
text-align:center;
padding-bottom: 10px;
}

#footer li {
display: inline;

}

#footer a {
color: #ffffff;
font-size: 1.0em;
padding-right: 8px;
padding-left: 8px;
}


#footer p {
text-align: center;
color: #ffffff;
font-size: .8em;
padding-top: 10px;
}











#nav .active {
color: #c1e8ff;
}
