body
{
	margin: 0px;
	padding: 0px;
	padding-top: 21px;
	background: #E0D2FB url(../_img/bodybg.jpg) center top fixed no-repeat;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #333333;
}
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;
}
/*----------------
Top
----------------*/
#top
{
	width: 100%;
	height: 57px;
	background: url(../_img/topbg.png) center bottom no-repeat;
}
*html #top
{
	margin: 0px auto;
	width: 994px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/topbg.png', sizingMethod='crop');
}
#topi
{
	margin: 0px auto;
	width: 763px;
	height: 69px;
	background: url(../_img/topibg.png) no-repeat;
}
*html #topi
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/topibg.png', sizingMethod='crop');
}
#menu
{
	position: absolute;
	margin-top: 15px;
	margin-left: 4px;
	height: 54px;
	overflow: hidden;
}
#menu ul
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li
{
	float: left;
	line-height: 48px;
	text-align: center;
}
#menu li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
#menu li a:hover, #phome #link-home, #pabout #link-about, #pproducts #link-products, #pprojects #link-projects, #pevents #link-events, #pcontact #link-contact
{
	font-weight: bold;
}
#link-home {width: 73px;}
#link-about {width: 81px;}
#link-products {width: 107px;}
#link-projects {width: 112px;}
#link-events {width: 98px;}
#link-contact {width: 89px;}
/*----------------
Content
----------------*/
#content
{
	margin: 0px auto;
	width: 763px;
	background: url(../_img/contentbg.png) repeat-y;
}
*html #content
{
	background: none;
	margin-top: -12px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/contentbg.png', sizingMethod='scale');
}
#contenti
{
	position: relative;
	margin: 0px auto;
	width: 735px;
	padding: 10px;
	padding-top: 18px;
}
#contentil
{
	float: left;
	width: 400px;
}
#contentir
{
	float: left;
	width: 335px;
	text-align: center;
}
#contentt
{
    width: 735px;
    overflow: hidden;
}
#logo
{
    float: left;
	text-align: center;
	width: 400px;
}
#phome #logo
{
    float: none;
    width: auto;
}
#tellafriend
{
    float: left;
	text-align: right;
	width: 335px;
}
#phome #tellafriend
{
    float: none;
    width: auto;
}
#contentb
{
	clear: both;
	margin: 0px auto;
	width: 735px;
	padding: 10px;
	padding-bottom: 0px;
	text-align: center;
}
/*----------------
Footer
----------------*/
#footer
{
	width: 100%;
	height: 70px;
	background: url(../_img/footerbg.png) center top no-repeat;
}
*html #footer
{
	margin: 0px auto;
	width: 994px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/footerbg.png', sizingMethod='crop');
}
#footeri
{
	margin: 0px auto;
	width: 763px;
	height: 70px;
	background: url(../_img/footeribg.png) center bottom no-repeat;
}
*html #footeri
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/footeribg.png', sizingMethod='crop');
}
#footerii
{
	margin: 0px auto;
	width: 755px;
	overflow: hidden;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #AC81FE;
}

#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 #3F2A0E;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #333333;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #3F2A0E;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #333333;
}
.selectbox
{
    border: solid 1px #3F2A0E;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #333333;
}
.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 #3F2A0E;
	background-color: #fff;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #333333;
	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;
}