/* BODY */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}


/* HEADER */

#header
{background-color:#5B8059;
}

#header img
{
	border: none;
}

#header h1
{
	margin: 0;
	padding: 0 10px;
	font-family:
	"Century Gothic", "Trebuchet MS", Georgia;
	color:#FFF;
	font-weight:lighter;
	font-size:2.5em;
	line-height:0.9em;
}
#header p
{font-family:Verdana, Geneva, sans-serif;
color:#FFF;
font-size:12px;
padding: 0 10px;
}

.hide
{
	display: none;		
}

/* TABS */

#tabs ul
{
    margin: 0;
    padding: 0;
    list-style: none;
	font-size: 0.8em;
}

#tabs li
{
    margin: 0;
    padding: 0;
	float: left;
	border-right: 2px solid #696;
}

#tabs a
{
    padding: 5px 14px;
	display: block;	
	text-decoration: none;
	text-align: center;
	
	color:#006;
	background: #FFFFE6;
	font-weight:bold;
}
 
#tabs li[class=tablast] {
    border-right: none;
	}


#tabs a:hover
{font:bolder;
color:#696;
}

/*#tabs .small
{
	font-size: 0.75em;
	vertical-align: middle;
}

#home_tab:hover
{
	background: #3C7899;
	color: #FFF;
}

#tab1:hover
{
	background: #8D6B54;
	color: #FFF;
}

#tab2:hover
{
	background: #AB458F;
	color: #FFF;
}

#tab3:hover
{
	background: #5B8059;
	color: #FFF;
}

#tab4:hover
{
	background: #4B99C2;
	color: #FFF;
}

#tab5:hover
{
	background: #9F3D37;
	color: #FFF;
}

#tab6:hover
{
	background: #17597D;
	color: #FFF;
}

#tab7:hover
{
	background: #6B5074;
	color: #FFF;
}

#tab95:hover
{
	background: #37386F;
	color: #FFF;
}

#tab96:hover
{
	background: #958F51;
	color: #FFF;
}*/


/* SEARCH */

#search p
{
	margin: 0;
	padding: 0;
}


/* NAVIGATION */

#navigation
{
	background-color:#5B8059;
	
}
#navigation p
{font-size:11px;
font-family:Tahoma, Geneva, sans-serif;
color:#fff;
padding:-5px 0;
line-height:1.2em;
}

#navigation ul
{
	margin: 100px 0 0 0;
	padding: 0;
	list-style: none;
}

#navigation ul ul
{
	margin: 0;
	padding: 0 5px;
	border-bottom: 1px solid #C9E1ED;
	display: none; /* This level of navigation is hidden by default */
}

#navigation li
{
	margin: 0;
	padding: 0 5px;;
	/*border-bottom: 1px solid #FFF;*/
}

#navigation ul ul li
{
	border: 1px solid #C9E1ED;
	border-bottom: none;
	padding:0 0 0 5px;
}

#navigation a
{
	margin: 0;
	padding: 0.3em 0.5em;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
}

#navigation ul li a:hover
{
	background-color: #3C7899;
	color: #FFF;
}

#navigation ul ul li a
{
	background-color: #FFF;
	color: #3C7899;
}

#navigation ul ul li a:hover
{
	text-decoration: underline;
	background-color: #FFF;
	color: #3C7899;
}

#navigation .small
{
	font-size: 0.75em;
	vertical-align: text-bottom;
}


/* CONTENT */

#maincontent h1
{
	margin: 5px 0 10px 0;
	padding: 5px 5px;
	font-size: 1.1em;
	color: #FFF;
	background: #5B8059;
	font-weight: normal;
	clear: both;
}

#content h2
{
	margin: 20px 0 10px 0;
	padding: 3px 5px;
	font-size: 0.85em;
	color: #3C7899;
	background: #C9E1ED;
	font-weight: normal;
	clear: both;
}

#content h3
{
	margin: 20px 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 0.85em;
	color: #3C7899;
	font-weight: normal;
	border-bottom: 1px solid #3C7899;
	clear: both;
}

#content h4
{
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 0.85em;
	color: #3C7899;
	font-weight: normal;
	clear: both;
}

#content p
{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.8em;
	color: #006;
	line-height: 1.2em;
}
#content p strong
{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1em;
	color: #006;
	line-height: 1.5em;
}

#content ul, #content ol
{
	margin: 0 30px 20px 30px;
	padding: 0;
}

#content li
{
	margin: 0;
	padding: 0 0 0.8em 0;
	font-size: 0.8em;
	color: #006;
	line-height: 1em;
}

#content ul ul
{
	margin: 5px 20px -15px 20px;
}

#content ul ul li
{
	font-size: 1em;
	list-style: circle;
}

#content ul ul ul li
{
	font-size: 1em;
	list-style: disc;
}

#content a
{
	color: #36C;	
	text-decoration: underline;
}

#content a:hover
{
	color: #E00;
}

#content a.doc
{
	padding-left: 19px;
	background: url(../images/doc.gif) left center no-repeat;
	display: inline-block;
}

#content a.url
{
	padding-right: 15px;
	background: url(../images/url.gif) right center no-repeat;
	display: inline-block;
}

#content a.mp3
{
	padding-left: 19px;
	background: url(../images/mp3.gif) left center no-repeat;
	display: inline-block;
}

#content a.pdf
{
	padding-left: 19px;
	background: url(../images/pdf.gif) left center no-repeat;
	display: inline-block;
}

#content a.ppt
{
	padding-left: 19px;
	background: url(../images/ppt.gif) left center no-repeat;
	display: inline-block;
}

#content a.xls
{
	padding-left: 19px;
	background: url(../images/xls.gif) left center no-repeat;
	display: inline-block;
}

#content a.zip
{
	padding-left: 19px;
	background: url(../images/zip.gif) left center no-repeat;
	display: inline-block;
}

#content form
{
	margin: 0;
	padding: 0;
}

#content input, #content textarea, #content select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000;
}

#content table
{
	margin: 0;
	border: 1px solid #C9E1ED;
}

#content table td
{
	margin: 0;
	padding: 5px;
	font-size: 0.85em;
	color: #555;
	line-height: 1.5em;
	vertical-align: top;
	border-top: 1px solid #C9E1ED;
}

#content table th
{
	margin: 0;
	padding: 5px;
	font-size: 0.85em;
	color: #3C7899;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background: #C9E1ED;
}

#content table.no_border, #content table.no_border tr td
{
	border: none;
}

#content .half_width
{
	width: 50%;
}

#content .number
{
	width: 20px;
	text-align: center;
}

#content .padding_left
{
	padding-left: 20px;
}

#content .small
{
	font-size: 0.85em;
}

#content .highlight
{
	padding: 5px;
	background: #C9E1ED;
	line-height: 1.5em;
	display: block;
}


/* LINKS */

#links ul
{
    margin: 0;
    padding: 0;
	font-size: 0.9em;
}

#links li
{
    margin: 0 0 10px 0;
    padding: 0;
	float: left;
	list-style: none;
}

#links ul li a
{
    margin: 0;
	padding: 4px 6px;
	display: block;	
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #FFF;
	color: #FFF;
	background: #3C7899;
}

#links ul li a:hover
{
	color: #FFF;
	background: #3C7899;
}


/* HOMEPAGE */

#item1, #item2, #item3, #item4
{
	border: 1px solid #C9E1ED;
}

#item1 h2, #item2 h2, #item3 h2, #item4 h2
{
	margin: 0;
	padding: 0;
	background: #C9E1ED;
	color: #3C7899;
	display: block;
	font-weight: bold;
}

#item1 p, #item2 p, #item3 p, #item4 p
{
	margin: 0;
	padding: 5px;
}


#item1 img, #item2 img, #item3 img, #item4 img
{
	margin: 0;
	padding: 0;
	border: 0;
}

#item1 h2 a, #item2 h2 a, #item3 h2 a, #item4 h2 a
{
	margin: 0;
	padding: 3px 5px;
	color: #3C7899;
	text-decoration: none;
	display: block;
}

#item1 h2 a:hover, #item2 h2 a:hover, #item3 h2 a:hover, #item4 h2 a:hover
{
	color: #FFF;
	background-color: #3C7899;
}

#item1 p a, #item2 p a, #item3 p a, #item4 p a
{
	display: inline;
	color: #36C;	
	text-decoration: underline;
}

#item1 p a:hover, #item2 p a:hover, #item3 p a:hover, #item4 p a:hover
{
	color: #E00;
}


/* ADMIN */

#admin
{
	border: 1px solid #C00;
}

#admin p
{
	margin: 0;
	padding: 3px 5px;
	font-size: 0.8em;
	color: #C00;
	font-weight: normal;
}

#admin a
{
	color: #C00;
	text-decoration: underline;
}

#admin a:hover
{
	color: #C00;
	text-decoration: none;
}


/* BREADCRUMB */

#breadcrumb p
{
	margin: 0;
	padding: 0 0.4em;
	color: #555;
	font-size: 0.8em;
}

#breadcrumb a
{
	color: #555;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	color: #555;
	text-decoration: none;
}


/* OBJECTS */

#objects
{
	background: #FFFFE6;
}
#objects h2
{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #555;
	text-align: left;
	line-height: 1.5em;
}

#objects p
{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #555;
	text-align: left;
	line-height: 1.5em;
}

#objects a
{
	color: #36C;	
	text-decoration: underline;
}

#objects a:hover
{
	color: #E00;
}

#objects img
{
	margin: 5px 0 0 10px;
	padding: 0;
	border: none;
	
}

#objects .small
{
	font-size: 0.8em;
}



/* FOOTER */

#footer
{
	border-top: 20px solid #696;
	padding:1em;
}

#footer p
{
	margin: 0 0 15px 0;
	font-size: 0.8em;
	padding: 0.5em;
	color: #555;
}

#footer a
{
	color: #555;
	text-decoration: underline;
}

#footer a:hover
{
	color: #555;
	text-decoration: none;
}


/* LOGOS */

#logos p
{
	margin: 0;
	padding: 0;
}

#logos img
{
	margin: 20px 30px 0 0;
	padding: 0;
	border: none;
}


/* LAYOUT STYLES */

.center
{
	text-align: center;
}

.left
{
	float: left;	
}

.right
{
	float: right;	
}

.clear
{
	clear: both;
}.darkBlue {
	color: #006;
}

