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

body{
	background-color:#3e3a37;
	padding-top:9px;
	font-size:12px;
	margin: auto;

	}
	
	
html, input, textarea, select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

h2{
font-size:12px;

}

h3{
margin-bottom:5px;
font-size:16px;

}
 
a {
color:#FF0000;
}
h1{
font-size:18px;
}

a:hover{
	color:#666;
	text-decoration:none;
}
#main_container{
	margin: auto;
	width: 725px;
	background-color:#E5E1E2;
	padding-bottom:12px;

}

#header{
margin:auto;
width:725px;
clear:both;
}

.header_left{
width:300px;
float:left;
padding-top:20px;
padding-left:40px;
}
.header_right{
width:325px;
text-align:right;
float:left;
padding-top:40px;

}
#header img{
border:none;
}

#menus{
width:715px;
padding-left:0px;
margin:auto;
clear:both;
}
#menus img{
border:none;
}

#body_content{
	clear:both;
	width:690px;
	color: #282421;
	margin:15px 20px 15px 15px;
}
#body_text{
	color: #333333;
	padding-left:20px;
}

/* Central Image Bordering CSS */
.central_img {
	width:320px;
	float: right;
	margin-bottom:10px;
	margin-left:5px;
}

.central_img .top_border { background:url(images/w-g_box/con_line1.gif) repeat-x top #FFFFFF;}
.central_img .bottom_border { background:url(images/w-g_box/con_line1.gif) repeat-x bottom;}
.central_img .left_border { background:url(images/w-g_box/con_line.gif) repeat-y left;}
.central_img .right_border { background:url(images/w-g_box/con_line.gif) repeat-y right;}
.central_img .top_left_corner { background:url(images/w-g_box/con_left_top_h.gif) no-repeat left top;}
.central_img .top_right_corner { background:url(images/w-g_box/con_right_top_h.gif) no-repeat right top;}
.central_img .bottom_left_corner { background:url(images/w-g_box/con_left_bot_h.gif) no-repeat left bottom;}
.central_img .bottom_right_corner { background:url(images/w-g_box/con_right_bot_h.gif) no-repeat right bottom;}



.central_txt{
	color: #333333;
	padding:15px;
	font-size: 12px;
}

/* End Central Image Bordering */


/*  Submenu CSS */


#submenu 
	{
	width:700px;
	margin-top:10px;
	padding-left:15px;
	height: 30px;
	}


#submenu ul 
	{
		margin-left:0px;
		padding-left:0px;
		color: #84191d;
	}

#submenu li
	{
		padding-left:0px;
		display: inline;	
	}
#submenu li a  
	{
		color:#aa041c; 
		font-weight:bold; 
		text-decoration:none;
	}
#submenu li a:hover  {
	text-decoration:underline;
}

#submenu li a.currPage  {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
/*End Submenu CSS */








/*  Footer CSS */
#footer{
	margin:auto;
	clear:both;
	font-size: 12px;
	width: 700px;
	background-color:#272522;
	color:#807d73;
	
}


#footer_inside{
	padding:15px 15px 15px 30px;
}

#footer_links{
	display:block;
	word-spacing:10px;
	padding-bottom:5px;
}

#footer a:link{
	font-size:14px;
	color:#807d73;
	word-spacing:normal;
}

#footer a:visited{
	font-size:14px;
	color:#807d73;
	word-spacing:normal;
}
#footer a:hover{
	font-size:14px;
	text-decoration:none;
	word-spacing:normal;
}



#footer strong a:link{
	font-size:12px;
	color:#a6a39a;
}
#footer strong a:visited{
	font-size:12px;
	word-spacing:normal;
		color:#a6a39a;

}
#footer strong a:hover{
	font-size:12px;
	text-decoration:none;
	word-spacing:normal;
}



.footer_top-left{ background:url(images/footer_images/corner_top_left_f.gif) no-repeat left top }
.footer_top-right{background:url(images/footer_images/corner_top_right_f.gif) no-repeat right top;}
.footer_bottom-left{ background:url(images/footer_images/corner_bot_left_f.gif) no-repeat left bottom;}
.footer_bottom-right{background:url(images/footer_images/corner_bot_right_f.gif) no-repeat right bottom;}



/*END Footer CSS */



/* Page Styling*/

.sc_links
	{
	width:200px;
	float:right;
	clear:left;
	color:#FFFFFF;
	margin:10px 10px 30px 50px;
	line-height: 16px;
	background-color: #333333;
	padding: 10px;
	border: 1px white dotted;
	}
	
.sc_links a{
color:#FFFFFF;
font-weight:bold;
}
.sc_links a:hover{
text-decoration:none;
}


.line_dot{
background:url(images/line_dot.gif) top left repeat-x; 
margin:12px 0 5px 0;
}
.tenLeftPadding {
padding-left:10px;
}

.quote_link{
	text-decoration:none;
}
