/*------- Body Elements-------*/
body {
	background-color: #313030;
	font-size:10pt;
	font-family: "Verdana", "Tahoma", "Lucida Grande", "Arial Unicode MS", sans-serif;
	color: #333;
	margin: 0;
	height:auto;
	}
	
html, body {
	height: 100%;
	background-color: #313030;
}
/*INDIVIDUAL TAG STYLES*/

	
a {
	color:#444;
	text-decoration:none;
	border: 0px;
} 

a:hover, a:active {
	color: #444;
	text-decoration:none;
}

img {
	border: 0px;
}

b {
	font-size: 10pt;
}
td {
	vertical-align: top;
}
 h1 {
	 font-size: 40px;
	 font-color: #333;
	 font-weight:500;
	 margin: 0px;
 }
 
 h2 {
	 font-size: 30px;
	 font-color: #333;
	 font-weight:500;
	 margin: 0px;
 }
	 
  h3 {
	 font-size: 24px;
	 font-color: #333;
	 font-weight:500;
	 margin: 0px;
	 text-transform: uppercase;
 }
 
 p{
	 margin: 0px;
	 font-size: 10pt;
 }
	 

/*DIV STUFF*/
#engulfer {
	background-image: url('bg_c.png');
	background-color: #fff;
	background-repeat: repeat-x;
	background-position:top center; 
}
#engulfer_h {
	background-image: url('bg.png');
	background-color: #fff;
	background-repeat: repeat-x;
	background-position:top center; 
	
}
#wrapper {
	width: 900px;
	margin-right:auto; 
	margin-left:auto;
}
#header {
	height: 182px;
	background-image:url('header.png');
	background-repeat: no-repeat;
}

#nav {
	height: 70px;
	width: 900px;

}
				
				/* START HERE*/
				#nav ul {
					margin:0;
					padding:0;
				}
				
				#nav ul li {
					list-style:none;
					margin:0;
					padding:0;
					float:left;
					height: 40px;
				}
				
				#nav ul li a {
					display:block;
					height:40px;
					line-height:40px;
					padding-left:0px;
					padding-right:0px;
					color:#222;
					text-decoration:none;
				}
				
				#nav ul li a:hover { 
					display:block;
					color:#333;
					text-decoration:none;

					background-image: url('images/navbg.png');
				}
				
					#nav ul li ul {
						position: relative;
						display:none;
						*margin-top: 0px;
					}
					
					#nav li:hover {
					/*WTF*/
					}
					
						#nav li:hover a {
							color:#333;
						}
						
					#nav li:hover > ul {

					display:block;
					text-align:left;
					height:40px;
					}
					
					#nav li:hover > ul a {
					text-decoration:none;
					color:#222;
					display:block;
					height:40px;
					background-image: url('images/navbg.png');
					font-size:14pt;
					}
					
					#nav li:hover > ul a:hover {
					height:40px;
					color:#444;
					background-image: url('images/navbgh.png');
					font-size:14pt;
					}

#hpromo{
    height: 201px;	
	margin: 0px;
	background-image: url('images/t_welcome.png');
}
#htitle {
    height: 85px;	
	margin: 0px;
	text-align: left;
	background-image: url('images/htitlebg.png');
}
#content{
	padding-top: 30px;
	min-height: 500px;
	padding-bottom: 30px;
}
#footer {
	height: 76px;
	background-image: url('images/bg_footer.png');
}

	#footer_d {
		width: 900px;
		padding-top: 10px;
		color: #646464;
		font-size: 18px;
		margin-left:auto;
		margin-right: auto;
	}
		#footer_d a {
			color: #646464;
			font-size: 14px;
		}
	#footer_d a:hover {
			color: #fff;
			font-size: 14px;
		}#engulfer #wrapper #content {
	font-family: Eurostile;
}
