/* @override http://173.203.124.96/css/screen/landing.css */

/* --- CSS sheet for landing pages since a lot of them
share styles
-------------------------------------------------------*/



/* --- Primary Content
-------------------------------------------------------*/

#primary_content {
	position: relative;
}
	
	
	
	/* --- Bar
	-------------------------------------------------------*/
	
	#primary_content #bar {
		position: relative;
		width: 928px;
		height: 77px;
		margin: 0 0 30px 14px;
		padding: 11px 0 0 13px;
		background: url(/images/bar_bg.jpg) no-repeat;
	}
		
		#primary_content #bar h3 {
			font-size: 1.166em;	/* 12px * 1.166em = 14px */
			font-weight: normal;
			color: #2c4459;
			margin-bottom: 5px;
		}
		
		#primary_content #bar p.explanation {
			width: 635px;
		}


		
		/* --- Email Updates
		-------------------------------------------------------*/
		
		#email_updates {
			position: absolute;
			top: 0;
			left: 665px;
			padding-top: 9px;
		}
		
			#email_updates label#email_label {
				font-size: 1.166em;	/* 12px * 1.166em = 14px */
				color: #2c4459;
				display: block;
				height: 15px;
				margin-bottom: 4px;
			}
		
			#email_updates fieldset { }
		
				#email_updates fieldset td { vertical-align: bottom; }
			
				#email_updates fieldset input.input_text {
					width: 177px;
					margin-right: 8px;
				}



/* --- Modules Style A
-------------------------------------------------------*/

#modules_a {
	position: relative;
	width: 934px;
	height: 370px;
	padding: 20px 0 0 26px;
	background: url(/images/modules_a_bg.gif) no-repeat;
}
	
	#modules_a .module {
		float: left;
		width: 174px;
		margin-right: 24px;
	}
	
		#modules_a .module h2 {
			font-size: 1.5em;	/* 12px * 1.5em = 18px */
			font-weight: normal;
			line-height: 1em;
			text-transform: uppercase;
			color: #2c4459;
			height: 36px;
			margin-bottom: 25px;
		}
		
		#modules_a .module p {
			margin: 1em 0;
		}



/* --- Modules Style B
-------------------------------------------------------*/

#modules_b {
	margin: 20px 0 125px 24px;
	background: url(/images/modules_bg.gif) no-repeat;
}

	#modules_b .module {
		float: left;
		display: inline;
		width: 272px;
		margin: 0 20px;
	}
		
		/* --- | First module indent | --- */
		
		#modules_b .module_1 { margin-left: 19px; }

		/* --- | Styles for module content | --- */

		#modules_b .module h2 {
			font-size: 1.5em;	/* 12px * .15em = 18px */
			font-weight: normal;
			line-height: 1em;
			text-transform: uppercase;
			color: #2c4459;
			height: 44px;
			margin-bottom: 9px;
		}
	
		#modules_b .module p {
			margin-bottom: 1.7em;
		}
		
		#modules_b .module img {
			float: right;
			margin-left: 5px;
		}