@import url("/style/frontend.css");
@import url("/style/nav.css");
/*@import url("/style/mojoToolsAdminBar.css");*/

/*
-----------HTML Elements---------
*/
body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #375483 url('/images/ui/body-bg.gif') top center repeat-x;
}
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}
a {	
	color: #4F6EA8;
	text-decoration: underline;
}
a:hover {
	color: #808080; 
	text-decoration: none;
}
p, ul, ol { 
	margin: 0 0 1em 0;
	padding: 0;
}
ul {
	margin-left: 20px;
}
ol {
	margin-left: 30px;
}
h1, h2, h3, h4, h5, #mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5 {
	margin: 0 0 0.5em 0;
	color: #4f6ea8;
	font-weight: normal;
}
#mainContent h1 {
	font-size: 20px;
}
h2 {
	color: #8D8D8F;
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	color: #666;
	font-size: 14px;
}
h5 {
	color: #000;
	font-size: 12px;
	margin: 0 0 0.5em 0;
}
strong {
	color: #5D6695;
}
blockquote {
	margin: 0px 0px 0px 10px;
}
.caption 
{
	line-height: normal;
	font-size: 10px;
}

/*
-----------Site-wide Tags-----------
*/
.altRow {
	background:#ccc;
}
.imgLt {
	margin: 0 1.25em 1em 0;
}
.imgRt {
	margin: 0 0 1em 1.25em ;
}
.clrLt {
	clear: left;
}
.clrRt {
	clear: right;
}
.noMargin {
	margin: 0;
}
.btnMore {
	display: inline-block;
	*display: inline;
	border: 2px solid #bbbece;
	padding: 2px 7px 4px 6px;
	color: #fff;
	background: #909090 url('/images/ui/btn/more-btn-bg.gif') top left repeat-x;
	font-size: 10px;
	text-decoration: none;
	line-height: normal;
	zoom: 1;
}
.btnMore:hover {
	color: #111;
	opacity: 0.70;
  filter: alpha(opacity = 70);
}
.mojoBtn, .mojoBtnGreen {
	display: inline-block;
	*display: inline;
	border: 2px solid #bbbece;
	padding: 3px 9px 5px 8px;
	color: #fff;
	background: #909090 url('/images/ui/btn/mojoBtn-bg.gif') top left repeat-x;
	text-decoration: none;
	zoom: 1;
}
.mojoBtn:hover, .mojoBtnGreen:hover {
	color: #111;
	opacity: 0.90;
	filter: alpha(opacity = 90);
}
.mojoBtnGreen {
	background-image: url('/images/ui/btn/mojobtn2-bg.gif');
}

.formDisplay th
{
	font-weight: bold;
	text-align: right;	
	padding: 0 5px 0 0;
	width: 120px;
}

.formDisplay
{
	margin: 0 0 1em 0;
}

/*
-----------Table Layout-----------
*/
table thead th, table thead td {
	text-align: center;
}
table th {
	vertical-align: top;
}
#contentWrap td{
	padding: 0;
}

table th, table td, #contentWrap td td{
	padding: 4px;
}
/*
-----------Page Layout-----------
*/
#pageWrap, #footer {
	width: 960px;
	background: #fff;
}
#pageWrap {
	margin: 14px auto 0 auto;
	width: 960px;
	background: #fff;
	border: solid 1px #334E7A;
}
#pageContent {
	padding: 20px;
	zoom: 1;
	margin-bottom: 30px;
}
#secContent, #mainContent, #tertiaryContent {
	float: left;
}
#mainContent{
	width: 100%;
}
#secContent {
	width: 200px;
	margin: 0 20px 10px 0;
}
#tertiaryContent {
	width: 200px;
	margin: 0 0 10px 20px;
}
#content {
	padding: 20px 34px 60px 34px;
}

/*
-----------Header-----------
*/
#header {
	position: relative;
	height: 112px;
	background: url('/images/ui/header-bg.jpg') right top no-repeat;
	z-index: 999;
}
#header a {
	color: #2d3480;
}
#header .logo, #header .tagline, #header .nav {
	position: absolute;
}
#header .logo {
	top: 27px;
	left: 24px;
}
#header .tagline {
	top: 56px;
	left: 369px;
	color: #8D8D8F;
	font-style: italic;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: normal;
	width: 500px;
}
#header .tagline em {
	color: #3F5B88;
}
#header .tagline sup {
	margin: 0;
	font-size: 14px;
}
#header .nav {
	top: 20px;
	right: 12px;
}
#header .nav a {
	margin: 3px 10px;
	border-bottom: 1px solid #2d3480;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}
#header .nav a:hover {
	border-bottom: 1px solid transparent;
}

#header .phoneNumber {
	position: absolute;
	top: 115px;
	right: 0;
	padding-right: 30px;
	color: #546eaa;
	font-size: 24px;
	line-height: 39px;
	letter-spacing: -1px;
}

/*
----------Nav Design-----------
*/
#navWrap {
	position: relative;
	margin: 0;
	background: #fcfcfd url('/images/ui/nav-bg-left.gif') top left repeat-y;
	z-index: 2;
}
#navWrap ul {
	display: block;
	padding-left: 41px;
	background: url('/images/ui/nav-ul-bg.gif') top center repeat-x;
	zoom: 1;
	height: 45px;
	z-index: 100;
}
#navWrap ul ul {
	border-color: #ccc;
	height: auto;
}
#navWrap li.first {
	border-left: 1px solid #c0c1c3;
}
#navWrap li a {
	border-right: 1px solid #c0c1c3;
	padding: 13px 10px;
	color: #8185af;
	background: #fcfcfd url('/images/ui/nav-ul-bg.gif') top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	*font-weight: normal;
	_font-weight: bold;
	text-decoration: none;
}
#navWrap li a:hover {
	color: #666;
	background: #fcfcfd url('/images/ui/nav-hover.gif') top center repeat-x;
}
#navWrap li ul {
	width: 160px;
	margin-left: -1px;
	border: solid #c0c1c3;
	border-width: 0 1px;
	padding: 0;
}
#navWrap li ul li a {
	width: 140px;
	margin: 0;
	border-bottom: 1px solid #c0c1c3;
	padding: 4px 10px;
	color: #8185af;
	background: #fcfcfd;
	font-size: 11px;
	text-align: left;
}
#navWrap li ul li a:hover {
	background: #d8d9e8 url('/images/ui/nav-sub-hover.gif') top center repeat-x;
}
#navWrap li ul li a:hover {
	color: #666;
}
#navWrap li ul ul {
	margin-left: 160px;
}

/*
-----------Feature Navigation-----------
*/
#featureNav {
	float: left;
	width: 176px;
}
#featureNav .hr {
	border-top: 1px solid #6f78ac;
	border-bottom: 1px solid #3a4898;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#featureNav a {
	display: block;
	color: #fff;
	font-size: 9px;
	line-height: normal;
	text-decoration: none;
}
#featureNav .request {
	padding: 39px 5px 9px 15px;
	background: url('/images/ui/btn/feature-request-info.gif') top center no-repeat;
}
#featureNav .request:hover {
	background-image: url('/images/ui/btn/feature-request-info-hover.gif');
}
#featureNav .construction {
	padding: 56px 0 6px 15px;
	background: url('/images/ui/btn/feature-construction.gif') top center no-repeat;
}
#featureNav .construction:hover {
	background-image: url('/images/ui/btn/feature-construction-hover.gif');
}
#featureNav .brochure {
	padding: 56px 0 6px 15px;
	background: url('/images/ui/btn/feature-webinars.gif') top center no-repeat;
}
#featureNav .brochure:hover {
	background-image: url('/images/ui/btn/feature-webinars-hover.gif');
}
#featureNav .subscribe {
	padding: 39px 5px 9px 15px;
	background: url('/images/ui/btn/feature-subscribe.gif') top center no-repeat;
}
#featureNav .subscribe:hover {
	background-image: url('/images/ui/btn/feature-subscribe-hover.gif');
}

/*
-----------Slideshow----------- 
****THIS IS NOW LOCATED AT /style/mojoCarousel/HomepageSlideshow.css****
*/

/*
-----------General Column Formatting-----------
*/
.col {
	margin: 0;
	padding: 0;
}
.twoCol .col {
	width: 50%;
	_width: 49.9%;
}
.threeCol .col {
	width: 33.3%;
	_width: 33.2%;
}
.fourCol .col {
	width: 25%;
	_width: 24.9%;
}
.fiveCol .col {
	width: 20%;
	_width: 19.9%;
}
.listing {
	margin: 0 0 1em 0;
}

/*
-----------Sidebars-----------
*/
.incSidebar #content {
	float: left;
	width: 500px;
}
#sidebar {
	width: 352px;
	float: left;
	padding: 20px 0 0 0;
}
#sidebar .sidebarContent {
	padding: 20px 5px 30px 34px;
	border-left: 1px solid #afbacd;
	zoom: 1;
}
#sidebar .heading {
	background: url('/images/ui/heading-bg.gif') top center repeat-x;
	margin-bottom: 1em;
}
#sidebar .heading span {
	display: block;
	color: #fff;
	background: url('/images/ui/heading-left.gif') top left no-repeat;
	font-size: 20px;
}
#sidebar .heading span span {
	padding: 8px 10px 11px 10px;
	*padding: 9px 10px 11px 10px;
	background: url('/images/ui/heading-right.gif') top right no-repeat;
}
#sidebar p {
	font-size: 10px;
	line-height: normal;
}
.incFeatureNavSidebar #content {
	width: 676px;
}
.incFeatureNavSidebar #sidebar {
	padding: 0;
	width: 176px;
}
.incFeatureNavSidebar #sidebar .sidebarContent {
	border: none 0;
	padding: 0 0 30px 0;
}

/*
----------Footer----------
*/
#footer {
	position: relative;
	height: 140px;
	margin: 0 auto;
	color: #fff;
	background: url(/images/page-btm-shadow.gif) center top no-repeat;
	font-size: 9px;
}
#footer a {
	color: #a6b1f4;
}
#footer .adr, #footer .addtionalInfo, #footer .domesticShipping, #footer .copyright {
	position: absolute;
}
#footer .adr {
	top: 30px;
	left: 24px;
}
#footer .adr div {
	padding: 2px 0 0 68px;
	line-height: normal;
}
#footer .addtionalInfo {
	top: 48px;
	left: 235px;
}
#footer .domesticShipping {
	width: 570px;
	top: 85px;
	left: 235px;
	line-height: 15px;
}
#footer .domesticShipping, #footer .domesticShipping strong {
	color: #fff;
	font-weight: normal;
}
#footer .copyright {
	top: 48px;
	right: 45px;
	color: #8798b5;
}
#footer .logo {
	_display: inline;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/footer-logo.png');
	_zoom: 1;
	_cursor: pointer;
}
#footer .logo img {
	_filter: alpha(opacity=0);
}

/*
----------HomePage----------
*/

.homePage h1 {
	margin-bottom: .75em;
	font-size: 24px;
	color: #fff;
}
.homePage #pageContent {
	padding-bottom: 0;
	background: #375483 url('/images/ui/homepage-pagecontent-bg.gif') top center repeat-x;
	margin-bottom: 0;
}
.homePage #content {
	padding: 20px 0 0 0;
	margin-bottom: 20px;
	zoom: 1;
}
.homePage #mainImg {
	margin-bottom: 0;
}
#homeFeatures {
	position: relative;
	zoom: 1;
}

#featuredProjects .imgLt {
	margin-bottom: 35px;
}

#featuredProjects {
	float: left;
	border: solid 3px #587aa3;
	height: 193px;
}

#featuredProjects {
	position: relative;
	zoom: 1;
}

#featuredProjects .listing{
	position: absolute;
	width: 269px;
	padding: 11px 13px;
}

#featuredProjects .listing p{
	width: 225px;
	float: left;
	margin: 0 0 5px 0;
	overflow: hidden;
}

#homeFeatures .col {
	width: 295px;
}
#homeFeatures .mainCol {
	width: 618px;
	background: none;
	border: none;
	margin: 0;
	position: static;
	height: auto;
	zoom: 1;
}

#homeFeatures .mainCol h2 {
	color: #fff;
	font-size: 24px;
	line-height: 1.1em;
	letter-spacing: -1px;
	margin-bottom: 10px;
}


#homeFeatures .mainCol .first h2 {
	margin-bottom: 3px;
}


#homeFeatures .mainCol .first p {
	line-height: 1.1em;
}

#homeFeatures .mainCol h2 em {
	color: #567F31;
	font-style: normal;
	display: block;
}

#homeFeatures .mainCol .first a {
	color: #567F31;
}

#homeFeatures .mainCol .listing {
	width: 286px;
	height: 193px;
	margin-right: 17px;
	border: solid 3px #8fb9db;
	background: #74a5cf;
	position: relative;
	float: left;
	left: auto;
	top: auto;
}
#homeFeatures .mainCol h1 {
	margin-bottom: 0.5em;
}
#homeFeatures .mainCol .mojoBtn {
	position: absolute;
	bottom: 20px;
	right: 15px;
}
#homeFeatures .bkgd {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}
#homeFeatures .mainCol .listing .content{
	position: absolute;
	top: 15px;
	left: 18px;
	z-index: 200;
	height: 180px;
	width: 268px;
}
#homeFeatures .mainCol .listing p {
	color: #fff;
	clear: both;
	margin: 0 0 2px 0;
	font-size: 12px;
}
#homeFeatures .mainCol .first p {
	color: #000;
	padding-left: 2px;
	font-weight: bold;
}

#homeFeatures .mainCol .listing li {
	/*float: left;
	margin-right: 20px;*/
	color: #fff;
}
#homeFeatures .mainCol .second ul {
	margin-top: 0;
	margin-bottom: 0;
	float: right;
	line-height: 1.3em;
	width: 116px;
	margin-left: 15px;
	padding-left: 15px;
}
#homeFeatures .mainCol .second {
	margin-right: 0;
}
#homeFeatures .mainCol .second .mojoBtn {
	right: 23px;
}
#homeFeatures .mainCol .subhead {
	padding: 15px 50px;
}
#homeFeatures .mainCol .subhead p {
	font-size: 16px;
	font-style: italic;
	display: block;
	font-weight: bold;
}
#homeFeatures .mainCol th {
	width: 160px;
	text-align: left;
}
#homeFeatures .mainCol table {
	width: 550px;
}
#homeFeatures .mainCol th, #homeFeatures .mainCol td {
	vertical-align: top;
	padding: 0;
}
#homeFeatures .mainCol td .mojoBtn {
	background-image: url('/images/ui/btn/mojobtn2-bg.gif');
	width: 71px;
}
#homeFeatures .col .caption {
	color: #fff;
}

/*
----------News Pages----------
*/
.newsToolStory {
	margin: 0 0 2em 0;
}
.newsToolStory h2, .newsToolStory h3 {
	margin: 0;
}
.newsToolStory h3 {
	font-weight: bold;
	font-size: 13px;
}
.newsToolStory .btnMore {
	margin-top: .5em;
}

/*
----------SideBar How We Build----------
*/
#sdbHowWeBuild .col {
	width: 197px;
}
#sdbHowWeBuild .first {
	width: 115px;
}

/*
----------Form Commercial----------
*/
#ifFormCommercial {
	margin: 0 -18px 0 0;
	width: 900px;
	height: 1085px;
	border: none;
	overflow: hidden;
}
#framedPage #pageWrap {
	margin: 0;
	border: none;
	width: auto;
}
#framedPage #pageWrap #pageContent {
	padding: 0;
}
#framedPage #pageWrap #pageContent #mainContent {
	float: none;	
}

/*
----------Subscribe/Webinar Forms-------------
*/
#ifFormSubscribe {
	margin: 0 -18px 0 0;
	width: 900px;
	height: 400px;
	border: none;
	overflow: hidden;
}

/*
----------Map----------
*/
.mapForm {
	position: relative;
}

#map {
	position: absolute;
	right: 0;
	top: 620px;
	width: 300px;
}
#domesticContainer .domesticHoverContainer, #internationalContainer .internationalHoverContainer {
	display: none;
	position: absolute;
	right: 100px;
	top: 0px;
	background-color: #fff;
	border: #16526e solid 1px;
	padding: 20px;
}
#domesticContainer:hover .domesticHoverContainer, .domestichover .domesticHoverContainer, #internationalContainer:hover .internationalHoverContainer, .internationalhover .internationalHoverContainer {
	display: block !important;
}
.internationalHoverContainer p {
	line-height: normal !important;
}

/*
----------Page Tag System----------
*/
#pageTag {
	position: relative;
	top: 46px;
	right: 46px;
}
#pageTag .container {
	position: relative;
	zoom: 1;
	_zoom: 0;
}
#pageTag strong {
	display: inline;
	font-size: 11px;
	margin-bottom: 0px;
}
#pageTag #btnPageView, #pageTag .btnPageSearch {
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
}
#pageTag #curPage, #pageTag #gotoPage, #pageTag #pageNotFound {
	line-height: 23px;
	width: 200px;
	position: absolute;
	bottom: 0px;
	right: 23px; 
}
#pageTag #curPage strong {
	color: #fff;
}
#pageTag #curPage, #pageTag #pageNotFound {
	padding-right: 7px;
}
#pageTag #pageNotFound {
	padding: 0 7px 0 0;
	line-height:23px;
}
#pageTag #gotoPage input {
	margin: 2px 0px 0px 2px;
	color: #888;
	border: 0 none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#pageTag #gotoPage .thmPageInput {
	display: inline-table;
	display: inline-block;
	height: 21px;
	background: #fff;
	border: solid 1px #b9c6c6;
	border-right-width: 0px;
}
#pageTag #gotoPage, #pageTag .btnPageSearch, #pageTag #pageNotFound {
	display: none;
}

/* BlogEngine Overrides */
#relatedPosts p, #addcomment, #comment 
{	color: #4f6ea8;	
}

#crossAppSidebar {
	background: #c00;
	width: 330px;
}

#crossAppContent {
	background: #ccc;
	width: 490px;
}

/* End BlogEngine overrides */


/* Employment page */

.jobListing {
	margin: 0 0 1em;
	padding-bottom: 1em;
	border-bottom: solid #375483 1px;
}