
/* STUCTURE */

#header{
	position:relative;
	background:#3f2c63;
}
#header #logo{
	position:absolute;
	top:29px;
	left:63px;
}
#header #contact{
	position:absolute;
	top:10px;
	right:0;
	text-align:right;
}
#navigation li{
	float:left;
	width:158px;
	margin-right:15px;
}
.clearfix{
	clear:both;
}
#with-sidebar-content{
	float:left;
	margin-right:10px;
	width:420px;
	margin-left:20px;
}
#one-sidebar-content {
	float:left;
	margin-right:10px;
	width:685px;
}

.menu-windows-container a {
		color: #414f4f;
		display: block;
		padding: 10px 0;
		text-decoration: none;
		border-bottom: 1px solid #a4bfc3;
		}

.menu-about-container a {
		color: #414f4f;
		display: block;
		padding: 10px 0;
		text-decoration: none;
		border-bottom: 1px solid #a4bfc3;
		}
		
		.widgettitle {
		margin-bottom:10px;
			}

/* STYLES */
.form {
	display:block;
		overflow:hidden;
	}
.form p:first-child {
	float:left;
	}
	
input[type=text],input[type=email],textarea {
	border:1px solid #424f4f;
	padding:5px;
	width:260px !important;
	float: right;
}
textarea {
	width:400px !important;
}

form input[type=submit] {
	background-color:#aad5ff;
	color:#FFF;
	padding:7px 30px;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
	float:right;
	font-size:16px;
}

.widget {
	list-style:none;
	}

body{
	background:#eff3f7;
	color: #FFF;
	font-family: 'Oxygen', Sans-serif;
}
h1 {
	    font-weight: 900;
    color: #424f4f;
    text-transform: uppercase;
}
h2 {
	font-size: 21px;
	font-weight: 500;
	color: #424f4f;
	margin-bottom:30px;
}
h4 {
	font-weight:900;
	color:#444;
	margin-bottom:10px;
}
.feature p {
	font-weight:900;
}
#wrapper{
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	background: #FFF;
}
#content{
	    color: #222;
    height: auto;
    overflow: hidden;
    background-color: #fff;
        padding: 40px 20px 40px 20px;
}
.content{
	width:941px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}
a{
	color:#fff;
  text-transform:uppercase;
	text-decoration:none;
}
a:hover{
	color: #111;
	text-decoration:underline;
}

.mainContent{
	padding:20px 12px;
  }

h1 {
    font-size: 30px;
    margin-bottom: 24px;
    border-bottom: 1px solid #444444;
    padding-bottom: 14px;
}
h2 { font-size:28px; }
h3 {     font-size: 24px;
    color: #444444;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;margin-top:30px}
h4 { font-size:16px; }
h5 { font-size:15px; }
h6 { font-size:15px; font-weight:900; }

p {
	font-size:17px;
	line-height:25px;
	margin:10px 0;
}

/* Primary Font */
input[type=submit],input[type=button],input[type=reset],input[type=color],h1,h2,h3,h4,h5,h6 {
	font-family: 'Oxygen', Sans-serif;
}

/* Paragraph font */
input[type=url],input[type=tel],input[type=search],input[type=password],input[type=email],input[type=text],textarea,input[type=date],input[type=month],input[type=number],input[type=time],input[type=week],p,.info,.error,.warning,.success,body {
	font-family: 'Oxygen', Sans-serif;
}

#sidebar div {
	margin-bottom:20px;
}

#navigation{
	background: #FFF;
}
#navigation a{
	width:158px;
	color: #313131 !important;
	font-weight:900;
	border-bottom:1px solid #94b3b8;
	padding:5px 0;
	font-size:14px;
	color:#555;
	display:block;
}
#navigation a:hover{
	color: #444 !important;
}

#slider {
    margin: 0 auto;
}

.home {
	width:280px;
	float:left;
}

.features {
	width:643px;
	float:right;
}

.features .feature img {
	margin-left:-20px !important;
	margin-bottom:20px;
}
		
.featured .feature img {
	margin-left:-20px !important;
}
		
.feature {
	width:159px;
	height:325px;
	float:left;
	margin-left:15px;
	background-color:#dee8e9;
	margin-bottom:20px;
	padding:0 20px;
	overflow:hidden;
	position:relative;
}

.feature a {
	display: block;
		padding: 5px 10px;
		background-color: #85a9af;
		color: #FFF;
		text-transform: uppercase;
		
	font-weight:100;
	position:absolute;
	bottom: 15px;
	}

#footer {
	font-size:12px;
}

#footer .twitter {
	background-color:#c6d9f1;
	padding:20px 0;
}

.footer {
	background-color:#0066cb;
	padding:20px 0;
}

.footer
{
  padding:10px;
  color:#fff;
  text-transform:uppercase;
}

.footer p{
  font-size:15px;
  }

.textwidget img {
	margin-top:4px;
	}
	input[type=submit] {
		margin-top:10px;
	}
	.flex-control-nav { display:none !important; }
.breadcrumb {
	background-color: #85a9af;
	padding: 12px;
	margin: 0 auto;
	width: 917px;
}
.leftside h2 {
	font-size: 26px;
	font-family: Georgia, serif;
	line-height: 32px;
	color: #424f4f;
	}
.leftside h6 {
	
	color: #424f4f;
	}



.home h1 {
	font-size: 26px !important;
	font-family: Georgia, serif;
	line-height: 32px;
	color: #424f4f;
		font-weight:100 !important;
	}

.breadcrumb a {
		width:auto;
		margin:0 5px;
		color:#FFF;
	}
		
	.leftside {
		float: left;
		width: 245px;
		min-height:100px;
	}
		
	.rightside {
		float: right;
		width: 225px;
	}
.featuredimage {
		margin:2px auto 30px auto;
		text-align: center;
	}
.bottomcap {
		width: 650px;
		float: right;
		border-top: 2px solid #85a9af;
		border-bottom: 2px solid #85a9af;
		padding: 25px;
		font-size: 26px;
		font-family: Georgia, serif;
		line-height: 32px;
		color: #424f4f;
		margin-top:40px;
	}
	
	.bottomcap b {
			font-size: 32px;
			font-weight: 700;
			font-family: 'Open Sans', sans-serif;
		}
#menu-windows .current_page_item {
	background-color:#85a9af;
	padding-left: 15px;
}
#menu-about .current_page_item {
	background-color:#85a9af;
	padding-left: 15px;
}
#menu-windows .current_page_item a {
	color:#FFF !important;
}
#menu-about .current_page_item a {
	color:#FFF !important;
}

.content a {
		color:#FFF;
	}

.wpcf7 {
width: 420px;
}

#wpcf7-f120-p20-o1 .wpcf7-form-control-wrap input {
			margin-top:-28px;
		}


h1{ color:#0066cb; }

.mainContent td, .mainContent p{color:#444;}
#sidebar p{color:#ffffff;}