body
{
	margin: 0px;
	padding: 0px;
	background: url(../_img/bodybg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #015EAB;
}
a{color: #015EAB;}
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;
}
/*----------------
Wrapper
----------------*/
#wrapper
{
	margin: 0px auto;
	width: 763px;
	background: url(../_img/wrapperbg.png) repeat-y;
}
*html #wrapper {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/wrapperbg.png', sizingMethod='scale');
}
#wrapperi
{
	margin: 0px auto;
	width: 755px;
	position: relative;
}
/*----------------
Logo
----------------*/
#logo
{
	width: 755px;
	height: 95px;
	overflow: hidden;
}
/*----------------
Menu
----------------*/
#menu
{
	width: 755px;
	height: 27px;
	background-color: #1578BC;
	overflow: hidden;
}
#menu ul
{
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 11px;
	list-style: none;
}
#menu li
{
	float: left;
	padding: 0px 4px;
}
/*----------------
Slideshow/Photos
----------------*/
#photos
{
	width: 755px;
	height: 188px;
	overflow: hidden;
}
/*----------------
Content
----------------*/
#content
{
	width: 735px;
	padding: 10px;
	background-color: #fff;
}
#home #contenti {float: left; width: 455px;}
#home #contentside {float: right; width: 275px;text-align: center;}
#home #contentside img {margin-top: 15px;}
/*----------------
Footer
----------------*/
#footer
{
	width: 100%;
	height: 32px;
	overflow: hidden;
	background: url(../_img/footerbg.gif) repeat-x;
}
#footeri
{
	margin: 0px auto;
	width: 755px;
	text-align: center;
}
/*----------------
Credit
----------------*/
#credit
{
	margin: 0px auto;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 709px;
	border-top: solid 1px #7EAED4;
	text-align: right;
}
#credit img
{
	padding-top: 6px;
	padding-right: 5px;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #cc3300;
}

#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform p
{
    clear: both;
    padding: 0px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #015EAB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #015EAB;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #015EAB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #015EAB;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    clear: both;
    margin: 0px auto;
    text-align: center;
}
.webform_controls input
{
    border: solid 1px #015EAB;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #015EAB;
	margin-top: 20px;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}