/* CSS Document */

@import url("/css/main_nav.css"); 
@import url("/css/sub_nav.css"); 

html {-webkit-text-size-adjust:none}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #949494;
	background: #222 url("/images/bg_landing_tile.jpg") repeat-x top;
	text-align: center;
}

div.clear {
	clear: both;
}

.float_left {
	position: relative;
	float: left;
}

.float_right {
	position: relative;
	float: right;
}

div.mini_wrapper {
	width: 1000px;
	text-align: center;
}





/* WRAPPER */

div#wrapper {
	margin: 0 auto;
	text-align:left;
}





/* HEADER, NAVIGATION, BANNER */

div#upper {
	position: relative;
	margin: 0 auto;
	width: 675px;
	height: 150px;
	color: #222;
}

	div#header {
		position: relative;
		width: 300px;
		height: 144px;
		text-align: left;
	}
	
		div#header h1 a {
			position: absolute;
			top: 0;
			left: 11px;
			width: 280px; 
			height: 125px; 
			background: transparent url("/images/logo.jpg") no-repeat 0 0;
		}
		
		div#header h1 a:hover {
			background-position: 0 0;
		}
		
		div#header h1 a span,
		div#header p span {
			display: none;
		}
		
		
		div#navigation {
			position: relative;
			width: 675px;
			padding-left: 12px;
		}
	




p.quote {
  	font-family: Helvetica, Arial, sans-serif;
  	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
	margin: 0;
	color: #333;
	padding: 2px 16px 12px 16px;
}

div#banner_mid p {
  	font-family: Helvetica, Arial, sans-serif;
  	font-size: 1.3em;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	color: #333;
	padding: 2px 16px 0 12px;
}

	div#content h2 {
		font-size: 1.8em;
	}
	
	div#content h3 {
		font-size: 20px;
		font-weight: bold;
	}
	
	div#content h2,
	div#content h3 {
		padding-top: 5px;
		margin: 0 16px;
		color: #f7f7f7;
	}
	
	div#content h3 a {
		color: #b93636;
		text-decoration: underline;
	}
	
	div#content h3 a:hover {
		color: #b93636;
		text-decoration: none;
	}





/* BANNER */

div#banner {
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	width: 100%;
}

	div#banner_wrap {
		position: relative;
		margin: 0 auto;
		width: 675px;
		height: 150px; 
	}
	
		div#banner_mid {
			position: relative;
			float: left;
			width: 675px;
		}
		
			div#banner a {
				color: #993300;
			}
			
			div#banner a:hover {
				color: #663399;
			}
		




div#content_wrap {
	position: relative;
	margin: 0 auto;
	padding-top: 6px;
	background: transparent url("/images/bg_product_tile_lower.jpg") repeat-x top;
	width: 100%;
}

div#content {
	position: relative;
	margin: 0 auto;
	width: 650px;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
}

div#content div#left_col {
	position: relative;
	float: left;
	width: 323px;
	border-right: 1px solid #303030;
}

div#content div#right_col {
	position: relative;
	float: right;
	width: 325px;
}

	div#content p  {
		font-size: 15px;
		line-height: 20px;
		padding: 0 12px 0 16px;
		margin: 12px 0 0 0;
	}
	
	div#content p.quote  {
		font-size: 1.5em;
		line-height: 17px;
		padding: 0 12px 0 16px;
		margin: 0 0 0 0;
	}
	
	div#content ul {
		padding: 0;
		margin: 4px 16px 10px 16px;
		border-top: 1px solid #303030;
	}
	
		div#content ul li {
			font-size: 15px;
			line-height: 20px;
			padding: 0 0 7px 0;
			margin: 7px 16px 0 16px;
			border-bottom: 1px solid #303030;
			list-style-image: url("/images/bg_arrow_gray.jpg");
		}

div#content div#right_col p {
	font-size: 1.3em;
	line-height: 15px;
}

div#content p,
div#content p.posting {
	font-size: 1.3em;
	line-height: 15px;
	margin: 4px 0 10px 0;
}

div#content p strong,
div#content li strong {
	font-weight: normal;
	color: #f7f7f7;
}

div#content p.break_solid {
	border-top: 1px solid #303030;
	margin: 0;
	padding: 0 0 6px 0;
}

div#content p.break_dotted {
	border-top: 1px dotted #333;
	margin: 0 16px;
	padding: 0 0 2px 0;
}

	div#content a {
		color: #b93636;
		text-decoration: underline;
	}
	
		div#content a:hover {
			text-decoration: none;
		}

	
	h4.learn a {
		position: absolute;
		bottom: 0px;
		display: block;
		width: 233px;
		height: 38px;
		background: transparent url("/images/btn_learn_more.jpg") no-repeat 0 0;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	
		h4.learn a:hover {
			background-position: 0 -38px;
		}
		
		h4.learn a span {
			display: none;
		}


	div#content p.arrow {
		margin: 0 16px 10px 18px;
		padding: 0 0 0 14px;
		background: transparent url("/images/bg_arrow_red.jpg") no-repeat 0 3px;
	}
	
		div#content p.arrow a:hover {
			text-decoration: none;
		}




div#footer {
	margin: 0 auto;
	width: 100%;
	background: #222 url("/images/bg_home_footer_tile.jpg") repeat-x top;
}

	div#footer div#footer_content {
		margin: 0 auto;
		width: 625px;
		height: 76px;
		text-align: center;
	}
	
		div#footer p {
			font-size: 1.1em;
			line-height: 14px;
			margin-bottom: 6px; 
			padding-top: 15px;
		}
		
		div#footer a {
			color: #949494;
			text-decoration: underline;
		}
		
		div#footer a:hover {
			text-decoration: none;
		}
		
		div#copyright {
			position: relative;
			float: left;
			text-align: left;
		}
		
		div#utilityNavigation {
			position: relative;
			float: right;
			text-align: right;
		}
		
		
		
/* HEADINGS */

div#banner_mid h2 {
	font-size: 21px;
	line-height: 1em;
	color: #b81e08;
	padding: 13px 0 8px 12px;	
}

div#banner_mid h3 {
	color: #333333;
	font-size: 1.5em;
	padding: 0 0 0 12px
}

div#banner_mid h4	{
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 8px 12px
}

div#banner_mid h5 {
	color: #b81e08;
	font-size: 1.5em;
	padding: 0 0 12px 12px
}

div#banner_mid h6 a {
	position: absolute;
	top: 155px;
	left: 23px;
	width: 340px;
	height: 28px;
	display: block;
	background: transparent url("/images/bg_btn_click_metron.jpg") no-repeat;
}

div#banner_mid h6 a:hover {
	background-position: 0 -28px;
}

div#banner_mid h6 a span {
	display: none;
} 





