body {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	color: #333;
	background-image: url(images/bg.png); background-repeat: repeat-x;
	background-color: #D0D0D0;
}

img { border: 0px; }

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-weight: bold;
}

h1 { font-size: 18px; color: #E51B24; margin-top: 5px; text-transform: uppercase; }
h2 { font-size: 14px; font-weight:bold; color: #E51B24; margin-top: 0px; text-transform: uppercase;}
h3 { font-size: 14px; font-weight:bold; color: #333; margin-top: 0px; text-transform: uppercase;}

.maptitle { font-size: 13px; font-weight:bold; color: #E51B24; margin-top: 0px; text-transform: uppercase;}

p {line-height: 20px; }

.small { font-size: 12px; }
.homebox {margin-left: 265px; margin-right: 10px; }
.backcolor { background-image: url(images/loc_back.gif); background-repeat: no-repeat; background-position: bottom; height: 40px; }

a{ color: #E51B24; text-decoration: underline; }
a:link{ color: #E51B24; text-decoration: underline; }
a:visited{ color: #E51B24; text-decoration: underline; }
a:hover{ color: #E51B24; text-decoration: none; }

hr { height:1px; color: #A2A2A2; background: #A2A2A2; border: none; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap { 
width: 770px;
position: absolute;
text-align: center;
left: 50%;
margin-left: -385px;
 }
 
#head {
width:770px;
height:160px;
 }
 
#menu {
width:770px;
height:35px;
text-align: left;
 } 
 
#left {
float: left;
clear: none;
width: 360px;
text-align: left;
margin-top: 15px; 
}
 
#right {
float: right;
clear: right;
width: 385px;
height: 300px;
text-align: left;
margin-top: 15px; 
}

#full {
float: left;
width: 770px;
margin-top: 50px;
text-align: left;
 }

#topbanner {
float: left;
width: 770px;
height: 100px;
margin-top: 20px;
margin-bottom: 10px;
text-align: center;
background-image: url(images/banner_bg.png); background-repeat: no-repeat;
}

#fullhome {
float: left;
width: 770px;
height: 335px;
background-image: url(images/home_back.jpg); background-repeat: no-repeat;
margin-top: 50px;
text-align: left;
 }
 
 #fullhometwo {
float: left;
width: 770px;
height: 335px;
background-image: url(images/back2.jpg); background-repeat: no-repeat;
margin-top: 50px;
text-align: left;
 }
 
 #fullhomethree {
float: left;
width: 770px;
height: 335px;
background-image: url(images/back3.jpg); background-repeat: no-repeat;
margin-top: 50px;
text-align: left;
 }
 
#homechunk {
float: left;
width: 770px;
text-align: left;
 }
 
.truebreak { height: 1px; clear: both; } 

#footer {
width: 770px;
height: 50px;
border-top: 2px solid #A2A2A2;
clear: both;
text-align: right;
}


/***********************************************/
/* Navigation                                  */
/***********************************************/

#navcontainer
{
margin: 0;
padding: 12px 0 0 0px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
font-size: 14px; font-weight: bold;
}

#navcontainer A
{
color: #FFF;
display: block;
width: auto;
text-decoration: none;
text-transform: uppercase;
margin: 0;
padding: 2px 10px;
border-right: 2px solid #FFF;
}

#navcontainerright A
{
color: #FFF;
display: block;
width: auto;
text-decoration: none;
text-transform: uppercase;
margin: 0;
padding: 2px 10px;
border: 0px;
}


#navcontainer A:hover, #navcontainer A:active { color: #FFFEAA; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
font-weight: bold;
}

/***********************************************/
/* Container Divs                              */
/***********************************************/

#headhome h1{ margin:0; float:left; }
#headhome h1.logo a{
	display:block;
	width:280px;
	height:160px;
	text-decoration:none;
	text-indent:-9999px;
	background: url(images/logo.png);
}