﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #e9ecea url(../images/s2s-bkgrnd.jpg) repeat-x;
	background-color: #CCC;
}
#container {
	background-color: #FFFFFF;
	width: 1100px;
	margin: 0 auto;
	
}
#masthead {
	text-align: right;
	padding-left: 40px;
	
}
#navigation {
	overflow: hidden;
	padding-right: 40px;
	
}
#banner {
	margin: 0;
	padding: 0;
	background-color: #113962;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bolder;
	text-indent: 45px;
	color: #DF8B32;
	text-transform: capitalize;
	line-height: 50px;
}

#contentWrap {
	overflow: hidden;
	width: 1040px;
	margin: 0px auto;
	background: url(../images/contentBgd.jpg) repeat-y center;
}

#contentWrap h2 {
	font-size: 24px;
	color: #014284;
}

#contentWrap h3 {
	font-size: 16px;
	color: #e08b31;
}

#contentWrap #column1 {
	float: left;
	width: 180px;
	margin-right: 15px;

}

#contentWrap #column2 {
	float: left;
	width: 575px;
}

#contentWrap #column3 {
	float: right;
	width: 250px;
}

#column_l {
	width: 560px;
	margin: 0;
	padding: 0 35px;
	background-color: #fff;
	top: 0px;
	left: 0px;
}
#column_r {
	width: 310px;
	margin: 0;
	float: right;
	background: url(../images/column_r-bkgrnd.png) repeat-x;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
}
.Subfooter {
	padding: 10px 0;
	position: relative;
	clear: both;
}

/* Styles for Footer */
/* #footer {
	width: 960px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
} */
#footer {
	color: #ffffff; background:url("../images/footer.jpg") no-repeat scroll 0 bottom #004384; 
	display: block; 
	background-position: center 50%; 
	height:165px;  
	width: 100%;
}
#footer A {
	color: #ffffff; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	margin: 5px;
	padding: 5px;
}
#footer A:hover {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	margin: 5px;
	padding: 5px;
}
#footer A:visited {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	margin: 5px;
	padding: 5px;
}

#footer p {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	margin: 10px;
	padding: 10px;
}

/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation a {
	color: #FE9B00;
	text-decoration: none;
	display: block;
	padding: 40px 10px 50px 10px;
	border: 0px solid #c9c9c9;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #a9a9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
}

/* Styles for Menu */
#menu {
	float: left;
	margin: 0px 0px 0px 0px; 
	width: 185px; 
	padding: 50px 0px 50px 0px;
	text-align: left;
}
#menu UL {
	padding: 0px 0px 0px 0px;
	margin: 0px 11px 0px 0px;
	list-style-type: none;
}
#menu LI {
	padding: 3px 0px 5px 5px;
	margin: 3px 0px 0px;
	border-bottom: #222222 1px solid;
	list-style-type: none;
}
#menu LI A {
	display: block;
	color: #222222;
	text-decoration: none;
	list-style-type: none;
}
#menu LI A:hover {
	color: #ffffff;
	background-color: #014284;
	text-decoration: none;
	list-style-type: none;
}

/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.clientQuote {
	font-style: italic;
	color: #014284;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clientQuoteName {
	font-style: normal;
	color: #333;
	line-height: 1.0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#testimonial {
	margin: 20px;
	padding: 10px;
	background-color: #DDD;
	padding-bottom: 10px;
	padding-top: 1px;
	border: #999 thin solid;
}
#testimonial p {
	font-style: italic;
	color: #014284;
	line-height: 1.8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: -5px;
}

#testimonialName {
	font-style: normal;
	color: #555;
	line-height: 1.0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
	margin-top: 15px;
}
.testimonialDash {
	margin-left: -15px;
}
#recognition {
	margin: 20px;
	padding: 10px;
	background-color: #DDD;
	padding-bottom: 10px;
	border: #999 thin solid;
	padding-top: 0px;
}
#recognition p {
	color: #014284;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: -5px;
}
.recognitionTitle {
	color: #014284;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
}
#career {
	margin: 10px;
	padding: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}
#career p {
	
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
#career li {
	
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
/* Styles for Front Page */
#three-columns {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
}

#three-columns h2 {
	font-size: 24px;
}

#three-columns #column1 {
	float: left;
	width: 300px;
	margin-right: 50px;
}

#three-columns #column2 {
	float: left;
	width: 300px;
}

#three-columns #column3 {
	float: right;
	width: 300px;
}
#bannerPict {
	width: 1100px;
	margin: 0px auto;
}

#bannerPict .content {
	width: 1040px;
	padding: 30px;
	padding-bottom: 0px;
	background: #FFFFFF;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

.logo {
	margin-bottom: 15px;
}