/* CSS Document */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~GLOBAL STYLES ~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	
html {
 	font-size: small; 
}

body {
	background: #B0BEDD;
	width: 770px;
	color: #333;
	font-family: trebuchet MS;
	margin: 0 auto;
	line-height: 1.3em;
	padding:0;
}

a img {
	border: none;
}

a, a:link {
	color: #0276CA;
	text-decoration: none;
}
link top {
	color: #ffffff;
	text-decoration: none;

a:visited {
	color: #0276CA;
}

a:hover {
	text-decoration: underline;
}

p{
	padding: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight:normal;
}

h3{
	padding:0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight:bold;
	padding-bottom:1.2em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~LAYOUT STYLES ~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#container {
/*	background: #fff url("images/mainbg_btm.gif") no-repeat bottom left;
	padding-bottom: 76px; */
	width: 768px;
}
#content {
	background: #B0BEDD;
	padding-bottom: 0;
}

#header {
	position: relative;
    width:100%;
	padding-top:10px;
}

#main {
	margin: 0 0 0 16px;
	}
	
#footer {
	width: 100%; /*safari fix*/
	background: #B0BEDD ;
	padding-top: 70px;
	margin-bottom: 20px;
	font-size: .9em;
	color: #929BA8;
	text-align: center;
	}
	
	#footer p {
		padding: 0;
		line-height: 1.3em;
	}
	
	#footer a, #footer a:visited {
		text-decoration: none;
		color: #929BA8;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~NAVIGATION STYLES~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~Main Navigation~~~~~~~~~~~*/

#navMain {
	margin: 3px 0 5px 15px;
	padding: 0;
	width: 736px;
	height: 26px;
	background: url("images/mnBg_main.gif") repeat-x;
	}

	#navMain ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 26px;
	float: left;
	list-style: none;
	background: url("images/mnBg_rtCap.gif") no-repeat top right;
	}

	#navMain li {
	position: relative;
	float: left;
	height: 26px;
	background: url("images/mnDiv.gif") no-repeat top left;
		}

		#navMain li.first {
			background: url("images/mnBg_lfCap.gif") no-repeat top left;	
		}

	#navMain a {
		display: block;
		padding: 0 1.25em 0 1.3em;
		font: bold 1.1em/2.3em trebuchet MS;
		text-decoration: none;
		color: #F8FBFD;
		}

		#navMain a:hover {
			background: url("images/mnBg_hl.gif") repeat-x;
		}
		
		#navMain a.first:hover {
			background: url("images/mnBg_hl_lfCap.gif") repeat-x;
		}

/* Main navigation highlight
 - must place appropriate class name inside the body tag of every page to activate high light - e.g.<body id="subpage" class="about_us"> */




/*~~~~~~~~~~~Drop down menu~~~~~~~~~~~*/

#navMain li ul {
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	background:none;
	float:left;
	}
	
	#navMain li ul li {
		background: url("images/blhblueside") repeat-x;
		clear: both;
		width: 176px;
		height: 24px;
	}

	#navMain li ul li.last {
		background: url("images/ddBg_last.gif") repeat-x;
		height: 25px;
	}
	
	#navMain li ul a {
		font: normal 1.1em trebuchet MS;
		color: #013C66;
		display: block;
		height: 24px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	/* Holly Hack. IE Requirement \*/
	* html #navMain li ul li { float: left; height: 1%; }
	* html #navMain li ul li a { height: 1%; }
	/* End */

	#navMain li ul a:hover {
		background: url("images/ddBg_hl.gif") repeat-x;
	}

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



/*~~~~~~~~~~~~~~~~Sub Navigation~~~~~~~~~~~~~~~~~*/
#navSub {
	background: #006699 url ("images/blhblueside.jpg") repeat-x left;
	width: 175px;
	
	}
	
	#navSub h2 {
		background: url("images/sn_div.gif") repeat-x left bottom;
		font-size: 1.1em;
		font-weight: bold;
		color: #00529F;
		padding: 0 5px 4px 0px;
	}
	
	#navSub strong {
		Background: url("images/sn_bullet.gif") no-repeat left;
		padding-left: 9px;
	}
	
	#navSub li {
		padding: 5px 6px 5px 14px;
		background: url("images/blhblueside.jpg") repeat-x;
		list-style: none;
	}
	
	#navSub a {
		font-size: 1.15em;
	}
	

/*~~~~~~~~~~~~~~~~Breadcrumb~~~~~~~~~~~~~~~~~*/

#breadcrumb {
	margin: 0 0 0 30px;
}

#breadcrumb p {
	font: normal 1.06em trebuchet MS;
	margin: 0;
	padding: 0;
}

#breadcrumb a {
	background: url("images/breadcrumb_arrow.gif") no-repeat center right;
	padding-right: 1.2em;
	text-decoration: none;
}


/*~~~~~~~~~~~~~~~~Header~~~~~~~~~~~~~~~~~*/
	
#header img.logo {
	margin-left: 15px;
}

#global_nav {
	position: absolute;
	top:10px;
	right:15px;
	font-size: 1.1em;
	}

	#global_nav ul {
		list-style:none;
		}
	
		#global_nav ul li {
			background: url("images/globalNav_div.gif") no-repeat bottom right;
			padding: 3px 7px 0 7px;
			float: left;
		}
		
		#global_nav ul li.search {
			background: url("images/icon_mag.gif") no-repeat top left;
			padding-left: 14px;
			padding-right: 4px;
			margin-left: 7px;
		}
			
		#global_nav ul li a{
			color: #333;
			text-decoration:none;
		}
		
		#global_nav ul li a:hover {
			color: #768C0C;
		}

	input#search {
		font: 1.2em trebuchet MS;
		background-color: #E6E7EA;
		border-width: 1px;
		width: 9.5em;
		margin-bottom: 3px;
	}
	
	input:focus#search {
		background-color: #E8EEFF;
	}
	
	input.search_bt {
		background: url("images/bt_go.gif") no-repeat;
		border: 0;
		color: #fff;
	}

	
/*~~~~~~~~~~~~~Sub Pages~~~~~~~~~~~~~~~*/
#submain {
	background: #ffffff;
	width: 768px;
	margin-top: 0px;
	
	}
	

/*~~~~~~~~~~~~~Mast Head~~~~~~~~~~~~~~~*/
#masthead {
	float: left;
	width: 736px;
	padding: 0 0 15px 0;
}


/*~~~~~~~~~~~~~Column 1~~~~~~~~~~~~~~~*/
#col1 {
	float: left;
	width: 175px;
	padding: 0 9px 10px 0;
}






/*~~~~~~~~~~~~~Column 2~~~~~~~~~~~~~~~*/

#col2 {
	float: right;
	width: 521px;
	padding: 0 0px 0px 22px;
}

#col2 h1 {
	font-size: 1.6em;
        line-height: 1.3em;
	color: #00529f;
	margin-bottom: 1em;
}

#col2 h2 {
	font-size: 1.6em;
	line-height: 1.3em;
	color:#C2663E;
	font-weight:normal;
	margin-bottom: 0.8em;
	margin-top: -4px;
	padding-top:0;
}

#col2 ul {
	margin: 0 30px 20px 30px;
}

#col2 li {
	padding: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight:normal;
}
#col2 li ul {
	
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight:normal;
}



#col2 td {
	font-size: 1.2em;
        line-height: 1.6em;
	font-weight:normal;
        
}

#col2 td h2 {
	font-size: 1.6em;
	line-height: 1.3em;
	color:#C2663E;
	font-weight:normal;
	margin-bottom: 0;
	margin-top: -4px;
	padding-top:0;
}

#col2 h1, #col2 h2, #col2 p, #col2 li {
	padding-right: 30px;
}


/*~~~~~~~~~~~Form Styles~~~~~~~~~ */

form {
	margin: 0;
	padding: 0;
}
	
	
/*~~~~~~~~~~~~~~~~ Others ~~~~~~~~~~~~~~~~~~ */

.clear { clear:both; }

	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}	
	
	.clearfix {
		display: inline-block; /* Fixes IE/Mac */
	}
	
.optBox {
	width: 183px;
	color: #ffffff;
	}

	
	.optBox h2 {
		padding: 12px 12px 2px 12px;
		font: 1.8em trebuchet MS;
	}
	
	.optBox p {
		padding: 0 1px 12px 12px;
		line-height: 1.06em;
	}
	
	.optBox .last {
		padding: 0;
		background: #2093FF url("images/optBox_btm.gif") no-repeat bottom left;
		height: 10px;
	}

corporate{
	font-size: 1.2em;
        line-height: 1.6em;
	font-weight:normal;
        
}

#corporate h2 {
	font-size: 1.6em;
	line-height: 1.3em;
	color:#C2663E;
	font-weight:normal;
	margin-bottom: 0;
	margin-top: -4px;
	padding-top:0;
}
.tabletext {  font-family: trebuchet MS; font-size: 10px; color: #ffffff}

td { font-family: trebuchet MS; font-size: 10 pt; color: #000000}

P { font-family: trebuchet MS; font-size: 10 pt; color: #000000}
ul {
	font-family: trebuchet MS;
	font-size: 10pt;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: trebuchet MS;
	font-size: 10pt;
	font-style: normal;
	list-style-type: square;
	text-align:left;
	
}

