body
{
	margin: 0px;
	padding: 0px;
	background: url(../_img/body_bg.jpg) repeat-x;
	background-color: #587A93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a
{
	color: #333;
}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.picborder
{
    border: solid 1px #fff;
}
.link_pdf
{
	background: url(../_img/link_pdf.gif) no-repeat top left;
	padding-left: 24px;
}
/*----------------
Wrapper
----------------*/
#w
{
	margin: 0px auto;
	width: 806px;
	background: url(../_img/w_bg.png) repeat-y;
}
*html #w {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/w_bg.png', sizingMethod='scale');
}
#wrapper
{
	position: relative;
	margin: 0px auto;
	width: 778px;
	background: url(../_img/wrapper_bg.jpg) repeat-y;
}
/*----------------
Header
----------------*/
#header
{
	width: 778px;
	height: 198px;
	overflow: hidden;
}
/*----------------
Side
----------------*/
#side
{
	float: left;
	width: 201px;
}
#menu
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li
{
	height: 45px;
	overflow: hidden;
	text-align: center;
}
/*----------------
Content
----------------*/
#content
{
	float: right;
	width: 557px;
	height: auto !important;
	height: 497px;
	min-height: 497px;
	padding: 10px;
	background: url(../_img/content_bg.jpg) no-repeat;
}
/*----------------
Footer
----------------*/
#footer
{
	margin: 0px auto;
	width: 806px;
	height: 49px;
	background: url(../_img/footer_bg.png) no-repeat;
	text-align: center;
	color: #fff;
}
*html #footer {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/footer_bg.png', sizingMethod='crop');
}
#footer span
{
	position: relative;
}
#footer a
{
	text-decoration: none;
	color: #fff;
}
/*----------------
TwoK
----------------*/
#twok
{
	margin: 0px auto;
	padding: 10px;
	padding-top: 0px;
	width: 758px;
	text-align: right;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #cc3300;
}

.webform p
{
    clear: both;
}
#form_view
{
    width: 100%;
}
#form1
{
    margin: 0px auto;
    width: 380px;
}
#prequalify, #estimate
{
    margin: 0px auto;
    width: 550px;
}
.webform
{
    float: left;
    width: 380px;
}
#prequalify .webform, #estimate .webform
{
    width: 530px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
#prequalify .webform label
{
    width: 340px;
}
#estimate .webform label
{
    width: 320px;
}
.webform input
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #fff;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #fff;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
#estimate .webform textarea
{
    width: 190px;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
    color: #587A93;
}
.webform_controls
{
    clear: both;
    margin: 0px auto;
    text-align: center;
}
.webform_controls input
{
    border: solid 1px #fff;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.webform select
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}