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

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#333333;
	background-color:#e0edf9;
	background-image:url(images/bg_tile.jpg);
	}
	
h1{
	font-size:18px;
	color:#B0340C;
	}
	
#container{
	width:900px;
	background-color: #e0edf9;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}

#header{
	background-color:#e0edf9;
	background-image:url(images/header_bg.jpg);
	height: 105px;
	width: 900px;
	}

#nav-header{
	background-color:#066389;
	background-image:url(images/image_bg.jpg);
	height:225px;
	width:900px;
	}

#content-area{
	background-color:#e0edf9;
	background-repeat:repeat-y;
	width:900px;
	}
	
#col-left{
	float:left;
	width:545px;
	background:none;
	border-left-style: none;
	padding-left: 25px;
	}
	
#col-right{
	float:right;
	width:289px;
	background-image: url(images/col-right_bg.jpg);
	background-repeat:repeat-y;
	background-position: top;
	padding-right: 5px;
	padding-left: 5px;
	}
#col-right-holder {
	float: right;
	width: 299px;
}
	
#col-right-top{
	float:right;
	width:289px;
	background-image: url(images/col-right_top.jpg);
	background-repeat:no-repeat;
	background-position: top;
	padding-right: 5px;
	padding-left: 5px;
	height: 15px;
	}
	
#col-right-btm{
	float:right;
	width:289px;
	background-image: url(images/col-right_btm.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-right: 5px;
	padding-left: 5px;
	height: 15px;
	}
	
#nav-menu {
	float: left;
	height: 170px;
	width: 210px;
	padding-top: 30px;
	padding-left: 50px;
	font-weight: bold;
	color: #FFFFFF;
}

/** Start of Main menu style ------- DO NOT DELTETE THIS SECTION, YOU CAN MAKE CHANGE TO THE PROPERTIES THOUGHT **/	
#mainMenu{
	width:190px;
	font-size:12px;
	margin-top: 0px;
	font-weight: normal;
	background-color:#066389;
	line-height:30px;
	height:30px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0edf9;
}

#mainMenu a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0edf9;
}

#mainMenu a:hover{
	color:#000000;
	background-color:#5293b0;
}


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

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	width:190px;
	color: #ffffff;
	white-space:nowrap;
	background-color:#066389;
    }

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

#mainMenu li ul li{
	width:100%;
	float:left;
	clear:both;
}

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

	  
#mainMenu li:hover, #mainMenu li.over {
	background-color:#5293b0;
}

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

#mainMenu li.activeMenu a{
	color: #333333;
	background-color:#5293b0;
	font-weight: bold;
	width:100%;
}

#mainMenu li ul li{
	border-right:none;
	}
/** End of Main menu **/
	
#footer{
	width:900px;
	height:20px;
	color:#ffffff;
	font-size:11px;
	text-align: center;
	padding-top: 25px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#26abe2;
	}
	
#footer a{
	color:#003366;
	}

a  {
	color: #B0340C;
	text-decoration: none;
}

.inner-box-10{
	padding:10px;
	}
