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

/**************** Soft Reset ****************/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
h1, h2, h3, h4, h5, h6, address, caption { font-style:normal; font-size:100%; font-weight:normal; }
caption, th { text-align:left; }
ol.listreset, .listreset ol, ul.listreset, .listreset ul, .listreset li { margin:0; padding:0; list-style:none; }

/**************** General ****************/

body {
	background-color: #556f94;
	font:13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif 
}
a {
	color: #1f3384;
}
a:hover {
	color: #C00;
}
.clearfix {
	clear:both;
}
.roundcorners_tabs {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}
.roundcorners_right {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 0;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
}
.roundcorners_left {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 8px;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 8px;
}
.roundcorners_all {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

.column {}

/**************** Branding & Logo ****************/

#branding h1 {
	display:block;
	width:320px;
	height:142px;
	text-indent:-9009px;
	background:transparent url() no-repeat;
	margin: 0px;
	padding: 0px;
}
#branding h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
#branding_home h1 {
	display:block;
	width:320px;
	height:142px;
	text-indent:-9009px;
	background:transparent url() no-repeat;
	margin: 0px;
	padding: 0px;
}
#branding_home h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}


/**************** Main Blocks ****************/

#background {
	width: 100%;
	background-image: url(../images/background_blend.jpg);
	background-repeat: repeat-x;
}
#top {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.home{
	background-image: url(../images/background_home.jpg);
	background-repeat: no-repeat;
}
.about{
	background-image: url(../images/background_about.jpg);
	background-repeat: no-repeat;
}
.whatwedo {
	background-image: url(../images/background_whatwedo.jpg);
	background-repeat: no-repeat;
}
.employment {
	background-image: url(../images/background_employment.jpg);
	background-repeat: no-repeat;
}
.contact_page{
	background-image: url(../images/background_contact.jpg);
	background-repeat: no-repeat;
}
.locations {
	background-image: url(../images/background_location.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#branding {
	height: 177px;
	width: 219px;
	float: left;
}
#main_nav {
	width: 731px;
	height: 177px;
	float: right;
}
#branding_home {
	height: 300px;
	width: 230px;
	float: left;
}
#main_nav_home {
	width: 720px;
	height: 300px;
	float: right;
}

#secondary_nav {
	width: 198px;
	background-color: #1f3384;
	background-image: url(../images/background_tabtop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 20px;
	float: left;
	border: 1px solid #263986;
}
#content {
	float: right;
	width: 709px;
	background-color: #FFF;
	margin-right: 20px;
	background-image: url(../images/background_contents.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #595d61;
	border-bottom-color: #595d61;
	border-left-color: #595d61;
}
#slideshow {
	height: 230px;
	width: 350px;
	float: left;
	padding-left: 30px;
	padding-right: 40px;
}
#home_newsblurb {
	width: 600px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	float: left;
	padding-top: 20px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#home_newsletter {
	float: right;
	width: 250px;
	margin-top: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1f3384;
}
#content_wide {
	float: right;
	width: 908px;
	background-color: #FFF;
	margin-right: 20px;
	background-image: url(../images/background_contents.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #595d61;
	border-bottom-color: #595d61;
	border-left-color: #595d61;
	border-top-width: 1px;
	border-top-color: #FFF;
}
#text_technology {
	width: 400px;
	float: right;
	padding-top: 30px;
}

#footer {
	color: #737882;
	text-align: center;
	padding-top: 8px;
	font-size: 0.85em;
	padding-bottom: 5px;
}
#thumbnails {
	background-image: url(../images/background_thumb.jpg);
	background-repeat: repeat-x;
	float: right;
	width: 228px;
	margin-top: 68px;
	padding-top: 10px;
}
#thumbnail_width {
	width: 100%;
}
#location {
	margin-left: 30px;
}
#employment_show {
	padding-top: 20px;
	padding-left: 50px;
	margin-bottom: 30px;
}
#form {
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 20px;
}

/**************** Typography ****************/

h1 {
	color: #1f3384;
	font-size: 2em;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 10px;
	padding-left: 30px;
}
h2 {
	color: #C00;
	padding-left: 30px;
	padding-bottom: 10px;
	line-height: 1.4em;
	padding-right: 30px;
	font-size: 1.3em;
	font-weight: bold;
}
h2.contacth2 {
	color: #C00;
	padding-left: 30px;
	padding-bottom: 0px;
	line-height: 1.4em;
	padding-right: 30px;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 10px;
}
h3 {
	color: #263986;
	font-weight: bold;
	padding-top: 5px;
}
h4 {
	padding-left: 30px;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 2px;
}
p {
	color: #5a5e66;
	padding-left: 30px;
	padding-bottom: 16px;
	line-height: 1.4em;
	padding-right: 30px;
}
p.tech {
	line-height: 1.6em;
}
p.contact {
	padding-top: 0px;
	padding-bottom: 3px;
}
.subhead {
	color: #5a5e66;
	padding-left: 30px;
	padding-bottom: 16px;
	line-height: 1.4em;
	padding-right: 30px;
	font-size: 1.3em;
}
#top ul {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#top ul li{
	color: #5A7195;
	display: inline;
	padding-left: 5px;
}
#top ul li a{
	text-decoration: none;
	color: #fff;
}
#top ul li a:hover{
	color: #5A7195;
}
#footer p{
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/**************** Main Nav ****************/

#main_nav ul {
	margin-top: 156px;
}
#main_nav ul li {
	display: block;
	float: left;
}
#main_nav ul li a {
	background-color: #1f3384;
	background-image: url(../images/background_tabtop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 0.2em;
	font-size: .95em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #263986;
	border-right-color: #263986;
	border-bottom-color: #FFF;
	border-left-color: #263986;
}
#main_nav ul li a:hover {
	background-color: #FFF;
	background-image: none;
	color: #C00;
}
#main_nav ul li a.current {
	background-color: #FFF;
	background-image: none;
	color: #C00;
}

/**************** Main Nav Home ****************/

#main_nav_home ul {
	margin-top: 279px;
}
#main_nav_home ul li {
	display: block;
	float: left;
}
#main_nav_home ul li a {
	background-color: #1f3384;
	background-image: url(../images/background_tabtop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 0.2em;
	font-size: .95em;
	border: 1px solid #263986;
}
#main_nav_home ul li a:hover {
	background-color: #FFF;
	background-image: none;
	color: #C00;
}

/**************** Secondary Nav ****************/

#secondary_nav ul{
	padding-top: 18px;
}
#secondary_nav ul li{}
#secondary_nav ul li a{
	color: #c7cbdf;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	padding-left: 30px;
	background-image: url(../images/dot_blue.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	font-size: .95em;
	letter-spacing: .1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777BDF;
}
#secondary_nav ul li a:hover{
	color: #FFF;
	background-image: url(../images/dot_red.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}
.last {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777BDF;
}
#secondary_nav ul li a.here{
	color: #FFF;
	background-image: url(../images/dot_red.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	background-color: #1f3384;
}

/**************** Misc. classes ****************/

.facility_pic {
	padding-left: 44px;
}
.red_type {
	font-weight: bold;
	color: #C00;
	font-size: 1.2em;
}
.services {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2F52A2;
	height: 84px;
	margin-left: 30px;
	margin-right: 30px;
}
.left {
	float: left;
	border: 1px solid #666;
	margin-right: 20px;
}
.left_noborder {
	float: left;
	margin-right: 20px;
}
.right {
	float: right;
	border: 1px solid #666;
	margin-left: 20px;
}
.contact_pic {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #666;
}
.slideshow { height: 230px; width: 350px; margin: 0 }
.slideshow img { padding: 0px; border: none }
h3.newsletter {
	font-size: 1em;
	font-weight: bold;
	background-color: #1f3384;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	letter-spacing: 0.2em;
}
p.currentnewsletter {
	padding-top: 20px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.2em;
	background-image: url(../images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 44px;
}
p.pastnewsletters {
	padding-left: 54px;
	padding-top: 10px;
	font-style: italic;
}
.techlogos {
	padding-left: 50px;
}
.industrylogos {
	padding-right: 20px;
	padding-left: 20px;
}
#charities {
	width: 480px;
	float: left;
}
#charities ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#charities ul li {}
h1.charities {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 20px;
}
.thumbnail {
	padding: 6px;
	border: 1px solid #999;
	background-color: #FFF;
	margin: 12px;
}
.city {
	width: 50%;
	float: left;
	height: 160px;
}
.citypic {
	padding: 6px;
	border: 1px solid #999;
	background-color: #FFF;
}
.gallery {
	border: 1px solid #CCD2D5;
	background-color: #e5ebef;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
}
.gallery_thumb {
	padding-bottom: 10px;
	padding-left: 25px;
}
.gallery_thumb_right {
	padding-bottom: 10px;
}
.facebook {
	float: left;
	padding-left: 80px;
}

