@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	background-color: #000000;
	/*background-color: #412b1e;*/
}

#mainWrapper{
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height: auto;
}

#header {
	height: 150px;
	width: 960px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	}
	
#menu {
	margin:0;
	padding: 120px 0 20px 10px;
	border-bottom: 1px solid #b1d6fd;
	}
#menu li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#menu a{
	float: left;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color:#b1d6fd;
	/*background-color: #412b1e;*/
	}
#menu a.active, #menu a:hover {
	border-bottom: 4px solid #d6742c;
	text-transform: uppercase;
	padding-bottom: 2px;
	color: #d6742c;
	/*background-color: #412b1e;*/
	}
#menu a:hover {
	color: #d6742c;
	/*background-color: #412b1e;*/
	}

		
#splash {	
	width: 940px;
	height: 300px; 
	float: none;
	margin: 10px;
	background-image:url(images/splash_2.png);
	}
	
#main_content{
	width:940px;
	height:800px;
	margin: 10px;
}

#left_content{
	width:620px;
	height:auto;
	float:left;
}
#right_content{
	width:300px;
	height:auto;
	float:right;
}


#block {	
	width: 620px;
	height: 220px; 
	}

#block img{
	margin: 10px 10px 10px 0px;
}
	
#rightDescrip {
	width: 220px;
	margin: 10px 0 0 0;
	float: right;
	}

/*SubPage layout*/
#subPage_content {
	width:940px;
	height: inherit;
	margin: 0 10px 0px 10px;
	}
	
#subPage_block{
	width:940px;
	height:420px;
	margin: 10px 0 10px 0;
}

#contactBlock {
	margin: 15px 330px 0 0;
	padding: 0 20px 10px 30px;
}
/*#subPage_block img{
	margin: 10px 10px 10px 0px;
}
*/

#subPage_descrip {
	width: 300px;
	margin: 10px 0 0 0;
	float: right;
	}

#footer {
	width: 940px;
	height:auto;
	padding: 10px;
	color: #C30;
	/*background-color: #b1d6fd;*/
	}


/*--*Text elements*--	*/

.main p{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: lowercase;
	color: #d6742c;
	letter-spacing: 0px;
	border-bottom: 3px solid #fcd46a;
	padding-bottom: 8px;
	}
	
h2 {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: lowercase;
	color: #d6742c;
	letter-spacing: 0px;
	}
	
h2 a{
	font-weight: bold;
	color:#d6742c;
}
h2 a.active, h2 a:hover {
	color: #fcd46a;
	}

.contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d6742c;
	padding: 0 0 8px 20px;
}

a {
	color: #412b1e;
	font-weight: bold;
	text-decoration: none;
}

a.active, a:hover {
	color: #d6742c;
	font-weight: bold;
	text-decoration: underline;
	}
	
.backToTop {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #d6742c;
	
}
.bio {
	font-size: 14px;
	letter-spacing: .5px;
	color: #FFFFFF;
	line-height: 1.5;
	
}
	
.copyright {
	padding: 10px 0 10px 10px;
	text-align: center;
}
