/* CSS Document */



body {

	background-image:url(../images/bg.jpg);

	background-repeat: repeat-y;

	background-position: center;

	background-color: #2c2c2c;

	margin: auto;

}

#newsHead {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 14px;

	color: #802018;

}


#mainContainer {

	width:800px;

	background-color:#FFFFFF;

	margin:auto;

}

#headerContainer {

	width:800px;

	height: 100px;

	margin:auto;

	position:relative;

	background-color: #ffffff;

}

#leftHeader {

	width:235px;

	height:69px;

	background-color:#FFFFFF;

	background-image:url(../images/banner-middle.gif);

	position:absolute;

	margin-top: 10px;

}

#wrapperContainer{

	background-color: #ffffff;

	width: 800px;

	margin: 0px auto;

}



#imageContainer {

	background-image:url(../images/headerInside.jpg);

	background-repeat:no-repeat;

	background-color: #000000;

	width:800px;

	height:212px;

	margin:auto;

	padding: 0px;

	z-index:1;

}

#contentContainer {

	width:800px;

	margin:auto;

}

#contentContainer p {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;	

	line-height: 22px;	

}



#contentContainer ul {

	margin-top: 5px;

}



#contentContainer li {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;	

	line-height: 22px;

}

H1 {

	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #000;
}
H2 {
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #802018;
}
H3 {
	font-size: 14px;
	color:#cc7d18;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.subtitle { /* controls the entire site's Subtitles */

	margin-bottom:10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 14px;

	color: #802018;

}

.subtitle a {

	color:#000000;

	text-decoration:none;

}

.subtitle a:hover {

	color:#000000;

	text-decoration:underline;

}

.strong { /* controls bold text */

	color: #2D2D2D;

	font-weight: bold;

}



.title { /* controls the entire site's page Titles */

	margin-bottom:15px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 18px;

	color: #CC7D18;

}	

#leftSide {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;	

	width:156px;

	float:left;

	padding: 0px 20px;
}
#leftSide a {
	color: # #A27C5F;
	text-decoration:underline;
}
#leftSide .sideNav {
	text-align:left;
	margin: 0px;
	padding:0px;
}
#leftSide a:hover |
	text-decoration:none;
}
#leftSide .sideNav ul {
    margin: 0px 2px 0px 0px;
    padding: 0px;
}
#leftSide .sideNav li {
    background: url("/images/arrow.gif") no-repeat;
    background-position: 0 .6em;
    list-style: none;
	padding-left:.6em;
	margin-left:-30px;
}
#leftSide .sideNav li a {
    color: #802018;
    font-size: 12px;
    text-decoration:none;
}
#leftSide .sideNav li a:hover {
    text-decoration: underline;
}

.gbox {

	width:170px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;	

	line-height: 18px;	

	margin-left: 0px;

	clear: both;

}

/* The following were never styled - added for consistency bb 3/11/08 */

.gbox .gbox_title{
	display:none;

}



.gbox .gbox_body{

}

#rightSide {

	width:600px;

	float:right;

	border-left-width: 2px;

	border-left-style: dashed;

	border-left-color: #CCCCCC;

}

#RightSide a {

	color:#000000;

	text-decoration:underline;

}

#RightSide a:hover {

	color:#000000;

	text-decoration:none;

}



#footer {

	margin:auto;

	width:790px;

	clear:both;

	background-image:url(../images/footerBg.jpg);

	background-repeat:repeat-x;

	height:33px;

}



/*Images*/

.contentHeader {

	background-image:url(../images/contentHeader.jpg);

	background-repeat:no-repeat;

	width:510px;

	height:50px;

	padding:10px 0px 10px 10px;

}



.leftImage {

	width:156px;

	height:auto;

	margin:auto;

	margin-top:20px;

}

.headerText {

	font:13px Arial;

	color:#333333;

	width:120px;

	padding: 15px 5px 55px 280px;

	font-weight:bold;

	float:right;

}

.headerText a {

	color:#333333;

	text-decoration:none;	

}



.headerText a:hover {

	color:#a27c5f;

}



/*Nav Bar*/



#navBar {

	width:800px;

	height:30px;

	background-color:#2c2c2c;

	margin:auto;	

	padding-left: 0px;

	clear:both;

	position: relative;

	z-index:10000;

}





#navBar ul {

	list-style-type:none;

	padding: 6px 0 8px 0;

	text-align: center;

}

#navBar ul li {

	padding: 0;

	position: relative;

	display:inline;

	font:13px Arial;

	color:#FFFFFF;

	font-weight:bold;

	border-right:1px solid #999999;

	margin:0px;	



}

#navBar ul li.last {

	border:none;

}

#navBar ul li a {

	padding: 5px 17px 5px 17px;

	color:#FFFFFF;

	text-decoration:none;	

}

#navBar ul li a:hover {

	background-color:#802018;

	color:#fff;

	text-decoration:none;

}





/* Begin Drop-Down Nav Styles*/

#navBar ul li ul{

	border: 1px solid #ffffff;

	background: #000000;	

}

#navBar ul li ul{

	position: absolute;

	left: 0px;

	top: 20px;

	display: none;

}

#navBar ul li:hover ul{

	display: block;

	padding:0px;

	margin:0px;

}



#navBar ul li ul li{

	text-align: left;

	display: block;

	width: 125px;

	height: auto;

	border-top: 1px solid #ffffff;

}



#navBar ul li ul li a{

	font-weight: normal;

	display: block;

	font-size: 12px;

	padding: 3px 2px 2px 7px;

	margin: 0px 0px;

	height: auto;

	background: #000000;

	text-decoration: none;

}

#navBar ul li ul li a:hover{

	font-weight: normal;

	font-size: 12px;

	display: block;

	height: auto;

	background-color:#802018;

	text-decoration: none;

}



/* End Drop-Down Nav Styles*/



.text { 

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;	

	line-height: 18px;	

}



.tan {

	color: #A27C5F;

}



.red {

	color: #802018;

}	



.call {

	font:13px Arial; color:#000000;

	padding:10px 0px 10px 10px;

	line-height:20px;

}



.rust {

	font:13px Arial; color:#802018;

	font-weight:bold;

	padding-left:8px;

}

.maintext {

	font:13px Verdana, Arial, sans-serif; color:#000000;

	padding:10px;

}

.maintext a {	
	text-decoration:underline;
	color:#000000;
}
.maintext a:hover {
	text-decoration:none;
}
.maintext li {
	padding: 3px 0;
}
.sideInfo ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px 0px 0px 20px;

}

.sideInfo ul li {

	font:13px Arial;

	color:#A27C5F;

	padding:4px 0px 4px 0px;

	line-height:20px;

}

.main ul {

	font:13px Arial;

	color:#000000;

}

.main ul li {

	list-style-type:disc;

	line-height:20px;

}

.footText1 {

	font:10px Arial;

	color:#999999;

	text-align:center;

	letter-spacing:.5px;

	width: 780px;

	padding-top: 10px;

	padding-right: 5px;

	padding-bottom: 5px;

	padding-left: 5px;

	margin:auto;

	clear:both;

}

.footText1 a {

	color:#cc7d18;

	text-decoration:none;

}

.footText1 a:hover {

	color:#666666;

	text-decoration:underline;

}


