body
{
	margin: 0px;
	padding: 0px;
	background: #F7DC9F url(../_img/body_bg.gif) repeat-x left 163px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
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 #FCD683;
}
.pagephotos
{
    float: right;
}
.pagephotos img
{
    float: right;
    margin: 5px;
    border: solid 2px #FFD684;
}
/*----------------
Wrapper
----------------*/
#wrapper
{
	margin: 0px auto;
	width: 800px;
	background: url(../_img/wrapper_bg.jpg) repeat-y;
}
/*----------------
Header
----------------*/
#header
{
	width: 800px;
	height: 126px;
	overflow: hidden;
}
/*----------------
Icon Menu
----------------*/
#icon_menu
{
	width: 784px;
	height: 97px;
	padding-left: 16px;
	background: url(../_img/menu_bg.gif) repeat-x left 37px;
	overflow: hidden;
}
#icon_menu ul
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#icon_menu li
{
	float: left;
	padding: 0px 2px;
}
/*----------------
Content and Main Menu
----------------*/
#content
{
	width: 800px;
	color: #333333;
}
#cl
{
	float: left;
	width: 150px;
	padding-top: 10px;
}
#cr
{
	float: right;
	width: 630px;
	padding: 10px;
	color: #333333
}
#cr a
{
    color: #333333;
}
#cr h2
{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
#cl ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#cl li
{
	width: 150px;
	padding: 1px 0px;
}
#cl li a
{
	display: block;
	width: 142px;
	padding-left: 8px;
	text-decoration: none;
	font-size: 16px;
	color: #2682C6;
}
#cl li a:hover, .onpage
{
	background: url(../_img/menuli_bg.jpg) repeat-y;
}

/*----------------
Footer
----------------*/
#footer_outer
{
	width: 100%;
	height: 28px;
	background: url(../_img/footer_bg.gif) repeat-x;
}
#footer
{
	margin: 0px auto;
	width: 800px;
	color: #FFFFFF;
	font-size: 11px;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#fleft
{
	float: left;
	width: 395px;
	padding-left: 5px;
}
#fright
{
	float: right;
	width: 400px;
	text-align: right;
}
/*----------------
TwoK
----------------*/
#twok
{
	margin: 0px auto;
	padding: 10px;
	width: 780px;
	text-align: right;
}
/*-------------------------------------
Forms
-------------------------------------*/
#form_view, #form_status
{
    float: left;
    width: 480px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
	border: solid 1px #FFD684;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 200px;
    height: 100px;
    border: solid 1px #FFD684;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    width: 487px;
    margin: 20px auto 30px auto;
    text-align: center;
}
.webform_controls input
{
    border: solid 1px #FFD684;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #fff;
}
.required
{
    font-size: 10px;
    color: #cc3300;
}