.clear {
	clear: both;
}
p {
	margin:0px;
	}
a {
	color: #506a7f;
	outline: 0;
	text-decoration: none;
}
.bold {
	font-weight:bold;
}
a:focus { outline: 0; }
a:hover { color: #6A89A2; outline: 0; text-decoration: none; }

.nav-home {
	background: url('/images/nav_home.png') top left no-repeat;
	width: 36px;
	height: 31px;
	float: left;
	margin-top: -5px;
}

.nav-home:hover {
	background: url(/images/nav_home_over.png) top left no-repeat;
}

img { border: 0px; }
html {
	background: #094f8b url(/images/bg-gradient.jpg) top left repeat-x;
}
body {
	width: 1145px;
	margin: 0 auto;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #dfe6ed;
	letter-spacing: 0.05em;
	position: relative;
	}
/*iPhone hack/ website center alignment */
@media screen and (max-device-width: 480px) {
html{
	width:320px;
	}
}
#header-sun { 
	height: 110px;
	background: url(/images/header-sun-v3.png) top center no-repeat;
	color:#FFF;
	font-size:18px;
	}
#header-topleft {
	float:left;
	padding:32px 70px;
	text-shadow: 1px 1px 3px #000000;
}
	#header-topleft a {
		color: #dfe6ed;
	}
#header-topright {
	float:right;
	padding:32px 70px;
	text-shadow: 1px 1px 3px #000000;
}
	#header-topright a {
		color: #dfe6ed;
	}
#header-logo {
	height: 100px;
	background: url(/images/header-noglow-nologo.png) top center no-repeat;
	color:#506a7f;
	font-size:18px;
	text-shadow: 1px 1px 8px #000000;
	}
#logo {
	height: 72px;
	background: url(/images/logo-sm-r.png) top center no-repeat;
	width:224px;
	position: absolute;
	top: 110px;
	left: 460px;
	}
#nav-topleft {
	float:left;
	padding:30px 0 0 130px;
	}
#nav-topright {
	float:right;
	padding:30px 130px 0 0;
	}
#tagline {
	height: 59px;
	background: url(/images/tagline.png) top center no-repeat;
	}
#wrapper-main {
	background: url(/images/bg-ds-sides.png);
	}

#slider-content {
	background:url(/images/bg-slider-base-dark.jpg) top center no-repeat;
	width:1145px;
	height:335px;
	color: white;
	margin:auto; 
}
.portfolioSlideshow{
	background:url(../images/bg-slider-base-dark-modified.png) top center no-repeat !important;
	}


	#slider-content .home {
		/*
		background:url(/images/sliders/homepage-1.jpg) top center no-repeat;
		height: 339px;
		*/
		margin: 0 73px;
	}
	#slider-content .team {
		height: 335px;
		padding: 15px 140px 15px 140px;
	}
	#slider-content .contact {
		height: 335px;
		padding: 15px 140px 15px 140px;
	}

#slider-navleft {
	background:url(/images/nav/nav-slider-left-norf.png);
	width:110px;
	height:125px;
	float:left;
	margin:50px 0 0 0;
	}
#slider-navright {
	background:url(/images/nav/nav-slider-right-norf.png);
	width:110px;
	height:125px;
	float:right;
	margin:50px 0 0 0;
	}
#bottom-content {
	background:#042847;
	width:999px;
	margin:auto;
	}
.bottom-text {
	color:#DEE6F8;
	font-size:18px;
	padding:40px 65px 15px 65px;
	text-align:justify;
}	
#footer {
	height: 63px;
	background: url(/images/footer.png) top center no-repeat;
	}
.footer-content {
	color:#FFF;
	font-size:12px;
	margin: 0 0 10px 0;
	text-align:center;
	text-transform:uppercase;
	}

.form .label {
	padding: 4px 10px 4px 0px;
}
.form .input {
	padding: 4px 0px 4px 0px;
}
.form .input .text, .form .input .email, .form .input .phone {
	background: url('/images/bg-form-text-base.jpg') top left no-repeat;
	width: 390px;
	height: 36px;
	border: 0;
	color: white;
	padding: 0px 0px 0px 10px;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Remove Safari's default focus indicators */
.form .input .text:focus, .form .input .email:focus, .form .input .phone:focus, .form .input .textarea:focus {
	outline-width: 0;
}

.form .input .textarea {
	background: url('/images/bg-form-textarea-base.jpg') top left no-repeat;
	width: 390px;
	height: 80px;
	border: 0;
	color: white;
	padding: 10px;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

.form .submit {
	margin-top: 15px;	
}

.footer-social {
	padding-top: 10px;	
}
