/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	color: #535353;
	font-weight: 300;
}

* {
	margin: 0;
	padding: 0;
}

.btn_lg {
	background: #6c7e55;
	color: #fff;
	border-radius: 10px;
	padding: .6em 1em .6em 1em;
	text-decoration: none;
}

.stretch { width: 100%; }

a {
	color: #4fb3aa;
}
a:hover {
	text-decoration: none;
}

header nav > ul.sf-menu > li.mobile { display: none; }

.large_text {
	color: #6c7e55;
		font-size: 2.1em;
		font-weight: 100;
		padding: 0 10% 3em 10%;
		line-height: 1.7em;
		margin-bottom: -1.5em;
}

strong { color: #333; }

.btn {
	background: #3d1502;
	color: #fff;
	padding: .6em 1em .6em 1em;
	text-decoration: none;
}
.large_btn {
	background: #1f1f1f;
	color: #c2aa0a;
	padding: .6em 1em .6em 1em;
	font-size: 2em;
	text-decoration: none;
	border-radius: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
ul.link_list li{
	font-size: 1.5em;
	padding: .5em;
	border-bottom: 1px dashed #eee;
	list-style: none;
}
	ul.link_list li a {
		text-decoration: none;
		color: #2e4028;
	}

.sub_page h2 {
	font-size: 1.5em;
		font-weight: 400;
		background: #e3c604;
		padding: 1em 0 .5em 2%;
		width: 98%;
		margin-bottom: 2em;
		color: #1f1f1f;
}
h3 {
	margin-bottom: 1em;
}
p {
	margin-bottom: 2em;
}

.fadeInBlock {
    opacity:0;
}
	
#notice {
	border: 2px solid #FF0000;
	color:#FF0000;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

#nice_notice {
	border: 2px solid #006600;
	color:#006600;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

/* Application Styles 

dl.form{ width: 100%; margin-left: 25px; }
dl.form dt { float: left; margin-right: 18px; width: 150px; border-bottom: 1px solid #666; font-weight: bold; }
dl.form dd { margin: 0 0 18px 0; }
*/

.col_one_float ul.form li {
	list-style: none;
	float: left;
	width: 199px;
	height: 4.5em;
	margin: 0;
}
ul.form li label {
	display: block;
	width: 200px;
}
.col_one_float ul.form_vertical li {
	list-style: none;
	margin-left: 3em;
}
div.form_divider { 
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
}

table td {
	border: 1px solid #ccc;
	padding: 5px;
}
table th {
	padding: 5px;
}

table.thin_inputs input[type="text"] {
	width: 60%;
}

table { margin-bottom: 25px; }


input[type="text"], input[type="password"], textarea {
	border-radius: 5px;
	border: 1px solid #e3e4e5;
	padding: 8px;
}
select {
	border-radius: 5px;
	border: 1px solid #e3e4e5;
	padding: 5px;
	width: 150px;
}





dl.form{ width: 100%; }
dl.form dt { float: left; margin-right: 18px; width: 20%; text-align: right; font-size: 1.2em; }
dl.form dd { margin: 0 0 18px 0; }
dl.form dd input[type="text"]  {
	width: 60%;
	height: 2em;
	font-size: 2em;
}
dl.form dd textarea {
	width: 60%;
	height: 4em;
	font-size: 2em;
}
dl.form dd select {
	
	height: 2em;
	font-size: 2em;
}
dl.form dd input[type="submit"] {
	font-size: 1.3em;
	padding: 10px;
	color: #fff;
	margin-top: 20px;
	background: #479ccf;
	border: 0;
	border-radius: 5px;
}
p.form_header { border-bottom: 3px solid #ccc; padding-bottom: 10px; }

.flex_img_right {
	float: right;
	width: 50%;
	margin: 0 0 1em 1em;
}

.flex_img_left {
	float: left;
	width: 50%;
	margin: 0 1em 1em 0;
}

.news_entry {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 1.5em;
}
	.news_entry h3 {
		margin-bottom: .5em;
	}

/* Search Styles */
.search_box {
	border-radius: 5px;
	box-shadow: 3px 3px 5px #e1e4e6;
	border: 1px solid #e3e4e5;
	padding: 15px;
}
	.search_box .field_set {
		margin-right: 15px;
	}
	
	.result_stats {
		margin-bottom: 15px;
	}
input[type="text"], input[type="password"], textarea {
	border-radius: 5px;
	border: 1px solid #e3e4e5;
	padding: 8px;
}
select {
	border-radius: 5px;
	border: 1px solid #e3e4e5;
	padding: 5px;
}



/* Layout Styles */

#back_photo {
	position: fixed;
	top: 70px;
	width: 100%;
	height: 700px;
	z-index: 0;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 158px;
	z-index: 3000;
	background: #1f1f1f;
	color: #fff;
}

	header > a#mobile_btn {
		position: absolute;
		top: 10px;
		right: 2%;
		display: none;
		z-index: 4000;
	}

	header h1 {
		position: absolute;
		top: 29px;
		left: 2%;
	}
		header h1 img {
			width: 303px;
		}
		
	header nav {
		display: block;
		position: absolute;
		top: 120px;
		width: 100%;
		font-size: 1.2em;
	}
	header nav ul.sf-menu {
		
	}
		header nav > ul.sf-menu > li {
			list-style: none;
			display: inline-block;
			font-size: 1.1em;
			margin: 0 1.5% 0 1.5%;
			padding-bottom: 20px;
		}
			header nav > ul.sf-menu > li > a {
				color: #ffde00;
				text-decoration: none;
				text-transform: uppercase;
				font-family: 'lato';
				font-weight: 400;
			}
			.expand {
				background: url(images/bbs_web_parts_20.png) no-repeat center 25px;
			}
	header h2 {
		width: 300px;
		position: absolute;
		right: 40px;
		text-align: center;
		color: #fff;
		font-size: 1.3em;
		top: 20px;
		line-height: 1em;
	}
	header address {
		position: absolute;
		right:350px;
		top: 40px;
		font-size: 1.2em;
		color: #909090;
		font-style: normal;
	}
			
	
	
	
.sub_page {
	padding-top: 150px;
	min-height: 700px;
	position: relative;
	margin: 0 auto;
	z-index: 2000;
}
	.sub_page > div {
		min-height: 700px;
		position: relative;
		margin: 0 auto;
		text-align: left;
	}
	.sub_page > div > div > h2 {
		padding-top: .5em;
	}
	.sub_page > div > div {
		max-width: 1100px;
		min-height: 500px;
		padding: 1em 2% 3em 2%;
		position: relative;
		margin: 0 auto;
		text-align: left;
		background: rgba(255,255,255,.9);
	}
	
	.col_one {
		width: 100%;
		min-height: 500px;
		float: left;
		font-weight: 500;
		padding-bottom: 2em;
		margin-bottom: 2em;
		border-bottom: 2px solid #eee;
	}
	.col_two {
		width: 100%;
		text-align: center;
	}
		.col_two h2 {
			margin-bottom: .2em;
			padding: .5em;
			text-transform: none;
			font-size: 1.7em;
			margin-left: -1em;
		}
		.col_two article {
			margin-bottom: 1em;
			width: 21%;
			float: left;
			padding: 0 2% 0 2%;
		}
		.col_two article h3 {
			margin-bottom: .5em;
		}
		.col_two article img {
			width: 100%;
			max-width: 150px;
			margin-bottom: .5em;
			border-radius: 50%;
		}
		
	.col_one_float {
		width: 71%;
		padding-right: 3%;
		border-right: 1px solid #eee;
		float: left;
		
	}
	.col_two_float {
		width: 22%;
		float: right;
		padding-left: 3%;
	}
		
#home_main {
	top: 700px;
	background: #fff;
	z-index: 2000;
	position: relative;
}

	#home_intro {
		
		color: #1f1f1f;
		font-weight: 400;
		line-height: 2em;
		padding: 8em 0 6em 0;
		text-align: left;
		margin-bottom: 0;
	}
	#home_intro h2 {
		font-size: 2em;
		font-weight: 400;
		background: #e3c604;
		padding: 1em 0 1em 2%;
		width: 98%;
		margin-bottom: 0;
		color: #1f1f1f;
	}
	
	#home_intro img {
		width: 50%;
	}
	
#home_blog {
	padding: 2em 2% 4em 2%
}
#home_blog div {
	padding-bottom: 2em;
}

	#home_blog > div > article {
		float: left;
		width: 12.5%;
		padding: 0 2% 2em 2%;
		padding-top: 1.5em;
	}
	#home_blog > div > article:first-child {
		padding-top: 0;
	}
		#home_blog article h3 {
			margin-bottom: .1em;
			padding-top: 1em;
		}
		#home_blog article h3 a {
			text-decoration: none;
			color: #e3c604;
		}
		
		#home_blog article img {
			width: 100%;
			border-radius: 50%;
		}
		
		#home_blog h3 {
			color: #e3c604;
			font-size: 1.3em;
		}
		
	
		
		
#home_cols {
	background: #fff;
	border-top: 80px solid #4fb3aa;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

	#home_cols article {
		float: left;
		width: 23%;
		padding: 0 1% 2em 1%;
		text-align: left;
		top: -50px;
		position: relative;
	}
		#home_cols article h3 {
			margin-bottom: 3em;
			background: #4fb3aa;
			text-align: center;
			font-size: 1.5em;
			text-transform: uppercase;
			font-weight: 300;
			color: #fff;
		}
		#home_cols article img {
			width: 100%;
			
		}

footer {
	background: url(images/master_web_parts_31.gif) no-repeat right 40px #1f1f1f;
	color: #494949;
	margin: 0 auto;	
	text-align: center;
	height: 200px;
	padding: 2em 0 0 0;
	font-weight: 400;
	position: relative;
	top: 800px;
	z-index: 2050;
	clear: both;
}
	footer a {
		text-decoration: none;
		color: #494949;
	}
	footer > div {
		width: 760px;
		margin: 0 auto;
		text-align: left;
	}
		footer > div > img {
			float: left;
			margin-right: 5%;
		}
		footer address {
			padding-top: 1em;
			font-style: normal;
			float: left;
			width: 25%;
			display: block;
			margin-right: 10%;
			border-right: 4px solid #494949;
			height: 150px;
		}
		footer > div > div {
			float: left;
			width: 20%;
			padding-top: 1em;
		}
			footer > div > div li {
				list-style: none;
			}
			
	footer > div#footer_contact {
		clear: both;
		padding-top: 1em;
		width: 100%;
		text-align: center;
	}
		footer > div#footer_contact > img {
			float: none;
			margin-right: 2em;
		}
		
			footer > div#footer_contact a {
				
			}
			
			
/* Services Page */
#services_list article {
	clear: both;
	padding-bottom: 2em;
}
#services_list h3 {
	clear: both;
	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
}
#services_list div {
	width: 25%;
	float: left;
	padding-bottom: 4em;
	text-align: center;
	
}
#services_list div img {
	width: 100%;
}
#services_list p {
	display: block;
	width: 73%;
	padding-left: 2%;
	float: right;
	padding-top: 2em;
}
#services_list li {
	float: left;
	width: 34%;
	display: block;
	margin-left: 3%;
	list-style: disc;
}
			
@media (max-width: 1200px){
	header nav {
		padding-left: 25%;
		width: 75%;
	}	
}
		
@media (max-width: 950px) {
	header {
		top: 0;
		position: absolute;
		height: 200px;
	}
	
	header #top_btns {
		width: 100%;
		position: absolute;
		right: 0;
		top: 250px;
		text-align: center;
	}
	header #top_btns a {
		text-decoration: none;
		margin-left: 1em;
	}
	

	header h1 {
		position: absolute;
		top: 10px;
		left: 0;
		width: 100%;
		text-align: center;
		padding-bottom: 1em;
	}
		header h1 img {
			width: 303px;
		}
	header h2 {
		top: 120px;
		left: 0;
		width: 100%;
		text-align: center;
		padding-bottom: 1em;
	}
	header h2 img {
		width: 170px;
	}
	header address { display: none; }
	
	header > a#mobile_btn {
		display: block;
	}
	
	header nav {
		display: none;
		position: absolute;
		right: 2%;
		width: 15em;
		background: #e3c604;
		z-index: 4000;
		text-align: left;
		top: 110px;
		padding-left: 0;
	}
	header nav > ul.sf-menu > li > a {
		display: block;
		padding: 1em 1.5em 1em 1.5em;
		background: #e3c604;
		color: #fff;
	}
	header nav > ul.sf-menu > li > a:hover {
		background: #c8ae02;	
	}
	header nav > ul.sf-menu > li {
		display: block;
		background: #bc6f30;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #c8ae02;
	}
	
	
	#home_cols article {
		float: left;
		width: 90%;
		padding: 0 5% 2em 5%;
		text-align: left;
		top: -50px;
		position: relative;
		height: 730px;
	}
	#home_intro img {
		width: 100%;
	}
	
	#home_cols article h3 {
		margin-bottom: 3em;
		padding: 2em 0 2em 0;
		background: #4fb3aa;
		text-align: center;
		font-size: 1.5em;
		text-transform: uppercase;
		font-weight: 300;
		color: #fff;
	}
	#home_cols div.fadeInBlock {
		opacity:1;
	}
	
	#home_blog article {
		float: left;
		width: 28%;
		padding: 0 2% 2em 2%;
		height: 270px;
	}
	
	footer {
		background:#1f1f1f;
	}
	
	
	
	
	
	
	
}
