/* INTERIOR PAGE RULES */

/* SITE CONTAINERS */

.world_of_talent {
	background: transparent url("/images/backgrounds/interior/world_of_talent(interior).jpg");
}

.dna_colors {
	background: transparent url("/images/backgrounds/interior/dna_colors(interior).jpg");
}

.dna_strand {
	background: transparent url("/images/backgrounds/interior/dna_strand(interior).jpg");
}

.people {
	background: transparent url("/images/backgrounds/interior/people(interior).jpg");
}

.globes {
	background: transparent url("/images/backgrounds/interior/globes(interior).jpg");
}

.syringe {
	background: transparent url("/images/backgrounds/interior/syringe(interior).jpg");
}

.testtube {
	background: transparent url("/images/backgrounds/interior/testtube(interior).jpg");
}

.newspaper {
	background: transparent url("/images/backgrounds/interior/newspaper(interior).jpg");
}

.resume {
	background: transparent url("/images/backgrounds/interior/resume(interior).jpg");
}

.syringe_cross_section {
	background: transparent url("/images/backgrounds/interior/syringe_cross_section(interior).jpg");
}

.venture_capital {
	background: transparent url("/images/backgrounds/interior/venture_capital(interior).jpg");
}

.world_of_money {
	background: transparent url("/images/backgrounds/interior/world_of_money(interior).jpg");
}

.hr_helix {
	background: transparent url("/images/backgrounds/interior/hr_helix(interior).jpg");
}

.med_tools {
	background: transparent url("/images/backgrounds/interior/med_tools(interior).jpg");
}

.news_headline {
	background: transparent url("/images/backgrounds/interior/news_headline(interior).jpg");
}

.perscription {
	background: transparent url("/images/backgrounds/interior/perscription(interior).jpg");
}

.unlocking_success {
	background: transparent url("/images/backgrounds/interior/unlocking_success(interior).jpg");
}

.wall_of_finance {
	background: transparent url("/images/backgrounds/interior/wall_of_finance(interior).jpg");
}

.blank {
	background: transparent url("/images/backgrounds/interior/header_background(2).gif");
}



div#site_container {
	background-repeat: no-repeat;
	background-position: center top;
}


/* EYE CANDY */

	#eye_candy {
		height: 340px;
	}

a#pharm_at_sea_ad {
	top: 230px;
}
	

/* SITE HEADER */

div#header {
	height: 340px;
}

	#header h1 {
		height: 340px;
	}


ul#affiliate_list {
	list-style: none;
}

	#affiliate_list li {
		float: left;
		margin: 20px 0px;
		width: 49%;
		text-align: center;
	}


/* FORM RULES */

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

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

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

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

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

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 #68aecc;
	font-size: 14px;
	color: #003c97;
	text-transform: uppercase;
	background-color: #b1e0f4 !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 {
	background-color: #b1e0f4 !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.checkboxes {
	margin: 0px 15px 0px 0px;
	width: 25px;
	height: 25px;
	float: left;
	clear: right;
}

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


	
.news_row_odd, .news_row_even {
	padding: 20px 0px;
	border-bottom: 1px solid #ededed;
}	

