@charset "utf-8";
/* CSS Document */
/* ---------------------------- Housekeeping ---------------------------- */
body {padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
p, hr, h1, h2, h3, h4 {padding: 0; margin: 0; color: #012e7f;}
p {padding: 8px 0; color: #000;}
hr {
	margin: 10px 5px;
}
a {color: #022e7f;}
a:hover, a:active {color: #7e1402;}
a:visited {color: #436cb3;}
.clear { clear: both; }
#pageContainer, #footer, #copyright { width: 960px; margin: auto; text-align: center; border: solid 2px #e1e1e1; border-top: none; border-bottom: solid 2px #7e1402; padding-top: 5px; }
#copyright {
	border: none;
}
/* ---------------------------- Branding ---------------------------- */
#headerContainer { 
	margin: 0 8px; 
	height: 202px; 
	text-align: left; 
}
#headerImg, #mainMenu, #pageMenu, #memberMenu {
	float: left;
	background: #c8d8f9 url(../media/images/layout/header_Img3.jpg) left bottom no-repeat;
	height: 190px;
	width: 325px;
}
#mainMenu, #pageMenu, #memberMenu {
	width: 206px;
}
#mainMenu ul, #pageMenu ul, #memberMenu ul {
	height: 120px;
	width: 170px;
}
#mainMenu {
	background: #ebf1fd url(../media/images/layout/titleMenu_main.jpg) left bottom no-repeat;
}
#pageMenu {
	background: #c8d8f9 url(../media/images/layout/titleMenu_page.jpg) left bottom no-repeat;
}
#memberMenu {
	background: #446cb2 url(../media/images/layout/titleMenu_user.jpg) left bottom no-repeat;
}
#headerImg h1, #mainMenu h2, #pageMenu h2, #memberMenu h2 {
	display: block;
	background: #012e7f url(../media/images/layout/header_h1_bg.jpg) left top repeat-x;
	height: 45px;
	text-align: center;
	margin: 0 3px 0 4px;
}
#headerImg h1 a, #mainMenu h2 a, #pageMenu h2 a, #memberMenu h2 a {
	display: block;
	color: #fff;
	padding-top: 20px;
	text-decoration: none;
	height: 23px;
	background: transparent url(../media/images/layout/ring_Right.jpg) right top no-repeat;
	position: relative;
	top: -17px;
	right: -8px;
	font-size: 16px;
	padding-right: 8px;
}
#mainMenu h2 a, #mainMenu h2 a:visited, #mainMenu h2 a:hover, #mainMenu h2 a:active, #pageMenu h2 a, #pageMenu h2 a:visited, #pageMenu h2 a:hover, #pageMenu h2 a:active, #memberMenu h2 a, #memberMenu h2 a:visited, #memberMenu h2 a:hover, #memberMenu h2 a:active {
	font-size: 16px;
}
#headerImg h1 span, #mainMenu h2 span, #pageMenu h2 span, #memberMenu h2 span {
	display: block;
	padding-top: 17px;
	background: transparent url(../media/images/layout/ring_Left.jpg) left top no-repeat;
	position: relative;
	left: -4px;
	height: 23px;
}
#memberMenu ul a, #memberMenu ul li {
	color: #FFF;
}
#memberMenu ul li.important {
	font-weight: bold;
}
#memberMenu ul li.important a {
	font-weight: bold;
	text-decoration: underline;
}
#pageMenu ul a, #mainMenu ul a {
	color: #022e7f;
}
#headerContainer ul a {
	text-decoration: none;
}
#headerContainer ul, #headerContainer form {
	margin: 0;
	padding: 0 15px;
}
* html #headerContainer form p {
	padding: 0;
	margin: 0;
}
#headerContainer form submit, #headerContainer form p {
	color: #FFF;
	padding-bottom: 10px;
	padding-top: 0;
}
#headerContainer form input#user, #headerContainer form input#pass {
	width: 80%;
}
#headerContainer li {
	list-style: none;
	padding: 0;
	margin: 3px 0;
}
/* ---------------------------------------- Body Container --------------------------------------------------- */
#bodyContainer {
	text-align: left;
	padding: 5px;
}
* html #bodyContainer {
	height: 400px;
}
#contentContainer {
}
/* ----------------------------------------------- Footer ---------------------------------------------------- */
#footer {
	background: #022e7f url(../media/images/layout/footer_center.jpg) left top repeat-x;
	height: 68px;
	width: 964px;
	border: none;
	margin: auto;
	margin-bottom: 10px; 
	padding: 0;
	text-align: center;
}
#footer div {
	background: transparent url(../media/images/layout/curve_left_bottom.gif) left bottom no-repeat;
	height: 68px;
	margin: 0;
	padding: 0;
}
#footer div ul {
	background: transparent url(../media/images/layout/curve_right_bottom.gif) right bottom no-repeat;
	height: 58px;
	padding: 5px;
	margin: 0;
}
#footer ul li {
	list-style: none;
	padding: 0 .9%;
	margin: 5px 0;
	float: left;
	width: 23%;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-right: solid 2px #fff;
	height: 58px;
}
#footer ul li.last {
	border: none;
}
#footer ul li p {
	padding: 0 10px;
	margin: 0;
	color: #FFF;
}
#footer a {
	color: #FFF;
}
/* ----------------------------------------------- Main Content ---------------------------------------------- */
#bodyContainer {
	min-height: 400px;
}
