@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Open Sans', 'Lato', sans-serif;
	background:#cdcdcc;
	font-size: 14px;
}
	
html, body {
	height:100%;
	-webkit-text-size-adjust: 100%;
}
			
.clear {
	clear: both;
	height: 0;
	font-size: 0px;
}
		
h1 {
	font-size:32px;
	font-weight:400;
}
	
h2 {
	font-size:18px;
	font-weight:400;
}
	
body.projects h2 {
	background-color: #15489f;
	color: #eee;
	padding: 4px 12px;
	margin-top: 0;
}
				
p {
	font-weight:normal;
	line-height:1.5em;
	margin: 0 0 1.8em;
}

img {
	border:none;
}

.ImageBorder
{
       border: 5px solid black;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#content li {
	text-decoration:none;
	list-style-type:none;
	margin-bottom:10px;
}

.lower-margin {
	margin-bottom:35px;
}

.blue {
	color:#15489f;
}

.rounded-corners {
	background-color:#f2f2f1;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#15489f;
	padding: 12px 20px;
	overflow:hidden;
	border-radius: 15px;
}

#wrapper {
	position:relative;
	min-height:100%;
}

header {
	padding-top: 33px;
	background: #0047a3 url(../images/header1.gif) no-repeat bottom;
	color:#FFF;
	position:relative;
	overflow: auto;
}

#logo {
	padding-bottom: 50px;
}

#logo img {
	max-width: 100%;
}

#tagline {
	position:absolute;
	top:91px;
	right:6%;
}

#tagline h1 {
	font-size:26px;
}

nav {
	font-size:18px;
	font-weight:bold;
	position:absolute;
	bottom:0;
	right:5%;
}

nav li, nav a {
	text-decoration:none;
	list-style-type:none;
	color:#FFF;
	padding:0;
	display:inline-block;
	background:url(../images/test.jpg) no-repeat 0 -10;
}

nav ul {
	margin:0;
	padding:0;
}

nav a {
	padding-right:15px;
	padding-left:15px;
	height:67px;
	line-height:67px;
}

nav a:hover, nav li.active a {
	background:url(../images/test.png) no-repeat center bottom;
}

a#menu {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 40px 0 70px;
	background:url(../images/bannerS.png)no-repeat 0 bottom;
	display: none;
	height:67px;
	line-height:67px;
	color: #fff;
	font-weight: bold;
	font-size:18px;
	text-decoration: none;
}

a#menu img {
	vertical-align: middle;
	margin-left: 10px;
}

#content {
	overflow:hidden;
	background:url(../images/content-bg.jpg) no-repeat;
	padding-bottom:120px;
	background-size: cover;
}

#content a {
	text-decoration:none;
}

#content img {
	float:right;
	clear:left;
	padding-top:30px;
	padding-left:30px;
}

.content-inner {
	margin:auto;
	max-width:900px;
	position:relative;
	padding: 0 6%;
	clear:both;
}

.single-column {
	margin-top:60px;
	margin-left: 19%;
}

#content img.inset-right {
	float:right;
	clear:left;
	padding-top: 0;
	padding-left:30px;
}

.image-heading {
	float: left;
	padding-top: 10px;
	max-width: 100%;
}

.image-heading.first {
	padding-top: 0;
}

#content img.project-banner {
	float:none;
	padding:0;
	display: block;
	width: 100%;
}

/* Home content */

#home-content {
	min-height:547px;
	background:url(../images/home-content-s.jpg) no-repeat center 0;
	background-size: cover;
}

/*Contact Page*/

label {
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}

form {
	margin:0 auto;
	max-width:460px;
}

input, textarea {
	width:94%;
	background-color:#efefef;
	border:1px solid #dedede;
	padding:3%;
	margin-top:3px;
	color:#3a3a3a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

input:focus, textarea:focus {
	border:1px solid #2a58a80;
}

input#submit {
	font-size: 14px;
	margin-top: 20px;
	width: 100%;
	cursor: pointer;
}

input#submit:hover {
	background-color: #ddd;
	border-color: #ddd;
}

input#middle-name {
	display:none;
}

#error-message {
	color: #c00;
}

textarea {
	height:213px;
}

footer {
	color:#707070;
	background:#FFF;
	width:100%;
	clear:both;
	position:absolute;
	bottom:0;
	font-size: 13px;
}

footer .content-inner {
	padding-top: 28px;
	padding-bottom: 18px;
	overflow: auto;
}

.copyright {
	float: left;
	margin: 0 1em 6px 0;
}

.contact-us {
	font-weight:bold;
	float: right;
	margin-bottom: 0;
}

.show-450 {
	display: none;
}


/* ----------- 1024 ------------- */	
@media screen and (max-width: 1024px) {
	#tagline {
		top: 96px;
	}
		
	#tagline h1 {
		font-size: 22px;
	}
			
	#home-content {
		background-image:url(../images/home-content-1024.jpg);
	}
}

/* ----------- 880 ------------- */	
@media screen and (max-width: 880px) {
	header {
		background-image: url(../images/header1.jpg);
	}
		
	#tagline {
		display: none;
	}
		
	nav.desktop {
		display: none;
	}
			
	a#menu {
		display: block;
		height: 57px;
		line-height: 57px;
	}
		
	#logo {
		width: 50%;
	}
		
	.single-column {
		margin-left: 0;
	}
				
	#content img.inset-right {
		max-width: 40%;
	}
						
	#home-content {
		background-image:url(../images/home-content-680.jpg);
		min-height:200px;
	}
}

/* ----------- 680 ------------- */	
@media screen and (max-width: 680px) {
	.contact-us {
		display: none;
	}
			
	a#menu {
		font-size: 15px;
	}
}

/* ----------- 500 ------------- */	
@media all and (max-width: 500px) {
	#content {
		padding-bottom: 140px;
	}
		
	.copyright {
		float: none;
	}
}

/* ----------- 450 ------------- */	
@media screen and (max-width: 450px) {
	span.show-450 {
		display: inline;
	}
				
	header {
		padding-top: 18px;
	}
		
	a#menu {
		height: 52px;
		line-height: 52px;
		font-size: 15px;
		padding: 0 30px 0 55px;
	}
		
	#logo {
		width: 200px;
		padding-bottom: 35px;
	}
}


/* ----------- 400 ------------- */	
@media screen and (max-width: 400px) {
	#content img.inset-right {
		float: none;
		max-width: none;
		padding-left: 0;
		margin-bottom: 8px;
	}
}
