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

#html,body{
	background-color:#4288CA;
	color:#333333;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	
a{
	color: #ea6221;
	}
	
a:visited{
	color: #263b8c;
	}
	
#container{
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	background-image: url(/images/grey_bg.jpg);
	background-color: #EEEDED;
	}
#header-row1{
	width:980px;
	height:124px;
	margin-right: auto;
	margin-left: auto;
	}

	
#logo-holder{
	background-image:url(/images/everest_logo_bg.jpg);
	background-repeat:no-repeat;
	width:345px;
	height:124px;
	float: left;
	}

#winner{
        width:500px;
	height:20px;
        padding:35px 20px 20px 30px;
	float: left;
}

#winner h2{
        color:#ffffff;
}
	
#energy-star{
	width:60px;
	height:124px;
	background-image:url(/images/energy_star.jpg);
	background-repeat:no-repeat;
	float: right;
	}
	
#content-area{
	width:1000px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	}
#left-col {
	float: left;
	width: 500px;
	padding-left: 15px;
}
.small-home-col {
	background-image: url(/images/short_panel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 240px;
	padding-right: 10px;
}
#right-col {
	float: right;
	width: 430px;
	padding-right: 20px;
}
h1 {
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
	color: #263b8c;
}
h2 {
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	color: #263b8c;
}
h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	color: #ea6221;
	margin: 0px;
}

h3 a{
	text-decoration:none;
	color:#ea6221;
	}
	
.inner-box-15 {
	padding: 15px;
}
	
	
#footer-bg {
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 120px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #4389C9;
	background-position: top;
}
#footer-content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
#footer-content a {
	color: #CCCCCC;
	text-decoration: none;
}

/** Start of Main menu style ------- DO NOT DELTETE THIS SECTION, YOU CAN MAKE CHANGE TO THE PROPERTIES THOUGHT **/	
#mainMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	clear: both;
	height: 33px;
	width: 980px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	line-height: 33px;
}

#mainMenu a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	white-space:nowrap;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(/images/button_bar.jpg);
	background-repeat: no-repeat;
	background-position: left;;
}

#mainMenu a:hover{
	color:#263B8C;
}


#mainMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	color: #263B8C;
	white-space:nowrap;
    }

#mainMenu li ul{
	display:none;
	position:absolute;
	top:33px;
	left:0;
	z-index:1000;
	}

#mainMenu li ul li{
	width:160px;
	float:left;
	clear:both;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

	  
#mainMenu li:hover, #mainMenu li.over {
}

#mainMenu li.lastMenu{
	border-right:none;
	}

#mainMenu li.activeMenu a{
	color: #263B8C;
}

#mainMenu li ul li{
	border-right:none;
	}

