/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: left;
	font-size: 11px;
	font-family: "Century Gothic", verdana, arial, sans-serif;
	color: #444;
	background: #fff; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #d81f00;
		margin: 10px 0 10px 0; }

	h2, h3, h4, h5, h6, legend { 
		font-weight: bold;
		color: #d81f00; }
		
		h2 { font-size: 16px; }
		h3, legend { font-size: 14px; }
		h4 { font-size: 13px; }
		h5 { font-size: 12px; }
		h6 { font-size: 11px; }
	
	a:link, a:visited { color: #d81f00; text-decoration: none; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 840px;
	margin: 0 auto; }
	
	#header {
		width: 840px;
		float: left; }
	
	ul#nav { 
		width: 840px;
		height: 32px;
		margin: 0 auto;
		list-style: none;
		z-index: 2; }
		
		ul#nav li { 
			float: left; 
			height: 32px;
			position: relative;
			z-index: 5; }
	
			ul#nav a {
				display: block;
				height: 32px;
				margin: 0;
				text-decoration: none; 
				color: #444;
				outline: none; }
				
			ul#nav a:hover { }
	
		ul#nav li ul {
			position : absolute;
			left: -999em;
			width: 150px;
			padding: 0;
			list-style: none;
			font-size: 10px;
			font-weight: normal;
			text-align: left;
			background: #fff;
			border-bottom: 5px solid #909090;
			z-index: 999; }
			
		#nav li:hover ul ul, 
		#nav li.sfhover ul ul {
			left: -999em; }
	
		#nav li:hover ul, 
		#nav li li:hover ul, 
		#nav li.sfhover ul, 
		#nav li li.sfhover ul {
			top: 31px;
			left: 0px;
			margin-left: 0; }

			ul#nav li li {
				width: 142px;
				height: auto;
				margin: 0;
				padding: 3px;
				line-height: normal;
				text-transform: none;
				border-top: none;
				border-right: 1px solid #909090;
				border-left: 1px solid #909090;
				background: #fff;
				z-index: 2; }
				
				ul#nav li ul li a:link, 
				ul#nav li ul li a:visited {
					width: 132px;
					height: auto;
					margin: 0;
					padding: 5px; }
					
				ul#nav li ul li a:hover { background: #fff; color: #d81f00; }
			
	#contentWrapper {
		width: 840px;
		min-height: 418px;
		float: left;
		background: url(images/content_bg.jpg) top left no-repeat; }
		
		#content {
			width: 760px;
			padding: 0 40px;
			float: left;
			min-height: 418px;
			background: url(images/content_bottom.jpg) bottom left no-repeat; }
			
	#footer {
		width: 840px;
		float: left;
		height: 130px;
		background: url(images/footer_bg.jpg) top left no-repeat; }
		
		#footerLeft {
			width: 300px;
			margin: 40px 0 0 120px;
			float: left; }
			
			#footerLeft p {
				margin: 25px 0 0 0; }
				
		#social {
			float: left;
			margin: 50px 0 0 0; }
	
/*** COMMENTS ***/
#comment {
	width: 760px; }

	ol.commentlist { margin: 0 0 0 20px; }	
	
/*** CONTACT PAGE ***/
form.contact-form fieldset {
	border: none; }	
	
	
	
		
			

/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */