



/*********************** MAIN PAGE **********************/

/***************** General *****************/
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}
.clear:after {
	content: ""; display: block; clear: both;
}
	.clear { zoom: 1; } 



body { 
	font-family: 'Volkhov', serif;
	font-size: 13px;
	font-style: italic;
	background: url(../images/header_bg2.jpg) repeat-x;
}	


a {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}
	
	
	
.cAlign {
	width: 960px;
	margin: 0 auto;
}




#container {
	width: 960px; margin: 50px auto;
}






/***************** Header *****************/
a#logo {
	margin-top: 70px;
	float: left;
}


#header ul {
	float: right;
	margin-top: 10px
}




#masthead {
	margin-top: 12px;
}


ul#nav {
	float: right;
	margin-top: 74px;
}

	ul#nav li {
		float: left;
		font-family: CentraleSansRndLight; 
		font-weight: normal; 
		font-style: normal; 
		font-size: 90%
	}
	
		ul#nav li a {
			margin-left: 40px;
			color:#7b7b7b;
			
			/* CSS3 Transitions */
			transition: color 0.3s ease-in-out;
			-moz-transition: color 0.3s ease-in-out;
			-webkit-transition: color 0.3s ease-in-out;
		}
		
		ul#nav li a:hover {
			text-transform: none;
			color: #4c4c4c;
		}
		
		
/***************** Homepage Slideshow *****************/
#homeSlideshows {
	width: 960px;
	height: 280px;
	position: relative;
	margin-left: 0px;
	margin-top: 12px;
}

#homeSlideshows .slideshowImage {
	position: absolute;
	top: 0;
	left: 0;
}


		
		
		
/***************** Main Content *****************/
#content {
	margin-top: 50px;
	height: 100px;
}

	#content #what-content {
		margin-left: 530px;
		margin-top: -161px;
	}
	
	
	#content #who-copy {
		margin-top: 13px;
	}
	
	#content #who-copy p {
		line-height: 23px;
		letter-spacing: 0px;
		color:#848484;
		font-size: 14px;
	}
	
	#content #what-image{
		margin-top: 22px;
		height: 43px;
		padding: 0px;
		
	}
	
	#content #what-content #what-heading{
		margin-top:7px;
	
	}
	
	
/*********************** END MAIN PAGE **********************/
	
	
	

	
	
	
	
	
	
/***************** Footer *****************/
#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:80px;
   width:100%;
   background-image: url(../images/footer_bg2.jpg)
}

	#footer p {
		width: 960px; margin: 1px auto;
	}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}


	#footer-content {
		background-image:url(../images/footer_content5.png);
		background-repeat:no-repeat;
 		height:40px;
		width: 960px; margin: 1px auto;
		margin-top: 20px;
	}
	
	span {display:none;}
	
	
	
		#footer-twitter #Twitter {
			background-image:url(../images/footer_content_twitter.png);
			background-repeat:no-repeat;
 			height:40px;
			width: 40px; margin: 0px auto;
			margin-top: -40px;
			float: right;
			margin-right: 122px;
		}
		
	
		#footer-facebook #Facebook {
		background-image:url(../images/footer_content_facebook.png);
		background-repeat:no-repeat;
 		height:40px;
		width: 40px; margin: 0px auto;
		margin-top: -40px;
		float: right;
		margin-right: 0px;
		
		
	}
	
	
			#footer-instagram #Instagram {
		background-image:url(../images/footer_content_instagram.png);
		background-repeat:no-repeat;
 		height:40px;
		width: 40px; margin: 0px auto;
		margin-top: -40px;
		float: right;
		margin-right: 80px;
		
		
	}
	
	
		#footer-pinterest #Pinterest {
		background-image:url(../images/footer_content_pinterest.png);
		background-repeat:no-repeat;
 		height:40px;
		width: 40px; margin: 0px auto;
		margin-top: -40px;
		float: right;
		margin-right: 40px;
		
		
	}
	
	
	
	
	
		