﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

body 
{
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

small
{
	font-size: 8pt;
}

p.footnote
{
	font-size: 9pt;
}

.red
{
	color: #9E0A44;
}

#wrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
}

#header
{
	width: 800px;
	height: 127px;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;	
	background-position: right;
}

#header a, #header a:Link, #header a:Visited, #header a:Active
{
	color: #ffffff;
	text-decoration: none;
}

#header a:Hover
{
	color: #ffffff;
	text-decoration: none;
}

#navigation
{
	width: 175px;
	float: left;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

#navigation ul
{
	list-style-type: none;	
	/*background-color: #d9dadb;*/
	margin-left: 15px;
	margin-top: 10px;
}

#navigation ul ul
{
	list-style-type: none;	
	/*background-color: #d9dadb;*/
	margin-left: 0;
}

#navigation ul li
{
	/*border-bottom: solid 1px #d9dadb;*/
	float: left;
	margin-bottom: 5px;
}

#navigation ul li a
{
	/*border-bottom: solid 1px #d9dadb;*/
	float: left;
	width: 149px;
	height: 22px;
	background-image: url(/images/nav_on.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Century Gothic', 'Trebuchet MS', Helvetica, Geneva, sans-serif;
}

#navigation ul li a:hover
{
	background-image: url(/images/nav_off.gif);
	background-repeat: no-repeat;
}

#navigation ul li li
{
	/*border-top: solid 1px #d9dadb;*/
	border-bottom: 0;
	margin-top: 5px;
	margin-bottom: 0;
}

#navigation ul li li a
{
	width: 149px;
	height: 22px;
	background-image: url(/images/subnav_off.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	/*margin-bottom: 5px;*/
	font-size: 12px;
}

#navigation ul li li a:hover
{
	background-image: url(/images/subnav_off.gif);
}

#navigation img
{
	display: block;
}

#content
{
	width: 450px;
	float: left;
	padding: 10px 10px 10025px 10px;
	margin-bottom: -10000px;	
}

#content h1
{
	width: 445px;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 10px;
	background-image: url(/images/title_bar_narrow.gif);
	background-repeat: no-repeat;	
	line-height: 14px;
}

#content h1.green
{
	background-image: url(/images/title_bar_green_narrow.gif);
	background-repeat: no-repeat;	
}

#content h2
{
	color: #6C826C;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content h3
{
	color: #9E0A44;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content iframe
{
	float:left;
	margin-right: 10px;
}

#content p
{
	padding-bottom: 10px;
}

#content ul
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content ul li
{
	padding-left: 0px;
}

#content blockquote
{
	padding-bottom: 10px;
	padding-left: 20px;
}

#content input, #content select, #content textarea
{	
	background-color: #e3f4c1;
}

#content a, #content a:Link, #content a:Visited, #content a:Active 
{
	color: #9E0A44;
	text-decoration: underline;
}

#content a:Hover 
{
	color: #9E0A44;
	text-decoration: underline;
}

#content table td
{
	vertical-align: top;	
}

#sidebar
{
	width: 152px;
	float: left;	
	padding-bottom: 10000px;
	margin-bottom: -10000px;	
	font-size: 10px;
	color: #003366;
}

.sidebaritem
{
	width: 152px;
	text-align: right;
	margin-bottom: 5px;
}

#footer
{
	clear: both;
	width: 800px;	
	position: relative;
}

#footerleft
{
	width: 388px;
	color: #ffffff;
	background-color: #97c934;
	font-size: 9pt;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	float: left;
}

#footerright
{
	width: 389px;
	color: #ffffff;
	background-color: #97c934;
	font-size: 9pt;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;	
	padding-right: 11px;
	float: left;
}

#footerright ul
{
	list-style-type: none;	
}

#footerright li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a, #footer a:Link, #footer a:Visited, #footer a:Active 
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:Hover 
{
	color: #ffffff;
	text-decoration: underline;
}

#footersub
{
	clear: both;
	width: 800px;	
	padding-top: 4px;
	color: #bbbdbe;
	background-color: #ffffff;
	font-size: 9pt;
	text-align: right;
	position: relative;
}

#footersub a, #footersub a:Link, #footersub a:Visited, #footersub a:Active 
{
	color: #bbbdbe;
	text-decoration: none;
}

#footersub a:Hover 
{
	color: #bbbdbe;
	text-decoration: underline;
}

#jobsearch
{
	width: 450px;
	background-color: #cfe4a5;	
}

#jobsearchleft
{
	width: 205px;
	float: left;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #cfe4a5;
	border-right: solid 1px #9c9d9f;
}

#jobsearchright
{
	width: 190px;
	float: right;	
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;	
	background-color: #cfe4a5;
}

.boxNarrowTop
{
	height: 4px;
	background-image: url(/images/box_narrow_top.gif);
	background-repeat: no-repeat;		
}

.boxNarrowMiddle
{
	padding: 5px 5px 5px 5px;
	background-image: url(/images/box_narrow_middle.gif);
	background-repeat: repeat-y;		
}

.boxNarrowBottom
{
	height: 4px;
	background-image: url(/images/box_narrow_bottom.gif);
	background-repeat: no-repeat;		
}


#content .linkcategory
{
	width: 99px;
	height: 55px;
	float: left;
	margin: 0px 3px 3px 0px;
	padding: 10px 5px 0px 5px;
	text-align: center;
	background-image: url(/images/link_box.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}

#content .linkcategory:hover
{
	background-image: url(/images/link_box_on.gif);
	background-repeat: no-repeat;
	cursor:pointer;
	cursor:hand;
}

#content .linkcategory a
{
	color: #97c934;
	text-decoration: none;
}

.clearfloat
{
	clear: both;	
}