 /* INTERIOR RULES */

/* MAIN SITE CONTENT BODY */

div#main_body {
  min-height:500px;
  height:auto !important;
  height:500px;
}


/* MAIN TEXT REGION */
	
	div#body_text {
	 	background: transparent url("/images/body_regions/interior_text_region.png");
		background-repeat: no-repeat;
		margin: 0px 35px 0px 530px;
		padding: 10px 20px 0px 25px;
		width: 399px;
	    min-height:460px;
		height:auto !important;
		height:450px;
		background-position: 0px -8px;
	}
		
	div##quick_info {
		width: 400px;
	}
	
		#body_text h2, #quick_info h2 {
			margin: 0px 0px 20px 0px;
			padding: 10px 0px;
			font-size: 30px;
			text-align: left;
			color: #c20009;
			background: transparent url("/images/body_regions/h2_bg.gif");
			background-position: bottom center;
			background-repeat: no-repeat;
		}
		
		#body_text h3, #quick_info h3 {
			margin: 20px 0px;
			color: #485998;
			font-size: 18px;
		}
		
		#body_text p, #quick_info p {
			margin: 20px 0px;
		}
		
		#body_text ul, #body_text ol, #quick_info ul, #quick_info ol {
			margin: 20px 0px 20px 0px;
		}         
	
		#body_text ul, #quick_info ul {
			list-style: none;
		}
		
			#body_text ul li, #quick_info ul li {
				background: transparent url("/images/misc_elements/li_bg.png");
				background-repeat: no-repeat;
				background-position: 0px 1px;
				padding: 0px 0px 5px 30px;
				border-bottom: solid 1px #cccccc;
				line-height: 30px;
			}
		
		#body_text a, #quick_info a {
			color: #c30009;
			text-decoration: underline;
		}
		
		#body_text a:hover, #quick_info a:hover {
			color: #333333;
		}
		
		#body_text a.special_link {
			color: #485998;
		}
		
		div#parking_pass_ad {
			padding: 75px 0px 0px 0px;
			height: 0px ;
			width: 379px;
			background: transparent url("/images/misc_elements/parking_pass_showcase_ad.png");
			background-position: 0px 0px;
			background-repeat: no-repeat;
			overflow: hidden;
		}


/* FORM RULES */

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

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

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

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

label.special_label, label.radio_label {
	float: none;
	margin: 1.5em 0px;
	padding: 0px 50px 0px 0px;
	color: #000000;
}

label.special_label {
	width: 95%;
}

fieldset.checkboxes_fieldset {}

input.checkbox_field {
	float: left;
	clear: left;
}

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


.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;
	color: #black;
	background-color: #fffff !important;
}

label.radio_label {}

.body_form input.radio_input {
	margin: 0px 10px 0px 0px;
}

* html form.body_form input.text_field, * html form.body_form select.select_field, * html form textarea.resume_field {
	background-color: #fffff !important
}

.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: 100px;
	
}
