
body {
/*
	background: #ffffff;
*/
}

body, td, th, li, p {
/*
	font-family:  Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
*/
}

input
{
	vertical-align:middle;
}

img
{
	border:none;
}

hr {
	color:#000000;
	background-color:#000000;
	height:1px;
	width:80%;
	border:0px;
}

.alt {
	display: none;
}

.divider {
	height:1px;
}
.divider td {
	margin:0;
	padding:5px;
}


#header {
/*
	position: relative;
	height: 185px;
	background: #fff url(/images/header-img.jpg) no-repeat;
	width: 955px;
*/
}
/*
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	color: #fff;
	border: none;
}

#header h1 a {
	display: block;
	width: 350px;
	height: 185px;
}
*/

#page-wrap {
/*	width: 760px;
	margin: 0 auto;

	background: #fff;
	width: 955px;
	margin: 0 auto;
	border:solid 1px #3056A7;
*/
}

#sortOrder li 
{
	color: #000;
	width:200px;
	background-color:#DFEAF4;
	margin:3px;
	padding:3px;
	cursor:move;
	font-weight:bold;
}

#msg
{
	margin: 5px 0;
	padding: 5px;
	background-color: #990000; /*#FF3300*/
	color : #FFF;
	font-weight: bold;
	width: 200px;
	text-align:center;
	clear: both;
}

#notify /* used at the top of the CM and SA list pages */
{
	font-weight:bold;
	text-align:center;
}

/* Begin Login Page CSS */
/*
#login
{	margin: 0 auto;
	border: solid #81ACD3 3px;
	background-color:#fff;
	width:275px;
	font-weight:bold;
	font-size:12px;
	padding:6px;
}

#login tr.title
{
	text-align:center;
}
#login tr.title td
{
	padding-top: 5px;
}
#login tr th
{
	vertical-align:middle;
}

#login h1 {
	margin: 5px 0 0 0;
	padding-bottom: 3px;
	text-align: center;
	background: #D3DEE6;
}

#login h2 {
	margin: 0;
	font-size: 14px;
	text-align: center;
}

#login input {
	width: 110px;
}

#login .title input {
	width: auto;
}

#login input#Login {
	margin-top: 2px;
	margin-bottom: 0;
	width: auto;
}
*/
/* End login Page CSS*/



/* REPLACED WITH H1
.pageHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#990000;
	text-align:left;
}
*/

.altRow
{
	background-color:#E0EAEA;
}


/* Javascript Calender picker css */
td.calendarDateInput 
{
	letter-spacing:normal;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
select.calendarDateInput 
{
	letter-spacing:.06em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
input.calendarDateInput 
{
	letter-spacing:.06em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* End Javascript Calender picker css */



/* Validation javascript css */
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #000000; /*#00A8E6*/
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #990000;
	/*color : #FF3300;*/
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #000000; /*#00CC00*/
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #990000; /*#FF3300*/
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

label {
	/*font-weight: bold;*/
	vertical-align:middle;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
/* End Validation javascript css */


.btn a, .formBtn{
	padding: 1px;
	color: #DDE4EC;
	background: #7BA7C1;
	width: 50px;
	text-align: center;
	border: solid #476583 1px;
	margin: 0 3px 3px 0;
}
.btn a {
	font-size: 10px;
	display: block;
	float: left;
}
.formBtn {
	font-size: 12px;
}
.btn a:hover, input:hover.formBtn{
	color: #fff;
	background-color: #6B8FAF;
}
.btn a:active, input:active.formBtn{
	color: #000;
	background-color: #FEFDC0;
}

#container {
	padding: 0 0;
}

/*
#nav {
	width: 100%;
}
#nav, #nav ul {
	list-style: none;
	line-height: 1em;
	padding: 0;
	border-top: solid #ccc 1px;
	margin: 0 0 1em 0;
	z-index:999;
}
#nav ul {
	float: left;
}

#nav a {
	display: block;
	color: #4A6A82;
	text-decoration: none;
	padding: 3px 15px;
	text-align: left;
	width: auto;
	/*width:100%;		 Added to prevent mouseout bug - JC */
}

#nav li {
	width: auto;
	float: left;
	padding: 0;
}
/* Added to give user visual cue that the menu has a flyout */
#nav li.subNav {
	background: url(/images/system/subNav.gif) no-repeat right center;
}

#nav li li{
	float: none;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background: #fff;
}

#nav li li {
	width: 14em;
}
#nav li li li{
	width: auto;
}

#nav li ul a {
	text-align: left;
}

#nav li ul ul {
	margin: -2.25em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #D1E1EF;
}
*/

.clr {
	clear: both;
}

#newsStories_list {
	margin-top:10px;
}

#copyBlockHolder {
	margin: 10px 0;
}

/* News styles */

.link {
	float: left;
	display: block;
	margin: 10px 20px 10px 0;
	background: url(/images/click.jpg) no-repeat left;
	padding: 4px 0 6px 20px;
	height: 20px;
}

.file {
	float: left;
	display: block;
	margin: 10px 10px 10px 0;
	background: url(/images/file.gif) no-repeat left;
	padding: 4px 0 6px 20px;
	height: 20px;
}

.copyblock img {
	margin: 0 0 5px 0;
	/*border: solid #ffcc00 2px;*/
}

.imglt {
	float: left;
	margin: 0 15px 10px 0;
}

.imgrt {
	float: right;
	margin: 0 0 10px 20px;
}

.imgrt p, .imglt p {
	margin: 0 0 5px 0;
	color: #3865C2;
	max-width:300px;
}


.category {
	float: left;
	margin: 0 20px 20px 0;
}

.category h3{
	margin: 0 0 5px 0;
	padding-bottom: 5px;
}

.category h4{
}

.category .listing{
	margin: 0 0 10px 0;
}

/* Make all listings expand to the category containers */
.onecol .listing, .twocol .listing, .threecol .listing {
	width: 100%;
	float: left;
}


.onecol .category{
	width: 100%;
}

/* Set this to 45% if you want to constrain the news colums by category */
.twocol .category{
	width: 100%;
}
/* Set this to 45% if you want to constrain the news colums by listing */
.twocol .category .listing{
	width: 45%;
}

/* Set this to 30% if you want to constrain the news colums by category */
.threecol .category{
	width: 100%;
}
/* Set this to 30% if you want to constrain the news colums by listing */
.threecol .category .listing{
	width: 30%;
}



/* home styles */

#homeintro {
	padding: 211px 30px 20px 69px;
	width: 446px;
	float:left;
	background: url(/images/header-home.jpg) no-repeat;
}

#homeintro #primnav{
/*
	margin: 0px;
*/
}

#startDate, #endDate {
    border: solid 1px #FFFFFF;
    margin-left:10px;
}

#sdPicker, #edPicker {
    cursor:pointer;
}

/* Events tools */

#dateSelector {
	width: 195px;
	float: left;
	margin: 0 40px 0 0;
}
#dateSelector h3{
	margin: 5px 0;
}
#dateSelector p{
	width: 40px;
	float: left;
	line-height:14px;
	margin: 0 10px 0 0;
}

#dateSelector a#featureLink {
	display: block;
	text-align: center;
	padding: 5px;
	margin: 5px 0 5px 0;
	background: #CCE0EC;
	border: solid #3D7EA3 1px;
	color: #333;
}
#dateSelector a#featureLink:hover {
	color: #000;
	background-color: #AECEE1;
}

#dateSelector form {
	margin: 10px 0 0 0;
}

#startDate, #endDate, #sdPicker, #edPicker {
	float: left;
}

#dateSubmit {
	font-size: 10px;
	margin: 10px 0 0 0;
}

#upcomingEvents {
	width: 450px;
	margin: 0;
	float:left;
}

#upcomingEvents .category {
	width: 100%;
	float: none;
	margin: 0;
}

#upcomingEvents .category h3{
	border-bottom: solid #4E7083 1px;
}

#upcomingEvents .event{
	padding: 15px;
}

#upcomingEvents .featured{
	background: #FFF url(/images/featured-bkgd.gif) no-repeat top left;
	padding: 15px;
}

#upcomingEvents .event h4 {
	float: left;
	width: 250px;
	margin-right: 15px;
}

#upcomingEvents .event h5.date {
	float: right;
	width: 150px;
	text-align: right;
	font-size: 12px;
}

h2.dateRange {
	font-size: 16px;
	color: #324B65;
	background: url(/images/blue-grad.gif) repeat-x;
	padding: 0px;
	font-weight:bold;
	letter-spacing:-.05em;
}

a.eventLink {
	font-size: 16px;
	color: #324B65;
	font-weight:bold;
	letter-spacing:-.05em;
}

* { 
	margin: 0; padding: 0; 
}
/*
ul, ol {
	margin: 0 0 0 20px; 
	padding: 0 0 0 20px;
}

a {	
	color: #317486;
}

a:hover {
	color: #808080; 
	text-decoration: none;
}

p { 
	margin: 0 0 15px 0; 
}

h1 { 
	font: bold 18px Arial, Sans-Serif;  
	color: #000; 
	margin: 20px 0 0; 
}

h1 a {
	color: #fff; 
	background: inherit;
}

h1 a:hover {
	color: #E4FFD3; 
	background: inherit;
}

h2 { 
	font: bold 16px Arial, Sans-Serif;
	margin: 0 0 12px;
	color: #EDBA23;
}

h2 a {
	text-decoration: none;
	color: #EDBA23;
}
*/
h3 {
	margin: 5px 0 10px 0;
	font-size: 18px;
	color: #3E9722;
	font-weight: bold;
}

h4 {
	color: #324B65;
	background: inherit;
	font-weight: bold;
	font-size: 18px; 
	margin: 0 0 5px 0;
}

h5 {
	margin: 0 0 10px 0;
	color: #3D74E6;
	font-size: 16px;
	font-weight: bold;
}
/*
*/

#menu {
/*
	float: right;
	padding: 4px 0 0px 0;
	margin: 13px 0 0 0;
	font-weight: bold;
	position:relative;
	z-index:10;
*/
}

#menu li {
/*
	font-size: 10px;
	display: block;
	float:left;
	margin: 0 0 0px 0;
*/
}

#menu li a {
/*
	padding: 2px 10px 20px 0;
	margin: 0 0 0 10px; 
	color: #FEFFB8;
	background: url(../images/tab.gif) no-repeat right bottom; 
	text-decoration: none;
	display:block;
*/
}

#menu li a:hover { 
/*
	background: url(../images/tabhover.gif) no-repeat right bottom;
*/
}

#content
{
	margin-top:0px;
	background-color:#FFFFFF;
	padding: 20px;
	clear: both;
}

/*
#leftmenu {
	list-style: none;
	margin: 0 0 20px 0;
}
	
#leftmenu li {
	padding: 0 0 0 12px;
	background: #fff url(../images/bullet.gif) no-repeat 0 5px;
	color: #0066FF;
}
	
#leftmenu li a {
	color: #000000;
	background-color: #E3EFFF;
}



#left {
	clear: left;
	float: left;
	width: 225px;
	padding: 0 15px 0 15px;
	font-size: 11px; 
	margin: 0 0 20px 0;
}

#right {
	border-left: 1px solid #ccc;
	float: right;
	width: 434px;
	text-align: justify;
	margin: 0 0 20px 0;
	padding: 0 5px 0 25px;
}

#notice {
	padding: 12px 14px 1px; 0
	background: #f4f4f4 url(../images/noticebg.gif) no-repeat bottom right;
	color: #808080;
}
	
#left a, #right a {
	background: #EFFCFF;
	color: #317486;
}

#left h3 {
	border-bottom: 1px solid #eee;
	padding: 0 0 7px;
	margin: 0 0 15px 0;
}
	
#right h2 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px;
}
*/
#footer {
/*
	background-color:#FFFFFF;
	font-size: 11px;
	color: #808080;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 0;
	text-align: center;
*/
}

#footer a {
/*
	color: #315EA0;
*/
}
	
/* News & Web Styles */
.news h2 {
/*
	margin-bottom:5px;	
	background:#9D001F;
	color: white;
	padding:5px 0 5px 5px;
*/
}

.news .listing {
	border-bottom:1px solid #CCCCCC;
	padding:0 0 5px 0;
}

.news .category {
	padding-bottom:10px;
}

.news h3 {
	margin-bottom:0px;
}

.news h4 {
	margin-bottom:0px;
}

.web .twocol .firstcol {
	float:left;
	width:440px;
	margin:0 15px 0 0;
}

.web .twocol .secondcol {
	float:left;
	width:170px;
	margin:0 0 0 20px;
	color:#666666;
	font-style:italic;
	font-weight:bold;
}


.news .twocol .firstcol {
	float:left;
	width:45%;
	margin:0 15px 0 0;
}

.news .twocol .secondcol {
	float:left;
	width:45%;
	margin:0 0 0 15px;
}

.web .threecol .firstcol, .news .threecol .firstcol {
	float:left;
	width:30%;
	margin:0 10px 0 0;
}

.web .threecol .secondcol, .news .threecol .secondcol {
	float:left;
	width:30%;
	margin:0 10px 0 0;
}

.web .threecol .thirdcol, .news .threecol .thirdcol {
	float:left;
	width:30%;
	margin:0 10px 0 0;
}

.back {

}