/* CSS Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* Default Tag Styles */

body {
	background: #f5f9f9;
	font: 12px tahoma;
	color: #00677a;
	line-height:1.5em;
}

a {
	font: 11px tahoma;
	color: #036e82;
	text-decoration: none;
	outline:none;
}

a:hover {
	font: 11px tahoma;
	color: #057c92;
	text-decoration: underline;
}

h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

h3 {
	font: bold 12px tahoma;
	background: url('../images/hdr_bg.png') no-repeat top left;
	width: 908px;
	height: 33px;
	padding: 18px 0 0 47px;
	margin-bottom: 20px;
}

/* Structural Div Styles */

.news {
	float:left; 
	width:380px;
	height:100%;
	margin:5px 16px 0 5px;
}

.news ul {
	margin:10px 0 0 0;
	padding:0 0 0 10px;
}

.news ul li {
	border-bottom:1px dashed #c7dfe5;
	margin:5px 0 5px 0;
	padding:0 0 7px 18px;
	background: url(../images/bullet.gif) no-repeat 0 3px;
}

.news #noBorder {
	border:none;
}

.headertext{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color:#fff; 
	font-size:11px; 
	float:left; 
	line-height:2;
}

.divNavBar {
	width: 100%;
	height: 29px;
	background: #FFF;
	top: 85px;
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

.divTopWrapper {
	width: 100%;
	height: 84px;
	background: #FFF url('../images/top_bgslice.gif') repeat-x top left;
	border-bottom: 1px solid #d2dfe4;
}

	.divTop {
		width: 955px;
		height: 84px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.divTools {
		width: 336px;
		height: 25px;
		float: right;
	}
	
	.divLogo {
		width: 294px;
		height: 84px;
		display: inline;
		float: left;
	}
	
	.divNav {
		width: 661px;
		height: 43px;
		display: inline;
		float: right;
		margin-top: 16px;
	}

.divMain {
	width: 100%;
	background: #f5f9f9 url('../images/main_bgslice.gif') repeat-x top left;
}

	.divMainBG {
		width: 100%;
		padding-top: 39px;
		background: url('../images/main_bg.jpg') no-repeat top center;
	}
			
		.divContentTop {
			width: 955px;
			margin-right: auto;
			margin-left: auto;
		}
		
		.headerText{
			padding-top: 22px;
		}
		
		.divContent {
			width: 955px;
			min-height: 500px;
			margin-right: auto;
			margin-left: auto;
			background: url('../images/bg_png_main.png');
		}
		
		.divPortalFeature {
			width: 955px;
			height: 388px;
			margin-right: auto;
			margin-left: auto;
		}
	
		.divPortalBoxes {
			width: 955px;
			height: 150px;
			margin-right: auto;
			margin-left: auto;
			margin-top: 30px;
			position: relative;
		}
		
		.divPortalBox {
			width: 304px;
			height: 103px;
			margin-top: 0;
			display: inline; 
			float: left;
			padding: 47px 0 0 20px;
			font: 11px/20px tahoma;
		}
		
		.divCareBoxes {
			width: 955px;
			height: 153px;
			margin-right: auto;
			margin-left: auto;
			margin-top: 5px;
			position: relative;
		}
		
		.divCareBox {
			width: 230px;
			height: 103px;
			margin-top: 0;
			display: inline; 
			float: left;
			padding: 65px 0 0 8px;
			font: 11px/20px tahoma;
		}				

		.divLogosWrapper {
			height: 68px;
			padding:20px 0 20px 0;
		}

	.divLogos {
	/*
		width: 955px;
	*/
		float:right;
		padding:0 340px 0 0;
	}

.divFooterWrapper {
	width: 100%;
	height: 80px;
	padding:10px 0 0 0;
	background: #fff;
}

	.divFooter {
		width: 955px;
		margin-right: auto;
		margin-left: auto;
	}
	
/* Three Bottom Boxes */
/*
.threebtm_boxes{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px; 
	color:#00677a;

}

.threebtm_boxes_left {
	background-image:url(../images/btmbox_system.png);
	background-repeat:no-repeat; 
	height:92px;
	width:270px; 
	float:left; 
	margin-right:30px; 
	padding-top:70px;
}	

.threebtm_boxes_middle{
	background-image:url(../images/btmbox_tec.png); 
	background-repeat:no-repeat; 
	height:92px; 
	width:291px; 
	float:left; 
	padding-top:70px;
}

.threebtm_boxes_right {
	background-image:url(../images/btmbox_explore.png); 
	background-repeat:no-repeat; 
	height:92px; 
	float:right; 
	width:319px; 
	padding-top:70px;
}
*/

/* Bubbles */

.bubble_left, .bubble_middle, .bubble_right {
	width:200px;
	text-align:center;	
}

.bubble_left {
	float:left; 
	margin-right:23px; 
}

.bubble_middle {
	float:left; 
	margin-right:15px; 
}

.bubble_right {
	float:right; 
}

/* SITEMAP */

.sitemap {
	width:160px; 
	float:left; 
	margin-left:1em; 
	margin-top:4em;
}

.sitemap ul{
	margin-left:.1em;
}

.sitemap ul li a{
	color:#fff;
}

/* Table Cell Styles */

.cellWhiteText {
	font: 11px/22px tahoma;
	color: #FFF;
	padding: 0 27px 0 0;
}

.cellWhiteText p{
	font: 12px/22px tahoma;
	font-weight:bold;
	color: #0d6375;
	padding: 10px 27px 10px 27px;
}

.cellTabBox {
	font: 11px/22px tahoma;
	color: #e0f0f3;
	border-right: 1px solid #87bdc8;
	border-bottom: 1px solid #006277;
	border-left: 1px solid #006074;
	background: #00728a;
}

.cellTabBox .addPadding{
	padding: 16px;
}

.cellPDF {
	font: 11px tahoma;
	color: #057c92;
	background: url('../images/bg_png_main.png');
}

/* Link Styles */

.linkFooter {
	margin-left: 15px;
	font-weight: normal;
}

.linkFooter:hover {
	font-weight: normal;
}


/* List Styles */

ul {
	margin-left: 27px;
	padding: 0;
}

li {
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 0 3px;
	padding-left: 22px;
	padding-bottom: 10px;
}

.imgPDF {
	vertical-align: middle;
	margin-right: 5px;
}

.listPDF {
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
}

.listPDF li {
	list-style: none;
	background: url(../images/blt_pdf.gif) no-repeat 0 3px;
	padding-left: 35px;
	padding-bottom: 10px;
}


.hdrBG {
	background: url(../images/hdr_bg_middle.png) repeat-x left top;
}

/* CoolMenus 4 - default styles */

.clCMAbs{
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
}

/*Style for the background-bar*/

.clBar{
	position: absolute; 
	height: 44px; 
	background: none; 
	visibility: hidden;
}

/*Styles for level 0*/

.clLevel0,.clLevel0over{
	position: absolute;
	margin: 0;
	padding: 0;
}
.clLevel0{
	color: #7F7F7F;
}
.clLevel0over{
	color: #ffffff; 
	cursor: pointer;
}
.clLevel0border{
	position: absolute;
	visibility: hidden;
}

/*Styles for level 1*/

.clLevel1, .clLevel1over{
	text-align: left;
	position: absolute; 
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 7px;
	color: #047b91;
	background: none;
}

.clLevel1over{
	cursor: pointer;
	color: none;
}
.clLevel1border{
	position: absolute;
	background: none;
	width: 100%;
}

.divNav #oCMenu_about img {

	position: relative;
	padding-right:150px;

}