body
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	background: url(../_img/body_bg.gif);
	color: #000000;
}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	 display: none;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.link_pdf
{
	background: url(../_img/link_pdf.gif) no-repeat top right;
	padding-right: 22px;
}
/*----------------
Wrapper
----------------*/
#wrapper_outer
{
	margin: 0px auto;
	width: 834px;
	background: url(../_img/wrapper_outer_bg.png) repeat-y;
}
*html #wrapper_outer
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/wrapper_outer_bg.png', sizingMethod='scale');
}
#wrapper
{
    position: relative;
	margin: 0px auto;
	width: 800px;
	background: url(../_img/wrapper_bg.gif) repeat-y;
}
#wrapper_outer_under
{
	margin: 0px auto;
	width: 834px;
	height: 26px;
	background: url(../_img/wrapper_outer_under_bg.png) no-repeat;
}
*html #wrapper_outer_under
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/wrapper_outer_under_bg.png', sizingMethod='scale');
}
/*----------------
Header
----------------*/
#header
{
	width: 800px;
	height: 112px;
	background: url(../_img/header_bg.jpg) no-repeat;
	font-size: 18px;
	color: #FFFFE1;
}
#header a
{
	font-size: 18px;
	color: #FFFFE1;
	text-decoration: none;	
}
#phonenumber
{
	position: absolute;
	margin-left: 680px;
	margin-top: 1px;
}
/*----------------
Menu
----------------*/
#menu
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	margin-left: 314px;
	margin-top: 90px;
	list-style: none;
	float: left;
}
#menu li
{
	float: left;
	padding-left: 14px;
}
/*----------------
Content
----------------*/
#cleft
{
	float: left;
	width: 191px;
	text-align: center;
	color: #FFFFE1;
	text-decoration: none;
}
#cleft a
{
	color: #FFFFE1;
}
#cleft img
{
	padding-top: 35px;
}
#address
{
	display: block;
	padding: 5px;
	padding-top: 40px;
	text-align: left;
}
#cright
{
	float: left;
	width: 589px;
	padding: 10px;
	padding-top: 20px;
	font-size: 16px;
	line-height: 20px;
}
#cright a
{
	color: #000000;
}
/*----------------
TwoK
----------------*/
#twok
{
	margin: 0px auto;
	padding: 10px;
	width: 780px;
	text-align: right;
}


/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #cc3300;
}

#form_view
{
    width: 100%;
}
#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #620000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #620000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    width: 380px;
    margin: 20px auto 30px auto;
    text-align: center;
}
.webform_controls input
{
    border: solid 1px #620000;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}