@charset "UTF-8";
body {
	background-color: #283239;
	margin: 0px;
	padding: 0px;
}
#header {
	background: url(images/hdr_bg.jpg) top left repeat-x;
	display: block;
	width: 100%;
	height: 96px;
}
#logo {
	margin-left:20px;
}
#logo a {
	background: url(images/logo.jpg) top left no-repeat;
	width: 221px;
	height: 96px;
	text-indent: -10000px;
	display:block;
}
#tagline {
	position: absolute;
	top: 69px;
	left: 600px;
}
#tagline a {
	background: url(images/the_next_generation.jpg) top left no-repeat;
	width: 343px;
	height: 27px;
	display:block;
	text-indent: -10000px;
}
#menuBar {
	display: block;
	background: #B3D950 url(images/menu_bg.jpg) top left repeat-x;
	width: 100%;
	height: 44px;	
}
#promo {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #AECAE5;
	display: block;
	background: #FFF url(images/promo_bg.jpg) top left repeat-x;
	width:100%;
	height: 251px;
}
#outerContent {
	background-color:#FFF;
	width:100%;
	display:block;
}
#innerContent {
	padding: 10px 20px 20px 20px;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	line-height:22px;
}
#innerContent p {
	margin:0px;
	padding:0px 0px 20px 0px;
}
#innerContent a {
	color: #90B324;
	font-weight: bold;
	text-decoration:none;
}
#innerContent a:hover {
	color: #90B324;
	font-weight: bold;
	text-decoration:underline;
}
#innerContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	line-height: 25px;
	color: #90B324;
	display:block;
	border-bottom:1px solid #CCC;
}
#innerContent h2 {
	font-size: 14px;
	color:#333;
	padding: 20px 0px 0px 0px;
	margin:0px;
	line-height: 22px;
}
#subContent {
	background-color:#475059;
	border-top: 2px solid #283239;
	border-bottom: 4px solid #20282E;
	width:100%;
	display:block;
}
#subInnerContent h1{
	color:#C8CBCE;
	font-size: 22px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: normal;
	line-height:22px;
	font-style:normal;
}
#subInnerContent {
	padding: 10px 20px 20px 20px;
	width: 900px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #FFF;
	line-height:22px;
}
#ftr {
	position: relative;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-transform:uppercase;
	padding:10px 0px 100px 20px; 
}
#ftr a {
	letter-spacing:2px;
	color: #868C90;
	text-decoration:none;
}
#ftr #phone {
	background: url(images/phone.gif) top left no-repeat; 
 	line-height:16px;
	letter-spacing: 2px;
	position: absolute;
	top : 9px;
	left: 800px;
	width: 121px;
	height: 12px;
	color: #868C90;
	text-indent: -10000px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#menu ul li, #menu ul li.selected {
	margin:0px;
	padding:0px;
	display: inline;
}
#menu ul li a {
	background: url(images/menu_divider.jpg) top right no-repeat;
	text-transform:uppercase;
	float:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	color:#526D03;
	display:block;
	height: 27px;
	font-weight: bold;
	padding:15px 30px 0px 30px;
}
#subContent > #subInnerContent {
	font-style: italic;
}
#menuBar > #menu ul li a { 
	font-family: Futura, Geneva, Arial, Helvetica; 
	font-weight:normal;
}
#menu ul li a:hover {
	color: #20282E;
}
#topContent {
	display:none;
}
