/* CSS Document */
* {
	padding:0;
	margin:0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
html, body {
	height: 100%;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
#wrapper{
	width:986px;
	margin:0 auto;
	background-image:url(../images/content_bk.gif);
	background-repeat:repeat-y;
}
#lvl2_wrapper{
	width:986px;
	margin:0 auto;
	background-image:url(../images/lvl2_content_bk.gif);
	background-repeat:repeat-y;
}
#header{
	height:127px;
	background-image:url(../images/header_bk.jpg);
	background-repeat:no-repeat;
}
#logo{
	padding:20px 50px;
	width:200px;
	float:left;
}
#login{
	float:right;
	padding:76px 20px 11px 0;
}
#headerimg{
	clear:both;
	height:233px;
	width:952px;
	overflow:hidden;
	background:url(../images/header_img_bk.gif);
	padding:0 17px; 
}
#mainarea{
	background-image:url(../images/mainarea_bk.jpg);
	background-repeat:no-repeat;
	min-height:375px;
	height:100%;
}
#lvl2_mainarea{
	background-image:url(../images/lvl2_mainarea_bk.jpg);
	background-repeat:no-repeat;
	min-height:375px;
	height: auto !important;
	height:375px;
	width:100%;
}
#footer{
	clear:both;
	background-image:url(../images/footer_bk.gif);
	background-repeat:no-repeat;
	height:23px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:41px 30px;
}
.hidden{
	display:none;
}
a:link, a:visited, a:hover{
	text-decoration:none;
	color:#FFFFFF;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding-bottom:20px;
	color:#f76f1e;
	text-transform:uppercase;
}
p {
	padding-bottom: 20px;
}
.c_login{
	float:left;
	display:block;
	width:135px;
	height:36px;
	background-image:url(../images/c_login.gif);
}
.c_login:hover{
	float:left;
	display:block;
	width:135px;
	height:36px;
	background-image:url(../images/c_login_over.gif);
}
.e_login{
	float:left;
	display:block;
	width:120px;
	height:36px;
	background-image:url(../images/e_login.gif);
}
.e_login:hover{
	float:left;
	display:block;
	width:120px;
	height:36px;
	background-image:url(../images/e_login_over.gif);
}
.p_partners{
	float:left;
	display:block;
	width:153px;
	height:36px;
	background-image:url(../images/partners.gif);
}
.p_partners:hover{
	float:left;
	display:block;
	width:153px;
	height:36px;
	background-image:url(../images/partners_over.gif);
}

.h_text{
	float:left;
	line-height:20px;
	padding:35px 70px;
	width:490px;
}
.right_area{
	float:right;
}
.i_text{
	float:left;
	width:410px;
	padding:25px 15px 25px 45px;
	line-height:20px;
}
.i_text ul{
	padding-bottom:20px;
}
.i_text ul li{
	margin-left:45px;
}
.flash {
	float:right;
	padding:30px 40px;
}
.sidebar{
	float:left;
	width:180px;
	height:450px;
	padding-left:17px;
	height:100%;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.side_link{
	list-style-type:none; 
	text-align:right;
	line-height:25px;
}
.side_link li{
	border-bottom:#333333 solid 1px;
}
.side_link li a:link, .side_link li a:visited{
	color:#000;
}
.sidehover{
	display:block;
	padding-right:20px;
	width:160px;
	height:25px;
	background-image:url(../images/trans.gif);
}
.sidehover:hover{
	background-image:url(../images/sidehover_bk.jpg);
	padding-right:20px;
	width:160px;
	height:25px;
	display:block;
}
.side_current{
	display:block;
	padding-right:20px;
	width:160px;
	height:25px;
	background-image:url(../images/sidehover_bk.jpg);
}
.sidebar h3{
	border-bottom:#333333 solid 1px;
	line-height:35px;
	font-weight:normal;
	text-align:right;
	font-size:14px;
	padding-right:20px;
}
.rightbar {
	float:right;
	padding:30px 55px 50px 20px;
	width:207px;
}
.sidebox{
	background:#485a74 url(../images/sidebox_headerbk.gif) no-repeat;
	padding:10px 15px;
	width:177px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif
}
.sidebox h4 {
	font-weight:normal;
	font-size:13px;
	text-transform:uppercase;
	padding-bottom:15px;
}
.sidebox p{
	padding:0;
	margin-bottom:10px;
}
.sidebox ul li {
	margin-left:15px;
}
.orange{
	color:#f76f1e;
}

/* form */


#employment-form-con{
	width:400px;
	float: left;
	margin-bottom:20px;
}
#employment-form{
margin: 0;
}
#employment-form p{
 	width: 400px;
	height: 10px;
}

.employment_list p{
	margin:0;
	padding:0;
}

#employment-form input{
	padding: 0;
	float: right;
	margin-left: 30px;
}

	#employment-form label{
	float: left;
	
}

#box{
	clear: both;
		margin-top: 30px;
}

#box input{
	
	margin-right: 5px;
	margin-top: 4px;
}

#sub_box{
	
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 15px;
}
#sub_box p{
	margin:0;
	padding:0;
	width: 150px;
	
}
.employment_list p{
	padding:10px 0;	
}
#sub_box input{
	margin-right:5px;
	margin-top: 1px;
}

.list_left{
	float:left;
	width:200px;
}
.list_right{
	float:left;
	width:180px
}

.clear{
	clear:both;	
}

/*================login page===========================*/

.login_left{
	float:left;
	width:320px;
	padding:25px 15px 25px 45px;
	line-height:20px;
}
.login_left form {
	padding:0px 50px 0 0;	
	text-align:right;
}
.button{
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	background:url(../images/button_bk.gif);
	padding:0 20px;
	margin:0 auto;
	height:25px;
	border:0px;
}
.button_div{
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	background:url(../images/button_bk.gif);
	padding:3px 20px;
	margin:0 auto;
	height:19px;
	width:100px;
	text-align:center;
}
.login_right {
	float:right;
	padding:5px 55px 50px 30px;
	width:300px;
	height:200px;
	border-left:solid 1px #f76f1e;
	margin-top:20px;
	line-height:18px;
}

/*================employment sidebox | job opening page=====================*/
.job_posting {
	margin-bottom:12px;	
	line-height:18px;
}
.job_title{
	text-transform:uppercase;
}
.job_title a:link, .job_title a:visited {
	color:#f76f1e;
}
.job_content {
	float:left;
	width:700px;
	padding:25px 25px 25px 45px;
	line-height:20px;
}
.job_content a:link, .job_content a:visited {
	color:#f76f1e;
}
.header_line{
	border-bottom:1px solid #f76f1e;
	text-transform:uppercase;
	padding:2px 0;
}
.job_line{
	text-transform:uppercase;
}
.job_line_alt{
	text-transform:uppercase;
	background:#5a5a5a;
}
.width_small{
	width:115px;
	padding:0 10px;
	float:left;
}
.width_large{
	width:280px;	
	float:left;
}
.job_line_alt .width_small,.job_line_alt .width_large,{	
	background:#5a5a5a;
}
.job_content h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:20px 0 10px 0;
	color:#f76f1e;
	text-transform:uppercase;
}