@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a {	outline: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cb {
	clear: both;
}

body {
	background-color: #0b3d65;
	font-size: 62.5%;
}
#container {
	background-image: url(../layout/body.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 326px;
	width: 634px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 60px;
	height: 600px;
}
#main {
	position: relative;
	width: 634px;
}
#logo {
	background-image: url(../layout/logo.gif);
	height: 85px;
	width: 245px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 27px;
	top: 44px;
	text-indent: -9999px;
}
.accordion {
	background-color: white;
	position: relative;
	height: 31px;
	overflow: hidden;
}
.accordion .images {
	width: 634px;
	height: 486px;
	position: absolute;
	left: 0px;
	top: 31px;
	z-index: 0;
}
.accordion .images img {
	position: relative;
	z-index: 0;
	height: 486px;
	width: 634px;
}


.accordion h1 {
	background-image: url(../layout/sectionbg.gif);
	color: white;
	font-weight: normal;
	padding-top: 5px;
	font-size: 1.6em;
	height: 26px;
	padding-left: 5px;
	position: relative;
	cursor: pointer;
}
.accordion h1 span.arrow {
	background-image: url(../layout/section_arrow.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	right: 10px;
	background-position: right center;
	height: 31px;
	width: 4px;
}
.accordion a.showhide  {
	position: absolute;
	display: none;
	font-size: 1.2em;
	top: 7px;
	right: 30px;
	z-index: 2;
	color: white;
	text-decoration: none;
}
.accordion .content {
	background-color: white;
	position: relative;
	top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	z-index: 1;
	width: 594px;
}
.accordion .content .col {
	float: left;
	width: 270px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.accordion .content h2 {
	font-size: 1.6em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004C84;
	margin-bottom: 5px;
}
.accordion .content p {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #052036;
	margin-bottom: 10px;
}
#footer {
	padding-top: 10px;
}
#footer p {
	color: white;
	font-size: 1.4em;
	float: left;
	margin-right: 25px;
}
#footer #footerlogo {
	background-image: url(../layout/logo_footer.gif);
	height: 66px;
	width: 194px;
	background-repeat: no-repeat;
	display: block;
	float: right;
	text-indent: -9999px;
}
form {
	width: 230px;
}
form p {
	border: 1px solid #b4bdc6;
	clear: left;
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-left: 5px;
	width: 190px;
}
form span {
	clear: both;
	float: none;
	display: block;
	text-align: right;
}
form .txt {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
form span input {
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

