﻿@import url(global.css);
@import url(nav.css);

body
{
	background: url(../images/background-secondary-tile.png) scroll repeat-x 0 0;
}

h1, h2, h3, h4, h4, h6
{
	margin: 0;
	padding: 0;
}

td.name
{
	font: 1.3em arial, helvetica, sans-serif;
	color:#006;
}

a.link
{
	text-decoration:none;
}

a.link:hover
{
	text-decoration:underline;
}

#container
{
	margin: 0; padding: 0;
	background: url(../images/content-panel.png) scroll no-repeat 50% 0;
	width: 100%;
	min-height: 750px;
	height: auto !important;	
	height: 500px;
}

#content-wrapper
{
	width: 880px;
	margin: 0 auto;
	position: relative;
}

#header h1
{
	background: url(../images/logo-secondary.png) scroll no-repeat bottom left;
	height: 100px;
	margin: 0;
}

#main-nav
{
	top: 102px;
}

/* ==================
   Super Nav
   =================*/

#super-nav
{
	position: absolute;
	right: 0;
	top: 10px;
}

#super-nav, 
#super-nav li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#super-nav li
{
	font: 1.1em arial, helvetica, sans-serif;
	float: left;
	padding: 5px 8px;
	background: url('../images/topnav-secondary-divider.png') scroll no-repeat 0 3px;
}

#super-nav a:link,
#super-nav a:visited,
#super-nav a:active
{
	color: #fff;
	text-decoration: none;
}

#super-nav a:hover
{
	text-decoration: underline;
}

#super-nav li#quicklinks
{
	padding: 0 16px;
}

li#quicklinks select
{
	border: 1px #d8dadd solid;
	font-size: 10px;
	padding: 3px 2px 3px 2px;
	width: 10em;
}


#super-nav li#search
{
	padding: 0 2px 0 16px;
}

li#search input#keywords
{
	border: 1px #d8dadd solid;
	font-size: 1em;
	padding: 3px 2px 4px 2px;
}

li#search input#go-button
{
	padding: 0 0;
	vertical-align: top;
}

#content
{
	color: #000;
	height: auto !important;
	height: 700px;
	min-height: 700px;
	padding: 19px 26px;
	position: relative;
	top: 40px;
}

#content h2
{
	color: #006;
	font: 2.6em arial, helvetica, sans-serif;
	margin: 0;
}

#content h3
{
	font: 14px arial, helvetica, sans-serif;
	color: #fff;
	background: #88889e url(../images/background-h3.png) scroll repeat-x top left;
	padding: 4px 9px 5px 9px;
	margin: 0;
}

.linklist, .linklist li
{
	margin: 0; padding: 0; list-style: none;
}

.linklist li
{
	padding: 8px 9px;
	font: 1.1em arial, helvetica, sans-serif;
}

.linklist
{
	margin-bottom: 2em;
}

.column-wrapper
{
	margin: 8px 0;
}

#main2
{
	font: 1.2em arial, helvetica, sans-serif;
}

/*======================
  full-width column layout
  =====================*/

body.full #content
{
	padding: 9px 7px;
}

body.full #wide
{
	width: 870px;
	float: left;
	font: 1.2em arial, helvetica, sans-serif;
}

body.full #main .content-main
{
	float: left;
	width: 750px;
	padding: 9px;
}


/*======================
  1-column layout
  =====================*/

body.one-column #content
{
	padding: 9px 7px;
}

body.one-column #sidebar
{
	float: left;
	width: 252px;
}

body.one-column #sidebar h2
{
	font-size: 1.6em;
	margin-bottom: .6em;
}

body.one-column #main
{
	width: 598px;
	float: right;
	font: 1.2em arial, helvetica, sans-serif;
}

body.one-column #main .content-main
{
	float: left;
	width: 589px;
	padding: 9px;
}

/*======================
  2-column layout
  =====================*/

body.two-column #content
{
	padding: 9px 7px;
}

body.two-column #sidebar
{
	float: left;
	width: 252px;
}

body.two-column #sidebar h2
{
	font-size: 1.6em;
	margin-bottom: .6em;
}

body.two-column #main
{
	width: 598px;
	float: right;
	font: 1.2em arial, helvetica, sans-serif;
}

#main .content-main
{
	float: left;
	width: 354px;
	padding: 9px;
}

#main .content-main
{
	padding: 9px;
}

#main .content-side
{
	float: right;
	width: 226px;
}



/*======================
  3-column layout
  =====================*/

body.three-column #sidebar-1
{
	float: left;
	width: 253px;
	overflow: hidden;
}

body.three-column #sidebar-2
{
	float: right;
	width: 254px;
	overflow: hidden;
}

body.three-column #main
{
	float: left;
	width: 254px;
	margin: 0 33px;
	overflow: hidden;
}

/*======================
  3-column THIN layout
  =====================*/

body.three-thin-column #sidebar-1
{
	float: left;
	width: 153px;
	overflow: hidden;
}

body.three-thin-column #sidebar-2
{
	float: right;
	width: 154px;
	overflow: hidden;
}

body.three-thin-column #main
{
	float: left;
	width: 154px;
	margin: 0 33px;
	overflow: hidden;
}

/*======================
  Header image
  =====================*/

.head-image
{
	width: 598px;
	height: 274px;
	position: relative;
}

.head-image img
{
	width: 598px;
	height: 274px;
}

#content .head-image h2
{
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 18px;
	font-size: 26px;
}

/*======================
  Table
  =====================*/
table  
{ 
	text-decoration: none; 
	background-color: #fbf9f3; 
	padding: 18px; 
	border: solid 4px #f2ead7;
	margin-left:auto; 
	margin-right:auto;
}

table.display
{
	width: 650px;
}

table h2 
{ 
	color: #182d52; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Verdana; 
	text-decoration: none; 
	margin-top: 0px; 
	padding-bottom: 4px;
}

table th
{ 
	color: #182d52; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Verdana; 
	text-decoration: none; 
	margin-top: 0px; 
	padding-bottom: 4px;
}

table h3 
{ 
	color: #182d52; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Verdana; 
	text-decoration: none; 
	margin-top: 0px;
}

table td 
{ 
	color: #444; 
	font-weight: normal; 
	font-size: 10px; 
	line-height: 14px; 
	font-family: Verdana; 
	text-decoration: none; 
}

table.sortable
{
	width: 850px;
	padding: 20px;
}


table.sortable td
{ 
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: thin;
	border-bottom-style:solid;
	border-bottom-color: #F2EAD7;
	width: 250px;
	text-align: left;
}

th.header
{
	text-align:left;
	font: 1.9em arial, helvetica, sans-serif;
	cursor:pointer;
	border-bottom: thin;
	border-bottom-style:solid;
	border-bottom-color: #F2EAD7;
}

th.sorttable_nosort
{
	font: 1.9em arial, helvetica, sans-serif;
	text-align:left;
	border-bottom: thin;
	border-bottom-style:solid;
	border-bottom-color: #F2EAD7;
}

table tr td.last
{ 	
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom: thin;
	border-bottom-style:solid;
	border-bottom-color: #F2EAD7;
}



/*======================
  Footer
  =====================*/

#footer
{
	clear:both;
	width: 880px;
	text-align: center;
	background: url(../images/background-footer.png) scroll no-repeat 50% 0;
	padding-top: 10px;
}

#footer p
{
	font: 1em arial, helvetica, sans-serif;
	line-height: 1.4em;
	color: #666;
}

#footer a:link,
#footer a:visited,
#footer a:active
{
	color: #666;
}
