﻿/*Body*/



body {

	margin: 0;

	padding: 0;

	background:  #25422E; 

	font-size: 13px;

	color: #25422E;

}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}




/* Header */



.header {

	width: 860px;

	background:  #25422E url('images/img01.jpg') no-repeat top right;

	height: 170px;

	margin: 0px;

	float: right;

	

}



#header p {

	margin: 0;

	color: #FED772;

}



#header h1 {

	margin: 0;

	color: #FED772;

}



#header h1 {

	font-size: 30px;

}





#header h1 {

	padding-top: 100px;

}



#header a {

	color: #FED772;

}





.wrapper1{

	color: #44433f;	

	font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;

	margin-left: auto;

	margin-right: auto;

	margin-top: 0px;

	width: 860px;

	}

	.wrapper1 a{

		color: #E5F2FB;

		text-decoration: none;

	}

	.wrapper1 a:hover {

		color: #09548B;

	}

	.wrapper1 p {

		margin: 0 0 17px;

		padding: 0;

		line-height: 18px;

	}

.wrapper {

	width: 860px;

	margin-left: auto;

	margin-right: auto;

}

.nav {

	background: #fff url('menu/images/nav-bg.png') repeat-x;

	float: left;

}



.nav-wrapper {

	

	float: left;

}

.nav-left {

	background: url('menu/images/nav_left.png') no-repeat top left;

	float: left;

	width: 11px;

	height: 41px;

	clear: both;

}

.nav-right {

	background: url('menu/images/nav_right.png') no-repeat top right;

	float: left;

	width: 11px;

	height: 41px;

}

.nav ul {

	/*width: 648px;*/

	height: 38px;

	float: left;

	margin: 0px;

	padding-top: 0px;

	list-style: none;

	font-size: 12px;

}

.nav li {

	float: left;

	padding: 0px 7px;

	background: url('menu/images/split.png') no-repeat right center;

	position: relative;

	z-index: 1;

}

.nav li.last {

	background:none;

}

.nav li:hover {

	z-index:2;

}

.nav li a {

	display: block;

	line-height: 38px;

	overflow: hidden;

	float: left;

}

a .menu-left {

	background: url('menu/images/menu_left.gif') no-repeat left top;

	width: 8px;

	height: 32px;

	line-height: 35px;

	display: block;

	float: left;

}

a .menu-mid {

	background: url('menu/images/menu_mid.gif') repeat-x top left;

	height: 32px;

	line-height: 35px;

	display: block;

	float: left;

}

a .menu-right {

	background: url('menu/images/menu_right.gif') no-repeat top left;

	width: 8px;

	height: 32px;

	line-height: 35px;

	display: block;

	float: left;

}

.nav li:hover a .menu-right {

	background-position: 0 -37px;

	line-height: 35px;

}

.nav li.active a .menu-right {

	background-position: 0 -37px;

	line-height: 35px;

}

.nav li a:hover .menu-right {

	background-position: 0 -37px;

	line-height: 35px;

}

.nav li:hover a .menu-mid {

	background-position: 0 -37px;

	line-height: 35px;

}

.nav li.active a .menu-mid {

	background-position: 0 -37px;

	line-height: 35px;

}

.nav li a:hover .menu-mid {

	background-position: 0 -37px;

	line-height: 35px;

}

.nav li:hover a .menu-left {

	background-position: 0 -37px;

	line-height: 35px;

}

.nav li.active a .menu-left {

	background-position: 0 -37px;

	line-height: 35px;

}

.nav li a:hover .menu-left {

	background-position: 0 -37px;

	line-height: 35px;

}

.nav li:hover a {

	color: #09548B;

}

.nav li.hover a {

	color: #09548B;

}

.nav li.active a {

	color: #09548B;

}

.nav li a:hover {

	color: #09548B;

}

.nav li.hover .sub {

	display:block;

}

.nav li:hover .sub {

	display:block;

}

.nav li .sub {

	display: none;

	position: absolute;

	top: 27px;

	left: 6px;

	background: url('menu/images/submenu_top.png') no-repeat;

	width: 186px;

	padding-top: 9px;

}

.nav li ul {

	background: url('menu/images/submenu_bg.png') repeat-y;

	width: 162px;

	height: auto;

	margin: 0;

	padding: 0 12px 10px;

	list-style: none;

	font-size: 14px;

}



.nav li.active li {

	width: 100%;

	padding: 1px 0 2px;

	border-bottom: 1px #C1D9F0 dashed;

	background: none !important;

}



.nav li:hover li {

	width: 100%;

	padding: 1px 0 2px;

	border-bottom: 1px #C1D9F0 dashed;

	background: none !important;

}

.nav li.active li a {

	color: #09548B;

	background: none !important;

	line-height: normal;

	width: 156px;

	padding: 8px 3px 3px;

	text-indent: 1px;

}

.nav li:hover li a {

	color: #09548B;

	background: none !important;

	line-height: normal;

	width: 156px;

	padding: 8px 3px 3px;

	text-indent: 1px;

}

.nav li.active li a:hover {

	color: #fff;

	background: #165B9F !important;

	text-decoration: none;

	line-height: normal;

}

.nav li:hover li a:hover {

	color: #fff;

	background: #165B9F !important;

	text-decoration: none;

	line-height: normal;

}

/*IE*/

.nav li li a:hover {

	color: #fff;

	background: #165B9F !important;

	text-decoration: none;

	line-height: normal;

}

.nav li li a:hover {

	color: #fff;

	background: #165B9F !important;

	text-decoration: none;

	line-height: normal;

}

/**/

.nav .btm-bg {

	background: url('menu/images/submenu_bottom.png') no-repeat;

	width: 205px;

	height: 9px;

	overflow: hidden;

	clear: both;

}



.navigation {

	width: 720px;

	padding: 0px 20px 3px 20px;

}

.content-right {

	width: 11px;

	background: transparent url('menu/images/content_bg-right.png') repeat-y ;

	float: left;

	height: 100px;

	

}



.content-left {

	width: 11px;

	background: transparent url('menu/images/content_bg-left.png') repeat-y ;

	float: left;

	clear: both;

	height: 100px;

}



.content {

	width: 782px;

	background: transparent url('menu/images/content_bg.png') repeat-y;

	float: left;

	padding: 0px 0px 10px 20px;

	margin-left: 0px;

	margin-right: 0px;

	

	

}


.content h1 {

	color: #33333;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
	width: 95%;

}

.content h2 {

	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	width: 95%;

}

.content p {

	padding: 0px 60px 0px 15px;
	text-align: justify;	
	
}

.content-bottom {

	width: 782px;
	background: transparent url('menu/images/content_bottom.png') no-repeat;
	height: 13px;
	float: left;

}


.imgborder {
	border:thin #FED772 solid;
	margin:1px 5px;
}

.imgcentered {
	float:left;
	margin: auto;
}

.content a {
	color:#000099;
}

.title {
	margin-bottom: 0px;
	border-bottom: 2px solid #4AABDE;	
}

.centered {
	text-align: center;
	width: 782px;
	
}

.table-border {
	border: 1px black solid;
	border-collapse: collapse;
	text-align: center;
	font-size: small;
	margin-bottom: 10px;
	
}

.table-border td {
	border: 1px black solid;
	border-collapse: collapse;
}

/* Footer */

.footer {
	clear: both;
	width: 860px;
	margin: 0 auto;
	padding: 10px 0;
	color: #FFFFFF;
	text-align: center;
	font-size: smaller;
}

