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

/*Body*/
body{
	font-size:small;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

/*Header*/

#headerCont{
	background-image:url(../images/headerBG.jpg);
	height:159px;
	background-repeat:repeat-x;	
}

#header{
	width:990px;
	background-image:url(../images/headerBG.jpg);
	height:159px;
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
}

#topBlueBar{
	height:10px;
	background-color:#004062;
	width:100%;
}

.windowWorldLogo{
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	width:315px;
	height:112px;
	float:left;
	margin-top:10px;
}

.tagLine{
	background-image:url(../images/tagLine.jpg);
	background-repeat:no-repeat;
	width:569px;
	height:106px;
	margin-top:-26px;
}

#header #rightCol{
	float:right;
	margin-top:30px;
}

#navBar{
	margin-top:11px;
	
}

#navBar a{
	display:block;
	float:left;
	background-image:url(../images/navButtonBlue.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#004062;
	text-decoration:none;
}

#navBar #selected{
	display:block;
	float:left;
	background-image:url(../images/navButtonOrange.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#FFFFFF;
}

#navBar a:hover{
	display:block;
	float:left;
	background-image:url(../images/navButtonOrange.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#FFFFFF;
}

/*Banner*/

#bannerDivCont{
	background-color:#D1E0E6;
	height:263px;
	
/*	background-image:url(../images/bannerBG.jpg);
	background-repeat:repeat-y; */
	
	
}

#bannerDiv{
	background-color:#D1E0E6;
	height:263px;
	width:990px;
	
/*	background-image:url(../images/bannerBG.jpg);
	background-repeat:repeat-y; */
	
	margin-left:auto;
	margin-right:auto;
}

#bannerDiv #leftCol{
	float:left;	
	margin-left:20px;
	margin-top:20px;
}

#bannerDiv #rightCol{
	float:right;	
}

#bannerDiv #headerInfo div{
	width:400px;	
}

#bannerDiv #catchPhrase{
	background-image:url(../images/catchPhrase.jpg);
	background-repeat:no-repeat;
	width:324px;
	height:57px;
}

#breadcrumbDiv{
	width:100%;
	
}

#dividingLine {
	background-image:url(../images/dividingLine.jpg);
	background-repeat:no-repeat;
	width:968px;
	height:18px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}


/*Content*/

#contentDiv{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

table tr  #blueCol{
	background-color:#e3ecf1;
	padding-right:10px;
}

.leftImg{
	float:left;
	margin-right:15px;
}

#infoHeading{
	text-align:center;	
}

#reasons li{
	margin-bottom:10px;	
	margin-left:0px;
}

#reasons{
	padding-left:0px;
	margin-left:20px;
}

#reasonDiv{
	margin-left:15px;
	margin-top:20px;
}

#videoPlace{
	background-image:url(../images/videoPlace.jpg);
	width:235px;
	height:129px;
	margin-bottom:5px;
}

#farRight{
	margin-left:20px;	
}

#info{
	width:340px;
	margin-left:25px;
}

.learnMore{
	color:#004062;
	text-decoration:underline;
}

#counter {
	font-size:13px;
	font-weight:bold;
	background-image:url(../images/counterBG.jpg);
	background-repeat:no-repeat;
	width:312px;
	height:147px;
	padding:72px 0px 0px 30px;
	margin-bottom:-60px;
}

#subContent{
	margin-left:15px;
	margin-top:20px;
	float:left;
	margin-bottom:20px;
	width:580px;
	padding-right:34px;
}

#subContent_right{
	background-image:url(../images/gradientBG.jpg);
	background-repeat:repeat-y;
}

#subContent_rightTable {
	margin-left:20px;
}



/* Contact Form*/

#signatureImgDiv {
	margin-left:120px;
}

#subContent table textarea  {
	width:300px;
}

#subContent table input[type=text] {
	width:150px;
}


/*Footer*/

#footerCont{
	padding-top:20px;
	background-color:#B8C9D1;
	text-align:center;
	padding-bottom:30px;
	width:100%;
}

#footer{
	padding-top:10px;
	background-color:#B8C9D1;
	padding-bottom:20px;
	width:100%;
	
}
#footerInfo {
	/*text-align:center;*/
	/*border:1px solid red;*/
	text-align:center;
	line-height:18px;
}

#footer #footerNav a{
	padding-left:10px;
	border-left:1px #004062 solid;
	margin-right:5px;
	color:#004062;
	text-decoration:none;
}

#footer .energyStar{
	float:left;
	margin-left:100px;
	background-image:url(../images/energyStar.jpg);
	background-repeat:no-repeat;
	width:52px;
	height:63px;
}

/*Font Styling*/

.smBlueText{
	color:#004062;
	font-size:120%;	
}

.lgBlueText{
	color:#004062;
	font-size:130%;
}

.lgBlueText_sub{
	color:#004062;
	font-size:140%;
}

.greenText{
	color:#5E8126;
}

#link {
	color:#000000;
	font-weight:bold;
}
/*Classes*/
.clear{
	clear:both;	
