/* CSS Document */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 880px;
}



/* ---- ---- ---- ---- Header Section ---- ---- ---- ---- */



.header {
	float: left;
	height: 140px;
	width: 880px;
	margin-top: 20px;
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}



/* ---- ---- ---- ---- Top Bar Navigation Section ---- ---- ---- ---- */

.top_navbar {
	float: left;
	height: 30px;
	margin-top: 100px;
}

#topnav {
	float: left;
	width: 880px;
	height: 30px;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topnav li {
	background-image: url(../images/nav_bar.gif);
	background-repeat: no-repeat;
    float:left;
	width:125px;
	text-align: center;
    margin: 0px;
    padding: 0px;
	list-style: none;
}
#topnav a, #topnav strong, #topnav span {
    display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 11px;
	padding-right: 11px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#topnav a:hover {
	display: block;
	background-image: url(../images/nav_bar_select.gif);
	background-repeat: repeat-x;
	height: 30px;
	color: #000000;
	text-decoration: none;
}
#topnav #current, #topnav #current a {
	background-image: url(../images/nav_bar_select.gif);
	color: #000000;
}


/* ---- ---- ---- ---- Left Hand Navigation Section ---- ---- ---- ---- */


#nav {
	float: left;
	width: 175px;
	height: 245px;
	padding-top: 30px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
    float:left;
	text-align: left;
    margin: 0px;
    padding: 0px;
	list-style: none;
	width: 175px;
	height: 35px;
	background-image: url(../images/navbutton_unselected.jpg);
	
}
#nav a, #nav strong, #nav span {
    display: block;
	width: 155px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	display: block;
	background-image: url(../images/navbutton_select.jpg);
	background-repeat: repeat-x;
	height: 30px;
	color: #000000;
	text-decoration: none;
}
#nav #current, #nav #current a {
	background-image: url(../images/navbutton_select.jpg);
	color: #000000;
}








/* ---- ---- ---- ---- Main Page Holder Section ---- ---- ---- ---- */



.main_holder {
	float: left;
	padding-right: 20px;
	padding-top: 10px;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 860px;
	height: auto;
}



/* ---- ---- ---- ---- Main Body: Left Hand Side Navigation Section ---- ---- ---- ---- */

.left_nav {
	float: left;
	width: 175px;
	height: 300px;
	background-color: #BFD730;
}




/* ---- ---- ---- ---- Main Page Body Content Section ---- ---- ---- ---- */

.mainbody_content {
	float: left;
	width: 500px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
}

/* ---- ---- ---- ---- Main Body: Form Holder Section ---- ---- ---- ----  */

.form_holder {
	float: left;
	width: 500px;
	height: auto;
}


.form_tab_section{
	float: left;
	width: 500px;
	height: 35px;
}

#steptab {
	float: left;
	width: 500;
	height: 30px;
}

#steptab ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#steptab li {
	background-image: url(../images/nav_bar.gif);
	background-repeat: no-repeat;
    float:left;
	width:125px;
	text-align: center;
    margin: 0px;
    padding: 0px;
	list-style: none;
}
#steptab a, #steptab strong, #steptab span {
    display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 11px;
	padding-right: 11px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#steptab a:hover {
	display: block;
	background-image: url(../images/nav_bar_select.gif);
	background-repeat: repeat-x;
	height: 30px;
	color: #000000;
	text-decoration: none;
}
#steptab #current, #steptab #current a {
	background-image: url(../images/nav_bar_select.gif);
	color: #000000;
}
	
.form_section {
	float: left;
	width: 472px;
	background-color: #e6e7e8;
	border: #BFD730 solid 4px;
	padding-top: 20px;
	padding-left: 20px;
}

.input1 {
	height: 18px;
	width: 300px;
	padding-top: 2px;
}
.input2 {
	height: 60px;
	width: 390px;
	padding-top: 2px;
}

/* ---- ---- ---- ---- Main Body: Left Hand Side Navigation Section ---- ---- ---- ---- */


.right {
	float: right;
	width: 155px;
	height: auto;
}

.rightcol_top {
	float: left;
	width: 155px;
	height: 20px;
	background-image: url(../images/rightcol_ctop.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.rightcol_content {
	float: left;
	width: 120px;
	height: auto;
	padding-left: 15px;
	padding-right: 20px;
	background-image: url(../images/rightcol_mid.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

.rightcol_bottom {
	float: left;
	width: 155px;
	height: 25px;
	background-image: url(../images/rightcol_cbottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}


/* ---- ---- ---- ---- Footer Section ---- ---- ---- ---- */


.footer {
	float: left;
	width: 840px;
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-top: solid #BFD730 1px;
}

.footer_copyright_left {
	float: left;
	width: 420px;
	padding-top: 10px;
}

.footer_copyright_right {
	float: right;
	width: 410px;
	padding-top: 10px;
	list-style: none;
	display: inline;
	text-align: right;
}



/* ---- ---- ---- ---- Styles ---- ---- ---- ---- */

.green11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #94AA24;
}

.dkgreen11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b7e16;

}

.greybold11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.red14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9E1B32;
}