@charset "UTF-8";

/*
 * Main container
  */
#page
{
	/* recommended styles */
	margin: auto;

	/* add custom styles here */
	width: 1096px;
}
#wrapper
{
	/*
	background: url(../cmsimages/wrapper_bg_glow_bottom.png) no-repeat center bottom;
	*/
}

/*
 * Header style Definitions
 */
#header
{
	/* recommended styles */
	float: left;
	width: 100%;

	/* add custom styles here */
	background: url(../cmsimages/bg_header.jpg) no-repeat left top;
}
#logo
{
	display: block;
	overflow: auto;
	text-indent: -9999px;
	width: 328px;
	height: 56px;
	position: relative;
	top: 93px;
	left: 91px;
}
#headerbody
{
	/* recommended styles */
	float: left;
	width: 100%;

	/* add custom styles here */
	height: 130px;
}
#headernav
{
	/* recommended styles */
	width: 100%;
	float: right;

	/* add custom styles here */
}

/*
 * Body style Definitions
 */
#body
{
	/* recommended styles */
	clear: both;
	width: 100%;

	/* add custom styles here */
	background: url(../cmsimages/bg_body_top.jpg) no-repeat left top;
}
#container
{
	/* recommended styles */

	/* add custom styles here */
	background: url(../cmsimages/bg_body_bottom.jpg) no-repeat left bottom;
	padding-bottom: 82px;
	min-height: 200px;
}
body.sub #container
{
	padding: 35px 120px 92px;
}
body.home #content
{
	padding: 0 81px 0 78px;
	width: 936px;
	height: 315px;
}

body.sub .col1
{
	float: left;
	width: 50%;
	padding-right: 5%;
}
body.sub .col2
{
	float: left;
	width: 45%;
}


/*
 * Footer style Definitions
 */
#footer
{
	/* recommended styles */

	/* add custom styles here */
	clear: left;
	float: left;
	width: 100%;
	padding: 30px 0 30px 79px;
	font-size: 10px;
}
body.sub #footer
{
	padding-top: 0px;
}

.recaptcha {
	clear:left;
	float:left;
	padding-left:100px;
	padding-top:20px;
	width:400px;
}

