/* @override http://192.168.1.103:8888/cacrep/css/main.css */

/*
Company:	CACREP
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/


.clearingBlock {
	width: 0px;
	height: 0px;
	clear: both;
}

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.gif) repeat-x 0 0 #fefdf9;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bkg.png) repeat-y 0 0;
}
div#bd-inner {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-fade.gif) repeat-x 0 0;
	overflow: hidden;
}
div#bd-btm {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	height: 17px;
	overflow: hidden;
	background: url(../images/content-btm.png) no-repeat 0 0;
}

/* Footer */
div#ft {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 7px;
	text-align: center;
}
div#ft p {
	font-size: 93%;
}
div#ft p.ft-links {
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
div#ft p.ft-links a {
	margin: 0 10px;
}
div#ft p.copyright {
	color: #9eb7bd;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 555px;
	height: 138px;
	background: url(../images/logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 0 0 30px;
}
div#logo a {
	display: block;
	height: 100%;
}
div#logo a:hover {
	background-color: transparent!important;
}

/* Util Find */
div.util-find {
	color: #438698;
	font-weight: bold;
	font-size: 93%;
	width: 186px;
	position: absolute;
	margin: 55px 0 0 754px;
}

div.util-find {
    z-index: 100;
}

div.util-find div.quicklinks {
	background: url(../images/quicklinks-bkg.gif) no-repeat 0 0;
	width: 174px;
	height: 27px;
	line-height: 25px;
	padding: 5px 0 0 15px;
}
div.util-find div.quicklinks select {
	width: 135px;
	border: none;
	background-color: transparent;
	color: #438698;
	font-weight: bold;
	margin: 4px 0 0 0;
}
div.util-find div.search {
	background: url(../images/search-bkg.png) no-repeat 0 0;
	width: 166px;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 15px;
}
div.util-find div.search input.txt {
	vertical-align: middle;
	width: 120px;
	margin: 10px 0 0 0;
	border: none;
	background-color: transparent;
	font-weight: bold;
	color: #439698;
	float: left;
	display: inline;
}
div.util-find div.search input.btn {
	float: right;
	display: inline;
	width: 35px;
	height: 30px;
	border: none;
	background: none;
}

/* Breadcrumb */
p.bc {
	color: #6b6c6c;
	font-size: 85%;
	padding: 15px;
	margin: 0;
}
p.bc a:link, p.bc a:visited {
	text-decoration: none;
	color: #6b6c6c;
}
p.bc a:hover {
	background-color: #6b6c6c;
	color: #eee;
}

/* Main */
div.main {
	width: 578px;
	background: url(../images/content-check-watermark.gif) no-repeat 100% 100% #fff;
	margin: 0 14px 0 0;
	padding: 28px 44px;
	float: right;
	display: inline;
}

/* Side */
div.side {
	width: 251px;
	margin: 0 0 0 15px;
	float: left;
	display: inline;
}
div.sub-nav {
	background-color: #fff;
	border-top: 8px solid #135265;
	padding: 10px 15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 20px 0;
}
div.sub-nav h3 {
	margin: 0 0 10px 0;
	color: #ec6b1a;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 123%;
}
div.sub-nav ul {
	margin: 0;
	padding: 0;
}

div.sub-nav ul a {
	display: block;
	padding: 3px 2px;
}
div.sub-nav ul li {
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
	padding: 2px 0;
}
div.sub-nav ul li.last {
	border: none;
}
div.sub-nav ul ul li {
	border: none;
	padding: 0;
}
div.sub-nav ul ul a {
	padding: 3px 0 3px 15px;
	font-size: 93%;
	width: 206px;
}
div.sub-nav ul a:link, div.sub-nav ul a:visited {
	color: #2c393c;
	text-decoration: none;
}
div.sub-nav ul a:hover {
	background-color: #ec6b1a;
	color: #fff!important;
}
div.sub-nav ul li a.active {
	background: url(../images/subnav-bkg.gif) repeat-y 0 0;
	color: #ec6b1a!important;
}

/* Find Programs */
div.programs h3 {
	color: #cbdfe2;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	margin: 0;
	background-color: #004459;
	padding: 7px 0;
	text-transform: uppercase;
}
div.programs {
	color: #3d4344;
	font-family: "Trebuchet ms", arial, sans-serif;
	background: url(../images/programs-box-bkg.gif) no-repeat 0 100%;
	padding: 0 0 40px 0;
	text-align: center;
	margin: 0 0 20px 0;
	width: 251px;
}
div.programs p {
	font-size: 93%;
	padding: 10px 30px 0 30px;
	margin: 0 0 10px 0;
}

.small {
	font-size: 93%;
}

div.programs a.find {
	display: block;
	text-align: right;
	width: 230px;
}
div.programs a.find:hover {
	background-color: transparent;
}

/* Get Involved */
div.get-involved h3 {
	color: #cbdfe2;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	margin: 0;
	background-color: #004459;
	padding: 7px 0;
	text-transform: uppercase;
}
div.get-involved {
	color: #3d4344;
	font-family: "Trebuchet ms", arial, sans-serif;
	padding: 0 0 0 0;
	width: 251px;
	margin: 0 0 20px 0;
}
div.email-box {
	background: url(../images/get-involved-bkg.gif) no-repeat 0 100%;
	padding: 15px 25px;
}

div.email-box input#emailSubmit {
border: none;
background: url(../images/signup-btn.gif) no-repeat;
width: 26px;
height: 21px;
}

div.get-involved h4 {
	margin: 0 0 5px 0;
	font-size: 131%;
	color: #004459;
}
div.get-involved h4 span {
	color: #ec6b1a;
	text-transform: uppercase;
	margin: 0 4px 0 0;
}
div.get-involved p {
	font-size: 93%;
	margin: 0 0 10px 0;
}
div.get-involved input.txt {
	vertical-align: middle;
	border: none;
	background-color: #f5f5f9;
	padding: 4px;
	font-size: 93%;
	color: #4e4e4e;
}
div.get-involved input.btn {
	vertical-align: middle;
}
div.community-box {
	background: url(../images/social-bkg.gif) no-repeat 0 100%;
	padding: 15px 25px;
}
div.community-box p.social {
	text-align: right;
	margin: 0;
}
div.community-box p.social a:hover {
	background-color: transparent;
}

/* Shape Future */
div.flex-box h3 {
	color: #cbdfe2;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	margin: 0;
	background-color: #004459;
	padding: 7px 0;
	text-transform: uppercase;
}
div.flex-box {
	color: #004459;
	font-family: "Trebuchet ms", arial, sans-serif;
	padding: 0;
	width: 251px;
	margin: 0 0 20px 0;
	background: url(../images/side-box-bkg.gif) repeat-x 0 100% #e1edef;
}
div.flex-box-content {
	padding: 20px 25px;
}
div.flex-box p {
	font-size: 93%;
	margin: 0 0 10px 0;
	line-height: 150%;
}
div.flex-box a:link, div.flex-box a:visited {
	color: #ec6b1a;
}
div.flex-box a:hover {
	color: #fff;
	background-color: #ec6b1a;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #444;
	min-height:320px;
}
div.main p {
	font-size: 108%;
	line-height: 150%;
}
/* @end */

/* @group Default Headings */
div.main h1, .h1 {
	font-size: 231%;
	margin: 0 0 15px 0;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #ec6b1a;
}
div.main h2, .h2 {
	font-size: 153.9%;
	margin: 0 0 7px 0;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #ec6b1a;
}
div.main h3, .h3 {
	font-size: 108%;
	margin: 0 0 7px 0;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #003a4d;
	text-transform: uppercase;
}
/* @end */

/* @group Default Lists */
div.main ul {
	margin-left: 10px;
}
div.main ul li {
	font-size: 108%;
	line-height: 150%;
	background: url(../images/orange-bullets.gif) no-repeat 0 7px;
	list-style: none;
	padding-left: 13px;
}

div.main div#siteheader li {
	list-style-type:none;
	list-style-image:none;
	background: none;
	padding-left: 0px;
}

div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Nav */
/* Util Nav */
div.util-nav {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 108%;
}
div.util-nav ul {
	margin: 0;
	padding: 0 40px 0 0;
	float: right;
	display: inline;
}
div.util-nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div.util-nav ul li a {
	display: block;
	line-height: 33px;
	background-color: #266679;
	padding: 0 15px;
	margin: 0 2px;
}
div.util-nav a:link, div.util-nav a:visited {
	color: #a8c2c9;
	text-decoration: none;
}
div.util-nav a:hover {
	background-color: #a8c2c9;
	color: #266679;
}

/* Nav */
div#nav-wrap {
	width: 974px;
	height: 10px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	/*background: url(../images/nav-shadow-top.png) no-repeat 0 0;*/
}
div#nav {
	clear: both;
	height: 49px;
	margin: 0 auto;
	background: url(../images/nav-bkg-repeat.gif) repeat-x 0 0;
	width: 962px;
	overflow: hidden;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 0;
}
div#nav ul li {
	background: url(../images/nav-bkg.gif) no-repeat 0 0;
	float: left;
	display: inline;    
}
div#nav ul li a {
	display: block;
	line-height: 49px;
	padding: 0 21px;
	font-size: 108%;
	font-weight: normal;
	font-family: "Trebuchet MS", arial, sans-serif;
}
div#nav ul li#n-home a {
	background: url(../images/home-icon.png) no-repeat 50% 50%;
	text-indent: -9000px;
	width: 21px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}



div#nav ul li a.active {
	background-image: none;
	background-color: #e05700;  
}
div#nav ul li ul li.active {
	background: none;
}
div#nav ul li:hover a, div#nav ul li.sfhover a {
	background-color: #cddbde;
	color: #064255;
}
div#nav ul li#n-home.active a {
	background: url(../images/home-icon.png) no-repeat 50% 50% #e05700;
}
div#nav ul li#n-home:hover a, div#nav ul li#n-home.sfhover a {
	background: url(../images/home-icon.png) no-repeat 50% 50% #cddbde;
}

/* Nav Drop Down */
div#nav ul div.drop {
	line-height: 1;
	z-index: 100;
	position: absolute;
	left: -999em;
	width: 257px;
	margin-left: -4px;
}


div#nav ul div.drop div.bkg {
	background: url(../images/drop-bkg.png) repeat-y 0 0;
	width: 235px;
	padding: 5px 11px 2px 11px;
}
div#nav ul div.drop div.btm {
	display: block;
	width: 257px;
	height: 8px;
	background: url(../images/drop-bkg-btm.png) no-repeat 0 0;
}
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #e5edee;
}
div#nav ul li ul { /* second-level lists */
	padding-top: 5px;
	padding-bottom: 5px;
	/*border: 11px solid #fff;*/
}
div#nav ul li ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #e5edee url(../images/sub-nav-div.gif) repeat-x;  
	height: auto;
	background-image: none;
	float: none;
	display: block;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 16px;
	padding: 0 10px;
	margin: 0;
	font-size: 108%;
	display: block;
	font-weight: normal;
	width: 210px;
	background-image: none!important;
	background-color: transparent!important;
}
div#nav ul li ul li a span {
	display: block;
	padding: 6px 5px 4px 5px;
	line-height: 16px;
	background: url(../images/sub-nav-div.gif) repeat-x 0 0;
}
div#nav ul li ul li:first-child a span {
	background: none;
}
div#nav ul li:hover div.drop, div#nav ul li.sfhover div.drop {
	left: auto;
}
div#nav ul li ul a:link, div#nav ul li ul a:visited {
	color: #064255;
	text-decoration: none;
}
div#nav ul li ul a:hover, div#nav ul li ul a.currentpage {
	color: #e05700;
	background: url(../images/sub-nav-arrow.gif) no-repeat 0 45%!important;
}
/* third level */
/*div#nav ul li ul li ul {  
	position: absolute;
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 11px solid #fff;
}
div#nav ul li ul li ul li {
	height: auto;
	float: none;
	display: block;
}
div#nav ul li ul li ul li a {
	text-align: left;
	line-height: 16px;
	padding: 0 10px;
	margin: 0;
	font-size: 108%;
	display: block;
	font-weight: normal;
	width: 175px;
	background-image: none!important;
}
div#nav ul li ul li ul li a span {
	display: block;
	padding: 6px 5px 4px 5px;
	line-height: 16px;
	background: url(../images/sub-nav-div.gif) repeat-x 0 0;
}
div#nav ul li ul li ul li:first-child a span {
	background: none;
}
div#nav ul li ul li:hover ul, div#nav ul li ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul li ul a:link, div#nav ul li ul li ul a:visited {
	color: #102b47;
	text-decoration: none;
}
div#nav ul li ul li ul a:hover {
	color: #be0000;
	background: url(../images/sub-nav-arrow.gif) no-repeat 0 45%!important;
}*/

/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #00758f;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #00758f;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* Search Page Styles */
div.map-intro {
	background: transparent url(../images/map-intro-bg.png) no-repeat scroll 0 0;
	padding: 25px 15px 50px 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.429;
}
div.search-form {
	float:left;
	margin: 0 0 0px 5px;
}
div.search-form-header {
	background:#fff;
	float: left;
	padding: 0 20px;
}
div.search-form-header h2 {
	float: left;
	color: #004459;
	font-weight: bold;
}
div.search-form-header span {
	float: right;
	margin: 5px 0 0 250px;
	font-size: 12px;
}
div.search-form-header span a {
	color: #00758f;
	text-decoration: none;
}
div.search-form-header span a:hover {
	color: #ffffff;
}
div.search-form-body {
/*	background: transparent url(../images/search-form-bg.png) no-repeat scroll 0 0;*/
	float: left;
	padding: 5px 20px;
}
div.search-form-row {
	float: left;
}

div.search-form-body {
  padding: 0px;
  margin: 0px;
}

div.search-form-body label {
	color: #6b7d83;
	text-align:right;
	width:120px;
	float:left;
	margin: 5px 0;
}

div.search-form-body div#showOnline {
width: 320px;
margin: 0px 0px 20px 120px;
padding-left: 15px;
}

div.search-form-body div#showOnline label {
	width:auto;
	text-align:left;
  float:left;
  margin:0 5px;
}

div.search-form-body div#showOnline input {
margin:0;
padding:0;
width:20px;
float:left;
}

div.search-form-body label span {
	color: #004459;
	font-weight:bold;
}
div.search-form-body label#online {
	width: 90px;
}
div.search-form-body label#online span {
	color: #d0580b;
	font-size: 142%;
	text-transform: uppercase;
}
div.search-form-body select, div.search-form-body input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	width:320px;
	margin:2px 0 10px 10px;
}
div.search-form-body select {
	color: #444444;
	background: #fff;
}
/*div.search-form-body input#online {
	margin: 10px;
	width: 10px;
	background-color: #d6e0e3;
	border: 3px solid #d6e0e3;
}*/
div.search-form-body select#state { width: 200px; }
div.search-form-body input#keywords2.hint {
color: #b4babd;
font-style: italic;
}

div.search-form-body input#keywords2.normal {
font-style: normal;
}

div.search-form-body input#submitthis { 
	width: 116px;
	border: none;
	margin: 2px 0 20px 175px;
	background: url(../images/search-btn-find.png);
	height: 34px;
	width: 116px;
	cursor: pointer;
	font-size: 1px;
}
div.search-form-main{
	margin:0 auto;
	width:475px;
	padding:14px;
}

div.search-form-row table.baretable {
float: left;
margin:2px 0 5px 10px;
padding:4px 2px;
/*border: thin dotted silver;*/
}

div.search-form-row table.baretable td {
padding: 2px 5px;
}

div.search-form-row table.baretable input {
padding: 0px;
margin: 0px;
width: 20px;
}
div.search-form-row table.baretable label {
margin: 0px 5px;
text-align: left;
}

div.table-top {
	width: 100%;
	background: #ffffff;
	border-bottom: 5px solid #0a4b60;
}

th#resultscontrolrow {
padding:0px;
margin:0px;
border-bottom:5px #0a4b60 solid;
height: 30px;
}

th#resultscontrolrow table {
padding: 0px;
margin: 0px;
}

div.table-top img {
	float: left;
}
.table-top select, .table-top span, .table-top span a, .table-top input, .table-top span, .table-top select {
	float: right;
	margin: 7px 6px 3px 0px;
	font-size: 10px;
	text-transform: uppercase;
}

#sortby2 {
text-transform: uppercase;
}

.table-top span, .table-top span {
	color: #b4babd;
	padding: 2px 0 0;
	font-weight: normal;
/*	cursor: pointer;*/
}
.table-top span.print {
	padding: 2px 0 5px 25px;
	background: url(../images/print-icon.png) no-repeat scroll 0 -2px;
	cursor: pointer;
}


span a {
  cursor: pointer;
}

#search-results tr#resultscontrols th {
background-color: white;
padding: 0px;
margin: 0px;
text-align: left;
}

#resultscontrolrow table {
padding: 0px;
margin: 0px;
}

#search-results span a {
  cursor: pointer;
}
#search-results thead tr {
/*	border-left: 1px solid #f9f9f9;*/
}
#search-results thead tr th {
	background: #cfe9e9;
}
#search-results thead tr th a {
	color: #0a4b60;
	font-size: 90%;
	text-decoration: none;
}
#search-results thead tr th.selected a {
	color: #0a4b60;
	font-size: 90%;
	text-decoration: underline;
}
#search-results thead tr th span a {
	color: #00758F;
	font-size: 10px;
	margin: 0;
}

#search-results thead tr th span a:hover {
color: white;
}

#search-results tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 10px 8px;
	border-left: 1px solid #f9f9f9;
	color: #111111;
}
#search-results thead tr th.selected {
	background: transparent url(../images/search-results-hd-onstate.png) repeat-x scroll 0 0;
}	
#search-results tbody tr td.selected {
	background-color: #edf4f3;
}
#search-results tbody tr td a {
	text-decoration: underline;
}
#search-results tbody tr td a.details-btn {
	background: url(../images/details-btn.png) no-repeat scroll center 50%;
	padding: 5px;
	text-decoration: none;
	color: #ffffff;
}
#search-results tfoot tr th {
	background: #e2e7e6;
	text-align: right;
	padding: 10px 35px 10px 0;
	font-size: 10px;
	color: #b4babd;
	text-transform: uppercase;
}

 #search-results tfoot tr th a {
   color:#00758F;
 }

 #search-results tfoot tr th a:hover { 
 color: white;
 }
#search-results tfoot tr th span {
	margin: 0 5px;
}
img.img-right {
	float: right;
	padding: 0 0 10px 20px;
}
img.img-left {
	float: left;
	padding: 0 20px 10px 0;
}
	
/*Styles for Jump Nav*/

.trigger, a.trigger:hover, a.trigger:link, a.trigger:visited, a.trigger:active, .activetrigger, a.activetrigger:hover, a.activetrigger:link, a.activetrigger:visited, a.activetrigger:active {
	background: url(../images/quicklinks-bkg.gif) no-repeat;
	height: 27px;
	line-height: 25px;
	padding: 5px 40px 0 15px;
	display: block;	
	overflow: hidden;
  color:#439698; 
}
/* style of the UL */ 
   div.dropcontainer{
	z-index: 105;
	position: absolute;
	}

  div.dropcontainer ul{
	padding: 0;
	margin: 0;
	list-style: none;
	position:absolute;  
	background: url(../images/drop-bkg.png) repeat-y;
	width: 235px;
	padding: 5px 11px 2px 11px;	
}
.dropdownhidden{    
	top:0;
	left:-999em;
}
.dropdownvisible{   
	top:0;
	left:0;
}

div.dropcontainer ul li {
	list-style-type:none;
	list-style-image:none;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #e5edee url(../images/sub-nav-div.gif) repeat-x;  	
}

div.dropcontainer ul li:first-child {
	background: #e5edee;  
}

.dropcontainer ul a{
	display: block;
	line-height: 49px;
	padding: 0 25px;
	font-size: 108%;
	font-weight: normal;
	font-family: "Trebuchet MS", arial, sans-serif;
	text-align: left;
	line-height: 16px;
	padding: 0 10px;
	margin: 0;
	font-size: 108%;
	display: block;
	font-weight: normal;
	width: 210px;
	background-image: none!important;
	background-color: transparent!important;
}
.dropcontainer ul a:hover{
	color: #e05700;
	background: url(../images/sub-nav-arrow.gif) no-repeat 0 45%!important;
}
.dropcontainer{
	position:relative;
}

div.dropcontainer ul li.level1 {

}

div.dropcontainer ul li.level2 {
padding-left: 20px;
}

div.dropcontainer ul li.level3 {
padding-left: 30px;
}

/* news group */
div.news-events {
	float: left;
	margin-bottom: 40px;
}
div.news-events-header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;     
}
div.news-events-item {
/*  float: left;*/
	display: block;
	margin-top: 10px;
}
div.news-events-header h2 {
	background: url(../images/checkmark.png) no-repeat scroll 0 50%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e86f27;
	text-transform: uppercase;
	padding-left: 40px;
	float: left;   
}
div.news-events-header span {
	float: right;
	padding-top: 10px;
}
div.news-events-item h3, div.news-events-item h3 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #278ea6;
	text-transform: none;
	margin: 0;
}
div.news-events-item h3 a:hover { color: #fff; }
div.news-events-item p {
	color: #232323;
	font-size:12px;
	line-height: 18px;
}
div.news-events-item span.date {
	color: #a0a0a0;
	font-size:12px;
	line-height: 18px;
	text-transform: uppercase;
}


/*Level Padding*/
div.sub-nav ul li {
margin-left: 0px;
}

ul li.li1 {
margin-left: 0px;
}

ul li.li2 {
margin-left: 20px;
}

ul li.li3 {
margin-left: 40px;
}


/*Blurb Styles*/

/*FAQs*/
span.faqQuestion {
font-weight: bold;
color: #EC6B1A;
}

span.personName {
color:#00758F;
}

.caption {
  font-size: smallest; 
  font-style: italic;
}

#loginregion{
	margin:33px 0px 0px 700px;
	position:absolute;
	display:none;
	width:202px;
	background:#a8c2c9;
	z-index:1000;
	padding:15px 15px 15px 15px;
	font-weight:bold;
}
#loginregion input[type=text],#loginregion input[type=password],.input{
	border:1px solid #307d8e;
	padding:2px;
	margin:1px;
}
#loginregion input[type=submit],.button{
	color:white;
	background:#e05700;
	border:0px;
	font-weight:bold;
	padding:3px;
}