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


html, body {
	height: 100%;
	margin:0;
}

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

a:hover {
	color:#ffd200;
}
	

img {
	border:0px;
}

img.contact {
	padding-right:5px;
}

body {
	background-color:#000000;
	font-family:"Lucida Grande", Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	position:relative;
	
}

#wrapper {
	width:800px;
	background-color:#fff;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
	text-align:left;
}

#header {
	height:150px;
	background-image:url(../images/header_bg.png);
	background-position:top left;
	position:relative;

}

#logo {
	width:200px;
	position:absolute;
	bottom:0px;
	left:25px;
}

#nav {
	width:600px;
	position:absolute;
	top:100px;
	left:200px;
	font-size:11.5px;
}

#main_content {
	width:800px;
}

#body_text {
	text-align:left;
	width:455px;
	margin:20px;
	margin-top:30px;
	/*float:left;*/
	
}

#body_text_contact {
	text-align:left;
	width:650px;
	margin:20px;
	margin-top:30px;
	position:relative;
	overflow:auto;
}

.contact_person {
	width:305px;
	margin:10px;
	height: 275px;
	float:left;
}

.contact_person_right {
	width:255px;
	margin:10px;
	height: 255px;
	vertical-align: middle;
}

#form_body {
	text-align:left;
	width:700px;
	margin:20px;
	margin-top:30px;
	/*float:left;*/
	
}

#sub_nav {
	width:200px;
	position: absolute;
	right:0px;
	top:140px;
	/* float:right; */
	text-align:left;
	vertical-align:top;
	margin:30px;
	margin-left:150px;
	margin-top:80px;
}

#push {
	height: 150px;
}

#footer {
	position:relative;
	text-align:right;
	vertical-align:bottom;
	font-size:9px;
	color:#fff;
	height:150px;
	background-image:url(../images/footer_bg.png);
	background-position:bottom left;
	width:800px;
	margin-left:auto;
	margin-right:auto;

}

/* NAV LIST */



ul#nav_list {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul#nav_list li {
	float:left;
	margin-top: -1px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 10px;
}

ul#nav_list li a {
	color:#333;
	display:block;
	line-height:50px;
	text-decoration:none;
}

ul#nav_list li a:hover {
	color:#ffd200;
	background-image:url(../images/nav_arrow.png);
	background-position: top center;
	background-repeat:no-repeat;
}

ul#nav_list li a.on {
	background-image:url(../images/nav_arrow.png);
	background-position: top center;
	background-repeat:no-repeat;
}

/* CONTACT LIST */
ul.contact {
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
	width:555px;
}

ul.contact li {
	width:255px;
	margin:10px;
	height: 255px;
	display: block;
}





/* TEXT STYLES */

p {
	margin:10px;
}

h1 {
	font-size:22px;
	font-weight:bold;
	margin-left:10px;
	margin-top:top;
	margin-bottom:15px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-top:top;
	margin-bottom:15px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	
}

.contact_header {
	font-weight:bold;
}

.footer_text {
	position:absolute;
	bottom:5px;
	right:0px;
}

.small_text {
	font-size:10px;
}

/* FORMS */

table.form {
	width:700px;	
}

table.border {
	border-style: solid;
	border-width: 1px;
}


input.full {
	width:350px;
	margin-bottom:5px;
}

input.full2 {
	width:500px;
	}

input.small {
	width:75px;
}

input.sum {
	width:50px;
}

textarea.full {
	width:350px;
}

.indent {
	margin-left:10px;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#333;
font-weight:bold;
padding: 1px 2px;
background:url(../images/button.png) repeat-x left top;
}
