﻿/* CSS Document */

body  {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #FFF url(../images/main_bkgrd.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}
#container {
	width: 80%;
	margin: 10px auto;
	text-align: left;
	min-width: 780px;
	font-size:12px;
	line-height:18px;
}

#header {
	padding: 0;
	font-size:11px;
}
#logo {
	width:270px;
	height:140px;
	float:left;
	margin:0;
	padding:0;
}
.callout {
	color:#333;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
}
.story {
	margin-bottom:50px;
}
#login {
	width:480px;
	float:left;
	margin:20px 0 0 30px;
	padding:0;
}
#login a {
	margin-right:2px;
	width:95px;
	display:block;
	float:left;
	line-height:25px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:11px;
	font-weight:bold;
	color:#0063A5;
	text-decoration:none;
	text-align:center;
	background:url(../images/button_bkgrd.jpg) repeat-y;
}
#login a:hover {
	color:#000;
	text-decoration:underline;
}
#login .loginItem {
	margin:10px 0 0 0;
	padding:0;
	float:left;
	width:auto;
}
#login .loginItemRight {
	margin:10px 0 0 0;
	padding:0;
	float:right;
	width:auto;
}
input.go {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;	
	width:20px;
	margin-left:2px;
	background:url(../images/go_button_bkgrd.jpg) no-repeat;
	font-size:11px;
	border:0;
	padding:0;
	text-align:center;
	line-height:18px;
}
input.submit {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;	
	width:95px;
	line-height:16px;
	background:url(../images/red_button_bkgrd.jpg) no-repeat;
	font-size:11px;
	border:0;
	padding: 5px 0;
	text-align:center;
}
.tagline {
	width:480px;
	margin: 10px 0 0 0;
	padding:0;
}
#nav {
	background: #FFF;
	padding: 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin: 0 auto 10px auto;
	color:#0063A5;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}

/* Main navigation */

.tabs{
	margin:0;
}
.tabs ul{
	margin:0 auto;
	padding:5px 0;
	list-style-type:none;
	text-align:center;
}
.tabs li{
	display: inline;
	margin: 0 0 0 -3px;
	padding:0;
}
.tabs li a{
	color:#0063A5;
	text-decoration:none;
	font-weight:bold;
	padding: 5px 15px;
	border-right:1px solid #0063A5;
}
.tabs li a:hover, .tabs li a.west:hover {
	color:#000;
	background:#e5e5e5;
	text-decoration:none;
}
.tabs li.selected a,.tabs li.selected a:hover, .tabs li.selected a.west {
	color:#000;
	background:#e5e5e5;
	text-decoration:none;
}
.tabs li a.west{
	color:#0063A5;
	text-decoration:none;
	font-weight:bold;
	padding: 5px 15px;
	border-right:0px;
}

/* Style for Drop Down Menu */

.dropmenudiv_e{
	position:absolute;
	top: 0;
	font: normal 12px Arial, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #FFF;
	width: 280px;
	visibility: hidden;
	margin-top:0px;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.dropmenudiv_e a{
	width: auto;
	display: block;
	border-bottom: 1px solid #CCC; /*THEME CHANGE HERE*/
	padding: 2px 15px;
	text-decoration: none;
	color: #666;
	font-weight:bold;
}
.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #e5e5e5;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}
#feature {
	background: #648B68;
	padding: 0;
	color:#FFF;
	height:200px;
	margin: 0 0 10px 0;
}

/* Fading feature div styles */
	
div.cf_element {
	padding: 0;
	margin: 0;
	background-image: url(../images/photoContent_bkgrd.jpg);
	background-repeat: repeat-y;
	background-position: 470px 0px;
}
div.cf_element div.photo {
	width:470px;
	height:200px;
	float:left;
	margin:0;
	padding:0;
}
div.cf_element div.photo img {
	width:470px;
	height:200px;
	border:0;
}
div.cf_element div.photoContent {
	padding: 30px 20px 20px 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	margin: 0 0 0 470px;
	width: 285px;
}
div.cf_element div.photoContent p {
	margin: 5px 0 0 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 0;
	font-size:11px;
}
#sidebar #events {
	border-top:1px solid #0063A5;
	background: #DAE8F2;
	padding:10px 10px 5px 10px;
	margin:0 0 10px 10px;
}
#sidebar #events .eventsItem {
	margin:0 0 10px 0;
	padding:0;
	width: 100%;
	display: block;
}
#events2 .eventsItem {
	margin:0 0 15px 0;
	padding:0;
	width: 100%;
	display: block;
}
#sidebar #events .eventsDate, #events2 .eventsDate {
	width:42px;
	float:left;
	margin-right:10px;
	padding-top: 4px;
}
#sidebar #events .month, #events2 .month {
	color:#FFF;
	text-transform:uppercase;
	background: #0063A5;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
}
#sidebar #events .day, #events2 .day {
	background:url(../images/calendar_date.gif) no-repeat;
	width:42px;
	font-size:14px;
	line-height:23px;
	color:#666;
	font-weight:bold;
	text-align:center;
}
#sidebar #events .eventsText {
	float:left;
	margin: 0;
	padding: 0;
	width: 125px;
}
#events2 .eventsText {
	width: auto;
	padding:0;
	margin: 0 0 0 52px;
}
#sidebar #events .eventsText .date {
	font-weight:bold;
	font-size:11px;
	color:#333;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}
#events2 .date {
	font-weight:bold;
	font-size:12px;
	color:#333;
	margin:0;
}
#sidebar #events .eventsText .eventTitle {
	font-weight:bold;
	font-size:11px;
	color:#0063A5;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}
#events2 .eventTitle {
	font-weight:bold;
	font-size:12px;
	color:#0063A5;
	margin:0;
}
#sidebar .content {
	border-top:1px solid #CCC;
	background: url(../images/content_bkgrd.jpg) repeat-x;
	padding:10px;
	margin-left:10px;
}
#sidebar .content .sideItem {
	margin-bottom:20px;
}
#sidebar .content  p.sideImage {
	margin-bottom:5px;
} 
#sidebar .content  p.sideTitle  {
	font-weight:bold;
	font-size:12px;
	color:#0063A5;
	margin:0;
	padding-bottom:10px;
}
#sidebar #links {
	width:210px;
	padding:0;
	background:url(../images/arrow.gif) no-repeat 0 12px;
}
#sidebar #links .linkscontent  {
	border-top:1px solid #0063A5;
	background: #DAE8F2;
	padding:10px;
	margin:0 0 10px 10px;
}
#sidebar #links .linkscontent h3 {
	margin-top:0;
}
#sidebar #links .linkscontent ul {
	color:#0063A5;
	padding-left:15px;
}
#sidebar #links .linkscontent a {
	font-weight:bold;
}
#sidebar #links .linkscontent a:hover {
	color:#000;
	text-decoration:underline;
}
.attachments ul {
	margin-left:15px;
	color:#0063A5;
	padding-left:0px;
}
.attachments a {
	font-weight:bold;
}
.attachments a:hover {
	color:#000;
	text-decoration:underline;
}
/* Main Content Area */

#mainContent {
	margin: 0 210px 0 0px;
}
#mainContent .content {
	border-top:1px solid #CCC;
	background: url(../images/content_bkgrd.jpg) repeat-x;
	padding:10px 20px;
}
.relevance {
    font-size: 11px; 
    color:#666;
}
.description {
	font-size:11px;
}
.searchword {
	background: #999;
	font-weight:bold;
}
.footer {
	font-size:11px;
	line-height:18px;
	color:#666;
}
h1, h1 a {
	color:#333;
	font-size:20px;
	line-height:28px;
	margin-top: 0px;
}
h2, .subhead {
	color:#0063A5;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
}
.subhead a {
	color:#0063A5;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	text-decoration:none;
}
.subhead a:hover {
	text-decoration:underline;
}
h3 {
	font-size:14px;
	margin-top:0;
}
#docList .docItem {
	margin:0 0 15px 0;
	padding:0;
	width: 100%;
	display: block;
}
#docList .docText {
	width: auto;
	padding:0;
	margin: 0 0 0 10px;
}
#docList .date {
	font-weight:bold;
	font-size:12px;
	color:#333;
	margin:0;
}
#docList .docTitle {
	font-weight:bold;
	font-size:12px;
	color:#C00;
	margin:0;
}

/* Footer */

#footerContainer {
	border-top:1px solid #CCC;
	background: url(../images/content_bkgrd.jpg) repeat-x;
	padding:10px;
}
#footerContainer p {
	margin: 0;
	font-size:11px;
}

/* General Styles */

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft {
	clear:left;
}
img {
	border:0;
}
p {
	margin-top:0;
}
a {
	color:#00B3E3;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
	}
	
	
/* BEGIN EVENTS */

.highlightBG {
	background-color:#f3f3f3;
}
.calloutBG {
	background-color:#E5E5E5;
}
.focusBG {
	background-color:#D7D7D7;	
}	
.calendarHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #104378;
	line-height:5?px;
	background-color:#e5e5e5;
}
.calendarHeader a 
{
	text-decoration: none;
	color: #104378;
}
.calendarHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	background-color:#999999;
	text-align: center;
}
.calendarText
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}
.calendarEventToggle, .calendarEventToggle:link, .calendarEventToggle:active, .calendarEventToggle:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 18px;
	padding:0px 0px 0px 0px;
	text-decoration: none;
}
.calendarEventToggle:hover
{
	text-decoration: none;
	color: #007D5D;
}
.calendarDay
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight:normal;
	background-color:#e5e5e5;
	border: solid 2px #ffffff;
}
.calendarDay a, .calendarDay a:link, .calendarDay a:visited, .calendarDay a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #104378;
}
.calendarDay a:hover
{
	color: #007D5D;
}
.eventMonth
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/event/calendar_light_gray_top.gif);
	background-repeat:no-repeat;
	line-height: 19px;
	width: 42px;
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	padding-left: 6px;
}
.eventDate
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/event/calendar_bottom.gif);
	background-repeat:no-repeat;
	line-height: 23px;
	width: 42px;
	color: #666666;
	padding-right: 5px;
	padding-left:7px;
	font-weight:bold;
	font-size:14px;
}
/* END EVENTS */

/* BEGIN SIMPLE CONTENT */

.contentSmBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	padding:0px 0px 0px 10px;
}
.contentTitle, .contentTitleBig {
	font-family: "Times New Roman", Times, serif;
	color: #104378;
	padding:5px 0px 0px 10px;
	text-decoration: none;
}
.contentTitle a, .contentTitleBig a
{
	text-decoration: underline;
	color: #104378;
}
.contentTitle a:hover, .contentTitleBig a:hover
{
	color: #007D5D;
}
.contentTitle 
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
.contentTitleBig {
	font-size: 24px;
}
.contentDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 18px;
	padding:5px 0px 0px 10px;
	text-decoration: none;
}
.contentDescriptionBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding:5px 0px 0px 10px;
}
.contentLink, .contentLink a, .contentLink a:link, .contentLink a:visited, .contentLink a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #104378;
}
.contentLink a:hover {
	color: #007D5D;
}
.contentToNormal {
	letter-spacing: normal;
	font-weight: normal;
}
.highlightBG
{
	background-color:#f3f3f3;
}
.calloutBG
{
	background-color:#E5E5E5;
}
.focusBG
{
	background-color:#D7D7D7;	
}

.paging {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.paging a {
	color: #104378;
	text-decoration: underline;
	font-weight: normal;
}
.paging a:hover {
	color: #007D5D;
	text-decoration: underline;
	font-weight: normal;
}
/* END SIMPLE CONTENT */
