/*
#################################################
# Body Start
# 
#################################################
*/
* {
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
 font-size: 13px;
 margin:0px 0px 0px 0px;
}

/*
#################################################
# Gray Top of Page
# 
#################################################
*/
#topper{
  margin: 0 auto;
  width: 900px;
  height: auto;
}

#logourll_wrapper { 
  display: block;
  float: left;
  width: 500px;
}

#wrapper { 
	margin: 0 auto;
	width: 900px;
	height: auto;
	border:0px solid #111;
	background:#fff;
}

#page_content a {
	text-decoration: none;
	color: #333;
}

#page_content a u {
	text-decoration: underline;
	color: #333;
}

#homepage b, #homepage strong {
	font-weight: bold;
	font-size: 14px;
	color: #821201;
}

/*
#################################################
# Header Start
# 
#################################################
*/
#header {
	color: #333;
	width: 894px;
	float: left;
	padding: 2px;
	border: 0px solid #ccc;
	height: 60px;
	margin: 0px 0px 0px 0px;
	background: #fff;
}

#header2 {
	text-align:center;
	color: #333;
	width: 894px;
	float: left;
	padding: 2px;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	background: #fff;
}

#logo{
	float:left;
}

#icons{
	float:right;
	padding:5px;
}

/*
#################################################
# Navigation Start
# 
#################################################
*/
#navigation {
	float: left;
	width: 894px;
	height:40px;
	color: #333;
	padding:0px 3px 0px 3px;
	margin: 0px 0px 3px 0px;
}

#stylefour{position:relative;display:block;height:40px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;background-image:url(images/nav_bk.gif);}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 10px 0 10px;height:23px;border-bottom:3px solid #ccc;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#821201;border-bottom:3px solid #821201;}

/*
#################################################
# Left Column Start
# 
#################################################
*/
#leftcolumn { 
	color: #333;
	margin: 0px 0px 20px 4px;
	padding: 0px;
	width: 696px;
	float: left;
	display:inline;
	z-index: 100;
}

#page_title{
	font-size:14px;
	background-image:url(images/title_bk.gif);
	background-repeat:no-repeat;
	height:45px;
	color:#fff;
	padding:8px 0px 0px 10px;
}

#page_content{
	color: #000;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 10px 20px 10px;
	width: 660px;
	border: 0px solid #ccc;
	float: left;
}


/*
#################################################
# Forms Table
# 
#################################################
*/

table.form_table {
	width: 600px;
	background-color: #fff;
}

table.form_table th {
	color:#000;
	-moz-border-radius: ;
}

table.form_table td {
	color:#000;
	padding: 2px;
	-moz-border-radius: ;
}

table.form_table td2 {
	text-align:right;
	color:#000;
	-moz-border-radius: ;
}

/*
#################################################
# Right Column Start
# 
#################################################
*/
#rightcolumn { 
	float: right;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 200px;
	display: inline;
	background: #fff;
}

#bar{
	background-image:url(images/title2_bk.gif);
	background-repeat:no-repeat;
}

#captions{
	width:185px;
	padding:5px;
	margin:0px 5px 10px 0px;
	background:#ccc;
	color:#fff;
	font-size:22px;
	line-height:30px;
	text-align:center;
	border-bottom:3px solid #821201;
}

#questions {
	width: 185px;
	text-align: center;
	color: #850F01;
	font-size: 14px;
	line-height: 16px;
}

#questions2 {
	width: 185px;
	text-align: center;
	color: #850F01;
	font-size: 14px;
	line-height: 16px;
	margin:705px 0px 0px 0px;
	border:0px solid #000;
	float:left;
}
#questions3 {
	width: 185px;
	text-align: center;
	color: #850F01;
	font-size: 14px;
	line-height: 16px;
	margin:745px 0px 0px 0px;
	border:0px solid #000;
	float:left;
}
#contact{
	text-align:center;
	width:185px;
	text-decoration:none;
	color: #850F01;
	margin:0px 0px 10px 0px;
}

#contact a{
	color: #850F01;
	text-decoration:none;
}

/*
#################################################
# Footer
# 
#################################################
*/
#footer { 
	color: #fff;
	text-align: center;
	font-size:10px;
	width: 100%;
	clear: both;
	background-image:url(images/footer_bk.gif);
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}
.endOfSection { clear: both; } 
#footer a{ 
	color: #fff;
	padding: 5px;
	text-decoration:none;
}

#footer a:hover{ 
	color: #fff;
	padding: 5px;
	text-decoration:underline;
}

#footer_base_wrapper { 
	color: #999;
	width: 100%;
	clear: both;
	border: 0px solid #ccc;
	background:#ccc;
	margin: 0px 0px 0px 0px;
}

#footer_base {
	text-align:center;
	color: #333;
	padding: 20px 0px 20px 0px;
}

#footer_base a { 
	color: #999;
}

.input_long {
	width: 98%;
	border: 1px solid #000;
}
