/* --- Font Size Conversion Table From Base 16px --- */
/* ---  9px = 57% --- */
/* --- 10px = 63% --- */
/* --- 11px = 69% --- */
/* --- 12px = 75% --- */
/* --- 13px = 82% --- */
/* --- 14px = 88% --- */
/* --- 15px = 94% --- */
/* --- 16px = 100% --- */
/* --- 18px = 113% --- */
/* --- 20px = 125% --- */
/* --- 24px = 150% --- */



#floatRight {float: right;}

/* ----- IDS ----- */
		
#container {
	width: 860px;
	margin: auto;
	padding: 0 30px 5px 30px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #15467a;
	background: url(/images/general/containerBkgnd.gif) top repeat-y;
	}
	
#containerFooter {
	width: 920px;
	margin: auto;
	height: 10px;
	}
	
#logoSearch {
	height: 40px;
	margin: 0;
	padding: 20px 0;
	}

#searchBox {
	float: right;
	text-align: right;
	}

/* 1. header */

#header {
	width: 860px;
	margin: 0; padding: 0;
	background: transparent url(/images/general/navBackground.gif) repeat-y left top;
	}



/* -- Search -- */
#searchForm {
	font-size: 95%;
	color: #ff9933;
	background: url(images/searchFieldBackground.gif) top no-repeat;
	width: 339px;
	height: 21px;
	margin: 0;
	padding: 14px 0 5px 20px;
	float: right;
	text-align: center;
	}

#searchForm ul, #searchForm ul li {
	margin: 0;
	padding: 4px 0 0 0;
	list-style-type: none;
	}

#searchForm ul li {
	float: left;
	font-size:69%;
	}

#searchForm ul li a {
	display: block;
	float: left;
	color: #ff9933;
	padding: 0 8px 0 8px;
	text-decoration: none;
	/*border-right: 1px solid #fff;*/
	
	}

#searchForm ul li a:hover {
	text-decoration: underline;
	}

#searchForm ul li a.lastItem {
	border: none;
	}

#search {
	width: 141px; height: 17px;
	margin: 0 3px 0 0; padding: 1px 0 0 2px;
	color: #15467a;
	border: 1px solid #f8d6b3;
	font-family: Arial, Helvetica, sans-serif; font-size: 75%;
	background: #fff7f0;
	}

#btn_search {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	}
	
#navBox {
	display:block; float:left;
	width:240px; height:104px
	margin:0 1px 0 0; padding: 10px 0 0;
	background: #15467a;
}

.welcomeIntro {
	color: #fff;
	width: 570px; height: 104px;
	margin: 0 0 0 250px; padding: 65px 20px 20px 20px;
	background: url(../images/general/imgMap_orange.gif) top no-repeat;
	}
	
.welcomeIntro h2 {font-size: 210%; line-height: 50px;}
	
#threePanels {
	background: url(../images/general/threePanelBkgnd.gif) top repeat-y;
	width: 860px;
	margin: 20px 0 0 0;
	overflow: auto;
	color: #cfcdcd;
	}

.align {width: 255px; float: left; padding: 10px 14px 10px 20px;}
.illuminate {width: 255px; float: left; padding: 10px 14px 10px 14px;}
.nurture {width: 254px; float: left; padding: 10px 20px 10px 14px;}

.welcomeIntro_content {
	color: #FFF;
	width: 610px;
	height: 141px;
	margin: 0 0 0 250px;
	padding: 38px 0 10px 0;
	background: url(../images/general/imgMap_grey.gif) top no-repeat;
	}

#threePanels_content {
	width: 610px;
	margin: 0;
	overflow: auto;
	color: #cfcdcd;
	font-size: 95%;
	}


.align_content {width: 179px; float: left; padding: 0 11px 0 15px;}
.illuminate_content {width: 179px; float: left; padding: 0 12px 0 10px;}
.nurture_content {width: 179px; float: left; padding: 0 15px 0 10px;}


/* 3. Main Content */

#mainContentBox { width:100%; margin: 20px 0 0 0; background: url(../images/general/mainContentBkgnd.gif) top repeat-y; overflow: auto;}

h2.pageTitle {color: #15467a; display:block; font-size: 160%; margin-bottom: 10px;}


/* 3.2 main content */
.mainContent {
	margin: 0 10px 0 0;
	padding: 20px 20px 10px 20px;
	width: 568px;
	float: left;
	border: 1px solid #f6f6f6;
}

.mainContent hr {background-color: #8aa3bd; height: 1px; width: 100%; border: none; margin: 10px 0;}

.mainContent ul li { list-style-type: square;}

/* 3.3 sidePanel */
.sidePanel-right {
	width: 200px;
	float: right;
	padding: 20px 20px 10px 20px;
}

.sidePanel-right hr {background-color: #eeeded; height: 1px; width: 100%; border: none; margin: 10px 0;}


/* 4. footer */
	
#footer { 
	width:828px; height: 10px; 
	padding: 30px 20px 30px 12px; margin: 20px 0 0 0; 
	color: #fff;font-size: 69%;
	background-color: #15467a;
	}
	
#footer a {color: #fff; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: underline;}

#footer ul, #footer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#footer ul li {
	float: left;
	}

#footer ul li a {
	float: left;
	color: #fff;
	padding: 0 8px 0 8px;
	text-decoration: none;
	}

#footer ul li a:hover {
	text-decoration: underline;
	}
#poweredBy {  
	display:block; 
	width: 860px; height:10px;
	margin:10px 0 10px 0;
	text-align:right; 
}