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

* {
	margin: 0;
}

p {
	margin: 10px 0 10px 0;
	line-height: 120%;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	display: block;
	color: #232323;
	font-family: Verdana;
	font-size: 1.9em;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

h2 {
	display: block;
	width: 30%;
	color: #26BAD5;
	font-family: Verdana;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.1em;
	text-align: right;
	text-transform: uppercase;
	border-top: 1px #26BAD5 solid;
	padding: 0 0 0 40px;
	margin: 0 20px 0 10px;
}

body {
	color: #363636;
	padding: 10px;
	margin: 0;
}

.border-top {
	width:710px;
	height: 4px;
	background: url(images/background-top.gif ) bottom center no-repeat;
	margin: 0 auto;
}

.border {
	width:710px;
	background: url(images/background-shadow.gif) repeat;
	background-position:center;
	margin: 0 auto;	
}

.border-bottom {
	width:710px;
	height: 10px;
	background: url(images/background-bottom_alt.gif ) top center no-repeat;
	margin: 0 auto;
}


#main {
	background-color: #FFFFFF;
	width: 700px;
	margin: 0 auto;
}

#header {
	width: 700px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
}

#banner {
	display: block;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
}

.banner-1 {
	background: url(images/banner-1_alt.jpg) no-repeat;
}

.banner-2 {
	background: url(images/banner-2.jpg) no-repeat;
}

#banner img.logo {
	margin-left: 15px;
	margin-top: 10px;
}

#header .navigation {
	display: block;
	background-color: #006272;
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 200%;
}

#header ul {
	padding: 2px 5px 2px 20px;
}

#header li {
	display: inline;
	color: #FFFFFF;
	border-left: 1px #666666 solid;
	padding: 0 10px 0 10px;
	margin: 10px 0px 10px 0px;
}

#header li .selected {
	color: #FFFFFF;
	border-bottom: 3px #26BAD5 solid;
}

#content {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: normal;
	padding: 5px 10px 20px 10px;
}

#content p {
	text-align: left;
	padding: 0 20px 0 20px;
}

#content .image_right {
	width: 250px;
	height: 200px;
	float: right;
	margin: 15px 20px 15px 15px;
}

#content .image_left{
	width: 250px;
	height: 200px;
	float: left;
	margin: 15px 20px 15px 15px;
}

#content img {
	border: 1px #CCCCCC solid;
}

#content * .caption {
	color: #CCCCCC;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

.form_block {
	padding: 5px 20px 15px 40px;
}

th {
	width: 30%;
	text-align: left;
}

td {
	width: 70%;
	text-align: left;
}

#footer {
	background-color: #004E58;
	height: 50px;
	color: #AAAAAA;
	font-family: Verdana;
	font-size: 0.6em;
	font-weight: normal;
	
}

#footer ul {
	display: block;
	position: relative;
	top: 30%;
	padding: 2px 5px 2px 20px;
	text-align: left;
}

#footer li {
	display: inline;
	padding: 0 5px 0 5px;
	margin: 10px 5px 10px 0px;
}

.textfieldRequiredMsg, .textfieldInvalidFormatMsg {
	border: none !important;
}

