body { 
margin: 0px; 
padding: 0px; 
font: 85% Verdana, Arial, sans-serif;
background: #FFFFFF url(../images/white-grad-bg.jpg) center top repeat-y; 
}



p {
margin: 0px;
padding: 8px 8px 8px 28px;
color: #000000;
text-align: left;
line-height: 1.7em;
}



a {
color: #ff3300;
background: inherit;
text-decoration:underline;
}



a:hover {
background: inherit;
text-decoration:none;
color: #333333;
}


.imgLeft {
padding: 0px 8px 15px 0;
/*margin-left: 100px;*/
float: left;
}




h1{
color:#000000;
margin: 0px 4px 12px 28px;
font-size: 135%;
}


h2{
color:#000000;
margin-left: 10px;
font-size:110%;
line-height: 1ems;
}


h3{
color:#ffffff;
padding: 8px;
font-size: 125%;
font-weight:normal;
text-align: center;
}

h3 a{
color: #FFFFFF;
text-decoration: none;
}

h3 a:hover{
color: #FFFFFF;
text-decoration:underline
}



hr {
height: 2px;
width:100%;
border: none;
color: #003989;
background-color:#003989;
margin: 45px 0 45px 0;  
}


ul {
  margin: 5px 5px 5px 55px;
  padding: 5px;
  list-style: square;
}


.small {
font-size: 75%;
}


/*-------TopGgrey-------*/


#grey {
width: 940px;
padding:0;
margin: 0 auto;
height: 140px;
background: #3F3F3F url(../images/grey-bg.gif);
}






/*-------Header-------*/



#headerF {
width: 100%;
padding:0;
height: 187px;
background: #ff3300 url(../images/orange-bg-cent.jpg) center top repeat-y;
}



#header a:visited {
text-decoration: none;
color: #666666;
}


#header .padding { 
float: right;
color: #666666;
padding: 25px 10px 0 0;
font-size: 90%;
text-align: right;
}



#header {
width: 940px;
height: 187px;
margin: 0 auto;
padding:0;
}


#header .headerLeft {
width: 650px;
height: 187px;
margin: 0 auto;
padding:0;
float: left;
}

#header .headerRight {
width: 270px;
height: 187px;
margin: 0 auto;
padding:0;
float: left;
}






/*-------Navigation-------*/


#nav {
width: 940px;
height: 48px;
margin: 0 auto;
padding:0;
}


.underlinemenu{
font-weight: bold;
width: 100%;
color: #FFFFFF;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
color: #FFFFFF;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #ffffff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #FFFFFF; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}




/*-------Banner-------*/

#bannerF {
width: 100%;
padding:0;
height: 220px;
background: #148CC8;
}


#banner {
width: 940px;
height: 220px;
margin: 0 auto;
padding:0;
}





/*-------Content-------*/


#contentArea {
width: 940px;
margin: 0 auto;
padding: 0;
background: url(../images/orange-bg-cent.jpg) top no-repeat;
}




#main {
width: 940px;
margin: 0 auto;
padding: 12px 0 18px 0;
}




#main .left {
width: 650px;
margin-left: 0px;
float:left;
padding-bottom:10px;
}

#main .right {
width: 230px;
float:left;
padding-bottom:10px;
padding: 20px;
}



#main .right p {
font-size: 85%;
padding: 8px 14px 8px 20px;
line-height: normal;
}



/*-------Images-------*/



#Photos {
width: 900px;
margin: 0 0 0 15px;
}

#Photos .Photobox {
width: 200px;
margin: 4px 10px 12px 10px;
float:left;
}









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


#footer {
width: 940px;
margin: 0 auto;
}


#footer p {
margin: 0 ;
padding: 12px 4px 10px 24px;
text-align: left;
font-size: 76%;
color:#000000;
}


#footer a {
color:#000000;
}



