@charset "utf-8";
/* CSS Document */
*, html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	color: #4e5778;
	font-size: 100%;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	border: 10px solid #204282;
}
#header {
	width: 980px;
	height: 202px;
}
#nav {
	width: 980px;
	height: 35px;
	float: left;
	position: relative;
	background: #204282;
	border-bottom: 5px solid #EFA528;
	font-size: 80%; 
}
/* nav menu */
ul.dropdown { 
	position: relative;
	margin: 0;
	list-style-type: none;
}
ul.dropdown li { 
	float: left; 
	zoom: 1; 
	background: #204282;
	border-right: 1px solid #ffffff; 
}
ul.dropdown a:hover { 
	color: #000; 
}
ul.dropdown a:active { 
	color: #ffffff; 
}
ul.dropdown li a { 
	display: block; 
	padding: 9px 25px 10px 25px; 
	color: #ffffff; 
	text-decoration: none;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	background: #EEA232; 
	color: #ffffff; 
	position: relative; 
}
ul.dropdown li.hover a { 
	color: #ffffff; 
}
ul.dropdown li.hover a:hover {
	color: #000000;
}
ul.dropdown li a.active { 
	color: #ffffff;
	background: #EEA232;  
} 
/* 
	LEVEL TWO
*/
ul.dropdown ul { 
	width: 150px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	z-index: 5;
	border-top: 1px solid #ffffff;
	list-style-type: none;
}
ul.dropdown ul li { 
	width: 150px;
	float: left;
	font-weight: normal; 
	background: #EEA232; 
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { 
	border-right: none; 
	width: 100%; 
	display: inline-block; 
	padding: 4px 0 4px 15px;
}
#wrapper-content {
	width: 980px;
	float: left;
	padding: 0;
	background: #ffffff url(../img/contentbg.jpg) repeat-y;
}
#wrapper-content #left-content {
	width: 227px;
	float: left;
}
#wrapper-content #left-content #latestnews {
	padding: 15px 0;
}
#wrapper-content #left-content #latestnews .headline {
	width: 227px;
	padding: 15px 0;
	border-bottom: 1px solid #666666;
}	
#wrapper-content #left-content #sfanews {
	text-align: center;
	padding: 15px 0;
}
#wrapper-content #left-content h2 {
	background: #204282;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 4px 0 4px 10px;
}
#wrapper-content #left-content p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0 10px;
	line-height: 14px;
}
#wrapper-content #right-content {
	width: 753px;
	float: left;
	padding: 0;
}
#wrapper-content #right-content #breadcrumb {
	width: 738px;
	height: 20px;
	font-size: 70%;
	color: #ffffff;
	padding: 5px 0 0 15px;
	background: #204282;
	border-top: 1px solid #ffffff;
}
#wrapper-content #right-content #breadcrumb a {
	color: #ffffff;
	font-weight: bold;
}
#wrapper-content #right-content #content {
	padding: 15px;
}
#wrapper-content #right-content #content .teaminfo {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	background: #eaeaea;
	border-bottom: 2px solid #EEA232;
}
#wrapper-content #right-content h1 {
	font-size: 180%;
	margin: 0 0 15px 0;
}
#wrapper-content #right-content h2 {
	font-size: 120%;
	margin: 0 0 15px 0;
}
#wrapper-content #right-content ul {
	margin: 0 0 0 25px
}
#wrapper-content #right-content ul li {
	font-size: 80%;
	margin: 0 0 5px 0;
	line-height: 16px;
}
#wrapper-content #right-content p {
	font-size: 80%;
	margin: 0 0 15px 0;
	line-height: 16px;
}
#wrapper-content #right-content a {
	color: #4e5778;
}
#wrapper-content #right-content ul {
	list-style-type: none;
}
#wrapper-content #right-content a img {
	border: none;	
}
#footer {
	width: 980px;
	background: #204282;
	color: #ffffff;
	clear: left;
	padding: 5px 0;
	font-size: 65%;
	text-align: right;
}
/* tabs */
#wrapper-content #right-content ul.tabs {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	height: 25px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 630px;
	float: left;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 24px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	background: #EEA232;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 5px 10px;
	outline: none;
}
ul.tabs li a:hover {
	background: #EEA232;
	color: #000000;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	width: 630px;
	float: left;
	background: #fff;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
}

ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
/* general */
.image-right {
	float: right;
	margin: 0 0 25px 25px;
}
table.cms {
	width: 100%;	
	border-collapse: no-collapse;
	font-size: 11px;
}
table.cms th {
	background-color: #EFA528;
	color: #ffffff;
	padding: 2px 4px;
	text-align: left;
}
table.cms td {
	padding: 2px 4px;
}
table.cms tr.d0 td {
	background-color: #ffffff;
}
table.cms tr.d0 td.blue {
	background-color: #214383;
	color: #ffffff;
}
table.cms tr.d1 td {
	background-color: #eaeaea;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #204282;
	text-decoration: none; /* no underline */
	color: #ffffff;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #204282;
	color: #CE6D4D;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #204282;
	font-weight: bold;
	background-color: #204282;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #cccccc;
	color: #cccccc;
}
.clear-content {
	clear: both;
}
table.f0 {
	background: #ffffff;
	font-size: 11px;
}
table.f1 {
	background: #eaeaea;
	border-bottom: 1px solid #EEA232;
	margin: 10px 0;
	font-size: 11px;
}
