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

html, body {
height: 100%;
}

a {
outline:none;
}

body {
font-family:arial;
font-size:11px;
margin:0px;
background-color:black;
}

#maincontainer {
position:relative;
width:900px;
margin-left:auto;
margin-right:auto;
overflow:auto;
min-height: 100%;
height: auto !important;
margin: 0 auto -350px;
border:1px solid #313131;
}

#header {
position:relative;
width:860px;
height:auto;
padding:20px;
}

#menu {
position:relative;
width:900px;
height:24px;
z-index:2;
}

#menu_container {
position:absolute;
width:900px;
top:0px;
left:0px;
z-index:3;
}

#content {
position:relative;
width:860px;
height:auto;
overflow:auto;
padding:20px;
z-index:1;
}

#banner {
position:relative;
width:860px;
margin-bottom:20px;
}

#progress {
position:relative;
width:860px;
margin-bottom:20px;
}

#progress_text {
position:relative;
width:860px;
height:40px;
z-index:1;
}

#progress_text ul {
list-style-type:none;
}

#progress_text ul li {
display: block;
vertical-align:middle;
line-height: 40px;
height:40px;
width:142px;
float:left;
border-bottom: 1px solid #313131;
color:white;
text-align:center;

}

#progress_bar {
position:absolute;
height:40px;
width:142px;
left:0px;
top:0px;
background-color:#313131;
background-image:url(../images/progress.jpg);
background-repeat:no-repeat;
background-position:right;
z-index:0;
}

#banner_info {
position:absolute;
top:70px;
left:35px;
}

#banner_info a {
color:white;
font-family:segoe UI, Arial;
font-size:14px;

}


#content p, .info p {
margin-top:20px;
margin-bottom:20px;
font-size:11px;
line-height:1.5;
color:white;
}

.info ul {
color:white;
list-style-type:square;
margin-left:20px;
}

.content_left {
position:relative;
height:auto;
width:500px;
float:left;
}

.content_right {
position:relative;
float:right;
width:320px;
}


h1 {
font-weight:normal;
letter-spacing:4px;
font-family:Segoe UI, Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size:20px;
color:#2c8984;
}

h2 {
font-weight:normal;
color:white;
font-family:Segoe UI, Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size:18px;
}

h3 {
font-weight:normal;
color:white;
font-family:Segoe UI, Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size:16px;
}

h4 {
font-weight:normal;
color:white;
border-bottom:1px solid #2c8984;
font-family:Segoe UI, Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size:14px;
}

#footer {
position:relative;
width:900px;
height:350px;
background-image:url(../images/footerback.jpg);
background-position:bottom;
background-repeat:repeat-x;
z-index:0;
margin-left:auto;
margin-right:auto;
border-top:1px solid #313131;
}

#footer .footer_menu {
position:relative;
width:180px;
height:auto;
float:left;
padding-top:16px;
padding-left:20px;
}

.push {
position:relative;
width:100%;
height: 350px;
}

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

#footer li {
padding:7px;
vertical-align: bottom;
border-bottom:1px solid #313131;
}

#footer li a {
color:#525252;
text-decoration:none;

}

#footer li a:hover {
color:#2c8984;
}

#footer li {
color:#525252;
}

#footer p {
color:#525252;
line-height:1.5;
}

#menu {
position:relative;
width:860px;
height:30px;;
overflow:auto;
padding-left:20px;
padding-right:20px;
background-image:url(../images/menuback.jpg);
background-position:center;
background-repeat:no-repeat;
}

.menu_item {
float:left;
text-align:center;
margin-left:10px;
margin-right:10px;
vertical-align:middle;
padding:6px;
}

.menu_item a {
color:white;
text-decoration:none;
}

.menu_item a:hover {
color:#2c8984;
text-decoration:none;
}


input.textbox {
font-family:segoe UI;
background-color: #202020;
border:none;
font-size:11px;
color:white;
padding:10px;
width:350px;
}

input.submit {
font-family:segoe UI;
background-color: #202020;
border:1px solid #4f4f4f;
font-size:11px;
color:white;
padding:10px;
width:150px;
}

.contact_form {
padding:20px;
}

.contact_form td {
padding:5px;
color:white;
}

.contact_form textarea {
overflow:hidden;
border:none;
background-color: #202020;
height:200px;
color:white;
font-family:segoe UI;
font-size:11px;
width:350px;
padding:10px;
}

.content_left ul {
color:white;
margin-left:20px;
margin-top:20px;
}

.content_left ul li a {
color:#2c8984;
}
