/* CSS Document */


*{
margin:0;
padding:0;}/* This set the margin and padding of all I.E and FireFox versions to 0*/

body{
background:url(images/bg.jpg);
font-family:Arial, Helvetica, sans-serif;}

div#wrapper{
width:710px;
background:none;
margin:0 auto;}/* This Makes the div #wrapper center horizontally in the page */

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
color:#0A4E8D;}
a:hover, a:active {
color:#666666;}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* HEADER */
div#header{
width:710px;
height:100px;
background:url(images/header.jpg) no-repeat;}
/* CTA1 */
div#ctaone{
width:710px;
height:30px;
background:url(images/cta1.jpg) no-repeat;
margin-bottom:5px;
clear:both;}

/* CONTENT */
div#content{
width:300px;
height:265px;
background:url(images/content_box.jpg) no-repeat;
float:left;
color:#FFFFFF;
text-align:center;}
div#content h2{
line-height:1.1em;
margin:20px 0;
color:#FFF297;}
div#content address{
font-style:normal;
margin-bottom:20px;}

/* CTA2 */
div#ctatwo{
width:402px;
height:265px;
background:url(images/cta2.jpg) no-repeat;
float:right;}

/* CTA3 */
div#ctathree{
width:710px;
height:30px;
background:url(images/cta3.jpg) no-repeat;
float:left;
margin:10px 0;}
/* CONTENT */
div#contenttwo{
width:600px;
margin:0 auto;}
div#contenttwo ul{
margin:20px 0;}
div#contenttwo ul li{
list-style:inside;}
/* FOOTER */
div#footer{
clear:both;
text-align:center;
font-size:10px;
padding:20px 0;}






/* ----------------- CUSTOM CLASSES ----------------- */

.left {
float:left;}
.right {
float:right;}
.clear{
clear:both;}
.hide{
display:none;}
div#bottomimages{
height:auto;
width:auto;
margin:0 auto;
text-align:center;
clear:both;}
IMG{
border:#666666 1px solid;
margin:3px;
padding:2px 2px 2px 2px;}