/* <------------General Styling------------> */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body
{
	background-color: #00152b;
	font: 10px/1.5em Georgia, serif;
	text-align: center;
}

.header {
	display: block;
}

.clear {
	clear: both;
}

a {
	color: #00011a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.center {
	text-align: center;
}



/* <------------Wrappers------------> */

#bkg_wrapper {
	width: 890px;
	background: #FFF url('images/bkg.gif');
	margin: 0 auto;
	text-align: left;
}

#content_wrapper {
	width: 890px;
	background: url('images/footer.gif') no-repeat bottom left;
	padding-bottom: 30px;
}



/* <------------Left Content------------> */

#left_content p {
	font: 11px/1.8em Georgia, serif;
	color: #16285c;
	padding: 0px 36px 15px 36px !important;
	padding: 0px 35px 15px 35px;
}

#left_content {
	width: 530px;
	float: left;
	padding-bottom: 10px;
}

#form {
	background: url('images/horizontal.gif') no-repeat top left;
	width: 530px;
	margin-top: 5px;
}

#form .field_container {
	width: 100px !important;
	width: 115px;
	text-align: right;
	float: left;
	font: 10px/1.8em Georgia, serif;
	color: #003875;
	padding: 4px 7px;
	font-weight: bold;
}

#form input, textarea {
	border: 1px solid #000;
	width: 380px;
	float: left;
	clear: right;
	margin: 4px 0 0 0;
	color: #003875;
	padding: 1px 8px;
	font: 10px/1.8em Georgia, serif;
}

#form input {
	height: 24px;
}

#form textarea {
	height: 60px;
}

#form .submit {
	width: 64px !important;
	font: 10px/1.8em Georgia, serif;
	margin-left: 115px;
	background-color: #FFF;
	font-weight: bold;
	cursor: pointer;
	_cursor: hand;
	color: #003875;
}

#form p img {
	clear: both;
	margin-top: 30px;
}

h4 {
	padding: 38px 36px 10px 36px;
	font: 11px/1em Georgia, serif;
	font-weight: bold;
	color: #003875;
}



/* <------------Right Content------------> */

#right_content {
	width: 270px !important;
	width: 316px;
	float: right;
	padding-right: 46px;
	padding-bottom: 20px;
}

ul {
	padding: 10px 0 30px 0;
	clear: both;
}

ul li {
	padding: 4px 5px 3px 0px;
	list-style-type:none;
	line-height: 1.2em;
}

ul li div {
	display: inline;
	vertical-align: 3px;
	padding: 0px 0 0 5px;
}

ul li div span {
	padding-left: 19px;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1em;
	color: #003875;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	color: #003875;
	padding-top: 18px;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	line-height: 1em;
	color: #003875;
	padding-top: 3px;
}

#right_content p {
	float: left;
	padding: 10px 10px 0 0;
}
