@charset "utf-8";

/* Default Size */

@import url(medium_size.css);
@import url(styles_layout_test_2008.css);
@import url(styles_content_2008.css);

/* General */

body, form {
	margin: 0px;
	padding: 0px;
}

body, div, p, table, tr, th, td, li, dd, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2, h3 {
	font-size: 120%;
}

h4 {
	font-size: 90%;
}

img {
	margin: 0px;
	border-style: none;
}

/* Container */

#Container {
	width: 946px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */

* html #content {
	height: 1%;
}

#Header {
	position: relative;
	background-image: url(../images/theme/backgrounds/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 38px;
}

#Header .date {
	float: left;
	position: absolute;
	bottom: 5px;
	margin-left: 10px;
	color: #878787;
}

#Header .search {
	float: right;
	margin: 5px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	font-size: 90%;
}

#Header .search label, #Header .search input, #Header .search ul, #Header .search img {
	vertical-align: middle;
}

#Header .search .searchBox {
	float: left;
	margin-right: 10px;
}

#Header .search .searchBox label {
	font-weight: bold;
	color: #d7d7d4;
}

#Header .search #SearchTbx {
	margin-left: 5px;
	width: 7em;
}

#Header .search ul {
	float: left;
	margin: 0px;
}

#Header .search li {
	display: inline;
	margin: 0px;
	margin-right: 4px;
	list-style-type: none;
}

/* Banner */

#Banner {
	margin-bottom: 2px;
	height: 149px;
	background-position: left;
	background-repeat: no-repeat;
}

#Banner h1 {
	display: none;
}

/* Secondary Nav Bar */

#SecondaryNav {
	margin-bottom: 2px;
	height: 2.2em;
	background-color: #ADAEAF;
	background-image: url(../images/theme/backgrounds/secondary_nav.png);
	background-repeat: repeat-y;
}

#SecondaryNav div, #SecondaryNav a {
	font-size: 85%;
	color: #FFFFFF;
}

#SecondaryNav .address {
	float: left;
	position: relative;
	top: 0.2em;
	margin-left: 10px;
	line-height: 100%;
}

#SecondaryNav ul {
	float: right;
	margin: 0px;
	height: 100%;
}

#SecondaryNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#SecondaryNav li a {
	float: left;
	margin: 0px;
	height: 100%;
	padding-left: 0.6em;
	padding-right: 0.6em;
	border-left: solid 2px #FFFFFF;
	line-height: 2.2em;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: -0.1em;
	background-image: url(../images/theme/backgrounds/secondary_nav.png);
	background-repeat: repeat-y;
}

/* Main Nav */

#MainNav {
	width: 143px;
}

#MainNav {
	background-color: #0075B0;
	color: #FFFFFF;
}

#MainNav h2 {
	margin-left: 10px;
	text-transform: uppercase;
	color: #F39800;
}

#MainNav ul.quicklinks {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 100px;
	background-image: url(../images/theme/backgrounds/main_nav.png);
	background-repeat: no-repeat;
	background-position: 0% 12em;
}

#MainNav ul.quicklinks li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	height: 1.75em;
	background-image: url(../images/theme/icons/listitem_arrow.gif);
	background-repeat: no-repeat;
	background-position: 13px 0.4em;
	line-height: 0.9em;
}

#MainNav ul.quicklinks li a {
	text-decoration: none;
	color: #FFFFFF;
}

#MainNav ul.quicklinks li a:hover {
	text-decoration: underline;
}

/* Main Menu */

#Menu, #Menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width : 100%;
	border-collapse: collapse;
}

#Menu {
	padding-top: 10px;
	padding-bottom: 10px;
}

#Menu li { /* all list items */
	position : relative;
	line-height : 1.25em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	width: 123px;
	border-bottom: dotted 1px #FFFFFF;
	background-image: url(../images/theme/icons/listitem_bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 0.9em;
	color: #F39800;
}

#Menu li a { /* all links */
	display: block;
	padding: 0.25em;
	padding-left: 0px;
	text-decoration: none;
	color: #FFFFFF;
}

#Menu li ul { /* second-level lists */
	position : absolute;

	z-index: 99;
	left: -999em;
	margin-left : 123px;
	top: 0px;
	border-left: solid 1px #FFFFFF !important;
	width: 100%;
}

#Menu li ul li {
	background-image: none !important;
	background-color: #0075B0;
	padding-left: 0px;
	float: left;
	width: 150px;
}

#Menu li ul li:hover {
	background-color: #F39800;
}

#Menu li ul li a {
	padding-left: 0.25em;
}

#Menu li ul ul { /* third-and-above-level lists */
	margin-left : 150px;
	left: -999em;
}

#Menu li:hover {
	background-color : #006699;
}

#Menu li:hover ul ul, #Menu li:hover ul ul ul, #Menu li:hover ul ul ul ul, #Menu li:hover ul ul ul ul ul, #Menu li.sfhover ul ul, #Menu li.sfhover ul ul ul, #Menu li.sfhover ul ul ul ul, #Menu li.sfhover ul ul ul ul ul {
	left: -999em;
}

#Menu li:hover ul, #Menu li li:hover ul, #Menu li li li:hover ul, #Menu li li li li:hover ul, #Menu li li li li li:hover ul, #Menu li.sfhover ul, #Menu li li.sfhover ul, #Menu li li li.sfhover ul, #Menu li li li li.sfhover ul, #Menu li li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Content */

#Content {
	width: 459px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 10px;
}

#Content.full {
	width: 799px;
}

#Content hr {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	height: 1px;
	border-color: #ADAEAF;
	border-bottom-style: none;
}

#Content h2, #Content h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	padding-right: 9px;
	color: #0075B0;
	font-weight: bold;
}

#Content.homepage h2 {
	text-transform: uppercase;
}

#Content h3 {
	font-style: italic;
}

#Content p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#Content a {
	color: #F39800;
}

#Content a:hover {
	color: #0075B0;
}

#Content a.newsletter {
	margin-top: 1.5em;
	padding-left: 10px;
	float: left;
	background-image: url(../images/theme/icons/listitem_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	color: #000000;
}

#Content a.newsletter:hover {
	color: #F39800;
}

#Content a.rss {
	float: right;
	margin-bottom: 5px;
	text-decoration: none;
}

#Content a.rss img {
	margin-left: 5px;
}

#Content.homepage .sectionHeading {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F39800;
	color: #FFFFFF;
}

#Content.homepage .sectionHeading h2 {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
}

#Content.homepage .sectionHeading p {
	display: inline;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
}

#Content .noResults {
	text-align: center;
	font-weight: bold;
}

#Content ol {
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

#Content li {
	margin-bottom: 1em;
	margin-left: 2em;
	/*background-image: url(../images/theme/icons/news_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;*/
	list-style-position: 1em;
}

#Content .note {
	font-weight: bold;
	color: #999999;
}

#Content li .date {
	font-weight: bold;
	color: #999999;
}

#Content li a {
	text-decoration: none;
}

#Content.news h2 {
	font-size: 110%;
	margin: 0px;
}

#Content.news h3 {
	margin-left: 9px;
	margin-right: 9px;
}

#Content.news h3, #SidePanel.news h3 {
	padding: 4px;
	padding-left: 20px;
	background-color: #0075B0;
	background-image: url(../images/theme/icons/news_category_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.5em;
	font-style: normal !important;
	font-size: 100% !important;
	color: #FFFFFF !important;
}

#Content .resultTitle {
	font-size: 120%;
}

#Content .resultUrl {
	color: #0075B0;
}

/* Side Panel */

#SidePanel {
	margin-top: 0px;
	width: 340px;
}

#SidePanel.homepage {
	background-color: #EFEFEF;
}

#SidePanel.homepage h2 {
	margin-top: 0px;
	padding: 10px;
	border-top: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	background-color: #0075B0;
	color: #FFFFFF;

}

#SidePanel.homepage p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#SidePanel.homepage h3 {
	margin: 10px;
	font-size: 100%;
}

#SidePanel.homepage a {
	padding-left: 10px;
	background-image: url(../images/theme/icons/listitem_arrow_sidepanel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	text-transform: uppercase;
	text-decoration: none;
	color: #0075B0;
}

#SidePanel.homepage a:hover {
	color: #F39800;
}

#SidePanel.news {
	font-weight: bold;
}

#SidePanel.news select {
	margin-bottom: 5px;
}

#SidePanel.news .searchInput {
	width: 10em;
}

.blurb {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 270px;
	padding: 29px;
	border: solid 1px #ADAEAF;
}

.blurb h2 {
	margin: 0px;
	font-size: 130% !important;
}

.blurb h2, .blurb h3 {
	color: #F39800 !important;
}

.blurb a {
	text-decoration: none !important;
	color: #0075B0 !important;
}

.blurb a:hover {
	color: #F39800 !important;
}

.blurb ul {
	position: left;
	/*padding: 0px;*/
}

.summary {
	padding: 20px;
}

.summary table {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.summary .tableHeader th {
	background-color: #0076b0;
	color: #FFFFFF;
}



.summary th {
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;
}

.summary td {
	padding: 4px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}

.summary .date {
	font-weight: bold;
	color: #0076b0;
}

/* summer of fun Side Panel */

#SOFSidePanel {
	margin-top: 0px;
	width: 340px;
}

#SOFSidePanel.homepage {
	background-color: #EFEFEF;
}



#SOFSidePanel.homepage h2 {
	margin-top: 0px;
	padding: 10px;
	border-top: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	background-color: #EC008C;
	color: #FFFFFF;

}

#SOFSidePanel.homepage p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#SOFSidePanel.homepage h3 {
	margin: 10px;
	font-size: 100%;
}

#SOFSidePanel.homepage a {
	padding-left: 10px;
	background-image: url(../images/theme/icons/listitem_arrow_sidepanel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	text-transform: uppercase;
	text-decoration: none;
	color: #0075B0;
}

#SOFSidePanel.homepage a:hover {
	color: #F39800;
}

#SOFSidePanel.news {
	font-weight: bold;
}

#SOFSidePanel.news select {
	margin-bottom: 5px;
}

#SOFSidePanel.news .searchInput {
	width: 10em;
}
