@charset "UTF-8";
/* CSS Document */


body {
	background:#FAFAFA;
	
}


/* Header
------------------------------------*/
#header {
	background: #666;
	height: 80px;
	position: relative;
	}

#header .logo{
	width: 200px;
	position:absolute;
	left: 10px;
	top: 10px;
	background-color: #999;
	font-weight: normal;
	color: #000000;
	padding: 15px;
	text-align:center;
	text-transform: uppercase;
	}
	
#header .logo a {
	width: 200px;
	display:block;
	}

/* Navigation
------------------------------------*/

#nav {
	height: 40px;
	font-size: .9em;
	background: #999;
	position: absolute;
	display: block;
	overflow: hidden;
	left: 280px;
	top: 40px;
	}

#nav ul {
	position: relative;
	}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}

#nav li a {
	display: block;
	padding: 10px 10px 13px 10px;
	background:#ccc;
	margin: 0 0 0 6px;
	}

#nav li a:hover {
	background:#E6E6E6;
	}
	
/* Secondary Navigation
------------------------------------*/
	
#secondary_nav {
	position: absolute;
	left: 825px;
	top: 5px; 
	padding: 10px;
	font-size: .8em;
	width: 100px;
	height: 20px;
	}

#secondary_nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#secondary_nav li a {
	display: block;
	padding: 5px 8px 0 8px;
	}


/* Sub Navigation
------------------------------------*/

#sub_nav ul {
	
	}

#sub_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display:block;
	width: 100%;
	}
	
#sub_nav li a, #sub_nav li a:visited {
	background:#ddd;
	border:1px solid #CCCCCC;
	display:block;
	font-size:0.95em;
	margin-bottom:5px;
	padding:5px;
	}


#sub_nav li a {
	color: #333;
	margin-right: 8px;
	padding: 8px;
	}
	
#sub_nav li a:hover {
	background:#eee;
	}

ul ul {
	margin-bottom: 0;
	padding-bottom: 0;
	}


ul ul li {
	margin: 0;
	}

ul ul li a, ul ul li a:visited {
	background: #ccc;
	}



/* Tertiary Navigation
------------------------------------*/


#tertiary_nav {
	width: auto;
	height: 24px;
	padding: 5px 0 10px 10px;
	margin: 0;
	font-size: .9em;
	position: relative;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	display: block;
	overflow: hidden;
	background: #ECECEC;
	}

#tertiary_nav ul {
	margin: 0;
	padding: 0;
	background: #333;
	}

#tertiary_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}

#tertiary_nav li a {
	display: block;
	padding: 10px 10px 13px 10px;
	margin: 0 0 0 6px;
	}


/* Site breadcrumbs
------------------------------------*/
.breadcrumbs {
	padding: 18px 0 18px 10px;
	font-size: .8em;
	}


/* Features
------------------------------------*/

#feature {
	background: #888;
	position:relative;
	height:180px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#feature a {
	color:#ccc;
	}

#feature h1 {
	color: #fff;
	}

.subpage #feature {
	height: 100px;
	background: #666666;
	margin: 0;
	padding: 0;
	}

.subpage #feature h1 {
	font-size: 2.5em;
	margin: 25px 0 0 15px;
	}

#intro_text {
	float: left;
	padding: 35px 15px 5px 15px;
	width: 550px;
	color: #fff;
	}
	

/* Search
------------------------------------*/

#search {
	height: 30px;
	float: left;
	padding: 7px 0 0 36px;
	display: block;
	}

	
/* Form styles 
-------------------------------------*/	
.form-textarea {
	width: 150px;
	float: left;
	}


/* Content
------------------------------------*/

#content {
	/*background: #ECECEC;*/
	padding-top: 10px;
	padding-bottom: 10px;
	}
	

/* Columns
------------------------------------*/

#full_col {
 	width:880px;
	padding:20px;
	margin:0 auto;
 	}

#main_col {
		background: #999;
	}

#sub_col {
		background: #999;
	}

#sub_col ul {
	padding: 0;
	margin: 0 0 20px;
	}

#sub_col li a:hover {
	background: #ccc;
	}


/* Miscellaneous
------------------------------------*/

.center_box {
	margin-left: auto !important;
	margin-right: auto !important;
	}

.center {
	text-align:center;
	}

.right {
	float: right;
	}

.left {
	float: left;
	}

.clear {
	clear: both;
	}

	
.alert {
	color: #CC0000;
	font-weight: bold;
	}

.note {
	text-transform: uppercase;
	color: #ccc;
	}

.highlight {
	background-color: #ffcc99;
	}


/* Tables
------------------------------------*/
	
.tabular {
	width: 100%;
	background-color: #e1e1e1;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-top: 10px;
	}	
	
.tabular th {
	background-color: #666;
	text-align:left;
	height:10px;
	color: #fff;
	}

.tabular th a {
	color: #FFFF00;
	}

.tabular_highlight {
	background-color: #eee;
	}


/* Site Information
------------------------------------*/

#site_information {
	height: 30px;
	background-color: #999;
	list-style: none;
	list-style-type:none;
	clear:both;
	font-size: 0.9em;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	}

	
#site_information a, #site_information a:visited {
	color: #333333;
	margin-right: 10px;
	}
	
	
	
/* Home
------------------------------------*/

