/* =============  	@ CLEARFIX ================ */

.clearfix:before, 
.clearfix:after 								{ content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after 								{ clear: both; }
.clearfix 										{ zoom: 1; }

/************************  MAIN LAYOUT ************************/
html {overflow-y:scroll;}
body {
	background: #000000;
	font: 14px 'Trebuchet MS';
	color: #ffffff;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

input,select,text,textarea {
	font: 12px Tahoma;
	color: #666666;
}

#layout {
	width: 762px;
	background: #ffffff url("../images/layoutback.gif") no-repeat;
	margin: 40px 0px 0px 0px;
	text-align: left;
	position: relative;
	padding: 0;
}

/* CSS 3 Borders below 

#layout {
	background: #fff;
     -moz-border-radius: 20px; 
  -webkit-border-radius: 20px; 
          border-radius: 20px; 


  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 

}

*/

.home-col1 {
	float: left;
	width: 500px;
}

.home-col1 p {
	margin: 0 0 0 25px;
	line-height: 20px;
}

.home-col2 {
	float: right;
	margin: 0 20px 0 0;
	width: 190px;
}
.video-header {
	margin: 0 0 10px 0;
	font-size: 24px;
	text-align: center;
}
.video-player {
	display: block;
	padding: 20px 0;
	margin: 0 auto;
}
.video-sub {
	display: block;
	margin: 30px 0 0 0;
	font-size: 16px;
	text-align: center;
}

.video-sub a {
	text-transform: uppercase;
	text-decoration: none;
}
.video-sub a:hover {
	text-decoration: underline;
}

.vid-thumb {
	width: 190px;
	border: 1px solid black;
	cursor: pointer;
}

.tooltip {
	display:none;
	background: #fff;
	font-size:12px;
	width:300px;
	padding: 5px 10px;
	color:#00549A;
	font-weight: bold;
	border: 3px solid #000;

}

#layout.index {
	height: 842px;
}


/************************  MAIN MENU ************************/

#mainmenu {
	height: 89px;
	margin: 0px 0px 0px 9px;
	font-family: tahoma;
}

#mainmenu a {
	display: block;
	float: left;
	margin: 16px 0px 0px 7px;
	padding: 0px 0px 0px 0px;
	width: 116px;
	height: 73px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#mainmenu a.two {
	background: #ab7415 url(none);
}

#mainmenu a.two:hover {
	background: #ab7415 url(../images/menu2R.gif);
}

#mainmenu a.twoR {
	background: #ab7415 url(../images/menu2R.gif);
}

#mainmenu a.three {
	background: #4f574c url(none);
}

#mainmenu a:hover.three {
	background: #4f574c url(../images/menu3R.gif);
}

#mainmenu a.threeR {
	background: #4f574c url(../images/menu3R.gif);
}

#mainmenu a.four {
	background: #734e07 url(none);
}

#mainmenu a:hover.four {
	background: #734e07 url(../images/menu4R.gif);
}

#mainmenu a.fourR {
	background: #734e07 url(../images/menu4R.gif);
}

#mainmenu a.five {
	background: #a49c2a url(none);
}

#mainmenu a:hover.five {
	background: #a49c2a url(../images/menu5R.gif);
}

#mainmenu a.fiveR {
	background: #a49c2a url(../images/menu5R.gif);
}

#mainmenu a.six {
	background: #798a60 url(none);
}

#mainmenu a:hover.six {
	background: #798a60 url(../images/menu6R.gif);
}

#mainmenu a.sixR {
	background: #798a60 url(../images/menu6R.gif);
}

#mainmenu a p {
	text-align: center;
	padding-top: 28px;
	margin-top: 0px;
}


/*******************  BLOG LINK & PHONE NUMBER ********************/

#top-info {
	position: absolute;
	top: -25px;
	left: 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
}

#top-info a {
	color:#00549A;
	text-decoration: none;
}

#top-info a.color-default {
	color:#fff;
}
#top-info a.color-company {
	color: #ab7415;
}

#top-info a.color-solutions {
	color: #4f574c;
}

#top-info a.color-customers {
	color: #734e07;
}

#top-info a.color-resources {
	color: #a49c2a;
}

#top-info a.color-contact {
	color: #798a60;
}

#top-info a:hover {
	color: #ffffff;
	text-decoration: underline;
}





/*******************  FREE ESTIMATE TAB ********************/

#estimate {
	position: absolute;
	top: -25px;
	right: 38px;
	height: 25px;
	width: 253px;
	padding-top: 9px;
	background: #fff url(../images/tab-estimate.gif) left top no-repeat;
	text-align: center;
}

#estimate a {
	background: url(../images/arrow-blue.gif) right 3px no-repeat;
	color: #0e529b;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-top: 11px;
	padding: 0 12px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}

#estimate a:hover {
	background: url(../images/arrow-hover.gif) right 3px no-repeat;
	color: #ab7416;
}



/************************  TOP ZONE ************************/

.standout {
	text-align: center;
	margin: 0 15px 0 0;
}
.standout a {
	display: block;
	font-size: 28px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 0;
	color: #4f574c;
	text-shadow: 1px 1px 3px #888; 
}

.standout a:visited {
	color: #4f574c;
	text-shadow: 1px 1px 3px #888;
}

.standout a:hover {
	color: #ab7415;
	text-shadow: 1px 1px 3px #888;
}

#sectionheader {
	margin: 8px 0px 0px 0px;
}

#sectionheader img {
	float: left;
	margin: 0px 0px 0px 16px;
}






/************************ INNER MENU ************************/

#innermenuholder {
	background: #000000 url(../images/navback.gif);
	display: block;
	width: 239px;
	height: 266px;
	margin: 0px 0px 0px 509px;
}

#innermenu {
	padding: 100px 0px 0px 42px;
}

#innerhome {
	padding: 84px 0px 0px 22px;
	line-height: 18px;
}


#innerhome a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin: 12px 0px 0px 0px;
}

#innerhome a.home:hover {
	color: #00529b;
}

#innermenu a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin: 5px 0px 0px 0px;
}

#innermenu a.company:hover {
	color: #ab7415;
}

#innermenu a.solutions:hover {
	color: #4f574c;
}

#innermenu a.customers:hover {
	color: #734e07;
}

#innermenu a.resources:hover {
	color: #a49c2a;
}

#innermenu a.contact:hover {
	color: #798a60;
}


#innermenu a.companyon {
	color: #ab7415;
}

#innermenu a.solutionson {
	color: #4f574c;
}

#innermenu a.customerson {
	color: #734e07;
}

#innermenu a.resourceson {
	color: #a49c2a;
}

#innermenu a.contacton {
	color: #798a60;
}






/************************  MAIN CONTENT ZONE ************************/

#contentholder {
	width: 731px;
	margin: 8px 0px 0px 16px;
}

.one {
	background: #00549A;
	
  -webkit-border-radius: 18px; 
     -moz-border-radius: 18px; 
          border-radius: 18px; 


  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

}

.two {
	background: #ab7415 url(../images/contentback2.gif) no-repeat;
}

.three {
	background: #4f574c url(../images/contentback3.gif) no-repeat;
}

.four {
	background: #734e07 url(../images/contentback4.gif) no-repeat;
}

.five {
	background: #a49c2a url(../images/contentback5.gif) no-repeat;
}

.six {
	background: #798a60 url(../images/contentback6.gif) no-repeat;
}

#content {
	padding: 20px 25px 0px 25px;
	line-height: 20px;
}

#content h1 {
	font-size: 24px;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
}

#content h2 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 3px;
	font-weight: bold;
}

#content p {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 11px;
}

#content ul {
	font-size: 14px;
	margin: 0px 0px 0px 15px;
	padding-top: 0px;
	padding-bottom: 9px;
}

#content ul li {
	padding-top: 0px;
	padding-bottom: 3px;
}

#content .threecol {
	float: left;
	width: 215px;
	margin-right: 15px;
	font-size: 12px;
}

#content .threecol a {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#content .threecolx a {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#content .threecolx {
	float: left;
	width: 215px;
	font-size: 12px;
}


#content .twocolR {
	float: left;
	width: 320px;
}

#content .twocolL {
	float: left;
	width: 320px;
	margin-right: 30px;
}

#content td {
	font: 14px 'Trebuchet MS';
	color: #ffffff;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	padding: 5px 0px;
	vertical-align: top;
}

#content td.photo {
	font: 14px 'Trebuchet MS';
	color: #ffffff;
	text-align: left;
	border-bottom: 0px solid #ffffff;
	padding: 5px 0px;
	vertical-align: top;
}

#content td.form {
	font: 14px 'Trebuchet MS';
	color: #ffffff;
	text-align: left;
	border-bottom: 0px solid #ffffff;
	padding: 5px 0px;
	vertical-align: top;
}

#content td.map {
	border-bottom: 0px solid #ffffff;
}

#content td.map p {
	font: 12px 'Trebuchet MS';
	color: #ffffff;
	text-align: left;
	padding: 5px 0px;
	vertical-align: top;
}

#content td h3 {
	font: 12px 'Trebuchet MS';
	color: #ffffff;
	text-align: left;
	padding: 5px 0px;
	margin: 0px;
	vertical-align: top;
	font-weight: bold;
}

#content a {
	color: #ffffff;
	text-decoration: none;
}

#content a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#content a.links {
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 0px;
	text-align: left;
	text-decoration: none;
}

#content a.links:hover {
	color: #ffffff;
	text-decoration: underline;
}

#content a.caps {
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 20px;
	background: url(../images/email.gif) no-repeat 5px 3px;
	text-align: left;
	text-decoration: none;
}

#content a.caps:hover {
	color: #ffffff;
	background: url(../images/email.gif) no-repeat 5px 3px;
	text-decoration: underline;
}

#content img.right {
	float: right;
	padding-left: 15px;
}


#content p.bottom {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: -10px;
	padding-bottom: -10px;
	padding-top: 10px;
	margin-top: 55px;
	text-align: center;
	border-top: 1px solid #ffffff;
}

#content a.bottom {
	color: #ffffff;
	font-size: 10px;
	padding-left: 0px;
	text-align: left;
	text-decoration: none;
}

#content a.bottom:hover {
	color: #ffffff;
	text-decoration: underline;
}


#content p.top {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding-bottom: 10px;
	padding-top: -10px;
	margin-top: -10px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

#content a.top {
	color: #ffffff;
	font-size: 10px;
	padding-left: 0px;
	text-align: left;
	text-decoration: none;
}

#content a.top:hover {
	color: #ffffff;
	text-decoration: underline;
}




#bottom-corners {
	margin: 0 1px 0 0;
}








/************************  FOOTER ************************/

#footer {
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	padding-bottom: 30px;
	line-height: 15px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/************************  ESTIMATOR BIOs ************************/
/* added 07-26-11 -ZH*/

#estimator-bio-container 					{width: 530px; margin: 15px auto;}

	.estimator-picture 						{float: left; width: 130px;}

	.estimator-text 						{float: right; margin:0; width: 400px;}
		.estimator-text h2 					{margin: 0; font-size: 15px;}
		.estimator-text h3 					{font-size: 14px;}
		.estimator-text p, ul 				{font-size: 13px;}
