@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding-top: 24px;
	
	background-color: #D9DADB;
	background-image: url(../images/bg_body.gif);
	
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #434343;
}

#root {
	position: relative;
	z-index: 1;
	
	width: 948px;
	margin: auto;
	
	background-color: #FFF;
	
	text-align: left;
}

#root #head {
	position: relative;
	z-index: 2;
	
	width: 100%;
	height: 198px;
	
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#root #head #logo {
	position: abolute;
	z-index: 3;
	
	top: 0px;
	left: 0px;
}
#root #head #naviMain {
	position: absolute;
	z-index: 3;
	left: 0px;
	bottom: 0px;
	
	width: 100%;
	height: 24px;
	
	background-color: #003A67;
	border-bottom: solid 6px #69A2D2;
}
#root #head #naviMain ul {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}
#root #head #naviMain ul li {
	padding: 0px;
	margin: 0px;
	
	height: 24px;
	line-height: 21px;
	float: left;
}
#root #head #naviMain ul li.active {
	background-color: #2A6492;
}
#root #head #naviMain ul li a {
	padding-left: 24px;
	padding-right: 24px;
	
	border-right: solid 1px #FFF;
	
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}


#root #main {
	position: relative;
	z-index: 2;
}
#root #main h1 {
	margin-top: 12px;
	margin-bottom: 24px;
	padding: 0px;
	
	font-size: 14px;
	color: #003A67;
}
#root #main h2 {
	font-size: 12px;
	color: #003A67;
	font-weight: bold;
}
#root #main h3 {
	margin: 0px;
	padding: 0px;
	
	font-size: 12px;
	color: #003A67;
	font-weight: normal;
}
#root #main p,
#root #main td {
	font-size: 12px;
}
#root #main ul {
	margin: 0px;
	margin-bottom: 24px;
	padding: 0px;
}
#root #main ul li {
	margin-left: 24px;
	font-size: 12px;
}
#root #main a {
	color: #003A67;
	text-decoration: none;
}
#root #main #content {
	margin-left: 156px;
}
#root #main .floatingElement:after {
	height: 0px;
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
}
#root #main #content .column {
	width: 396px;
	float: left;
}
#root #main #content .column h1,
#root #main #content .column p {
	margin-right: 12px;
}
#root #main #content .column .display {
	background-color: #D4E6F4;
	padding-left: 36px;
	padding-top: 60px;
	padding-right: 24px;
	padding-bottom: 72px;
}
#root #main #content .column .display p {
	color: #003A67;
}
#root #main #content .person {
	width: 396px;
	float: left;
	margin-top: 12px;
}
#root #main #content .person img {
	float: left;
	margin-right: 12px;
}
#root #main #content .person h1 {
	margin-top: 6px;
}
#root #main #content .person p {
	margin-right: 12px;
}

#root #main #contactForm {
	margin: 0px;
	padding: 0px;
}
#root #main #contactForm .fieldName {
	width: 80px;
	vertical-align: top;
	padding-top: 5px;
}
#root #main #contactForm .fieldReq {
	width: 12px;
	vertical-align: top;
	padding-top: 6px;
}
#root #main #contactForm .fieldValue {
	width: 180px;
}
#root #main #contactForm .fieldInput {
	width: 180px;
	margin-top: 3px;
}
#root #main #contactForm .fieldArea {
	width: 180px;
	margin-top: 3px;
}
#root #main .alert {
	font-weight: bold;
	color: #F33;
}

#root #foot {
	position: relative;
	z-index: 2;
	
	width: 100%;
	height: 24px;
	
	background-color: #ECEDED;
	
	text-align: center;
}
#root #foot p {
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	
	color: #003A67;
	font-size: 12px;
	line-height: 24px;
}
#root #foot #naviFoot {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	
	text-align: left;
}
#root #foot #naviFoot ul {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}
#root #foot #naviFoot ul li {
	float: left;
	
	padding-left: 24px;
	padding-right: 24px;
	
	line-height: 24px;
}
#root #foot #naviFoot ul li a {
	color: #003A67;
	text-decoration: none;
	font-size: 12px;
}
