
/**********************************************
Content styles
**********************************************/
.orange{color:#ff9933;font-weight:bold;}
.grey{color:#999999;}
div#content a {
	color: #fdaf20;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

div#content h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 8px 0;
	font-weight: normal;
	color: #000;
}

div#related_info h2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}

div#content h3 {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 2px 0;
	font-weight: normal;
	color: #333;
}

div#content p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 8px 0;
	font-weight: normal;
	color: #666;
}
div#content li {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
}

div#content p strong {
	font-weight: normal;
	color: #333;
}

div#related_info p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 8px 0;
}

ul.checklist {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	color: #999;
}

ul.checklist li {
	padding: 0 0 8px 23px;
	margin-bottom: 8px;
	background: transparent url(../images/bg_check.gif) no-repeat;
	border-bottom: 1px dotted #ccc;
}

ul.checklist h3, ul.checklist a {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

ul.checklist a:hover {
	color: #fdaf20;
}

img.button {
	display: block;
	margin: 16px 0;
}

.indent {
	padding-left: 17px;
}

/**********************************************
Internal subnav
**********************************************/
div#subnav a {
	display: block;
	padding: 7px 0 7px 23px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	background: #fff url(../images/bg_dotted.gif) repeat-x scroll bottom;
}

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

div#subnav a.active {
	color: #fff;
	background-color: #333;
	background-image: none;
}

div#subnav a.active:hover {
	color: #fff;
}


/**********************************************
Form fields
**********************************************/

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

div.fieldset {
	width: 292px;
	border: 1px solid #ddd;
	padding: 6px 0 0 6px;
	margin-bottom: 10px;
	background: #f6f6f6;
}

label {
	display: block;
	font-size: 13px;
	padding-bottom: 3px;
	color: #666;
}

label.inline {
	display: inline;
	font-size: 12px;
}

input.text, textarea.text, select {
	display: block;
	margin: 0;
	padding: 2px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #666;
}

input.text, textarea.text {
	width: 280px;
	padding: 3px 2px;
}

textarea.text {
	height: 80px;
}

input.radio {
	margin: 0 4px 0 0;
}

select.dob {
	display: inline;
}
/************************************
LOGOS
************************************/
.right-logo{
margin-top:60px;
}
/************************************
Address
************************************/
div#address{
padding:25px 0 0 25px;
}
div#address p{
font-size:14px;
color:#000000;
line-height:17px;
}
div#address h2{
font-size:14px;
font-weight:bold;
line-height:17px;
padding:0;
margin:0;
}

/************************************
Google Maps
************************************/
div#loc_map {
	border: 1px solid #666;
	height: 450px;	
	width: 450px;
	display: block;
}

div#GoogleMapMarker {
	font-size: 10px;
	line-height: 12px;
}

div#GoogleMapMarker H1 {
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
}


p.thankyou {
	padding: 15px;
	background-color: #DBEEDC;
	border: 1px solid #AADEA5;
}

#loc_map img { behavior:none } 

img.leap { display:block; margin:10px 0; }
img.leap.certified { margin:29px 0 10px 24px; }