/* Full Content Area - Wide Left */

#fullcontent {
	width:900px;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:40px;
	min-height:250px;
	float:left;
	clear:left;
}

#fullcontent .cleft {
	width:860px;
	overflow:hidden;
	float:left;
	padding-left:40px;
}

#fullcontent .ctitle {
	height:auto;
	width:auto;
	float:left;
	clear:left;
	margin-bottom:20px;
}

#fullcontent .cbody {
	padding-left:85px;
	width:auto;
	float:left;
	clear:left;
	background-image:url(../images/main_assets/green_arrow_right_15.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#fullcontent .cbody h1 {
	margin-top:10px;
	margin-bottom:20px;
}

#fullcontent .cbody p {
	margin-top:10px;
	margin-bottom:10px;
}

/* Contact Style */

#contact {
	width:860px;
	overflow:hidden;
	float:left;
}

#contact .cmap {
	float:left;
	width:400px;
	height:300px;
	border:1px #CCC solid;
}

#contact .cdetails {
	float:left;
	width:auto;
	height:300px;
	margin-left:35px;
	margin-top:35px;
}

#contact .cdetails p {
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:20px;
}

#contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#99CC00;
	text-decoration:none;
	margin-top:25px;
}

#contact a:link {
	text-decoration: none;
	color:#99CC00;
}

#contact a:visited {
	text-decoration: none;
	color:#99CC00;
}

#contact a:hover {
	color:#333;
	text-decoration: none;
}

#contact a:active {
	text-decoration: none;
	color:#99CC00;
}

/* Contact Form */

#form {
	width:860px;
	overflow:hidden;
	float:left;
}

#form .line {
	width:auto;
	margin-bottom:10px;
	float:left;
	clear:left;
}

#form .line p {
	font-weight:bold;
}

#form .cellleft {
	width:80px;
	float:left;
}

#form .cellright {
	width:auto;
	float:left;
}

#form .submit {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #333;
	border-top:1px dotted #333;
	float:left;
	clear:left;
}

#form h1 {
	margin-bottom:10px;
	margin-top:10px;
}

#form select {
	margin-bottom:10px;
}