body
{
	margin: 23px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	background: #009999 url(../_img/bodybg.png) center top no-repeat;
}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	 display: none;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.picborder
{
    border: solid 1px #00D2D2;
}
/*----------------
Wrapper
----------------*/
#wrapper
{
	margin: 0px auto;
	width: 755px;
}
/*----------------
Header/Top
----------------*/
#header
{
	width: 755px;
	height: 122px;
	overflow: hidden;
	background: url(../_img/headerbg.png) no-repeat;
}
*html #header {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/headerbg.png', sizingMethod='crop');
}
#logo
{
	position: absolute;
	margin-left: 15px;
	margin-top: 23px;
}
#contacttop
{
	position: absolute;
	margin-left: 590px;
	margin-top: 45px;
	text-align: right;
	font-weight: bold;
	color: #0CA0A1;
}
#contacttop a
{
	text-decoration: none;
	color: #0CA0A1;
}
/*----------------
Menu
----------------*/
#menu
{
	width: 755px;
	height: 32px;
	background-color: #00D2D2;
}
#nav
{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-top: 2px;
	float: left;
	list-style: none;
}
#nav li
{
	float: left;
	padding: 0px 50px;
}
#nav li a
{
	color: #003366;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 3px;
	padding: 0px 3px;
	display: block;
}
#nav li a:hover, #phome #lhome, #pabout #labout, #pstorage #lstorage, #pcontact #lcontact
{
	border-bottom: solid 4px #ACE3EA;
}
/*----------------
Content
----------------*/
#content
{
	width: 735px;
	padding: 10px;
	background-color: #fff;
	color: #333333;
}
#content a
{
	color: #333333;
}
#content h1
{
	margin: 0px;
	padding: 0px;
	line-height: normal;
	color: #009999;
	font-size: 16px;
	border-bottom: solid 1px #00D2D2;
	display: inline;
}
#contentl
{
	float: left;
	width: 438px;
}
#contentr
{
	float: right;
	width: 297px;
	text-align: right;
}
/*----------------
Credit
----------------*/
#credit
{
	margin: 0px auto;
	margin-top: 18px;
	padding-bottom: 10px;
	width: 709px;
	border-top: solid 1px #ABE2E9;
	text-align: right;
}
#credit img, #credit span
{
	margin-top: 6px;
	margin-right: 5px;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #FA8D03;
}

#form_view
{
    width: 100%;
}
#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}
.webform p
{
    clear: both;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #00D2D2;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #333;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #00D2D2;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #333;
}
.selectbox
{
    border: solid 1px #00D2D2;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #333;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    clear: both;
    margin: 0px auto;
    text-align: center;
}
.webform_controls input, .buttonbox
{
    border: solid 1px #00D2D2;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #333;
	margin-top: 20px;
}
.buttonbox
{
    margin: 0px;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}