@charset "utf-8";
/* CSS Document */

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, 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;
	background: transparent;
}
/* remember to define an outline style! */
:focus {
	outline: 0;
}
body {
	color: #333;
	background: #fff;
	font: 62.5% Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr.ac td {
	background-color: #e5f3d9;
}
table td {
	padding: 10px 9px;
}
table th {
	padding-left: 9px;
	padding-bottom: 5px;
	border-bottom: 3px solid #7BC143;
	font-weight: bold;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #E96D1F;
	margin-bottom: 12px;
	display: block;
}
p {
	margin-bottom:12px;
}
a {
	color: #E96D1F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline !important;
}
h3, h4, h5, h6 {
	clear:left;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
	display: none;
}
.active {
	font-weight: bold;
	background-position:right top !important;
	color: #7BC143;
}
.activeLevelLink {
	color: #7BC143 !important;
	font-weight: bold  !important;
}
.article {
	margin-bottom: 12px;
}
.article dd a {
	display: block;
	margin-top: 0px;
	font-weight: bold;
}
.article dt {
	font-weight: bold;
}
.article dt span {
	font-weight: normal;
}
.bottomMargin0px {
    margin-bottom: 0px !important;
}
.bottomMargin12px {
    margin-bottom: 12px;
}
.bottomMargin24px {
    margin-bottom: 24px;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.floatLeft {
    float: left;
    margin-right: 15px;
}
.halfWidth {
	width: 50%;
}
.highlightr {
    color: #b31736;
}
.imgCaption {
	float:left;
	margin:0.5em 1em 1em 0;
	position:relative;
	border: 2px solid #d1d1d1;
}
.imgCaption p {
	font-size:0.9em;
	color:#000;
	margin:0;
	background-color:#D1D1D1;
	padding:0.5em;
}
.none {
	display: none;
}
.padding {
	padding: 0px 12px;
}
a.tt{
	position:relative;
	z-index:24;
	color:#000;
	height: 61px;
	width: 57px;
	text-decoration:none !important;
	float:left;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
* html a.tt:hover{z-index:25; color:#000; text-decoration:none !important; background-image:url(../images/blank.gif);}
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	left:-300px;
	width: 334px;
	color: #333;
	font-size:10px;
	filter: alpha(opacity:95);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
	bottom: 30px;
	z-index: 100;
	background-color: transparent;
	text-decoration:none !important;
}
a.tt:hover span.top{
	display: block;
	padding: 13px 13px 0;
	background-image: url(../images/thoughtBubble.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-decoration:none;
}
a.tt:hover span.bottom{
	display: block;
	padding:0px 0px 34px;
	color: #fff;
	background-image: url(../images/thoughtBubble.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#container {
	width: 968px;
	/*border: 1px solid #333;*/
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#content #leftColumn, #content #middleColumn, #content #rightColumn {
	float: left;
	font-size: 1.2em;
}
#footer {
	padding: 20px 17px;
	font-size: 1.2em;
	clear: left;
	border-top: 1px solid #333;
}
#footer a {
	color: #333333;
	margin-right: 10px;
}


#header {
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 119px;
	width: 968px;
}
#header #logo {
	float: left;
	margin-right: 15px;
}
#header #headerSubNav {
	float: left;
	margin-top: 20px;
	font-size: 1.2em;
	width: 90px;
}
#header #headerSubNav li {
	margin-bottom: 8px;
}
#header #headerSubNav li a {
	color: #7BC143;
	text-decoration: none;
}
#header #searchBox {
	float: left;
	width: 185px;
	margin-top: 20px;
}
#nav  ul li {
	float: left;
	border-left: 1px dashed #919396;
	position: relative;
}
#header #searchBox input.searchField {
	width: 165px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	padding: 2px;
	border: 1px solid #A6A8AA;
	margin-bottom: 6px;
}
#nav {
	height: 28px;
	padding: 4px 0px 4px 193px;
	position: relative;
	clear: left;
	width: 775px;
	z-index: 500;
}
#nav ul li a {
	display: block;
	height: 0px;
	float: left;
	padding-top: 28px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul li ul {
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
	background-color: #fff;
	width:159px;
	padding: 3px;
	border-top: 5px solid #7BC143;
	z-index: 500;
}
#nav ul li ul li {
	border-left-style: none;
	float:none;
}
#nav ul li ul li a {
	display: block;
	height: auto;
	float: none;
	font-size:1.2em;
	color: #7BC143;
	padding: 4px 6px;
	width: 147px;
	border-bottom: 1px solid #f5f5f5;
	font-weight: bold;
}
#nav ul li ul li a:hover {
	text-decoration:none !important;
	color: #333;
}
#nav ul li:hover ul, #nav ul li.over ul {
	display: block !important;
}
#nav  ul  li  a.menuaboutus {
	background-image: url(../images/menuAbout.gif);
	width: 76px;
}
#nav  ul  li  a.menuconnect {
	background-image: url(../images/menuConnect.gif);
	width: 75px;
}
#nav  ul  li  a.menudonate {
	background-image: url(../images/menuDonate.gif);
	width: 66px;
}
#nav  ul  li  a.menuemployment {
	background-image: url(../images/menuEmployment.gif);
	width: 100px;
}
#nav  ul  li  a.menulogin {
	background-image: url(../images/menuLogin.gif);
	width: 51px;
}
#nav  ul  li  a.menunewsandevents {
	background-image: url(../images/menuNews.gif);
	width: 127px;
}
#nav  ul  li  a.menuprogramareas {
	width: 114px;
	background-image: url(../images/menuProgram.gif);
}
#nav ul li a:hover {
	background-position: right top;
}
#nav #loginBox {
	height: 187px;
	width: 312px;
	border-top: 24px solid #E96D1F;
	position: absolute;
	left: 492px;
	top: 36px;
	background-color: #fff;
	padding: 22px 32px 0px;
	z-index: 50;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	display: none;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
}
#nav #loginBox label {
	display: block;
	clear: left;
	margin-bottom: 6px;
}
#nav #loginBox label span {
	float: left;
	width: 60px;
	padding-top: 4px;
}
#nav #loginBox label input {
	font-size: 1em;
	width: 187px;
	padding: 2px;
}
#nav #loginBox a.customCancel {
	line-height: 28px;
	color: #333;
	text-decoration: underline;
	height: 28px;
	padding-right: 12px;
	border-right: 1px dashed #6A6A6A;
	margin-right: 12px;
	display: inline;
	float: left;
	margin-left: 100px;
}

