/*** Normalized ***/


#main_body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-position: top;
    background-repeat: repeat-x;
}

#container {
    width: 690px;
    padding: 1px;
    margin: 1px auto 23px auto;
}

#header {
	position: relative;
    height: 137px;
    padding: 0;
}

#logo {
    position: absolute;
    z-index: 1;
    width: 124px;
    height: 69px;
    margin-left: 566px;
    margin-top: 0;
}

#slogan {
    position: absolute;
    bottom: 8px;
    right: 16px;
    z-index: 1;
    text-align: right;
}

#key_visual {
    position: absolute;
    width: 690px;
    height: 137px;
    margin: 0;
}

#main_container {
    background-position: left;
    background-repeat: repeat-y;
}

#layout_table {
	clear: both;
	border-collapse: collapse;
}

#left_column {
	vertical-align: top;
}

#right_column {
	vertical-align: top;
}

#sub_container1 {
    width: 125px;
    padding-top: 45px;
}

#sub_container2 {
	margin: 0;
	padding: 10px 0px 10px 20px;
	width: 540px;
	overflow: hidden;
}


#content_container {
	margin: 0;
	padding: 0;
	width: 515px;
}

/* Begin Menu */

#main_nav_container {
	clear: both;
  width: 690px;	
	overflow: hidden;
	margin: 1px 0 0 0;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
}

#main_nav_list a {
		overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 91px;
    height: 22px;
    line-height: 20px;
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
}

/* Begin SubMenu */

#sub_nav_container {
    padding: 0;
}

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    padding: 0;
}

.sub_nav_list a {
		overflow: hidden;	
    text-align: left;
    height: 21px;
    line-height: 19px;
    padding: 0;
    text-indent: 16px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    background-repeat: no-repeat;
    background-position: left top;
}

/**/

#footer_text {
    clear: both;
    padding: 15px 15px 15px 20px;
}

/* Begin Content */

.content table {
    border-left: 1px solid;
    border-top: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content button {
    border: 1px solid;
}

.content textarea {
    border: 1px solid;
}

/*
.content input {
    border: 1px solid;
}
*/

.content fieldset {
    border: 1px solid;
}

.content {
    margin: 5px 0 15px 0;
    padding: 0;
}

#thankyou{
background:#fff;
position:absolute;
top:190px;
height:800px;
width:530px;
z-index:99;
}

#nextbtn{
float:right;
}

#backbtn{
float:left;
}

.dropdown{
width:180px;
}

#donebtn{
float:right;
position:relative;
top:34px;
}

#error{
display:block;
clear:both;
background:#990000;
color:#fff;
margin-bottom:20px;
padding:1px 10px 10px 10px;
}

#error h3{
color:#fff;
}

.textarea{
height:70px;
width:280px;
}


#progressbar{
margin-top:15px;
width:505px;
float:left;
clear:both;
border:1px solid #666;
padding:5px 5px 3px 5px;
}

#progress1,
#progress2,
#progress3,
#progress4,
#progress5,
#progress6,
#progress7,
#progress8,
#progress9,
#progress10,
#progress11,
#progress12
{
float:left;
width:37px;
background:blue;
height:15px;
}

#percent{
float:right;
font-weight:bold;
}