/* INTERIOR RULES */


/* MAIN TEXT REGION */

	div#body_text {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 520px;
		text-align: left;
	}
	
		#body_text h2 {
			display: block;
			margin: 0px 0px 28px 0px;
			padding: 0px 0px;
			font-size: 26px;
			color: #e96800;
			text-align: left;
		}
		
		#body_text h3 {
			margin: 20px 0px;
			color: #5c788e;
			font-size: 18px;
		}
		
		#body_text p {
			margin: 20px 0px;
		}
		
		#body_text ul, #body_text ol {
			margin: 20px 20px 20px 0px;
		}

		ul.body_text_ul {
			list-style: none;
		}
		
		.body_text_ul li {
			display: block;
			padding: 0px 0px 0px 30px;
			margin: 4px 0px !important;
			background: transparent url("/images/misc_elements/li_bg.gif") !important;
			background-repeat: no-repeat !important;
			background-position: left top !important;
		}


/* STAFF BIO LIST */

h3.staff_group {
	margin: 0px;
	clear: left;
	margin: 20px 0px 0px 0px !important;
	padding: 20px 10px;
	border-top: 1px solid red;
	font-size: 18px;
	background-color: red;
}

ul.ae_preview {
	margin: 0px !important;
	list-style: none;
}

	.ae_preview li {
		position: relative;
		float: left;
		width: 48%;
		padding: 10px 0px 10px 2%;
		border-top: 1px solid green;
		height: 135px;
	}
	
	.ae_preview li img {
		float: left;
		padding: 5px 10px 10px 0px !important;
		width: 75px;
	}
	
	.ae_preview li p {
		margin: 0px !important;
	}
	
	.staff_name {
		margin: 0px !important;
		font-size: 16px;
		text-transform: capitalize;
	}
	
	h2.staff_heading {
		text-transform: capitalize;
	}
	
	.staff_title {
		font-weight: bold;
		color: blue;
	}
	
	a.facebook_profile_link, a.profile_facebook_profile_link, 
	a.linked_in_profile_link, a.profile_linked_in_profile_link {
		position: absolute;
		top: 5px;
		right: 0px;
	}

		
div#staff_bio {
	position: relative;
}

	div#staff_bio img {
		float: left;
		padding: 0px 20px 0px 0px;
	}
	

/* FORM RULES */

form.body_form {
	margin: 1.5em 0px;
	font-size: 12px;
}

#body_text form.body_form h3 {
	margin: 2em 0;
}

.body_form label {
	margin: 0px 0px 1.5em 0px;
	float: left;
	width: 35%;
	display: inline;
}

.body_form fieldset {
	margin: 0px;
	border: 0px;
}

label.special_label, label.radio_label {
	float: none;
	margin: 1.5em 0px;
}

label.special_label {
	width: 95%;
}

label.radio_label {
	width: 5%;
}

fieldset.checkboxes_fieldset {}

label.checkbox_label {
	width: 20%;
}

.body_form input.text_field, .body_form select.select_field, textarea.resume_field {
	margin: 0px 0px 1.5em 0px;
	border: 1px solid #cdcdcd;
	font-size: 14px;
	background-color: #fffff !important;
}

.body_form input.radio_input {}

* html form.body_form input.text_field, * html form.body_form select.select_field, * html form textarea.resume_field {
 }

.body_form input.text_field, .body_form select.select_field {
	margin: 0px 0px 1.5em 0px;
	width: 60%;
	height: 1.5em;
}

.body_form input.field_checkbox {
	margin: 0px 0px 1.5em -120px;
}

.body_form input.checkboxes {
	margin: 0px 15px 0px 0px;
	width: 25px;
	height: 25px;
	float: left;
	clear: right;
}

textarea.resume_field {
	display: block;
	width: 95%;
	height: 150px;
	
}

#country_label, #country_feild {
	display: none !important;
}

