@charset "UTF-8";

@import url("default_styles.css");
@import url("mainpage_grid.css");
@import url("secondary_navbuttons.css");

html {
   background: url(../images/bg_fade2.jpg) repeat-x top left; }
}

#header{ height: 120px; width: 100%; }

.center {
        width: 710px;
        margin: 0 auto;
}

#logo{ float: left; width: 375px; height: 90px; background: url(../images/logo-light_ani.gif) no-repeat 20px 10px; }
#logo *{ text-indent: -5000px; }
#logoLink{ display: block; width: 375px; height: 90px; }

#search{ float: right; width: 285px; margin-top:14px; }
#searchButton:hover{ background-position: left -18px; }
#searchText{ float: left; margin: 7px 0px 5px; width: 205px; display: inline; }
#searchButton{ float: left; width: 66px; height: 18px; border: none; text-indent: -5000px; margin: 8px 0 0 3px;
        background: transparent url('../images/searchbtn.gif') no-repeat left top; }
#searchButtonRight:hover{ background-position: left -18px; }
#searchButtonRight{ width: 66px; height: 18px; border: none; text-indent: -5000px; margin-left:1px; margin-top:6px; 
        background: transparent url('../images/searchbtn.gif') no-repeat left top; }

.toplinks { font-family: Verdana, Arial, Helvetica, sans-serif; color: #6e6e6e; font-size: 11px; text-decoration: none; }
.toplinkspace { float: left; padding-bottom: 5px;}
.midspace { height:20px; }

#bodyTopHolder{ margin: 0; padding: 12px 0px 6px 11px; font: 9px normal Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase; color: #444; }

.left_links { float:left; border:0px solid #000; width:200px; margin: 5px 0px 8px 5px; }
.left_links a { float:left; font:normal 14px; width:200px; line-height:24px; padding:2px 10px 2px 10px; color:#19355f; text-decoration:none; margin-bottom:5px; background:#c9e5ed no-repeat 0px 0px; }
.left_links a:hover,
.left_links a.active { font-size:11px; color:#19355f;  background:#d2edc9 no-repeat 10px 10px;}

.date {float:left;width:48px;height:48px;color:#fff;background:url('../images/date.png') Rgb(30,106,153);margin-top:6px;margin-bottom:4px;margin-right:10px;font-size:1.9em;letter-spacing:-3px;overflow:hidden;line-height:26px;text-align:center;}
.date span {display:block;margin-right:5px;}
.date small {display:block;font-size:0.4em;letter-spacing:2px;text-transform:uppercase;}

/* INFO TAB NAVIGATION */
UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 2px;
	border-bottom: 1px solid #ddd;
	}
UL.tabNavigation LI {
	display: inline;
	}
UL.tabNavigation LI A {
	padding: 3px 10px;
	background-color: #c9e5ed;
	color: #000;
	text-decoration: none;
	}
UL.tabNavigation LI A.selected,UL.tabNavigation LI A:hover {
	background-color: #d2edc9;
	color: #000;
	padding-top: 7px;
	}
UL.tabNavigation LI A:focus {
	outline: 0;
	}
div.tabs > div {
	padding: 4px;
	margin-top: 3px;
	border: 0px solid #333;
	}
div.tabs > div h2 {
	margin-top: 0;
	}
#first {
	background-color: #FFF;
	}
#second {
	background-color: #FFF;
	}
#third {
	background-color: #FFF;
	}


