@charset "UTF-8";
/* CSS Document */


/* Main section */

#content {
	height: 641px;
}
#main {
	margin: 3px 0 0 7px;
	padding: 0;
	width: 546px;
	float:left;
	background-image: url(../images/pqlev.jpg);
	background-repeat: no-repeat;
	}
#homeheader {
	height: 510px;
	margin: 0;
	padding: 0;
	background-image: url(../images/wave.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#homeheader img {
    float: left;
	margin: 235px 0 0 15px ;
	padding: 0;
}
#hometitle {
	margin: 0;
	padding: 5px 0 10px 0;
	background-color:#FFFFFF;
}


/* Right column */

#rightclmn {
	margin: 3px 7px 0 0;
	padding: 0;
	width: 339px;
	float: right;
	text-align: justify;
	background-color: #e3edf9;
	background-image:url(../images/forest.png);
	background-position: center 375px;
	background-repeat: no-repeat;
}
#clmntitle {
	background-image: url(../images/enbref.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
	width: 339px;
	height: 40px;
}
#clmntitle h1 {
	margin: 7px 0 0 10px;
	padding: 0;
	float: left;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFFFFF;
	text-shadow: 0px 1px 2px black;
}
#clmntitle img {
	margin: 10px 10px 0 0;
	padding: 0;
	float: right;
}


/* News box */

#newsbox {
	margin: 0 0 0 3px;
	padding: 0;
	width: 316px;
	height: 520px;
	overflow: hidden;
	background-image: url(../images/newsbck.png);
	position: absolute;
}
#newspan {
	top: 0px; /* to move news pan */
	margin: 0px;
	padding: 0;
	width: 316px;
	position: absolute;
}
.news {
	margin: 10px 10px 10px 10px;
	padding: 0;
	border-bottom: black thin dotted;
}
.news h3 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #6b803f;
}
.news h5 {
	margin: 0 0 10px 0;
	padding: 0;
}
.news p {
	margin: 0 0 7px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: .95em;
}

/* Scollbar */

#scrollbox {
	margin: 3px 3px 0 0;
	padding: 0;
	float: right;
	width: 14px;
	height: 505px;
}
#up {
	margin: 0;
	padding: 0;
	background-image: url(../images/scroll_arrowUP.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	float: left;
}
#scrollzone {
	margin: 0;
	padding: 0;
	width: 14px;
	height: 435px;
	background-image: url(../images/scroll_zoneCTR.png);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	position: relative;	
}
#scrollbar {
	margin: 0;
	padding: 0;
	background-color: #b1bfe3;
	width: 14px;
	height: 0px;
	float: left;
}
#down {
	margin: 0;
	padding: 0;
	background-image: url(../images/scroll_arrowDW.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	float: left;
}


/* Footer of right column */

#clmnfooter {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 519px;
	z-index: 5;
}
#unwave {
	margin: 0;
	padding: 0;
	height: 44px;
	width: 339px;
	background-image:url(../images/unwave.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}


/*Progress Bar Box*/

#progressbox {
	margin: 0;
	padding: 0;
	width: 339px;
	height: 86px;
	background-color: #336633;
	background-image:url(../images/progressDW.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	font-size: .9em;
	color: #FFFFFF;
}
#progressbox #progresstitle {
	margin: 0 0 5px 15px;
	padding: 10px 0 0 0;
	font-weight: bold;
}
#progressbox #progressresume {
	margin: 5px 15px 0 0;
	padding: 0;
	text-align: right;
}
#progressbar {
	margin: 0 auto;
	padding: 0;
	width: 300px;
	height: 20px;
}
#barlft {
	margin: 0;
	padding: 0;
	width: 3px;
	height: 20px;
	background-image:url(../images/prgbar_lft.png);
	float: left;
}
#bardone {
	margin: 1px 0 0 0;
	padding: 0;
	width: 0px;
	height: 16px;
	background-color: white;
	float: left;
}
#bartodo {
	margin: 0;
	padding: 0;
	width: 294px;
	height: 20px;
	background-image:url(../images/prgbar_todo.png);
	float: left;
}
#barrgt {
	margin: 0;
	padding: 0;
	width: 3px;
	height: 20px;
	background-image:url(../images/prgbar_rgt.png);
	float: left;
}
