html{

}

body{
	background: #054575 url(../images/page_bg.png);
	font-family: Arial, tahoma;
	font-size: 13px;
	color: #0f3154;
}

a{
	color: #0f3154;
}

p{
	line-height: 22px;
}

ul.inner{
	list-style-image: url(../images/bullet.png);
}

ul.inner li{
	margin: 0 12px 15px 12px;
}

ul.normal{
	list-style: disc;
}

ul.normal li{
	margin: 0 12px 8px 12px;
}


/* Layout */
#page_wrap{
	margin: 43px auto 0;
	width: 966px;
}

#header_wrap{
	background: url(../images/header_bg.png);
	height: 221px;
	position: relative;
}

#content_wrap{
	background: url(../images/content_bg.png);
	position: relative;

}

#bottom_wrap{
	background: url(../images/bottom_bg.png);
	height: 58px;
	position: relative;
}


/* ELEMENTS */
/* Header */
.logo{
	position: absolute;
	top:8px;
	left: 8px;
}

.slogan{
	position: absolute;
	top: 66px;
	left: 202px;
}

.navigation{
	background: #657889;
	position: absolute;
	top: 92px;
	left: 8px;
	z-index: 100;
}

.banner{
	position: absolute;
	top: 92px;
	left: 202px;
	z-index: 1;
}

/* Content */
.content_frame{
	background: #dae2ea;
	width: 756px;
	position: absolute;
	top:;
	left: 202px;
}

.content_frame_mt{
	background: #edf1f5;
	width: 756px;
	position: absolute;
	top:;
	left: 202px;
}

.main_content{
	padding: 28px 38px 0 38px;
}

.mt_main_content{
	background: #dae2ea;
	padding: 26px 38px 24px 38px;
}

.mt_main_content_alt{
	padding: 26px 38px 24px 38px;
}

.main_content h2, .mt_main_content h2, .mt_main_content_alt h2{
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.content_header{
	background: #bfcbd8;
	height: 51px;
}

.content_header .breadcrumbs{
	color: black;
	font-size: 10px;
	float: right;
	margin: 5px 13px 0 0;
}

.breadcrumbs a{
	color: black;
	font-size: 10px;
	text-decoration: none;
}

.breadcrumbs a:hover{
	text-decoration: underline;
}

.content_header h1{
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 26px 0 0 38px;
}

.content_header h1.double{
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0 0 38px;
}

.page_deco{
	position: absolute;
	top: 0px;
	left: 8px;
}

.page_deco_bot{
	position: absolute;
	top: 0px;
	left: 8px;
}

/* FORM */
.contact_frm{
	background: #bfcbd8;
	height: 162px;
	margin: 36px 0 0 0;
}

.contact_frm table{
	margin: 12px auto;
}

.contact_frm td{
	padding: 6px 3px 6px 3px;
}

.frm_fld{
	border: 1px solid #b6b5b5;
	font-size: 13px;
	width: 180px;
}

.frm_txt{
	border: 1px solid #b6b5b5;
	height: 80px;
	font-size: 13px;
	width: 290px;
}

.btn_submit{
	background: #fff;
	border: 1px solid #b6b5b5;
	cursor: pointer;
}

/* Sub Navigation */
.sub_nav_wrap{
	background:#f0f4f7;
	height:33px;
}

.sub_nav{
	padding:12px 0 0 38px;
}

.sub_nav a{
	color: #65788a;
}

/* Credits */
#credits_wrap{
	color: #fff;
	font-size: 10px;
	height: 22px;
	width: 962px;
	margin: auto;
}

.credits{
	float: left;
	margin: 0px 0 0 60px;
}

.credits a{
	color: #fff;
}

.copyright{
	float: right;
	margin: 0px 7px 0 0;
}

/* Footer */
#footer_wrap{
	background: #dae2ea;
	width: 756px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 202px;
}

#footer_wrap_mt{
	background: #edf1f5;
	width: 756px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 202px;
}

.footer{
	color: #94a1b1;
	line-height: 27px;
	margin: 22px 0 0 38px;
}

.footer a{
	color: #94a1b1;
	font-size: 11px;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}


