#content_area
{
	overflow:hidden;
	float:left;
	width:924px;
	margin-top:45px;
	margin-bottom:100px;
	border-right:1px solid #9ABACF;
}
#content_area h1
{
	font-size:32pt;
	color:black;
	font-weight:bold;
	overflow:hidden;
	margin:0;
	margin-bottom:10px;
	line-height:66px;
	height:66px;
	background-color:#55D5FF;
	text-indent:30px;
}
#content_area h1 span
{
	display:inline-block;
	float:right;
	height:66px;
}
#content_area h1 span.edge
{
	float:left;
	background-image:url('../images/page title edge.png');
	background-color:white;
	width:43px;
}
#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:14pt;
	color:black;
	margin-right:30px;
}
#content_area.compact .text
{
	width:490px;
	float:right;
	margin-right:10px;
}
#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 .contact_area #contact_map_area
{
	float:right;
	width:845px;
	height:625px;
}
#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/tahnk for buying logo.png');
}
#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:410px;
	margin-top:30px;
	margin-bottom:100px;
}
.image_sidebar .img
{
	width:410px;
	border-radius:5px;
	overflow:hidden;
	display:block;
}
.image_sidebar .img img
{
	width:410px;
}
.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;
}