* {
	margin: 0;
	padding: 0;
	border: none;
}

/* STRUCTURE */

body {
	color: #161616;
	font: 62.5%/1.8em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif; /* sets 1em equal to 10px */
}

h1, h2, h3, h4 {
	font-size: 1em;
}

p {
	font-size: 1.2em;
}

#header {
	background: #c8c8c8 url(images/header_bg.gif) repeat-x top left;
	border-bottom: solid 1px #161616;
}

#navbar {
	height: 6.5em;
	width: 960px;
	margin: 0 auto;
}

#primary {
	height: 280px;
	background: #0f2637;
	border-bottom: solid 15px #3b5c76;
}

#content, #content_header, #content_footer {
	width: 964px;
	margin: 0 auto;
}

#footer {
	width: 960px;
	margin: 20px auto;
	text-align: center;
}

/* HEADER FORMATTING */

#header h1, #header img {
	display: none;
}

/* NAVBAR FORMATTING */

#navbar ul {
	list-style-type: none;
	margin-left: 200px;
}

#navbar ul li {
	float: left;
	line-height: 3.5em;
	margin: 0;
}

#navbar ul li a {
	font-size: 1.8em;
	color: #161616;
	text-decoration: none;
	display: block;
	padding: 15px;
}

#navbar ul li a:visited {
	color: #161616;
}

#navbar ul li a:hover {
	color: #fff;
	background: url(images/nav_hover_bg.gif) repeat-x bottom left;
	padding: 15px 14px;
	border: solid 1px #161616;
	border-top: none;
	border-bottom: none;
}

#navbar ul li a:active {
	color: #215377;
}

#navbar ul li.current {
	font-size: 1.8em;
	color: #fff;
	background: url(images/nav_current_bg.gif) repeat-x bottom left;
	margin: -12px -1px 0 -1px;
	padding: 12px 15px 3px 15px;
	border: solid 1px #161616;
	border-top: none;
	border-bottom: none;
}

#search {
	width: 255px;
	float: right;
	text-align: right;
	padding: 25px 0;
}

/* PRIMARY FORMATTING */

#prim_contain {
	height: 280px;
	width: 960px;
	margin: 0 auto;
	background: #215377;
	border-bottom: solid 15px #9bb1c2;
}

img.banner1 {
	float: left;
	margin: 15px 0 0 5px;
}

img.banner2 {
	float: right;
	margin: 12px 5px 0 0;
}

img.banner3 {
	float: right;
	margin: 10px 5px 0 0;
}

/* CONTENT FORMATTING */

#content_header {
	background: url(images/content_header.gif) no-repeat top left;
	margin-top: 10px;
}

#content {
	background: url(images/content_bg.gif) repeat-y top left;
	margin-top: -1px;
}

#content_footer {
	background: url(images/content_footer.gif) no-repeat top left;
	margin-top: 0;
}

#wrapper {
	float: left;
	width: 700px;
}

#top_items {
	width: 655px;
	margin-left: 25px;
	background: url(images/top_bar_bg.png) no-repeat top left;
}

#quicklinks {
	float: left;
	width: 213px;
	margin-top: 25px;
	padding-left: 50px;
}

#feat_article {
	float: left;
	width: 358px;
	margin-top: 25px;
	padding-left: 40px;
	border-left: solid 1px #000;
}

#tools, #tools_footer {
	float: right;
	width: 242px;
	padding: 0 10px;
	background: url(images/tools_bg.gif) repeat-y top left;
}

/* TOP_ITEMS FORMATTING */

#top_items ul {
	list-style-type: none;
}

ul#categories li {
	float: left;
	font-size: 1.8em;
	line-height: 1.5em;
	width: 218px;
	text-align: center;
	border-bottom: solid 1px #161616;
}

ul#categories li a {
	text-decoration: none;
	font-weight: normal;
	color: #161616;
}

ul#categories li a:visited {
	color: #161616;
}

ul#categories li a:hover {
	color: #fff;}

ul#categories li a:active {
	color: #215377;
}

#top_content {
	clear: left;
	background: url(images/top_bg.png) no-repeat bottom left;
	height: 20em;
}

#top1 ul, #top2 ul, #top3 ul {
	float: left;
	width: 240px;
}

#top1 ul li, #top2 ul li, #top3 ul li {
	font-size: 1.6em;
	line-height: 60px;
	padding: 0 0 0 20px;
}

#top1 ul li a, #top2 ul li a, #top3 ul li a {
	width: 217px;
	height: 66px;
	display: block;
	margin: 0 0 0 -20px;
	padding: 0 0 0 20px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

#top1 ul li a:visited, #top2 ul li a:visited, #top3 ul li a:visited {
	color: #fff;
}

#top1 ul li a:hover, #top2 ul li a:hover, #top3 ul li a:hover {
	color: #161616;
	background: #9bb1c2;
	border-left: solid 1px #161616;
}

#top1 ul li a:active, #top2 ul li a:active, #top3 ul li a:active {
	color: #161616;
}

#top1_1, #top1_2, #top1_3, #top2_1, #top2_2, #top2_3, #top3_1, #top3_2, #top3_3 {
	margin-left: 240px;
	padding: 10px 20px 10px 40px;
	color: #fff;
	letter-spacing: .1em;
	line-height: 2em;
}

.readmore {
	float: right;
	color: #fff;
	text-decoration: none;
}

.readmore img {
	margin-bottom: -3px;
}

/* QUICKLINKS AND FEATURED ARTICLE FORMATTING */

#quicklinks h2, #feat_article h2 {
	font-size: 1.6em;
	margin: 10px 0;
	background: #c8c8c8 url(images/tertiary_bg.gif) repeat-x top left;
	margin: 0 -20px 0 -25px;
	padding: 5px 25px;
	border: solid 1px #000;
}

#quicklinks h2 {
	border-right: none;
}

#feat_article h2 {
	border-left: none;
}

#quicklinks h3, #feat_article h3 {
	font-size: 1.2em;
	margin: 10px 0 0 0;
	clear: both;
}

#quicklinks ul {
	list-style-type: none;
}

#quicklinks ul li {
	font-size: 1.0em;
}

#quicklinks ul li a {
	color: #000;
	text-decoration: none;
}

#feat_article a.readmore {
	color: #000;
}

/* TOOLS FORMATTING */

#tools_footer {
	background: url(images/tools_footer.gif) no-repeat top left;
	padding-bottom: 15px
}

#tools form {
	margin: 0 auto 10px auto;
	padding: 10px;
	color: #fff;
	font-size: 1.2em;
}

/* MISC */

.clear {
	clear: both;
	height: 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
