@charset "UTF-8";
/* CSS Document */

/* png images in IE 6 */
*html img { behavior: url("iepngfix.htc") }


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background-image:url(imgs/main_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#cdcdcd;
}



 a {
	color:#f37a1f;
	text-decoration:none;

}

strong {
color:#f37a1f;
font-weight:bold;
}

 a:selected {
	color:#f37a1f;
	text-decoration:none;

}
 a:hover {
	color:#f37a1f;
	text-decoration:underline;

}

#header {
	width:100%;
	height:54px;
	background-image:url(imgs/header_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#logo {
	float:left;
}

#rightHeadImage {
	float:right;
}

#nav {
	margin:auto;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	width:100%;
	height:32px;
	background-image:url(imgs/nav_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#1e6237;
	line-height:32px;
}

#nav ul {

	width:750px;
	margin:auto;
}

#nav li {

	display:inline;
	float:left;
	padding:0 9px 0 9px;

}

#nav li.selected{
	color:#f37a1f;
}

#nav a {
	color:#FFFFFF;
	text-decoration:none;

}

#nav a:visited {
	color:#FFFFFF;
	text-decoration:none;

}
#nav a:selected {
	color:#FFFFFF;
	text-decoration:none;

}
#nav a:hover {
	color:#FFFFFF;
	text-decoration:underline;

}



#main {
 	width:100%;
	text-align:center;
	
}

#content {
	width:750px;
	min-height:490px;
	text-align:left;
	margin:auto;
	background-image:url(imgs/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#cdcdcd;
	background-color:#000;
	border-top:solid 1px #000;
	border-left:solid 1px #8b5422;
	border-right:solid 1px #8b5422;
}

#page_title{
	float:left;
	margin:15px 0 0 0;
}

#page_right{
	float:right;
	width:320px;
	margin:15px 15px 15px 0;
}
img.but{
	margin:7px 0 0 0;
}

.cont_area_body{
	background-image:url(imgs/cont_box_bg.gif);
	background-repeat:repeat-y;
	padding: 0 10px 0 10px;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}

.cont_area_body_2{
	background-image:url(imgs/tran_bg.gif);
	padding: 0 10px 0 10px;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}

.cont_area_body a {
	color:#f37a1f;
	text-decoration:none;

}
.cont_area_body a:selected {
	color:#f37a1f;
	text-decoration:none;

}
.cont_area_body a:hover {
	color:#f37a1f;
	text-decoration:underline;

}

.cont_area_body h2{
	margin:10px 0 0 0;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
.cont_area_body h2 strong{
	color:#f37a1f;
}



.cont_area_2{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}

.cont_area_2 a {
	color:#f37a1f;
	text-decoration:none;

}
.cont_area_2 a:selected {
	color:#f37a1f;
	text-decoration:none;

}
.cont_area_2 a:hover {
	color:#f37a1f;
	text-decoration:underline;

}

.cont_area_2 h2{
	margin:10px 0 0 0;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
.cont_area_2 h2 strong{
	color:#f37a1f;
}






#footer {
	font-size:11px;
	padding-top:15px;
	margin:auto;
	width:750px;
	height:100%;
	min-height:200px;
	color:#aa5715;
	background-image:url(imgs/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fa950d;
	border-top:solid 1px #8b5422;
	border-left:solid 1px #8b5422;
	border-right:solid 1px #8b5422;
}

#footer a {
	color:#aa5715;
	text-decoration:none;
}
#footer a:active {
	color:#aa5715;
	text-decoration:none;
}
#footer a:visited {
	color:#aa5715;
	text-decoration:none;
}
#footer a:hover {
	color:#fab00f;
	text-decoration:underline;
}




#footer .copyright {
	font-size:10px;
	color:#f7a661;
}

#footer .share{
vertical-align:middle;
}





#formBox {
background-image:url(imgs/tran_bg.gif);
width:90%;
padding-bottom:20px;
margin:10px auto 220px auto;

padding:15px}


.formRight {
width:45%;
float:right;
}

.formLeft {
width:45%;
float:left;
}



form.cmxform fieldset { padding-bottom: 0; }
	
form.cmxform legend {
	font-size:15px;
	padding: 0 2px;
	margin-bottom:15px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	color:#f37a1f;
	font-weight:bold;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	

form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 1px 0 1px 0;
	
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	
	}

form.cmxform fieldset input {
	
	border: none;
	padding: 5px 0 5px 3px;
	color:#fff;
	background-color:#333;
	
	}
	
form.cmxform fieldset textarea{
	border: none;
	margin:10px 0 0 0 ;
	padding: 5px 0 5px 3px;
	color:#fff;
	background-color:#333;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #fff;
	}

form.cmxform label { width: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */

span.formText {
color:#f37a1f;
font-weight:bold;
line-height:18px;
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */


#formBox table {
	margin:10px 0 10px 35px;
	border:solid 1px #000;
}

#formBox table th {
	color:#f37a1f;
	font-size:14;
	font-weight:bold;
	padding:5px;
	border:solid 1px #000;
	background-color:#000;
}
#formBox table th.num {
text-align:center;
}
#formBox table td {
	font-size:14;
	font-weight:bold;
	padding:5px;
	margin:1px;
	
	border:solid 1px #000;
}

#formBox table td.num {
	olor:#f37a1f;
	font-size:14;
	font-weight:bold;
	padding:5px;
	border:solid 1px #000;
	background-color:#000;
	text-align:center;
}

#formBox li.level1 {
	margin-top:20px;
	font-weight:bold;
}

#formBox li.level2{
	margin-left:20px;
	margin-top:10px;
}

#formBox li h3 {
	width:30px;
	float:left;
	
}
#formBox li p {
	display:inline-block;
	width:600px;
	
 	
}
#formBox ol {
	margin:10px 0 0 30px;
	
	list-style-position: outside;
	list-style-type: decimal;
}
#formBox li  {
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	line-height:14px;
 	
}

.howto_point {
	background-image:url(imgs/tran_bg.gif);
	width:90%;
	padding-bottom:20px;
	margin:10px auto 0px auto;
	padding:15px;
	width:90%;
	line-height:15px;
}

.howto_point img{
	float:left;
	margin:0 20px 5px 0;
}
 .howto_point h2{
	color:#f37a1f;
	margin: 10px 0 0 0;
	font-size:16px;
}

.howto_point strong{
	color:#777;
}
.howto_point ul {
	margin-left: 40px 

}

.howto_point li {
	margin-left: 40px;
	list-style-position: inside;
	list-style-type: disc;
	display: list-item;
}