/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #0F0B02;
} 
 
#pagewidth{ 
 width:1024px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:350px; 
 background-color:#0F0B02; 
 width:100%;
 	border-style: none none solid none;
	border-color: #ffffff;
	border-size: 2px;
	border-width: 1px;
 
 
} 
 
#leftcol{
	width:20%;
	float:left;
	position:relative;
	background-color:#0F0B02;
	border-style: none solid none solid;
	border-color: #ffffff;
	border-size: 2px;
	border-width: 1px;
	padding-right:8px;
 }
 
#twocols{
 width:79%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
	width:17%;
	float:right;
	position:relative;
	background-color:#0F0B02;
		border-style: none none none none;
	border-color: #ffffff;
	border-size: 2px;
	border-width: 1px;
	padding-left:12px;
 }
 
#maincol{
	background-color: #0F0B02;
	float: left;
	display:inline;
	position: relative;
	width:79%;
    border-style: none none none none;
	border-color: #ffffff;
	border-size: 2px;
	border-width: 1px;
	padding-left:10px;
	padding-right:10px;
 }
 
#footer{
 height:30px; 
  background-color:#0F0B02;
  	border-style: solid none none none;
	border-color: #ffffff;
	border-size: 2px;
	border-width: 1px;
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

a:link {color:#D79A28; text-decoration: none;} /* unvisited link */
a:visited {color:#D79A28; text-decoration: none;} /* visited link */
a:hover {color:#D79A28; text-decoration: underline;} /* mouse over link */
a:active {color:#D79A28; text-decoration: none;} /* selected link */

{text-decoration: underline; 
}



.style2 {
	color: #D79A28;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-size: 9px;
	color: #D79A28;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style4 {font-size: 8px}
.style5 {font-size: 9px}






.arrowsidemenu{
	width: 180px; /*width of menu*/
	border-style: solid solid solid solid;
	border-color: #ffffff;
	border-size: 2px;
	border-width: 1px;

}
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	
	display: block;
	background: transparent url(../../images/arrowgreen.gif) 100% 100%;
  height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #D79A28;
}




.arrowsidemenu div a:hover{
	background-position: 100% -32px;
	
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #D79A28;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #FF6600;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #D79A28;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #D79A28;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 4px  outset #ffffff;
	border-collapse:separate;
}

.arrowsidemenu ul li a:hover{
	background: #333333;
}



#form2{
		margin:1em 0;
		color:#fff;
		width:320px; /* customize width, this form have fluid layout */
		float:right;
		}
	#form2 h3{
		margin:0;
		background:#57a700 url(../../images/form2/form_heading.gif) repeat-x;		
		color:#fff;
		font-size:20px;
		border:1px solid #57a700;
		border-bottom:none;
		}		
	#form2 h3 span{
		display:block;
		padding:10px 20px;
		background:url(../../images/form2/form_ico.gif) no-repeat 93% 50%;			
		}				
	#form2 fieldset{
		margin:0;
		padding:0;
		border:none;	
		border-top:3px solid #000;
		background:#000 url(../../images/form2/form_top.gif) repeat-x;		
		padding-bottom:1em;
		}		
	#form2 legend{display:none;}	
	#form2 p{margin:.5em 20px;}	
	#form2 label{display:block;}	
	#form2 input, #form2 textarea{		
		width:272px;
		border:1px solid #111;
		background:#282828 url(../../images/form2/form_input.gif) repeat-x;
		padding:5px 3px;
		color:#fff;
		}		
	#form2 textarea{
		height:125px;
		overflow:auto;
		}					
	#form2 p.submit{
		text-align:right;
		}	
	#form2 button{
		padding:0 20px;
		height:32px;
		line-height:32px;		
		border:1px solid #70ad2e;
		background:#5aae00 url(../../images/form2/form_button.gif) repeat-x;
		color:#fff;
		cursor:pointer;		
		text-align:center;		
		}				

/* // form 2 */


.style1m {color: #D79A28; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style2m {color: #999999; font-family: Geneva, Arial, Helvetica, sans-serif;}
.style3m {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #CCCCCC;}
.style6m {color: #999999; font-family: "Times New Roman", Times, serif;}
.style7m {color: #CCCCCC; font-family: Geneva, Arial, Helvetica, sans-serif; }
.style8m {color:#D79A28; font-family: Geneva, Arial, Helvetica, sans-serif}
.style6  {color: #D79A28}
.style9 {color: #7FDFFF; }
.style11 {font-size: 18px}
.style14 {font-size: 24px}
.style19 {font-size: 12px}
.style20 {color: #FFFF99;	font-style: italic;}
.style22 {color: #999999}
.style10 {font-size: 15px; color: #999999; font-family: Geneva, Arial, Helvetica, sans-serif; }
.style23 {color: #D79A28}
.style24 {color: #666666}
.style25 {font-size: 14px}
.style26 {font-size: 16px}
.style27 {font-family: "Courier New", Courier, monospace}
.style28 {font-size: 14px; font-family: "Courier New", Courier, monospace; }





#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	img{border:none;}



