/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background-color: #999999;
	margin:0px;
}
body a{
	color: #000000;
	text-decoration: none;
}
body a:hover{
	color: #000000;
}
#wrap{
	width: 800px;
	margin:0px auto;
	background-color:#FFFFFF;
}
#header{
position:relative

}
#phoneText{
position: absolute;
top:7px;
right:8px;
font-weight:bold;
line-height:16px;
}
#headerImg{

}
#navigation{
	background-image: url(../images/navBg.jpg);
	background-repeat: repeat-x;
	height:25px;
	border-top:solid 1px #9E5C12;
	border-bottom:solid 1px #9E5C12;
	padding-left:6px;
}
#navigation ul{
margin:0px;
margin-top:4px;
padding:0px;
list-style:none;
color:#FFFFFF;
font-size:10px;
}
#navigation li{
padding:0px 6px;
display:inline;
border-right:solid 1px #FFFFFF;
}
#navigation li a{
color:#FFFFFF;
text-decoration:none;

}
#navigation li a:hover, #navigation li a#current{
color:#FFF000;
text-decoration:none;
}
#mainContent{
	background-image: url(../images/leftCol.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin:4px 0px;
}
#leftCol{
	float: left;
	width: 218px;
	background-image: url(../images/leftColBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:232px;
}
#leftCol p{
margin:4px 7px 4px 12px;
color:#803701;
	
}
#content{
	float: left;
	width: 545px;
	padding:18px 4px 15px 16px;
}
#content ul li{
	list-style-position: outside;
	list-style-image: url(../images/listImg.gif);
}
.textBold{
font-weight:bold;
}
.subHead{
font-size:11px;
font-weight:bold;
color:#803701;
}
.subHead a{
color:#803701;
text-decoration:underline;
}
.subTitle{
font-size:12px;
font-weight:bold;
color:#803701;
}
.subTitle1{
font-size:12px;
font-weight:bold;
color:#000000;
}
p.moreText{
font-size:10px;
margin:4px 0px;
color:#803701;
text-align:right;
}
.moreText a{
color:#803701;
text-decoration:underline;
}
.redText{
color:#5F1304;
}
#contentLeft{
	float: left;
	width: 307px;
}
#contentRight{
	float: right;
	width: 231px;
	margin-left:4px
}
#bottomImg{
clear:both;
margin-top:15px;

}
#footer{
height:65px;
border-top:solid 1px #000000;
clear:both;
font-size:11px;
padding-top:5px;
font-weight:bold;
}
#home #footer{
height:100px;
border-top:solid 1px #000000;
clear:both;
font-size:11px;
padding-top:5px;
}
#footer a{
color:#803701;
text-decoration:none;

}
#footer a:hover{
color:#000000;
text-decoration: underline;
}
#footer .grayText{
font-size:10px;
color:#696969;
}
.newsBg{
	background-image: url(../images/newsBg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size:13px;
	font-weight:bold;
	color:#4B2A13;
	padding:5px;
}
.newsCont{
	background-image: url(../images/newsre.jpg);
	background-repeat: repeat-y;
	background-position: left;
	
}
#pscroller1{
width: 185px;
height: 150px;
font-size:11px;
}
#pscroller1 a{
font-size:12px;
color:#000000;
}

.news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #803701;
	padding:5px
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		