* {margin: 0; padding: 0; outline: 0;}


body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #777777;
	font-size: 12px;
	background-color: #efefef;
}


h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin:0 0 15px 0;
}


h1 {
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 100%;
}

h1.title {
	font-size: 46px;
	font-weight: 700;
	color: #6a6a6a;


}


h2 {
	font-size: 26px;
	color: #880000;
}

h3 {
	font-size: 20px;
	color: #880000;
}
.rightpic {
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
	padding-bottom: 20px;
}

p {
	margin: 0 0 15px 0;
	line-height: 24px;
}

.menuBtn {

	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;

}

.active {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom: medium solid #800;
}
.clear {
	clear: both;
}
.wrap {
	/*background:url(../images/bg.png) top left repeat-x;*/
	width: 1000px;
	z-index: 10;
	position: relative;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



.section {
	width: 1000px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:30px 0;
	overflow: visible;
}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top: 550px;
	height: 50px;
	z-index: 1000;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	background-image: url(../assets/white65.png);
}
#maintitle {
	margin-top: 148px;
	margin-left: 22px;
	color: #FFFFFF;
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
}





.subNavBtn {
	display: block;
	height: 35px;
	float: left;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	color: #555555;
	margin: 0px 0px 0 0;
	padding: 15px 2% 0;
}

.subNavBtnBlog {
	display: block;
	height: 35px;
	float: left;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	color: #555555;
	margin: 0px 0px 0 0;
	padding: 15px 2% 0;
}

.end {
	margin: 0;
}


/* SECTIONS */
.sTop {
	min-height: 580px;
	color:#3d3d3d;
	background-color: #efefef;
	background-image: url(../assets/bannerback.jpg);
	background-repeat: no-repeat;
	background-position: -60px;
}



.s1 {
	min-height: 500px;
	background-color: #efefef;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #777777;
	clear: both;
}


.s2 {
	min-height: 500px;
	background-color: #efefef;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #777777;
	clear: both;
}


.s3 {
	min-height: 500px;
	background-color: #efefef;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #777777;
	margin-bottom: 20px;
}


.s4 {
	min-height: 500px;
	background-color: #efefef;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #777777;
	overflow: visible;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.s5 {
	min-height: 500px;
	background-color: #efefef;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #777777;
	overflow: visible;
}
iframe {
	margin-right: auto;
	margin-left: auto;
}
#five {
	float: left;
	width: 450px;
	padding-right: 40px;
	padding-left: 0px;
	font-size: 16px;
}
#baseline {
	background-color: #555555;
	width: 100%;
	text-align: center;
	height: 20%;
	padding-top: 50px;
}
.section a:link, .section a:visited {
	color: #880000;
	text-decoration: none;
}
.section a:hover {
	color: #880000;
	text-decoration: underline;
}
