/* CSS Document */
*
	{
	position:relative;
	height:auto;
	}

form
	{
	margin:0px;
	padding:0px;
	}
 
body
	{
	margin:0px;
	padding:0px;
	background:url(../images/page_bg.jpg) repeat-x top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#5f7381;
	}

div#mainDiv
	{
	float:left;
	width:100%;
	}
	
div#container
	{
	width:1000px;
	margin:0px auto;
	padding:0px;
	}

ul#mainMenu
	{
	margin:0px;
	padding:9px 0px ;
	list-style:none;
	display:block;
	height:27px;
	}
	
ul#mainMenu li
	{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	}

ul#mainMenu li#last
	{
	font-family:"Arial narrow", Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#fdd843;
	float:right;
	}

ul#mainMenu li a, ul#mainMenu li a:visited
	{
	font-size:14px;
	text-decoration:none;
	color:#b0b8c3;
	display:block;
	float:left;
	margin:0px 1px 0px 0px;
	padding:5px 15px;
	border:1px solid #38404e;
	}

ul#mainMenu li a:hover, #home #hom
 	{
	color:#FFFFFF;
	border:1px dotted #EFEFEF;
	}


div#page_content
	{
	clear:both;
	}
	

div#footer
	{
	background:url(../images/footer_bg.jpg) repeat-x top;
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	}

div#footer a, div#bottom a, div#footer a:visited, div#bottom a:visited
	{
	text-decoration:none;
	color:#CCCCCC;
	}

div#footer a:hover, div#bottom a:hover
	{
	text-decoration:underline;
	color:#FFFFFF;
	}

div#footerContainer
	{
	width:1000px;
	margin:0px auto;
	padding:0px;
	clear:both;	
	}

div#footerLeft
	{
	float:left;
	width:650px;
	padding:10px 0px;
	font-size:14px;
	color:#aba7a7;
	}

div#footerRight
	{
	float:right;
	display:block;
	width:300px;
	padding:10px 0px;
	color:#AAAAAA;
	}
	
div#footerSeparator
	{
	border-bottom:1px solid #451402;
	height:1px;
	margin:0px auto;
	width:1000px;
	clear:both;
	}

div#bottom
	{
	font-size:14px;
	border-top:1px solid #a03711;
	margin:0px auto;
	width:1000px;
	clear:both;
	color:#dd886b;
	padding:10px 0px 20px;	
	text-align:center;
	}
		
div#left_col
	{
	background:url(../images/content_bg.jpg) no-repeat left top;
	float:left;
	width:680px;
	padding:30px 0px;
	}
	
div#right_col
	{
	float:right;
	width:300px;
	padding:100px 0px 0px;
	font-size:12px;
	line-height:20px;
	}

div#left_col a, div#left_col a:visited, div#right_col a, div#right_col a:visited
	{
	text-decoration:none;
	color:#cb5931;
	}
	
div#left_col a:hover, div#right_col a:hover
	{
	text-decoration:underline;
	}	
	 
div#title
	{
	padding:60px 0px 0px 0px;
	}

/*Common*/
p
	{
	line-height:26px;
	margin:0px 0px 20px 0px;
	}

h1
	{
	font-size:37px;
	color:#cb5931;
	margin:5px 0px 15px 0px;
	font-weight:normal;
	}
	
h2
	{
	font-size:25px;
	color:#cb5931;
	margin:5px 0px 15px 0px;
	font-weight:normal;
	}	

.cFormMidTextBox
	{
	background:url(../images/text_input_bg.jpg) no-repeat left top;
	clear:both;
	height:20px;
	width:290px;
	border:none;
	margin-bottom:10px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	}
	
.cFormMidTextArea
	{
	background:url(../images/text_area_bg.jpg) no-repeat left top;
	clear:both;
	height:100px;
	width:290px;
	border:none;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding:5px;
	}	

.submitBtn
	{
	text-indent:-99999;
	border:none;
	background:url(../images/submit_btn.jpg) no-repeat left top;
	width:140px;
	height:40px;
	float:right;
	display:block;
	text-indent:-99999px;
	cursor:pointer;
	margin:0px 0px 10px 0px;
	}

.submitBtn:hover
	{
	background-position:0px -40px;
	}

.cancelBtn
	{
	text-indent:-99999;
	border:none;
	background:url(../images/cancel_btn.jpg) no-repeat left top;
	width:140px;
	height:40px;
	float:left;
	display:block;
	text-indent:-99999px;
	cursor:pointer;
	margin:0px 0px 10px 0px;
	}

.cancelBtn:hover
	{
	background-position:0px -40px;
	}
