/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	background: #272727;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #4c4d4e;
}

h2, h3 {
	margin: 0;
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #4c4d4e;
}

h1 {
	font-size: 22px;
	margin: 0;
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #4c4d4e;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 25px;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #dcdcdc;
}

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
	padding: 3px;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: none;
	color: #afb1b2;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 4px;
	background: #7f8082;
}

/* Header */

#topsection{
height: 125px; /*Height of top section*/
margin: 0 auto;
background: url(images/homeheader.jpg);
}

#topsection h1{
margin: 0;
padding-top: 0px;
}



#header_index {
	font-size: 12px;
	font-family: "trebuchet", sans-serif;
	text-transform: none;
	color: #4c4d4e;
	position: relative; 
	left:505px; 
	top:85px; 
	width:400px; 
	text-align: right;
	line-height: 180%;
}

/* headline */

#headline {
	float: left;
	width: 640px;
	color: #000000;
}

#headline h1, #headline p {
}

#headline h1 {
	float: left;
	padding: 15px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#headline p {
	float: left;
	font-size: 22px;
	margin: 0;
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #4c4d4e;	
} 

#headline a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}


/* Menu */

#menu {
	width: 910px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	background: #7f8082;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: right;
}

#menu a {
	display: block;
	padding: 10px 15px 0px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #7e2d2a;
}

#menu a:hover {
	text-decoration: none;
}

#menularge {
	float: left;
	width: 910px;
	height: 80px;
	margin: 0px;
	padding: 0;
	background: url(images/largemenubackground_blank.jpg);
}


/* Lrg Menu Nav*/

			.cssnav	{
						position: relative;
						float: left;
						top: 10px;
						margin: 5px 0px 20px 42px; 
						padding: 0;
						font-family: Verdana, sans-serif;
						background: url(images/overbtn.jpg) no-repeat;
						width: 175px;
						height: 49px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 13px;
						width: 175px;
						height: 49px;
						float: left;
						color: white; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {width: 175px; height: 49px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 32px;
					    top: 15px;
					    cursor: pointer; 
					     
			}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	
}

/* Content */

#content {

	width: 910px;
	height: 370px;
}

/* Lower Content */

#lowercontent {
	float: left;
	width: 910px;
	height: 35px;
	padding: 0px 0px 0px 0px;
	background: #000000;
}

/* Footer */

#footer {
	width: 910px;
	
	background: #4c4d4e;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	padding: 10px 10px 0px 20px;
	text-transform: uppercase;
	text-align: left;
}

#footer a {
	color: #FFFFFF;