﻿/*	Style Sheet Information  */

body {
	margin: 0px;
	padding: 0px;
	background: #FFF url('../images/bg-gradient-sub.jpg') top left repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #313131;
}

body.home {
	background-image: url('../images/bg-gradient.jpg');
}

div.roundCorner {

	position:absolute;
}

div.top {

	top:0px;
	background-position:top;
}

div.bottom {

	bottom:0px;
	background-position:bottom;
}

div.left {

	left:-1px;
	background-position:left;
}

div.right {

	right:-2px;
	background-position:right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
}

h1 {
	font: 26px Arial, Helvetica, sans-serif;
	color: #313131;
}

h1.page-title {
  border: none;
  margin:8px 15px 0px 15px;
}

div.page-title-hr {
  border-top:1px solid #CC0000;
  margin:0px 15px 10px;
  clear:both;
}

h1.section-title {
	margin: 20px 0px 10px 0px;
	padding-bottom: 4px;
	border-bottom: none;
	background: transparent url('../images/dot-black-white.png') bottom left repeat-x;
}

h2 {
	margin: 10px 0px 0px 0px;
	padding: 8px 10px 0px 10px;
	font: 24px Arial, Helvetica, sans-serif;
	color: #313131;
	background: transparent url('../images/dot-black-white-wide.png') top left repeat-x;
}

h3 {
	margin: 0px 0px 4px 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	font-weight:bolder;
}

h3.section-title {
	padding-bottom: 4px;
	background: transparent url('../images/dot-black-white.png') bottom left repeat-x;
}

h4 {
	margin: 15px 0px 5px 0px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #313131;
}

h5 {
	margin: 15px 0px 5px 0px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #313131;
}

h6 {
	margin: 15px 0px 5px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #313131;
}

a,
a:link,
a:active,
a:visited {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#Container {
	position: relative;
	width: 1025px;
	margin: 105px auto 0px auto;
	background: transparent url('../images/bg-content.png') top left repeat-y;
}

body.home #Container {
    margin-top: 0px;
}

#Header {
	height: 189px; 
	background: transparent url('../images/bg-header.jpg') top left no-repeat;
}

#Content {
	overflow: hidden;
	position: static;
	padding: 0px 15px 5px 15px;
	background: transparent url('../images/bg-content-top.jpg') top left no-repeat;
}

#LeftColumn {
	float: left;
	display: block;
	width: 630px;
	margin-left: 28px; /*25px;*/
	margin-right: 10px;
}

#RightColumn {
	float: left;
	display: inline;
	width: 300px;
}

#Footer {
	clear: both;
	position: relative;
	padding: 5px 45px 20px 45px;
	margin: 0px 0px 25px 0px;
	background: transparent url('../images/bg-content-bottom.png') bottom left no-repeat;
	width:935px;
}

#TwoColumns {
	clear: both;
	margin: 10px 15px 0px 15px;
}

#TwoColumns h1 {
	border: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#TwoColumns h4 {
	margin-top: 0px;
	padding-bottom: 4px;
}

#WideColumn {
	float: left;
	display: inline;
	width: 350px;
	margin: 0px 12px 0px 0px;
}

#NarrowColumn {
	float: left;
	display: inline;
	width: 232px;
}


#WideColumn .text-content {
	padding: 0px 10px 0px 0px;
}

#WelcomeBox {
	position: absolute;
	top: -15px;
	right: 5px;
	width: 315px;
	height: 175px;
	z-index: 99;
}

body.home #WelcomeBox {
	top: -5px;
}

#Logo {
    position: absolute;
    top: 22px;
    left: 217px;
    width: 500px;
    height: 85px;
}

#Page {
    position: relative;
	margin: 4px 0px 0px 0px;
	background: transparent url('../images/bg-today-subpage.gif') top left repeat-y;
}

#PageContent {
	width: 600px;
}

#PageContent,
#Page .text-content {
	clear: both;
	padding: 0px 15px 0px 15px;
}

#PageContent li {
	padding: 0px 0px 5px 12px;
	background: transparent url('../images/dot-orange-list.png') 0px 4px no-repeat;
}

#Breadcrumbs {
	padding: 8px 15px 8px 15px;
	color: #CC0000;
	font-size: 11px;
}

#Breadcrumbs a {
	font-size: 11px;
}

#BackToTop {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 1px 15px 25px 15px;
	text-align: right;
	background: transparent url('../images/bg-page-bottom.png') bottom left no-repeat;
}

#BackToTop a {
	display: block;
	padding: 4px 0px 3px 0px;
	border-top: 1px solid #CC0000;
	background: transparent url('../images/btn-back-to-top.png') 522px 5px no-repeat;
}

#BackToTop a.rss {
    float: left;
    display: inline;
	padding-left: 18px;
	background: transparent url('../images/ico-rss-tools.png') 0px 4px no-repeat;
	border: none;
}

#RSSBox {
    display: none !important;
    position: absolute;
    top: 70px;
    right: 10px;
    z-index: 10;
    width: 50px;
}

#RSSBox a.rss {
    display: block;
    padding: 4px 0px 3px 18px;
    background: transparent url('../images/ico-rss-tools.png') 0px 4px no-repeat;
}

#Navigation {
	position: absolute;
	top: 117px;
	left: 255px;
	width: auto;
	height: 34px;
	z-index: 1000;
	padding: 3px 15px;
	background: transparent url('../images/bg-nav.png') top left repeat-x;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;

}

#Navigation dropDownIcon {

	marign-top:40px;
}

#Navigation ul {
	margin: 4px 0px 0px 0px;
}

#Navigation li {
	float: left;
	margin: 0px;
	padding: 0px 12px 0px 12px;
	border-right: 1px solid #c9c9c9;
	position:relative;
}

#Navigation li.first-child {

	padding-left:0px;
}

#Navigation li.last-child {
	border-right:none;
}

#Navigation li a {
	color: #cc0000;
	text-decoration: none;
	font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight:bold;
}

#Navigation li a:hover {
	color:black;
	font-weight:bold;
}

#Navigation li a img {
	display: inline;
	margin-right: 4px;
	margin-left:12px;
	vertical-align:baseline;
}

#Navigation li ul {
	visibility:hidden;
	position:absolute;
	margin: 0px;
	padding-bottom:9px;
	left:-1px;
	top:100%;
	background: transparent url('../images/bg-dropnav.png') bottom left repeat-x; 
	/*width:98% !important;*/

}

#Navigation li ul li {
	float: none;
	display: list-item;
	border-left: 1px solid #c9c9c9 !important;
	margin: 0px; /* -5px 0px 0px;*/
	padding: 5px 14px 0px 14px !important;
	background-color:white;
	white-space: nowrap;
}

#Navigation li ul li.last-child {
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 6px !important;
}

#Navigation ul li ul li a {
	white-space: nowrap;
}

#Navigation li ul li,
#Navigation #TopNavigationList li ul li a {
	color: #cc0000;
	text-decoration: none;
	font: 13px "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight:normal;

}

#Navigation li a.active,
#Navigation #TopNavigationList li ul li a:hover {
	color: #333;
}

#SubNavigation {
	height: 28px;
	padding: 0px 15px 0px 15px;
	background: transparent url('../images/bg-sub-nav.gif') top left no-repeat;
}

#SubNavigation li {
	float: left;
	display: inline;
	height: 21px;
	padding: 7px 8px 0px 0px;
	margin: 0px 8px 0px 0px;
	background: transparent url('../images/dot-subnav.png') top right no-repeat;
}

#SubNavigation li.last-child {
	background: none;
}

#SubNavigation li a {
	color: #ffffff;
}

#SubNavigation li a.active,
#SubNavigation li a:hover {
	color: #ffcc00
}

#LoginBox {

	position:absolute;
	top:90px;
	right:54px;
	font-size: 10pt;
	color: #313131;
}

#LoginBox a.discrete-link {
	color: #313131;
}

#LoginBox .login-spacer {
    padding: 0px 10px;
}

#Footer p {
	clear: both;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding-top: 12px;
	padding-left: 15px;
	line-height: 18px;
}

#Footer ul {
	background: transparent url('../images/dot-black-white.png') top left repeat-x;
	padding-left: 15px;
	height: 34px;
	padding-top: 18px;
}

#Footer li {
	background: url('../images/bg-footer-divider.png') top right no-repeat;
	display: inline;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 9px 10px 0px 0px;
}

#Footer li.last-child {
	background: none;
}

#Footer li.with-badge {
	padding: 0px 10px 0px 0px;
}

#Footer li img {
	margin-left: 5px;
	vertical-align: middle;
}

#Footer a {
	color: #000;
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}

#Footer img.powered-by {
	position: absolute;
	top: 50px;
	right: 50px;
}

#HomePageTwoColumn {
	clear: both;
	margin: 15px 0px 0px 0px;
	width: 630px;
}

#Pagination {
	display: block;
	clear: both;
	background: transparent url('../images/dot-black-white.png') top left repeat-x;
	padding: 10px 0px 0px 0px;
	margin: 10px 15px 0px 15px;
	text-align: center;
}

#Pagination a {
	padding: 0px 4px 0px 4px;
}

#Pagination span.active {
    padding: 0px 4px 0px 4px;
    color: #313131;
    font-weight: bold;
}

#UtilityBar {
	float: right;
	display: inline;
	width: 344px;
	margin: 0px 0px 10px 10px;
}

#UtilityBar ul {
	margin-top: 0px;
}

#UtilityBar li {
	float: left;
	display: inline;
	width: 162px;
	padding: 4px 10px 4px 0px;
	background: transparent url('../images/dot-orange-white.png') top left repeat-x;
}

#UtilityBar li.first-child,
#UtilityBar li.second-child {
	background: none;
}

#UtilityBar li a {
	display: block;
	padding: 0px 0px 0px 8px;
	background: transparent url('../images/dot-orange-list.png') 0px 5px no-repeat;
}

#UtilityBar li a.active {
	font-weight: bold;
}

.uc_left {
    width: 340px;
    float: left;
}

.uc_right {
    width: 260px;
    float: left;
}

#NarrowColumn .odd {
	padding-top: 2px;
	padding-bottom: 2px;
	background: #83c635;
	padding-left: 6px;
}

#NarrowColumn .even {
	padding-top: 2px;
	padding-bottom: 2px;
	background: #93d545;
	padding-left: 6px;
	
}

img.left {
    float: left;
    margin-right: 5px;
}

h3.highlight {
    color: #FF5004;
}

table.category * td {
    vertical-align : top;
    padding-top: 15px;
}

