/* CSS Document */


body
{
margin: 0px;
text-align: left;
background: #EEE url(../../images/container_bg.gif) repeat-y center; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

a
{
text-decoration: none;
color: #0066cc;

} 

a:hover
{
border-bottom:1px dotted;
color: #0033ff;

} 

.mainNav a:hover
{
text-decoration: none;
border-bottom:0;
}

#container
{
margin-left: auto;
margin-right: auto;
width: 760px;
text-align: left;
background: #0088db;
}

#banner
{
height: 547px;
background:#036 url(../images/08thissummer-V2.jpg) no-repeat;
color:#fff;
padding: 0px;
margin:0px;
}

#banner_leftcol 
{
height:150px;
width:250px;
float:left;
margin:30px 0px 0px 20px;
}

#banner_leftcol h1
{
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
margin:20px 0px 0px 12px;
padding:0px 0px 0px 0px;
}

#banner_leftcol h2
{
font-family:"Times New Roman", Times, serif;
font-size:14px;
margin:0px 0px 0px 12px;
padding:6px 0px 0px 0px;
font-weight:bold;
font-style:italic;
}

#banner_leftcol h2 a
{
color:#fff;
}

#banner_leftcol h2 a:hover
{
color:#fc0;
}

#banner_leftcol h3
{
color: #fc0;
font-family:"Times New Roman", Times, serif;
font-size:20px;
margin:0px 0px 0px 12px;
padding:16px 0px 0px 0px;
font-weight:bold;
font-style:italic;
}

#banner_leftcol h3 a
{
color: #fc0;
}

#banner_leftcol h3p a:hover
{
color: #ea0;
}

#banner_leftcol p
{
color: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
margin:0px 0px 0px 12px;
padding:16px 0px 0px 0px;
font-weight:bold;
}

#banner_leftcol p a
{
color: #fc0;
}

#banner_leftcol p a:hover
{
color: #ea0;
}

/*right col*/

#banner_rightcol 
{
height:210px;
width:310px;
float:left;
margin:20px 0px 0px 160px;
}

#banner_rightcol h1
{
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
}

#banner_rightcol h2
{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
font-style:italic;
}

#banner_rightcol h2 a
{
color:#fff;
}

#banner_rightcol h2 a:hover
{
color:#fc0;
}

#banner_rightcol h3
{
color: #fc0;
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
font-style:italic;
}

#banner_rightcol h3 a
{
color: #fc0;
}

#banner_rightcol h3p a:hover
{
color: #ea0;
}

#banner_rightcol p
{
color: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:1.5em;
}

#banner_rightcol p a
{
color: #fc0;
}

#banner_rightcol p a:hover
{
color: #ea0;
}


#menu
{
color: #fff;
font-family:"Times New Roman", Times, serif;
font-size:17px;
font-weight:bold;
font-style:italic;
line-height:12px;
margin:0px 0px 0px 270px; 
padding-top:170px;
width:490px;
}

#menu a {
color:#fff;
}

#menu a:hover {
color:#fc0;
}

/*CLASSES^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */





.cutline
{
color: #fc0;
font-family:"Times New Roman", Times, serif;
font-size:20px;
margin:0px 0px 0px 0px;
padding:16px 0px 0px 0px;
font-weight:bold;
font-style:italic;
line-height:18px;
}


.footer_left
{
float:left;
background:#ffffff;
margin: 0px 0px 0px 4px;
}

.footer_right
{
float:right;
margin: 20px 4px 0px 0px;
background:#ffffff;
}


.float_clear
{
clear:both;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


.float_left
{
float:left;
}

.float_right
{
float:right;
}

.dotted
{
border-bottom: 1px dotted #999;
margin-bottom: 15px;

}


