#page_bg.gray
{
	overflow:hidden;
	background-color:#F6F6F6;
}
#content_area
{
	overflow:hidden;
	float:left;
	width:920px;
	margin-top:0px;
	margin-bottom:100px;
}
#content_area.wide
{
	float:none;
	width:auto;
}
#content_area h1
{
	font-size:16pt;
	color:white;
	font-weight:bold;
	overflow:hidden;
	margin:0;
	margin-bottom:20px;
	line-height:50px;
	height:50px;
	background-color:#14C0D6;
	text-indent:5px;
}
#content_area h1 span
{
	display:inline-block;
	float:right;
}
#content_area h1 a
{
	float:left;
	font-size:10pt;
	color:blue;
}
#content_area h1 a:hover {text-decoration:underline;}
#content_area .text
{
	margin-top:30px;
	font-size:10pt;
	color:#5C3731;
	margin-right:0px;
	overflow:hidden;
}
#content_area.compact .text
{
	width:520px;
	float:right;
}
#content_area .contact_area
{
	overflow:hidden;
	background-color:#EEEEEE;
}
#content_area .contact_area .form_area
{
	float:right;
	overflow:hidden;
	width:265px;
	padding-top:20px;
	padding-right:15px;
}
#content_area .text .thanks_page
{
	overflow:hidden;
	text-align:center;
	margin-top:0px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url('../images/thanks logo.jpg');
}
#content_area .text .thanks_page .thanks_desc
{
	overflow:hidden;
	font-size:20pt;
	font-weight:bold;
	color:#BC2024;
	margin-top:80px;
}
#content_area .text .thanks_page .thanks_btn_area
{
	overflow:hidden;
	margin-top:20px;
}
#content_area .text .thanks_page .thanks_btn_area a
{
	display:inline-block;
	width:300px;
	text-align:center;
	height:65px;
	line-height:65px;
	background-color:#39D5FE;
	border:1px solid #39D5FE;
	color:white;
	font-size:16pt;
	font-weight:bold;
}
#content_area .text .thanks_page .thanks_btn_area a:hover
{
	background-color:white;
	color:#39D5FE;
}


.image_sidebar
{
	float:left;
	width:350px;
	margin-top:30px;
	margin-bottom:100px;
}
.image_sidebar .img
{
	width:350px;
	border-radius:5px;
	overflow:hidden;
	display:block;
}
.image_sidebar .img img
{
	width:350px;
}
.image_sidebar .img_desc
{
	height:60px;
	font-size:10pt;
	color:#853E44;
}
#content_area #content_clip
{
	text-align:center;
}
#content_area #content_clip iframe
{
	width:600px;
	height:400px;
	border:0;
}
#content_area.compact #content_clip iframe
{
	width:450px;
	height:300px;
}

.btn_show_more
{
	display:inline-block;
	background-color:#17C1D8;
	border:1px solid #17C1D8;
	color:white;
	padding:20px;
	font-size:16pt;
}
.btn_show_more:hover
{
	background-color:white;
	color:#17C1D8;
}
