/* HOMEPAGE RULES */

body {
	background: #21052A url("/images/backgrounds/homepage_gradient.jpg");
	background-repeat: repeat-x;
	background-position: top center;
}

div#container {
	background: transparent url("/images/backgrounds/footer_background_home.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}

div#header {
	height: 430px;
	background: transparent url("/images/backgrounds/header_background_home.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

div#ad_showcase {
	height: 320px;
}

	ul#showcase_container {
		left: 60px;
	}
	
	a#in_the_news_showcase {
		position: absolute;
		top: 124px;
		right: 0px;
		width: 240px;
		height: 197px;
		z-index: 50;
	}
	
		#in_the_news_showcase img {
			border: none;
			width: 	240px;
			height: 197px;
		}
	
		#in_the_news_showcase p {
			position: absolute;
			top: 173px;
			left: 42px;
			width: 185px;
			height: 12px;
			font-size: 12px;
			line-height: 12px;
			color: #FFFFFF;
			font-weight: bold;
			font-variant: small-caps;
			z-index: 450;
			overflow: hidden;
		}

div#body_region {
	height: 276px;
	overflow: hidden;
}

	div#body_text {
		margin: 35px 0px 0px 105px;
		color: #FFFFFF;
	}


/* SEARCH BOX */
	
	div#search_box {
		float: right;
		width: 270px;
	}
	
	form#search_form {}
	
		#search_form fieldset {
			background: transparent url("/images/misc_elements/search_box_input.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#search_form fieldset input {
		}
	
		#search_form fieldset input.search_field {
			float: left;
			padding: 2px 0px 0px 15px;
			border: 0px;
			width: 170px;
			background: none;
			font-size: 9px;
		}
		
		input.search_button {
			float: right;
		}

