
/* Groups css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ul, ol, li,
form, fieldset, legend, input, label, textarea, button, table, caption, thead, tbody, tfoot, tr, th, td { margin: 0; padding: 0; font-family: inherit; font-style: inherit; font-size: 100%; font-weight: inherit; }
body { background: #fff; color: #333; }
ul, ol { list-style: none; }
:link, :visited { text-decoration: none; }
form, fieldset, img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
legend { color: #000; }

/* global classes */
.clear { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
.uc { text-transform: uppercase; }
.cap { text-transform: capitalize }
.hide { display: none; }
.ir { text-indent: -2000em; }
.ie-clear { clear: both; height: 0; }

/* clearfix */
clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end hide from IE-mac */

body {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #555;
	background: #fff url(../images/logobg.jpg) top repeat;
}

a:link, a:visited {
	color: #0F7809;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.75em;
	text-align: center;
	margin: 1em 0;
	color: #33CC00;
	padding: 0 0 0.2em;
	
	/*text-transform: capitalize;*/
}
h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
h3, h4, h5, h6 {
	font-size: 1.4em;
	border: none;
	margin: 0 0 0.2em;
	padding: 0;
}
h4, h5, h6 {
	font-size: 1.2em;
}

p {
	margin: 0 0 1em;
	line-height: 1.6em;
}

ul, ol, dl {
	margin: 0 0 1em;
}

li {
	margin: 0 0 0.4em 0.8em;
	padding: 0 0 0 1em;
	background: url(../images/bullet.gif) left 5px no-repeat;
}

th, td {
	vertical-align: top;
}
th {
	font-weight: bold;
}
address {
	font-style: normal;
}
abbr {
	border-bottom: 1px dotted #999;
}

#container {
	width: 960px;
	margin: 0px auto;
}
#header {
	min-width: 960px;
	border-bottom: 1px solid #5EC0FF;
	color: #FFFFFF;
	background-color: #0269AB;
  	height: 30px;
}
#banner {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}

#content {
	clear: both;
	margin: 5em 0 0 2em 0;
	overflow: hidden;
	
	background: #fff;
	border: 1px solid #cca;
	padding: 0px;
	
	min-height: 320px;
	/*height: auto !important;
	height: 320px;*/
	
	/* hasLayout for IE6 */
	display: block !important;
	display: inline-block;
}

#group-list {
	margin: 0 0 2em;
	overflow: hidden;
}
#group-list dl {
	float: left;
	display: inline;
	width: 176px;
	padding: 1em 1.4em;
}
#group-list dl.first {
	clear: both;
}
#group-list dt {
	font-weight: bold;
	color: #0D78C8;
	margin: 0 0 0.4em;
}
#group-list dd a {
	text-decoration: none;
	color: #963;
}

#footer {
	text-align: center;
	width: 960px;
	margin: 0 auto;
	color: #0269AB;
	border-top: 1px solid #5EC0FF;
	padding: 1.5em 0;
}
#footer a {
	color: #0269AB;
	text-decoration: underline;
}
#copy {
	float: left;
	margin-left: 15px;
}

/* top & botom nav links */
ul#top_links li, ul#bottom_links li {
	display: inline;
	font-weight: bold;
	padding: 0 1.5em 0 1em;
	border-right: 0.1em solid #fff;
}
ul#top_links li {
	float: right;
	margin: 20px 10px 0 0;
}
ul#bottom_links li {
	margin: 30px 0 0 0;
}
ul#top_links li a, ul#bottom_links li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
ul#top_links li a:hover, ul#bottom_links li a:hover {
	text-decoration: underline;
}
ul#top_links li#contact_link, ul#bottom_links li#contact_link, ul#bottom_links li#strategic_link {
	border: none;
}

#bookmark {
	float: left;
	display: inline;
	position: absolute;
	font-size: 0.85em;
	left: 1.2em;
	top: 20px;
}
#bookmark a {
	color: #fff;
	text-decoration: none;
	background: url(../images/plus.gif) left center no-repeat;
	padding-left: 14px;
	margin-right: 4px;
}
#home {
	float: left;
	display: inline;
	width: 516px;
}
.featured {
	height: 240px;
	margin: 0 0 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.featured-left {
	float: left;
	display: inline;
	padding: 20px;
	width: 364px;
	height: 200px;
	background: #efc;
}
.featured-left p {
	font-size: 1.3em;
	margin: 0 8px 12px;
	color: #444;
	font-style: italic;
}
.featured-left p.awesome {
	color: #390;
}
.featured-right {
	float: right;
	display: inline;
	width: 384px;
	height: 220px;
	background: #cf9;
	padding: 10px;
}

