@charset "utf-8";
/* Universal Reset */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background-color: #5e3311;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:750px;
	text-align:left;
}

#header {
margin:0px;
padding:0px;
}

#logo {
	margin:10px 0px 0px 17px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:345px;
	height:119px;
	cursor:pointer;
	float:left;
}
#board {
	float:right;
	height:139px;
	position:relative;
	z-index:-1;
}
#flashBanner {
}
#roundedCap {
	padding:30px 10px 0 10px;
	background-image:url(../images/cap.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:730px;
	height:25px;
}

#bodyContainer {
	background-color:#2a160a;
	background-image:url(../images/bodyBg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	margin:0 10px 10px 10px;
	overflow:hidden;
	min-height:550px;
}
#bodyCopyCenter {
	text-align:center;
}

#leftColHome {
	width:178px;
	min-height:150px;
	background-image:url(../images/leftColBg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
}

#leftCol {
	width:178px;
	min-height:150px;
	text-align:right;
}

#phoneNumber {
	position:absolute;
	font-size:1.25em;
	font-weight:bold;
	color:#cdbea3;
	margin:-105px 0 0 22px;
}

#mainNav{
width: 100%;
color: #ffffff;
}



#leftColHome #mainNav ul{
	list-style: none;
	margin: 0;
	padding:80px 0 50px 0 ;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.8em;
	line-height:1.25em;
}
#leftCol #mainNav ul ul{
	list-style: none;
	margin: 0;
	padding:0px;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.95em;
	background-color: #2a160a;
	color:#FFF;
}
#leftCol #mainNav ul ul li a:hover{
	background-color: #2a160a;
	color:#ce9623;
}
#leftCol #mainNav ul{
	list-style: none;
	margin: 0;
	padding:0 0 100px 0;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.8em;
	line-height:1.25em;
}


.hide {
	display:none;
}
.hideShow {
	display:block;
}
#mainNav li {
	margin: 0;

}

#mainNav li a{
	display: block;
	padding: 2px 40px 2px 2px;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
}

html>body #mainNav li a{ /*Non IE6 width*/
	width: auto;
}

#mainNav li a:hover{
	background-color: #ce9623;
	color:#fff;
}
#mainNav ul li a.active{
	background-color: #2a160a;
	color:#ce9623;
}


#rightCol {
	width:552px;
	float:right;
}

a {
	color:#ce9623;
	text-decoration:underline;
	font-size:12px;
}

a:hover {
	background-color:#5e3311;
	text-decoration:none;
}

a:active {
	background-color:#5e3311;
	text-decoration:none;
}

a:visited {
	color:#ce9623;
	text-decoration:underline;
}

#rightCol p a {
	color:#ce9623;
	text-decoration:underline;
}

#rightCol p a:hover {
	background-color:#5e3311;
	text-decoration:none;
}

#rightCol p a:active {
	background-color:#5e3311;
	text-decoration:none;
}

#rightCol p a:visited {
	color:#ce9623;
	text-decoration:underline;
}

#topThree {
	background-color:#0b0601;
	margin:10px 15px 5px 10px;
	padding:5px;
	height:95px;
}
#topThree a {
	color:#cdbfa4;
	font-size:.65em;
	text-decoration:none;
}
#topThree a:hover {
	text-decoration:underline;
}

#topThree div {
	float:left;
	padding:3px 3px 0 3px;
	text-align:right;
	cursor:pointer;
}
#topThree div img{
	text-decoration:none;
	border:none;
	display:block;
}

#topThree div:hover{
	background-color:#4d3a2d;
}

h1{
	background-image:url(../images/h1Bg.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 10px;
	color:#ddd3c0;
	font-size:1.25em;
	font-weight:bolder;
	padding:8px 0 12px 4px;
	text-align:left;
}
h2 {
	color:#ddd3c0;
	font-size:.75em;
	font-style:italic;
	font-weight:bold;
	padding:0 0 5px 10px;
}

.none{
	background:none;
	padding:0;
	margin:0;
}
.article {
padding-bottom:15px;
overflow:hidden;
}
.date {
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.95em;
	text-align:center;
	width:40px;
	padding:0 0px 80px 8px;
	background-image:url(../images/dateBg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.date span{
	color:#ce9623;
	font-size:1.65em;
	line-height:.45em;
	
}

.copy{
	width:98%;
	float:right;

}


.copy p {
	color:#ddd3c0;
	font-size:.8em;
	line-height:1.65em;
	padding:0 5px 15px 10px;
	margin-right:20px;
	border-left:dashed #ce9623 thin;
	overflow:hidden;
}
.copy p:hover {
	background-color:#321e11;
	cursor:default;
}
.subPageCopy p {
	color:#ddd3c0;
	font-size:.8em;
	line-height:1.65em;
	margin-right:20px;
	overflow:hidden;
	float: none;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.articleImage{
float:left;
padding:6px 10px 10px 0px;

}
.articleImage img{

border:2px #7d5f4c solid;
}
#footer {
	background-color:#0b0601;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:55px;
	margin:0 10px 10px 10px;
	font-size:.68em;
	font-weight:bold;
	color:#cdbea3;
}

#chainLeft{
float:left;
height:10px;
margin:-10px 0 0 10px;
}
#chainRight{
height:10px;
float:right;
margin:-10px 10px 0 0;
}

#footerLinks {
	float:right;
	width:70%;
	text-align:right;
	padding:7px;
}

#footerInfo {
	width:28%;
	padding:7px;
}
#footerLinks a{
	padding:0 5px 0 5px;
}
		
#footer a {
	font-weight:normal;
	color:#cdbea3;
	text-decoration:none;
	font-weight:bold;
}
		
		
#footer a:link    {  
}
#footer a:visited {  
}
#footer a:hover   { 
	color:#ce9623;
	text-decoration:none; 
}
#footer a:active  {
	color:#ce9623;
	text-decoration:none;
}

#footer a.pndLink{
	color:#ce9623;
}
#footer a.pndLink:hover{
	text-decoration:underline;
}

h3 {
	color:#ddd3c0;
	font-size:1em;
	font-weight:bolder;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.bold {
	color:#CC9900;
	font-size:10pt;
	line-height:1.65em;
	padding:0 5px 15px 10px;
	margin-right:20px;
	overflow:hidden;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.subPageCopyUL {
	color:#ddd3c0;
	font-size:.8em;
	line-height:1.65em;
	padding:0 5px 15px 15px;
	margin:0 0 0 20px;
	overflow:hidden;
	list-style-position:outside;
	
}
.subPageCopyULnone {
	color:#ddd3c0;
	font-size:.8em;
	line-height:1.65em;
	padding:0 5px 15px 15px;
	margin:0 0 0 20px;
	overflow:hidden;
	list-style-type:none;
	
}.bold1 {
	color:#CC9900;
	font-size:10pt;
	line-height:1.65em;
	margin-right:20px;
	overflow:hidden;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.floatLeft { 
    float: left; 
    margin: 4px 10px 0px 4px; 
}
