@charset "utf-8";
html {
/*background: url(images/page-bg.jpeg) no-repeat center center fixed;*/
        /*-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		background-color: #000;*/
}
/*
html {
	padding:0;
	margin:0;
	height:100%;
}*/
/****Background Images****/
.back1 {
	background: url(images/page-bg7.jpeg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}
.back2 {
	background: url(images/page-bg2.jpeg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}
.back3 {
	background: url(images/page-bg3.jpeg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}
.back4 {
	background: url(images/page-bg4.jpeg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}
.back5 {
	background: url(images/page-bg5.jpeg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.site_tab_container {
	/*Floating Header*/
	position: fixed;
	top: 0;
	z-index: 100000;
	width: 100%;
	margin: 0;
	background-color: #000;
}
/****Image class adds border and padding to images in div****/
.image {
	display: block;
	text-align: center;
	font-size: 80%;
	margin: 25px;
	padding: 5px;
	border: 1px #CCC solid;
}
/****Custom Image CSS for Dataset displa****/
.db_image {
	display: block;
	text-align: center;
	font-size: 80%;
	margin: 0.5%;
	padding: 0.5%;
	border: 1px #CCC solid;
	position: relative;
	width: 14.4%;
}
.db_image:hover {
	background-color: #ddd;
}
/****Caption class for images****/
.caption {
	display: block;
	padding: 5px;
	border: none;
	text-align: center;
	font-size: 80%;
	font-style: italic;
}
/****Site tab footer color at the top of the page. (The long line)****/
.site_tab_foot_grey {
	background-color: #CCC;
	margin: 5px 0 0 0;
	height: 5px;
	z-index: 50000;
}
.site_tab_foot_blue {
	background-color: #008fca;
	margin: 5px 0 0 0;
	height: 5px;
	z-index: 50000;
}
.site_tab_foot_orange {
	background-color: #fb703b;
	margin: 5px 0 0 0;
	height: 5px;
	z-index: 50000;
}
.site_tab_foot_green {
	background-color: #a9eb82;
	margin: 5px 0 0 0;
	height: 5px;
	z-index: 50000;
}
.site_tab_foot_red {
	background-color: #D14750;
	margin: 5px 0 0 0;
	height: 5px;
	z-index: 50000;
}
.site_tab_foot_yellow {
	background-color: #ffc000;
	margin: 5px 0 0 0;
	height: 5px;
	z-index: 50000;
}
/****Firefox offset fix on site tabs****/
@-moz-document url-prefix() {
 .site_tab_foot_grey {
 margin:6px 0 0 0;
}
}
@-moz-document url-prefix() {
 .site_tab_foot_blue {
 margin:6px 0 0 0;
}
}
@-moz-document url-prefix() {
 .site_tab_foot_orange {
 margin:6px 0 0 0;
}
}
@-moz-document url-prefix() {
 .site_tab_foot_green {
 margin:6px 0 0 0;
}
}
@-moz-document url-prefix() {
 .site_tab_foot_red {
 margin:6px 0 0 0;
}
}
@-moz-document url-prefix() {
 .site_tab_foot_yellow {
 margin:6px 0 0 0;
}
}
/****Site tabs****/
.basictab {
	width: 1024px;
	margin: 15px auto 0 auto;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}
.basictab li {
	display: inline;
	margin: 0;
}
.basictab li a {
	text-decoration: none;
	padding: 8px 20px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #008fca;
	color: #aaa;
	/****Border Radius****/
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	background: #02374f;
	background: -moz-linear-gradient(top, #02547b, #2a2a2a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#02547b), to(#2a2a2a));
	opacity: 0.75;
	z-index: 30000;
}
.basictab li a:visited {
	color: #AAA;
}
.basictab li a:hover {
	color: #FFF;
	opacity: 1.0;
}
.basictab li a:active {
	color: #FFF;
}
/****Site tab background color****/
.basictab li.selected_grey a { /*selected tab effect*/
	background-color: #CCC;
	position: relative;
	color: #000;
	opacity: 1.0;
	background: -moz-linear-gradient(top, #333, #CCC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#CCC));
}
.basictab li.selected_blue a { /*selected tab effect*/
	background-color: #008fca;
	position: relative;
	color: #FFF;
	opacity: 1.0;
	background: -moz-linear-gradient(top, #333, #008fca);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#008fca));
}
.basictab li.selected_orange a { /*selected tab effect*/
	background-color: #fb703b;
	position: relative;
	color: #FFF;
	opacity: 1.0;
	background: -moz-linear-gradient(top, #333, #fb703b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#fb703b));
}
.basictab li.selected_green a { /*selected tab effect*/
	background-color: #a9eb82;
	position: relative;
	color: #FFF;
	opacity: 1.0;
	background: -moz-linear-gradient(top, #333, #a9eb82);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#a9eb82));
}
.basictab li.selected_red a { /*selected tab effect*/
	background-color: #D14750;
	position: relative;
	color: #FFF;
	opacity: 1.0;
	background: -moz-linear-gradient(top, #333, #D14750);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#D14750));
}
.basictab li.selected_yellow a { /*selected tab effect*/
	background-color: #ffc000;
	position: relative;
	color: #FFF;
	opacity: 1.0;
	background: -moz-linear-gradient(top, #333, #ffc000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#ffc000));
}
/****Body Wrapper****/
.body_bg {
	margin: 60px 0 0 0;
	padding: 0;
	background-attachment: fixed;
	min-height: 100%;
	width: 100%;
}
/*****Main Content Wrapper****/
.main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.resize {
	width: 1024px;
	margin: 0 auto;
}
/******Banner******/
.banner_bg {
	height: 100px;
	margin: 10px 20px 0px 20px;
}
.banner {
	margin: 0px auto;
	height: 100px;
	width: 1000px;
}
/*****Background Feature (Blue Globe)*****/
.bg_feature {
	margin: 0 auto;
	width: 1175px;
	clear: both;
	background-image: url(images/bg_feature.png);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 100px
}
/********** Header - Navigation (I apologize for inconsistent references to headers) **********/
.header {
	margin: 15px 0px 0px 0px;
}
.header_container {
	margin: 0 auto;
	width: 1024px;
}
/****This is no longer used, but the tag is still in the html files****/
.logo {
	float: left;
	padding: 0;
	margin: 0;
	width: 300px;
}
/*****Search Form****/
.search {
	float: left;
	width: 400px;
	height: 45px;
	margin: 0 0 0 0;
	padding: 0;/*background:url(images/search_bg.gif) top no-repeat;*/
}
.search form {
	float: left;
	padding: 10px 0px;
	margin: 0;
}
.search form b, .search form strong {
	display: block;
	float: left;
	color: #b4b4b4;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 4px 10px;
}
.search form label {
}
.search form input {
	float: left;
}
.search form input.text {
	padding: 3px 3px;
	margin: 2px 5px 0 0;
	background: url(images/search_form_bg.gif) top no-repeat;
	border: 0;
	color: #b4b4b4;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 198px;
	height: 14px;
}
.search form input.button_search {
	padding: 0;
	margin: 0;
	height: 23px;
	width: 23px;
}
/****Slideshow Transparent background (Image)****/
.slideshow {
	margin: 0 auto;
	width: 1024px;
	padding: 24px 0;
	background: url(images/slider_bg.png) top repeat-y;
	margin-bottom:50px;

}
/****Centered slideshow container****/
.slideshow_container {
	margin: 0 auto;
	width: 960px;
	height: 300px;
	padding: 0;
}
/*****Slideshow Bottom Bar (Was image, now CSS)****/
.slideshow_bottom {
	/*
	margin:0 auto 43px auto; 
	width:949px;
	height:90px;
	padding:0; 
	background:url(images/topi_bg.gif) top no-repeat; 
	margin: 0 auto 43px auto;
	*/
	margin: 0 auto 45px auto;
	width: 1024px;
	height: 25px;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 0px 0px 5px 5px/0px 0px 5px 5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C8CCCF), to(#E7E9EB));
	background: -o-linear-gradient(270deg, rgb(200,204,207), rgb(230,232,235));
	background-color: #E7E9EB;
}
.slideshow_bottom p {
	padding: 40px 0 0 50px;
	margin: 0;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #5e5e5e;
}
.slideshow_bottom ul {
	float: right;
	width: 500px;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.slideshow_bottom ul li {
	float: left;
	padding: 0 10px;
}
/****Education Slideshow****/
/*Second wrapper, nearly same as slideshow_container but hidden overflow*/
#page-wrap {
	max-width: 960px;
	background: white;
	height: 300px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#page-wrap:before, #page-wrap:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 50px;
	background: -webkit-linear-gradient(left, rgba(0,0,0,100), rgba(0,0,0,0));
}
#page-wrap:before {
	left: 0;
}
#page-wrap:after {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,100));
}
/****CSS Defaults for most tags****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	/*font: inherit;*/
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
th {
	padding: 10px;
	text-align: center;
}
pre {
	font-size: 70%;
	line-height: 1.3;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
/*list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****Image map for Getting SOS homepage****/
/*Nearly same as slideshow container, but hidden overflow*/
.image_map {
	height: 300px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 960px;
}
/****Homepage Jquery Slideshow CSS****/
/*Start accordion*/
.accordion {
	height: 300px;
	line-height: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 960px;
}
.accordion ul {
	display: block;
	width: 9999px;
}
.accordion > ul > li {
	display: block;
	float: left;
	list-style: none;
	margin-right: 0px;
	overflow: hidden;
	position: relative;
	width: 225px;
	z-index: 2;
}
.accordion > ul > li > a {
	display: block;
	height: 300px;
	text-decoration: none;
}
.accordion li a .title {
	background: transparent url(images/transparent_background.png) repeat top left;
	bottom: 30px;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	padding: 0 15px;
	position: absolute;
	width: 180px;
}
.accordion li a .description, .accordion li a .caption {
	background: transparent url(images/transparent_background.png) repeat top left;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: absolute;
}
.accordion li a .description {
	bottom: 0;
	left: 0;
	padding: 0 15px;
	right: 0;
}
.accordion li a .caption {
	padding: 0;
	white-space: nowrap;
}
.accordion h1, .accordion h2, .accordion h3, .accordion h4, .accordion h5 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 100;
}
.accordion h1 {
	font-size: 17px;
	line-height: 1.7;
	padding: 12px 0;
}
.accordion h2 {
	font-size: 15px;
	line-height: 1.5;
	padding: 5px 15px;
}
.accordion h3 {
	font-size: 12px;
	line-height: 1.3;
	padding: 5px 15px;
}
.accordion h4 {
	font-size: 10px;
	line-height: 1;
	padding: 5px 10px;
}
.accordion h5 {
	font-size: 9px;
	line-height: 1;
	padding: 5px 10px;
}
.accordion p {
	color: #CCC;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
.accordion li a .description p, .accordion li a .title p {
	margin-bottom: 15px;
}
.accordion li a .caption h1, .accordion li a .caption h2, .accordion li a .caption h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 900;
	padding: 7px 15px;
}
.accordion li a .caption h1 {
	font-size: 30px;
	line-height: 1.3;
}
.accordion li a .caption h2 {
	font-size: 24px;
	line-height: 1.2;
}
.accordion li a .caption h3 {
	font-size: 18px;
}
.accordion > ul > li.noJS {
	moz-transition: width 0.8s ease-in-out;
	o-transition: width 0.8s ease-in-out;
	transition: width 0.8s ease-in-out;
	webkit-transition: width 0.8s ease-in-out;
}
.accordion li.noJS .title, .accordion li.noJS .description, .accordion li.noJS .caption {
	display: block;
}
.accordion li.noJS .description, .accordion li.noJS .caption {
	display: none;
}
.accordion:hover > ul > li.noJS {
	width: 100px;
}
.accordion:hover > ul > li.noJS:last-child {
	width: 600px;
}
.accordion:hover > ul > li.noJS:hover {
	overflow: hidden;
	width: 600px;
}
.accordion:hover > ul > li.noJS:hover > a > .title {
	display: none;
}
.accordion:hover > ul > li.noJS:hover > a > .description, .accordion:hover > ul > li.noJS:hover > a > .caption {
	display: block;
}
.accordion .countdown /*Countdown for Development Only*/ {
/*
	background: rgb(255, 0, 0);
	height: 2px;
	position: absolute;
	top: 50%;
	width: 0;
	z-index: 1;
	*/
}
/*End Accordion*/
/************************************/

/****Content****/
/****Content wrapper, 1024px width****/
.content {
	text-align: left;
	/*width:949px;*/
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 10px;
}
/*Full width content for supplementary pages*/
.content_full {
	/*width:949px;*/
	width: 1024px;
	background: #fff url(images/body_top_img.png) top no-repeat;
	margin: 0 auto;
	padding: 0;
}
/***Forces Registered symbol position****/
.content sup {
	vertical-align: super;
	font-size: 10px;
	line-height: 0;
}
sub {
	vertical-align:middle;
	font-size:smaller;
}
/****Left Content Box (Larger) for homepages****/
.content_left {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	/*width: 631px;*/
	width: 676px;
	background: #fff url(images/body_top_twothirds.png) top no-repeat;
}
/****Right Content Box (Smaller) for homepages****/
.content_right {
	float: left;
	margin: 0;
	padding: 0;
	/*width:313px;*/
	width: 338px;
	background: #fff url(images/body_top_third.png) top no-repeat;
}
/****Allows flexible height for content. Fills Div with White background and adds footer image to bottom of wrapper****/
.content_bottom {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	background: url(images/body_bottom_img.png) bottom no-repeat;
	padding-bottom:30px;
}
.content_bottom_left {
	margin: 0 5px 0 0;
	padding: 0;
	/*width: 631px;*/
	width: 676px;
	height: 375px;
	background: url(images/body_bottom_twothirds.png) bottom no-repeat;
	position: relative;
	float: left;
	display: block;
}
.content_bottom_right {
	margin: 0;
	padding: 0;
	/*width: 313px;*/
	width: 338px;
	height: 375px;
	background: url(images/body_bottom_third.png) bottom no-repeat;
	position: relative;
	float: left;
	display: block;
}
/****Content tag formatting****/
.content p {
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #414141;
	padding: 5px;
	line-height: 1.6em;
	padding-left: 0;
}
.content b {
	font-style: bold;
}
.content a {
	color: #3497c4;
	text-decoration: none;
}
.content a.big {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #1575a9;
	text-decoration: none;
}
.content span {
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #898989;
	line-height: 1.4em;
}
.content ul {
	margin-left: 30px;/*padding:10px 0;*/
	/*list-style:none;*/
	/*border:3px solid #eff0f1; 
	background:#e0e2e4;*/
}
.content ol {
	margin-left: 30px;
}
.content li {
	padding: 10px 0px;
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #414141;/*line-height:1.8em;*/
}
.content .right li {
	font: normal 14px Arial, Helvetica, sans-serif;
}
.content li a {
	font: bold 14px Arial, Helvetica, sans-serif;
}
.content ul.lists {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.content ul.lists li {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #bbc1c4;
	padding: 2px 5px;
	margin: 0;
	line-height: 1.8em;
}
.content .text {
	padding: 20px;
}
.content td {
	padding: 0 7px;
}
.content .td_category .image {
	background-color: #fff;
}
.content .td_category .image:hover {
	/*background-color: #75aecd;
	*/background-color: #ddd;
}
.content .heading {
	width: 980px;
	padding: 10px 20px 0px 20px;
	margin: 0;
}
.content h2 {
	font: normal 32px Tahoma, Geneva, sans-serif;
	color: #4e4a38;
	border-bottom: 1px solid #d1d4d7;
	padding: 7px 7px 10px 40px;
	margin: 0;
	line-height: 1.3em;
}
/*Content Left formatting*/
.left {
	width: 699px;
	float: left;
	padding: 0px 20px 10px 20px;
	margin: 0;
}
.left h2 {
	font: normal 32px Tahoma, Geneva, sans-serif;
	color: #4e4a38;
	border-bottom: 1px solid #d1d4d7;
	padding: 7px 7px 10px 40px;
	margin: 0;
	line-height: 1.3em;
}
.left h2.noaa_icon {
	background: url(images/noaa_icon.png) left no-repeat;
}
.left h3 {
	font: normal 22px Tahoma, Geneva, sans-serif;
	color: #4e4a38;
	padding: 10px 10px 10px 0px;
	margin: 0;
	line-height: 1.4em;
}
.left a {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #1575A9;
	text-decoration: none;
}
.left img {
/*float:right;
	margin:15px;
	padding:0;*/
}
/*Content Right Formatting*/
.right {
	/*width:314px;*/
	width: 245px;
	float: left;
	padding: 0px 20px 10px 20px;
	margin: 0;
}
.right h2 {
	font: normal 22px Tahoma, Geneva, sans-serif;
	color: #485157;
	border-bottom: 1px solid #d1d4d7;
	padding: 19px 10px 10px 10px;
	margin: 0;
	line-height: 1.3em;
}
.right a {
	/*font:bold 11px Arial, Helvetica, sans-serif; */
	color: #1575A9;
	text-decoration: none;
}
.right em {
	font: italic 13px Arial, Helvetica, sans-serif;
	color: #5d666c;
	line-height: 1.6em;
	margin: 0;
}
.right ul {
	background: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
	list-style: none;
	border: 0;
}
.right .dataset li {
	padding: 0px 5px 10px 0px;
	border-bottom: 1px solid #e0e2e4;
}
.right li {
	padding: 10px 5px;
	border-bottom: 1px solid #e0e2e4;
}
.right li a {
	float: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #1575A9;
	text-decoration: none;
}
.right li a:hover {
	text-decoration: underline;
}
li.selected { /*selected tab effect*/
	background-color: #C0EDFF;
	position: relative;
	color: #FFF;
	opacity: 1.0;
}
/****Adds NOAA Icon before H2 Title****/
.content h2.noaa_icon {
	background: url(images/noaa_icon.png) left no-repeat;
}
/****Content formatting for homepage content boxes****/
.content .lorem_left {
	width: 630px;
	float: left;
	padding: 10px 20px;
	margin: 0;
}
.content .lorem_right {
	width: 300px;
	float: left;
	padding: 10px 20px;
}
/****Colored content boxes on homepage****/
.content .sub_content_blue {
	margin: 30px 10px 0 0;
	padding: 0;
	width: 338px;
	height: 175px;
	background: url(images/sub_blue.png);
	float: left;
	color: #000;
}
.content .sub_content_orange {
	margin: 30px 10px 0 0;
	padding: 0;
	width: 328px;
	height: 175px;
	background: url(images/sub_orange.png);
	float: left;
	color: #000;
}
.sub_content_orange .button {
	float: right;
	margin-top: -20px;
	background-color: #DC9600;
	padding: 0 5px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	width: 95px;
	text-align: center;
	height: 25px;
	padding-top: 5px;
}
/*Firefox fix, may no longer be in use*/
@-moz-document url-prefix() {
 .sub_content_orange .button {
 margin-top:-2px;
}
}
/*Sub content formatting*/
.sub_content_orange .button a {
	color: #444;
}
.sub_content_orange .button:hover {
	background-color: #c18402;
}
.content .sub_content_green {
	margin: 30px 0 0 0;
	padding: 0;
	width: 338px;
	height: 175px;
	background: url(images/sub_green.png);
	float: left;
	color: #000;
}
/****Footer****/
/*I don't recommend changing much here, the footer has been customized to always sit at the bottom of the screen*/
.footer {
	margin: 0 auto;
	padding: 0;
	width: 1175px;
}
/*This forces the footer to the bottom of the page, don't change.*/
.clr_foot {
	height: 50px;
	clear: both;
}
/**Adds image gradient/shadow**/
.footer_bg {
	background-image: url(images/bg_shadow.png);
	background-repeat: repeat-x;
	height: 150px;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	clear: both;
}
/*Footer formatting*/
.footer h2 {
	font: normal 22px Tahoma, Geneva, sans-serif;
	color: #fff;
	border-bottom: 1px solid #414a50;
	padding: 13px 5px;
	margin: 5px 0;
	line-height: 1.6em;
}
.footer p {
	font: normal 11px Tahoma, Geneva, sans-serif;
	/*color:#666666;*/
	color: #FFF;
	padding: 2px;
	margin: 0;
	line-height: 1.6em;
}
.footer a {
	color: #75aecd;
	text-decoration: underline;
}
.footer span {
	/*color:#878787;*/
	color: #FFF;
}
.footer .f_container {
	width: 275px;
	float: left;
	padding: 10px 20px 20px 20px;
}
.foot_bottom {
	margin: 0 auto;
	width: 1024px;
	height: 25px;
	padding: 10px 0;
	border-top: 1px solid #2b2b2b;
	color: #FFF;
}
/*Old Search CSS*/
.search2 {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}
.search2 form {
	padding: 5px 0 0 0;
	margin: 0;
}
.search2 form label {
}
.search2 form input {
	float: left;
}
.search2 form input.text {
	padding: 8px 3px;
	margin: 2px 5px 0 0;
	background: url(images/search_foorm_bg2.gif) top no-repeat;
	border: 0;
	color: #b4b4b4;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 175px;
	height: 14px;
}
.search2 form input.button_search {
	padding: 0;
	margin: 2px 0 0 0;
	height: 28px;
	width: 74px;
}
/****Text****/
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
	float: right;
}
p.clr, .clr {
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}
li.bg, .bg {
	clear: both;
	border-top: 1px dashed #b8bec1;
	padding: 0;
	margin: 5px 0;
	background: none;
}
/***Table CSS***/
table.hovertable {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-collapse: collapse;
	width: 100%;
}
table.hovertable th {
	background-color: #fff;
	padding: 8px;
	font-size: 14px;
	font-weight: normal;
}
table.hovertable th a {
	font-size: 14px;
}
table.hovertable tr {
	background-color: #ffffff;
	border-bottom: 1px solid #ccc;
}
table.hovertable td {
	padding: 8px;
}
table.hovertable a {
	font-weight: normal;
}
table.hovertable a:hover {
/*color:#fff;*/
}
/**See More div on homepages**/
.see_more {
	bottom:0;
	right:0;
	margin: 0 20px 10px 20px;
	height: 30px;
	text-align: right;
}
.see_more a {
	font-weight: bold;
}
/**Fixes to hide Google translation bar**/
iframe .goog-te-banner-frame skiptranslate {
	visibility: hidden;
	z-index: 1;
}
.goog-te-banner-frame {
	height: 0px;
	visibility: hidden;
	z-index: 1;
}
#:1.container {
 z-index: 1;
 visibility:hidden;
}
.goog-te-banner-frame skiptranslate {
	z-index: 1;
	visibility: hidden;
}
/*** Add hover style for links **/
.right li a:hover {
	color:#6EAACA;
	text-decoration:none;
}
a:hover {
	color:#6EAACA;
	text-decoration:none;
}
