@import url(reset.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #cac9c9;
	line-height: 18px;
	min-width: 960px;
}

body.redirect {
	background: #fff;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

sup {
	vertical-align: top;
	margin-top: -10px;
	font-size: .55em;
}

#content sup {
    font-size: .85em;
}

.container {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	position: relative;
}

.floatLeft {
	float: left;
}

img.floatLeft {
	margin: 0 15px 15px 0;
}

dd img.floatLeft {
	margin: 4px 15px 15px 2px;
}

.floatRight {
	float: right;
}

img.floatRight {
	margin: 0 0 15px 15px;
}

.clearBoth {
	clear: both;
}

#content img.pathType, #content .floaters div img.pathType {
    margin-left: 7px;
    vertical-align: top;
	border: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: inline;
}

.floaters img {
	display: block;
	margin-bottom: 8px;
	border: 5px solid #fff;
}

.floaters.one div {
	float: left;
	width: 97%;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

#content .floaters.one div {
	margin-bottom: 0;
}

#content .floaters.one div h3 a {
	font-size: 1em;
	line-height: 1.2em;
} 

#content .floaters.one dl {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

#content .floaters.one dl dt a {
	font-size: 1.3em;
	line-height: 1.2em;
	padding-bottom: 5px;
	color: #666;
}

#content .floaters.one dl dd {
	padding: 1px 0 0 0;
}

.home #featured .floaters.two {
	float: left;
	padding-bottom: 40px;
	background: url(../images/home-banner-flower.png) no-repeat 40% 100%;
}

.home #content .floaters.two img {
	width: 80%;
}

.home #content .floaters.two div {
	padding-bottom: 5px;
	padding-bottom: 0;
}

.floaters.two div {
	width: 47%;
	margin-right: 3%;
	float: left;
}

.floaters.three li a, .floaters.three div {
	width: 26%;
	margin-right: 6%;
	float: left;
}

.floaters.three div.clearBoth {
    clear:both;
    float:none;
}

.home .floaters.three div.mid {
	width: 28%;
	margin-right: 4%;
}

#content .floaters.three div.floaters.two {
	width: 110%;
	margin-bottom: 0;
}

#content .floaters.three div.floaters.two div {
	width: 47%;
	margin: 0 3% 2% 0;
}

.floaters.four li a, .floaters.four div {
	width: 23%;
	margin-right: 2%;
	float: left;
}

.floaters.four div.clearBoth {
	display: none;
}

.floaters.four img {
	width: 80px;
}

.paddingTop {
	padding-top: 25px;
	clear: both;
}

.paddingBottom {
	padding-bottom: 15px;
}

.marginTop {
	margin-top: 25px;
}

.print {
	display: none;
}

#header {
	background: #004759 url(../images/header-bg.gif) repeat-x top left;
	color: #fff;
}

#header .container {
	height: 100px;
	padding-top: 5px;
	padding-bottom: 12px;
}

#header #headerElements {
	position: absolute;
	right: 10px;
	bottom: 20px;
}

#header #headerElements p a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}

fieldset input.searchSite {
	background: #007D93;
	color: #fff;
	border: none;
	width: 200px;
	padding: 5px;
}

fieldset input.searchButton {
	margin: 0 0 -8px -5px;
	*margin-bottom: -4px;
}

#menu {
	background: #003745 url(../images/menu-bg.gif) repeat-x top left;
	font-size: 15px;
	height: 59px;
	z-index: 25;
	position: relative;
}

#menu .container {
	padding: 0;
	width: 920px;
	overflow: visible;
}

#menu ul {
	float: left;
	position: relative;
}

#menu li {
	float: left;
	color: #fff;
	border-top: 1px solid #005268;
	background: URL(../images/nav-border.png) no-repeat 100% 0;
}

#menu li.last {
	background: none;
}

#menu li a {
	display: block;
	padding: 20px 12.2px 20px 12.2px;
	text-decoration: none;
	color: #fff;
}

#menu li:hover, #menu li.active {
	background: #007F92 url(../images/menu-bg-over.gif) repeat-x top left;
	border-top: 1px solid #005268;
} 

#menu li ul {
	position: absolute;
	float: none;
	padding: 10px 0;
	display: none;
	background: #007e93;
	width: 290px;
	border: 1px solid #00788c;
	border-top: none;
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}

#menu li ul.wide {
	width: 800px;

    overflow: auto;
}

#menu li:hover ul {
	display: block;	
}

#menu li ul li {
	clear: both;
	border: none;
	background: none;
	width: 95%;
}

#menu li ul li a {
	padding: 5px 15px;
	font-size: .8em;
}

#menu li ul li:hover, #menu li ul li.active {
	background: none;
	border: none;
}

#menu li ul li a:hover {
	text-decoration: underline;
}

#menu li ul dl {
	width: 30%;
	margin-left: 2%;
	margin-right: 1%;
	float: left;
}

#menu li ul dl dt {
	margin-top: 1.5%;
	margin-bottom: 0.5%;
	font-weight: bold;
	font-size: .85em;
}

#topmenu {
	background: #005870;
	overflow: hidden;
	padding: 4px 0 6px 0;
	font-size: .85em;
}

#topmenu .container {
    width: 960px;
    padding: 0;
}

#topmenu ul.right {
	width: 550px;
	float: right;
}

#topmenu ul.right li {
    float: right;
}

#topmenu ul.left {
    width: 350px;
    float: left;
    margin-left: 30px;
}

#topmenu ul.left li {
	float: left;
}

#topmenu ul.left span {}

#topmenu li a {
	color: #ddd;
	text-decoration: none;
	border-right: 1px solid #187E90;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

#topmenu li a:hover {
	text-decoration: underline;
}

#topmenu li.first a {
	border-right: none;
	margin-right: 20px;
}

#featured {
	clear: both;
	background: #005b6b url(../images/featured-bg.gif) repeat-x top left;
	color: #fff;
}

#featured #wrapper {
	background:url(../images/home-gradient.png) repeat-x bottom left;
	width:920px;
	margin:0 auto;
	padding-left:40px;	
}

#featured .container {
	padding-bottom: 30px;
}

#featured .container.largeBg {
	min-height:380px;
	background-repeat: no-repeat;
	background-position: 105% 0;
}

.home #featured .container.largeBg {
	min-height:348px;
}

#featured #breadcrumbs {
	padding-top: 7px;
	font-weight: bold;
	font-size: .9em;
	margin-top: 0;
}

#featured #breadcrumbs a {
	text-decoration: none;
	color: #15CBE0;
	margin-right: 3px;
}

#featured h1 {
	margin: 15px 0 0 0;
	font-size: 37px;
	line-height: 35px;
	font-weight: normal;
}
#featured h1 span {
	display: block;
	font-size: .6em;
}

#featured .container.largeBg h1 {
	margin-top: 8%;
}

#featured h3 {
	margin: 20px 0 -10px 0;	
	font-size: 24px;
	color: #37c9e4;
	font-weight: normal;
}

#featured p {
	margin-top: 15px;
}

#featured .floaters a {
	padding: 20px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #37c9e4;
}

.home #featured .floaters a {
	margin-bottom: -15px;	
}

#featured .floaters a.last {
	padding-right: 0;
	margin-right: 0;
}

#featured .floaters a img {
	border: 1px solid #fff;
}

#featured .floaters div.hiddenMeta {
	display: none;
	width: 100%;
}

#featured .floatRight {
	margin-top: 20px;
}

#content {
	color: #000;
	background: #fff url(../images/container-bg.gif) repeat-x bottom left;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.50, rgb(238,238,238)), color-stop(1.00, rgb(255,255,255)));
	background: -moz-linear-gradient(center bottom, rgb(238,238,238) 50%,  rgb(255,255,255) 100%);
}

#content .shadow {
	background: url(../images/container-shadow.png) no-repeat center 90%;	
}

#content .shadow .container {
	background: #fff url(../images/content-bg.gif) repeat-x bottom left;
	padding: 35px 15px 35px 30px;
	width: 915px;
	position: static;
}

#content h2 {
	padding: 0 0 15px 0;
	font-size: 1.9em;
	line-height: 1.3em;
	font-weight: normal;
}

#content h3 {
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: normal;	
	color: #333;
	line-height: 1.2em;
}

#content h4 {
	padding: 10px 0;
}

#content h2.subTitle {
	padding: 0 0 20px 0;
	margin-top: -5px;
}

#content p, #content ul, #content ol, #content dd {
	padding-bottom: 15px;
	color: #333;
}

#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	padding: 5px 0 0 0;
}

#content #mainContent li, #content #sidebar .gradient.promo li  {
	margin-left: 18px;
	padding: 0 0 5px 0px;
	list-style: disc;
}

 #content #sidebar .gradient.promo li  {
	margin-left: 25px;
	width: 85%;
}

#content #mainContent ol li {
	list-style: decimal;
}

#content #mainContent li li {
	margin-left: 25px;
	list-style: circle;
}

#content #mainContent li ol li {
	list-style: decimal;
}

#content .dateLine {
	margin-top: -10px;
}

#content .dateLine.noMargin {
    margin-top: 0;
}

#content h4.dateLine {
	margin-top: -20px;
}

#content div#results, #content div#results div.pageSet {
	width: 100%;
	margin: 0;
}

#content div#results div#nav {
	float: right;
	text-align: right;
	width: 90%;
	margin: 0 0 5px 0;
	*margin-top: 15px;
	_margin-top: 15px;
}

#content .videos div#results div#nav {
	margin: 0 85px 5px 0;
}

#content div#nav a {
	font-size: 1.1em;
	display: inline-block;
	padding: 3px;
	color: #4cadc1;
	margin: 0 0 3px 0;
	text-decoration: none;
	padding: 2px 5px;
}

#content div#nav a:hover, #content div#nav a.highlight {
	color: #000;
	background: #ddd;
	text-decoration: none;
}

#content div#iconLinks {
	overflow: hidden;
	margin: -8px 0 10px;
}

#content div#iconLinks a {
	float: left;
	font-weight: bold;
	margin-right: 20px;
	color: #37c9e4;
}

#content p#myList {
	float: left;
}

#content p#myList a {
	padding-left: 19px;
	background: URL(../images/my-list.png) no-repeat 0 60%;
}

#content p#printPage a {
	padding-left: 23px;
	background: URL(../images/print.png) no-repeat 0 60%;
}

#content .floaters {
	float: left;
	width: 100%;
}

#content .floaters div {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #333;
}

#content .floaters.three div {
	*margin-bottom: 0;
	*margin-top: 5px;
}

#content .floaters div a {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #666;
	/* display: block; */
}

#content .floaters div img {
	box-shadow: 0px 0px 7px #999;
	-moz-box-shadow: 0px 0px 7px #999;
	-webkit-box-shadow: 0px 0px 7px #999;
}

#content .floaters div span {
	display: block;
}
#content  #videoContainer_wrapper{
 margin-bottom: 15px;
}

#content p#showing {
	float: left;
	margin-top: 10px;
}

#content div.searchNav {
	float: right;
	margin-right: 30px;
}

#content div.searchNav p {
	float: left;
	margin-right: 10px;
}

#content .calendarListing h2 {
    padding-top: 15px;
}

#content .calendarListing h2.first {
    padding-top: 0;
}

#content .calendarListing p.noPadding {
    padding: 0 0 2px 0;
    font-weight: bold;
}

#content .calendarListing p {
    padding: 5px 0;
}

#content .calendarListing dl dd {
    padding-bottom: 0px;
}

#content .calendarListing dl dt {
    font-weight: bold;
    margin-top: 8px;
}

#content p#socialIcons {
	margin: 0 0 0 -5px;
	padding-top: 25px;
	color: #666;
	clear: both;
}

.home #content p#socialIcons {
	padding-top: 0;
}

#content p#socialIcons * {
	margin-right: 5px;
	vertical-align: middle;
	float: none;
}

#content p#socialIcons a {
	color: #37c9e4;
}

#content p#socialIcons span {
	margin-right: 15px;
	font-size: 12px;
}

#content iframe {
	margin-left: 70px;
}

#content a {
	color: #1c92a8;
	text-decoration: none;
	font-weight: bold;
}

#content #mainContent p a:hover, #content #mainContent li a:hover {
	text-decoration: underline;
}

#content a.arrow {
	font-weight: bold;
	padding-right: 11px;
	background: URL(../images/link-arrow.png) no-repeat 100% 50%;
}

#content #mainContent.withSidebar {
	float: left;
	width: 615px;
	margin-right: 20px;
	/*height:600px;
	over-flow:auto;*/
	
}

#content #mainContent.noSidebar {
	width: 960px;
}

#content #sidebar {
	float: left;
	width: 280px;
}

#content #sidebar .addthis_default_style {
	margin-right: -15px;
	margin-bottom: 0px;
}

#content #sidebar .addthis_default_style a {
	float: right;
}

#content #sidebar .addthis_default_style a.addthis_button_facebook_like {
	width: 75px;
}

#content #sidebar .enclosure {
	border: 1px solid #efefef;
	margin: 25px 0;
}

#content #sidebar h3, #content .enclosure h3 {
	padding: 15px 10px 10px 10px;
}

#content #sidebar h3 img {
	vertical-align: bottom;
	padding-right: 2px;
}

#content .enclosure h3 {
	background: #fff url(../images/sidebar-header-bg.gif) repeat-x bottom left;
	border-bottom: 1px solid #efefef;
}

#content .enclosure dl, #content .enclosure ul {
	padding: 0 10px;
	color: #666;
	overflow: hidden;
}

#content .enclosure dt {
	padding-top: 20px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	clear: both;
}

#content #sidebar .enclosure a {
	color: #666;
	text-decoration: none;
}

#content .enclosure dd, #content .enclosure li {
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f3;
}

#content .enclosure li {
	padding-top: 15px;
	overflow: hidden;
}

#content .enclosure li img.floatLeft {
	margin-bottom: 0;
}

#content #sidebar .enclosure p {
	padding: 15px 10px 30px 10px;
}

#content #sidebar .rssFeed a {
	color: #3fc3eb;	
	display: inline;
}

#content #sidebar .gradient {
	background: url(../images/sidebar-gradient.gif) repeat-x bottom left;
}

#content #sidebar .gradient li a {
	color: #666;
	font-weight: bold;
	padding: 5px 5px 5px 25px;
	display: block;
	background: URL(../images/link-list-arrow.png) no-repeat 8px 6px;
}

#content #sidebar .gradient li a:hover, #content #sidebar .gradient li a.active {
	color: #00687a;
	background: #effafd URL(../images/link-list-arrow-active.png) no-repeat 8px 6px;
}

#content #sidebar .gradient p {
	padding: 5px 10px 20px 10px;
	color: #333;
}

#content #sidebar .gradient.promo p {
    padding: 0 10px 5px 10px;
}

#content #fasComponent {
	margin: 15px 0;
	background: #0b5a70 url(../images/fascomp-bg.gif) repeat-x top left;
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.home #content #fasComponent {
	width: 110%;
}

#content #fasComponent form {
	width: 100%;
	padding: 20px;
	height: 100%;
	background: url(../images/fascomp-flower.png) no-repeat 80% 50%;
}

#content #fasComponent h3 {
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	line-height: 1em;
	width: 75%;
}

#content #fasComponent fieldset label {
	width: 100px;
	margin-right: 5px;
	float: left;
	font-weight: bold;
}

#content #fasComponent fieldset label input, #content #sidebar #fasComponent fieldset label select {
	width: 85%;
	padding: 2px;
	background: #eee;
	border: none;
}

#content #fasComponent fieldset label input {
	width: 90%;
	padding: 3px;
}

#content #fasComponent fieldset input#searchFas {
	margin-top: 17px;
	margin-left: -12px;
}

#content #newsTicker {
	background: #efefef;
	border: 1px solid #eaeaea;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: -10px;
	width: 94%;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content #newsTicker h4 {
	float: left;
	color: #aaa;
	border-right: 1px solid #ddd;
	padding: 10px;
	text-transform: uppercase;
}

#content #newsTicker div#newsWrapper {
	float: left;	
	padding: 10px 5px;
	width: 700px;
}

#content #newsTicker div#newsWrapper div {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none !important;
	top: 10px !important;
	left: 5px !important;
	width: 100%;
}

#content #newsTicker div#newsWrapper div:first-child {
	display: block;
}

#content #newsTicker div#newsWrapper div span {
	color: #aaa;	
	padding: 0 15px 0 5px;
	font-weight: bold;
}

#content ul#registrationLinks {
	padding-top: 10px;
}

#content ul#registrationLinks li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
}

#content ul#registrationLinks li a {
	font-size: .85em;
	text-transform: uppercase;
	background: #238ca2;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#content ul#registrationLinks li a:hover {
	text-decoration: none;
	border: 1px solid #165764;
	padding: 4px 9px;
}

/* #content #calendar .ui-state-active a, #content #calendar a.ui-state-active {
	color: #fff;
	background: #3e4042;
}

#content #calendar a.ui-state-highlight {
	color: #fff;
	background: #238ca2;
} */

/* Video Pages */
#videoContainer {
	margin: 5px 0;
}

#footer {
	background: url(../images/footer-bg.gif) repeat-x top left;
	color: #777;
	padding: 30px 0 75px 0;
	position: relative;
}

#footer .container {
	width: 940px;
	position: static;
}

#footer p {
	clear: both;
	padding-top: 20px;
	font-size: 11.5px;
}

#footer dl, #footer p#logo {
	width: 27%;
	margin-right: 4%;
	float: left;
	background: URL(../images/footer-border.png) no-repeat 100% 0;
	min-height: 215px;
}

#footer p#logo {
	width: 25%;
	clear: none;
	padding-top: 0;
}

#footer dl.first {
	width: 19%;
}

#footer dl.last {
	background: none;
	/* width: 12%; */
}

#footer dl dt {
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer li {
	padding-top: 10px;
	font-size: 12px;
}

#footer a {
	color: #888;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
