/* style sheet */
/*---body*/
html, body {
	padding-right: 0px; padding-left: 0px;
	padding-bottom: 0px; margin: 0px;
	padding-top: 0px;
	background-color:#10060e;
	cursor: default;
	font-family: sans-serif, Arial, Helvetica;
	text-align: center;
	background:#10060e url('/images/bg-main.gif') repeat-x;
}
#mainbody{
	padding-right: 0px; padding-left: 0px;
	padding-bottom: 0px; margin: 0px;
	padding-top: 0px;
	cursor: default;
	float:left;
	width:100%;
	font-family: sans-serif, Arial, Helvetica;
	text-align: center;
	position:relative;
}

div#centerPage {
	width:955px;	
	padding-right: 0px; padding-left: 0px;
	padding-bottom: 0px; margin: 0px auto;
	padding-top: 0px;
	position:relative;
	display:block;
	float:center;
}

div{
	margin: 0;
	padding: 0;
}
/*--- header  */

#header {
	float:left;
	display:block;
	position: relative;
	width: 955px;
	padding:0;
	height: 167px;
	margin:16px 0 0 0;
	text-align:center;
}
.hdr_main1{
	background:url(/images/bg-header1.jpg) no-repeat;
}
.hdr_main2{
	background:url(/images/bg-header2.jpg) no-repeat;
}
.hdr_main1 {
	width:478px;
	height: 167px;
	float:left;
}
.hdr_main2 {
	width:477px;
	float:left;
	height: 167px;
}
/*   Navigation*/
#nav{
	clear:both;
	width:955px;
	background: url(/images/bg-nav.jpg) no-repeat;
	height:74px;
	float:left;
	position:relative;
	display:block;
}
.nav_contents{
	height:26px;
	text-align:left;
	width:882px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#cbcbca;	
	margin:0 0 0 17px;
}
*html .nav_contents{
	width:auto;
}
*:first-child+html .nav_contents{
	width:auto;
}

.nav_contents ul{
	margin:0;
	padding:0;
	list-style:none;
}
.nav_contents li{
	display:inline;
	margin:0;
	padding:0;
}
.nav_contents a {
  	float:left;
  	background:url("/images/bg-tableft.gif") no-repeat left top;
  	margin:0;
  	padding:0 0 0 9px;
  	text-decoration:none;
}
.nav_contents a span{
	float:left;
	display:block;
	background:url("/images/bg-tab.gif") no-repeat right top;
	padding:5px 15px 6px 6px;
	margin-right:12px;
	font-weight:bold;
	color:#cbcbca;
}	
#nav a:hover {
	background-position:0% -26px;
}
#nav a:hover span {
	background-position:100% -26px;
}
.highlighted_menuitem a{
	background-position:0% -26px;
}
.highlighted_menuitem a span{
	background-position:100% -26px;
	color:#FFFFFF;
}
#nav a:hover span {
	color:#FFFFFF;
	cursor: hand;
}

/*contents*/
#contents {
	float:left;
	width: 955px;
	text-align:left;
	color:#d1d1d1;
	display:block;
	font:normal 11px sans-serif, Arial, Helvetica;
	background:#191919 url(/images/bg-contents.gif) repeat-x;
	padding:0 0 5px 0;
	border-bottom:9px #202020 solid;
}
#contents a, #contents a:link{
    color:#d1d1d1;
}
#contents a:hover{
	color:#e7e7e7;
}
#contents a:visited {
	color:#999999;
}
/*main contents---*/
#main_contents{
	margin:0 21px;
	width:913px;
	float:left;
}
*html #main_contents{
	margin:0 10px;
	padding:0px;
	width:auto;
}
.leftcontents{
	float:left;
	width:380px;
	padding:0;
}
.leftcontents h1, .fullwidth h1 {
	color:#b20310;
	font-size:12px;
	background:url(/images/bg-h1.gif) no-repeat left 18px;
	height:21px;
}
*:first-child+html .leftcontents h1 {
	margin:0px;
	padding:0px;
	height:20px;
}
*:first-child+html .leftcontents p {
	margin:10px 0px;
	padding:0px;
}
/*.leftcontents img {
	width:380px;
	height:216px;
}*/
.rightcontents{
	float:left;
	width:507px;
	text-align:justify;
	line-height:16px;
	margin:0 0 0 26px;
	position:relative;
	display:block;
}
.rightcontents h1 {
	color:#b20310;
	font-size:12px;
	background:url(/images/bg-h1.gif) no-repeat left 18px;
	height:21px;
}
h2 {
clear:both;
	font-size:12px;
	font-weight:bold;
	background:url(/images/bg-h2.gif) no-repeat;
	height:17px;
	padding:16px 0 0 26px;
	margin:11px 0 5px 0;
}
.textred {
	color:#b20310;
}
.rightcontents table {
	padding:0 0 10px 26px;
}
*html .rightcontents table{
	margin:0 0 15px 22px;
}
*:first-child+html .rightcontents table{
	margin:0 0 15px 26px;
}
.rightcontents td {
	padding:0 0px 0 0;
	border-collapse:collapse;
}
.rightcontents a,  .rightcontents a:link{
	color:#d1d1d1;
	text-decoration:none;
}
.rightcontents a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.but_main1 {
	clear:both;
	float:left;
	padding:0 29px 0 0;
}
.but_main2{
	float:left;
}
/* footer*/
#footer{
	clear:both;
	float:left;
	color:#fefefe;
	font:normal 11px Arial, Helvetica, sans-serif;	
	padding:0 20px;
	margin:10px 0;
	width:915px;
	text-align:left;
}
.footerleft{
	float:left;
}
.footerright{
	float:right;
	margin:0 42px 0 0;
}
*html .footerright{
	margin:0 21px 0 0;
}
ul {
	list-style:square;
}
form {
	padding:0px;
	margin:0px;
}
img {
	border-right: medium none; border-top: medium none; border-left: medium none; border-bottom: medium none
}

/*Ad*/

#adbody {
	width:354px;
	background:url(/images/bg-adcontent.gif) repeat-y;
	margin-top:11px;
}
#adbody h1 {
	background:#d31145 url(/images/bg-adtop.gif) no-repeat top right;
	font-size:20px;
	color:#FFFFFF;
	padding:8px 50px 0 21px;
	margin:0px;
	display:block;
	position:relative;
	min-height:56px;
	_height:56px;
}
#adbody p{
	font-size:11px;
	color:#686566;
	padding:3px 20px;
}
#adbody p, #adbody h2 {
	margin:0px;
}
#adbody h2 {
	background:url(/images/bullet1.gif) no-repeat 19px center;
	padding:8px 0 5px 40px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
#adbody .job_contact_details{
	font-weight:bold;
}
#adbody .job_contact_details a, .job_contact_details a:link{
	text-decoration:none;
	color:#686566;
}
#adbody .job_contact_details a:hover {
	text-decoration:underline;
}
#adbody .adfooter{
	background:url(/images/bg-adfooter.gif) no-repeat left bottom;
	padding:10px 20px 15px 20px;
}
#adbody .adfooter img {
	width:320px;
	height:46px;
}

/* Form */
form {
	display:block;
	position:relative;
	float:left;
}
fieldset {
	border:none;
	display:block;
	position:relative;	
	float:left;
	clear:both;
	width:250px;
}
label {
	margin:8px 0 0 0;
	clear:both;
	font-weight:bold;
	float:left;
	display:block;
	position:relative;	
}
.radiobut {
	float:left;
	position:relative;
	display:block;
}

input, select {
	clear:both;
	float:left;
	display:block;
	position:relative;	
}
.radiobut input, .radiobut label {	
	clear: none;
	
}
.radiobut input {
	margin:10px 8px 0 2px;
}
*html .radiobut input, *:first-child+html .radiobut input {
	margin:5px 8px 0 2px;
}
.clearboth{
	clear:both;
}
div.errors {
	float:left;
	display:block;
	position:relative;	
	margin:25px 0 0 20px;
}
.errorlabel{
	color:#FF0000;
	margin:0 0 32px 0;

}
.submit {
	margin:10px 0 0 0;
}