@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {
	color:#003;
}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	background-color: #273576;
}

a img {
	border:none;
}

a,
a:active,
a:link,
a:visited{
	color:#003;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#content_wrapper {
	width:1200px;
	margin:0 auto;
	position:relative;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	height: 900px;
}
#content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
}




#body_content {
	float:left;
	width:400px;
	padding-top:175px;
	margin-bottom: 40px;
	margin-left: 60px;
	clear: both;
}
#body_content h1 {
	color: #c32828;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#body_content ul {
	text-transform: uppercase;
	color: #003;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-type: none;
	margin-left: 0px;
	font-size: 13px;
}
#body_content ul li{
	text-transform: uppercase;
	color: #003;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-type: none;
	margin-left: 0px;
	font-size: 13px;
}
#body_content ul .one {
	background-image: url(/images/1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 32px;
	padding-top: 5px;
}

#body_content ul .two {
	background-image: url(/images/2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 32px;
	padding-top: 5px;
}
#body_content ul .three {
	background-image: url(/images/3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 32px;
	padding-top: 5px;
}
#body_content ul .four {
	background-image: url(/images/4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 32px;
	padding-top: 5px;
}
#body_content ul .five {
	background-image: url(/images/5.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 32px;
	padding-top: 5px;
}
#body_content ul .six {
	background-image: url(/images/6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 32px;
	padding-top: 5px;
}
#body_content ul .seven {
	background-image: url(/images/7.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 32px;
	padding-top: 5px;
}
#body_content ul .eight {
	background-image: url(/images/8.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 32px;
	padding-top: 5px;
}
#body_content ul .nine {
	background-image: url(/images/9.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 32px;
	padding-top: 5px;
}
#body_content ul .ten {
	background-image: url(/images/10.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-left: 32px;
	padding-top: 5px;
}
#body_content ul span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
#more-info {
	width: 300px;
	padding-left: 400px;
	color: #FFF;
}
#more-info p{
	padding: 5px 0;
}
#more-info form label {
	float: left;
	width: 100px;
	clear: both;
	padding: 6px 0 0 0;
}

#more-info form input {
	border:2px solid #c32828;
	color:#FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	float: left;
	width: 190px;
	padding: 2px;
	margin: 2px 0 2px 0;
	background-color: transparent;
}
#more-info form #submit {
	width: 80px;
	color: #003;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer {
	float: left;
	clear: both;
	margin-left: 60px;
}
