html
{
	background:#0F1E32;
}

body
{
	font: 14px/1.5 Georgia, "Times New Roman", Times, serif;
	background:#FFF url(header.jpg) repeat-x;
	background: url(images/body-bg-repeat.gif) repeat;
	color: #434d50;
	margin:0;
	padding:0;
}

/*************************************
 Images
 *************************************/
/*   Fix to avoid fugly Firefox linked image boxes   */
img {
border: none;
}

img.rss-icon {
	padding: 2px 0 0 0;
}

#content img {
border: 1px solid #999;
padding: 7px;
background: #fff;
}

/*   Specifically for floated images to give space for wrapping text   */

img.image_leftfloat {
	float:left;
	margin: 0px 15px 5px 0px;
	text-align:left;
}

img.image_rightfloat {
	float:right; 
	margin: 0px 0px 5px 10px;
	text-align:left;
}

/* End images */

#content a
{
	text-decoration:none;
	color: #6c8dc1;
	border-bottom:1px dotted #63BDD2;
	overflow:hidden;
}

#content a:hover
{
	border-bottom:1px dotted #222;
}

ul
{
	list-style:none;
	list-style-type: square;
}
ul a
{
	text-decoration:none;
	color: #6c8dc1;
	border-bottom:1px dotted #63BDD2;
	overflow:hidden;
}
ul ul
{
	list-style:none;
	list-style-type: disc;
}
ul.checklist
{
	list-style:none;
	list-style-image: url(images/checkbox.gif);
}
#content ul.checklist li a
{
	color: #444;
	border-bottom:1px dotted #444;
}
#content ul.checklist li a:hover
{
	color: #6c8dc1;
	border-bottom:1px dotted #6c8dc1;
}
ul.contacts
{
	list-style:none;
	margin: 5px 0 30px 0;
	padding: 0 0 0 10px;
}
ul.contacts li {
	margin: 0 0 5px 0;
	padding: 0 !important;
}
ul.contacts li.email {
	list-style-image: url(images/email.gif);
}
ul.contacts li.phone {
	list-style-image: url(images/phone.gif);
}
ul.contacts li.fax {
	list-style-image: url(images/fax.gif);
}
ul.contacts li.mail {
	list-style-image: url(images/mail.gif);
}
ul.category_list {
	list-style:none;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}

blockquote
{
	margin:0;
	padding:0;
}

h1
{
	font-size: 28px;
	margin:0;
	font-weight: normal;
	font-style: normal;
	line-height: 25px;
}

a.logo
{
	text-decoration:none;
	float: left;
	padding: 0 20px 0 15px;
	border:none;
	clear: none;
}

h2
{
	font-size:18px;
	color:#323232;
	margin:25px 0 5px 0;
	padding:0;
}

.quicklinks h2 {
	font-size: 18px;
	color: #354470;
	margin:0 0 0 5px;
	padding:0;
	font-weight: normal;
	font-style: normal;
}

h3
{
	font-size:16px;
	color:#273547;
	margin:0;
	padding:0;
}

h4
{
	font-size:13px;
	color:#323232;
	margin:0;
	padding:0;
}

h4 a
{
	font-size:13px;
	color: #6c8dc1;
	text-decoration: none;
}
h4 a:hover
{
	font-size:13px;
	color: #4261a2;
	text-decoration: underline;
}

#wrapper
{
	width:100%;
	margin:0 auto;
	padding:0;
}
#content-wrap
{
	width:100%;
	margin:0 auto;
	padding:0;
	background: url(images/content.png) repeat-x;
}
#header
{
	background: #1d2a58 url(images/header-repeat2.gif) repeat-x;
	height:150px;
}
#header-content {
	position: relative;
	width:900px;
	margin:0 auto;
	padding: 12px;
}
#login {
	position: absolute;
	top: 0;
	right: 20px;
}
#nav {
	width: 900px;
	margin: 0 auto;
}
#header p {
	color: #fff;
	margin: 50px 0 0 80px;
	font-size: 21px;
	float: left;
	font-style: italic;
}
#nav ul
{
	float: left;
	margin: 25px 0 0 10px;
	padding: 0 0 9px 0;
	clear: none;
	border-bottom: 1px solid #ccc;
}

#nav ul li
{
	display:inline;
	border-right:1px solid #A8ADB3;
	margin:0 5px 0 0;
	padding:0 7px 0 0;
	font-size: 16px;
	color: #354470;
}
#nav ul li.noborder
{
	border-right:none;
}
#nav ul li a {
	color: #354470;
	text-decoration: none;
	border: none;
}

#nav ul li a:hover {
	color: #434d50;
	border-bottom: 1px dotted #434d50;
}

#nav ul li a.active-page {
	color: #000;
	border-bottom: 1px dotted #385691;
}

dl {
	line-height:120%;
	margin: 15px 0 5px 0;
	padding: 0;
}

dt {
	margin: 0 7px 5px 0;
	color: #222;
	list-style: none;
	font-weight: bold;
	float:left;
	font-size: 16px;
}

dd {
	margin: 0 0 5px 7px;
	color: #777;
	list-style: none;
	font-size: 13px;
}


#container
{
	width:900px;
	margin:0 auto;
	position: relative;
}

#content
{
	width:550px;
	float:left;
	display: block;
	padding:15px 0 0 30px;
	border-left: 1px solid #ccc;
}

.quicklinks
{
	width:210px;
	float:left;
	padding:15px 12px 0 10px;
}
.quicklinks ul {
	margin-left: 14px;
}

/*
.opacity a
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.collaborate a:hover
{
	opacity:1.0;
	filter:alpha(opacity=100);
}
*/

.large-pic img
{
	display:inline;
	vertical-align:middle;
	background:#F6F6F6;
	padding:0 6px 0 0;
}

.callout
{
	width:660px;
	float:left;
	background:#F6F6F6;
	border-left:1px solid #EEE;
	margin:-12px -12px -12px -12px;
	padding:12px 70px;
	height: 170px;
	overflow: hidden;
}


#footer
{
	clear:both;
	padding-left:10px;
	color:#D7DADB;
	background:#0F1E32 url(footer.html) top repeat-x;
}

#footer p
{
	padding:20px 12px 20px 0;
	width: 900px;
	margin: 0 auto;
	font-size: 12px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*************************************
 Tables
 *************************************/
 
table
{	
	background: none;
	margin: 0;
	width: 550px;
	border-collapse: collapse;
	text-align: left;
}
th
{
	font-size:13px;
	color:#323232;
	margin:0;
	padding:0;
}
td
{
	padding: 6px 8px;
	vertical-align: top;
}
tbody tr:hover td
{
	color: #222;
	background-color: #eee;
}
.contacts tr:hover td
{
	color: #222;
	background: none;
}
table p {
	margin: 0 0 10px 0;
}
table ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
}

table ul li {
	margin: 0 0 10px 0;
	padding: 0;
}



hr {
	margin: 20px 0;
}
