@charset "UTF-8";
/* CSS Document */

* { 
    margin:0; 
    padding:0; 
   } 

body {
background: url(../images/background.jpg) no-repeat top;
text-align: center;
}

#container 
{ 
position: relative; 
width: 955px;  
background: transparent;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

div#header
{ 
height: 126px;
top: 0;
padding: 0;
background: url(../images/westshore-marketing.gif) no-repeat left;
text-align: left;
} 

div#header .tagline
{ 
position: relative;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
color: #333;
top: 25px;
left: 180px; 
}

div#navcontainer
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
margin: 0;
padding: 0;
}


 /* NAV LIST */
 ul#navlist
 {
list-style-type: none;
margin-top: 71px;
margin-left: 170px;
 }

 ul#navlist li { display: inline; }

 ul#navlist li a
 {
 color: #000;
 text-decoration: none;
 background: transparent;
 padding: 0px 10px 0px 10px;
 }

 ul#navlist li a:hover
 { 
 color: #fff;
 }
 
 ul#navlist li a#current
 { 
 background-color: #fff;
 }



/*  Main
---------------------------------------------------------------*/

div#main {
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 14px; 
color: #333;  
position: relative;
text-align: justify;
min-height: 200px;
}

div#main ul, ol {margin: 0 0 0 22px; padding: 0; }

div#main li.arrow { list-style-image:url(../images/bullet.gif); }

div#main li.check { list-style-image:url(../images/checkmark.png); }

div#main h3 {color: #ff6600; font-size: 22px; font-family: Harrington, Arial, Verdana, sans-serif; font-weight: 100; }

div#main h2 {color: #695524; font-size: 17px; font-weight: bold; }

div#main h1 {color: #000; font-weight: bold; font-size: 14px; }

div#main .highlight {color: #ff6600; font-weight: bold; }

div#main a {color: #ff6600; text-decoration: underline; }

div#main a:hover {color: #df7528;}

div#main .black {color: #000; font-weight: bold; }




/*  Footer
---------------------------------------------------------------*/

#footer {
position: relative;
float: left; 
background: url(../images/footer.gif) repeat-x; 
min-width: 100%;
height: 52px;
}

#container2 
{ 
width: 955px;  
text-align: center;
background: transparent;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

div#footer p {
margin: 20px 0 0 0;
font-size: 13px;
color: #fff;
font-family: Arial, Verdana, Helvetica, sans-serif; 
}

div#footer .orange {
color: #df7528;
}

div#footer a {color: #031947; text-decoration: none;}

div#footer a:hover {color: #000000;}

#text {
position: relative;
float: left; 
min-width: 100%;
font-family: Arial, Verdana, Helvetica, sans-serif; 
color: #999;
font-size: 12px;
text-align: center;
}

#container3 
{ 
width: 905px;  
text-align: left;
background: transparent;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
padding: 30px;
} 

#text h1 {
color: #996600;
font-size: 14px;
}

#text a {color: #000; text-decoration: underline; }

#text a:hover {color: #666633;}