
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #1D231D url(images/bg1.jpg);
	margin: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	
}

	
/*h3 rules*/

#content h2 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 20px;
	letter-spacing: -1px;
	text-align: center;
}

#content h3 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #254373;
	font-size: 20px;
	letter-spacing: -1px;
}

h4 {
	font-size:14px;
	text-align: center;
	}
	


/*link*/
#content a, #linkList a{
	color: #ff9933;
	font-weight: bold;
}

#content a:hover {
	background: #f4e391;
	color: White;
	text-decoration: none;
}


/*child selector only for compliant mode*/
body>div#container{
	height: auto;
	min-height: 100%;
}

/*container*/
div#container{
	/*position: relative;*/
	height: 100%;
	background: #1D231D;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	font-size: 0.8em;
}

#pageHeader_home {
	border-bottom: 5px solid #2c3520;
	background: transparent url(images/weblogo.jpg) no-repeat;
	background-position: center;
	height: 73px;
	margin: 0px;
}

#pageHeader_home h1{
	display: none;
}

#pageHeader h1{
	display: none;
}
#navigation {
	width:800px;
	background: transparent;
	}
	
#slideshow {
	text-align:center;
	}

#content {
	padding:0px;
	background-color: #1D231D;
	color: #000;
}


/*child selector only for compliant mode*/
body > div#content{
	width: 800px;
}

#center {
	text-align: center;
	}
	

#linkList{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 7px;
	width: 156px;
	position: absolute;
	top: 123px;
	margin-left: 5px; /*Start Tantek Box Model Hack*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 156px;
}

#linkList li
	{
	color: #fff;
}

#linkList ul
	{
	list-style: none;
	margin: 0px;
	margin-top: -20px;
	padding: 0px;
	border-top: 10px solid #CAD2DE;
	background: #28565A;
}

#linkList li
	{
	color: #000;
	border-bottom: 1px dotted #fff;
	padding: 0.2em 10px;
	line-height: 15px;
}

#linkList li:hover
	{
	background: #A3181E;
}

#container > #linkList ul li a:hover{
	color: White;
}

#linkList ul li a:hover{
	color: #A3181E;
}

	
#linkList li a
	{
	font-size: 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#linkList li a:hover
	{
	color: #fff;
}

#linkList li a.c:hover
	{
	color: #fff;
}

#lselect ul li{
	color: White;
}

#lselect ul li a.c{
	font-weight: bold;
	display: inline;
	color: White;
	text-transform: none;
}

/*Start Footer rules*/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	border-top: 5px solid #2c3520;
	/*background-color: #fff;*/
	background: url(chromebg.gif) center center repeat-x;
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}

#footer a{
	font-size: 9px;
	color: #494949;
	padding: 3px;
	text-decoration: none;
	padding: 0 5px 0 0;
}

#footer a:hover {
	background: #D1EDFF;
	}

#contact {
	text-align: center;
	}
	
.floatleft {
float: left;
margin: 0 10px 10px 0;
}	
	
/*End of code*/


