/* ----------------------------------------------------------------------------------------------------------------- Global Styles */
@import url("../../global/CSS/global.css");

/* ----------------------------------------------------------------------------------------------------------------- Global Override Styles */
/* ----------------------------------------------------------------------------------------------------------------- Global Override Styles */
/* Calendar Override Styles */
/* Applies to ALL cells within the calendar table */
.events-calendar td {
	border: solid 1px #535e5f;
	height: 90px;
}
/* Applies to cells that represent SATURDAY - SUNDAY */
.weekend {
	background-color: #1b373b;
}
/* Applies to cells that represent MON-FRI */
.weekday {
}
/* Applies to ALL cells within the calendar table */
.events-calendar td {
	border: solid 1px #535e5f;
	height: 90px;
}
/* Applies to column heading style */
.events-calendar th {
	font: 12px/16px;
	color: #FFF;
	font-weight: bold;
}
/* Applies to the cell that represents the current date */
.today {
	background-color:#333;
}
/* Applies to div containing events marked as "all day" */
.all-day-event {
	background-color: #091a1d;
	color: #666;
	cursor: pointer;
}
.all-day-event:hover {
	background-color: #1b373b;
	color: #8DA8AC;
}
/* Applies to div containing events marked as "partial day" */
.partial-day-event {
	text-decoration: none;
}
.partial-day-event:hover {
	text-decoration: none;
	color: #8DA8AC;
}

/* ----------------------------------------------------------------------------------------------------------------- Default Styles */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: #333;
}

img, div { behavior: url(/SiteFiles/1119/Scripts/iepngfix.htc); }
img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* ----------------------------------------------------------------------------------------------------------------- Type Styles */
body, p, div, ul, li, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #CCC;
	font-weight: normal;
}
a:link, a:visited, a:active {
	color: #FFB100; 
	text-decoration: none;
}
a:hover {
	color: #8DA8AC; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-size: 18px;
	color: #FFF;
}
h2, h2 a:link, h2 a:active, h2 a:visited {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
h2 a:hover {
	font-size: 16px;
	color: #FFB100;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	color: #F15A22;
}
h4 {
	font-size: 12px;
	color: #808080;
}
h5 {
	font-size: 10px;
	color: #CCC;
	text-transform: uppercase;
}

/* ----------------------------------------------------------------------------------------------------------------- Search Styles */
.search {
	position: absolute;
	top: 8px;
	right: 0px;
	width: 145px;
	height: 18px;
	background: url(/SiteFiles/1119/Images/searchField.gif) no-repeat;
}
.searchField {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	text-transform: uppercase;
	padding: 0;
	margin: 5px 0 0 20px;
	border: 0;
	width: 125px;
	background: none;
	outline: none;
}
* html .searchField {
	margin: 0 0 0 20px;
}
.searchButton {
	display: none;
}

/* ----------------------------------------------------------------------------------------------------------------- SubNav Styles */
#subnavWrapper {
	width: 237px;
	float: left;
	padding: 20px;
}
#subnavWrapper p {
	display: none;
}
#subnavWrapper h2,
#subnavWrapper h2 a {
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
}
#subnav {
	margin: 0;
	padding: 0;
	list-style: bullet;
}
#subnav li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 0 14px;
	width: 237px;
	background: none;
}
#subnav a {
	color: #FFF;
	display:block;
	text-decoration: none;
}
#subnav a:hover {
	color: #8DA8AC;
	display:block;
	text-decoration: none;
}
#subnav a.current {
	color: #8DA8AC;
	display:block;
	text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------- Wrapper Styles */
#utilityWrapper {
	width: 100%;
	float: left;
	background: url(/SiteFiles/1119/Images/utility-rep.jpg) repeat-x;
}
#middleWrapper {
	width: 100%;
	float: left;
	background: #000 url(/SiteFiles/1119/Images/middle-rep.jpg) repeat-x;
}
#headerWrapper {
	background: url("/SiteFiles/1119/Images/header-bkgd.jpg") no-repeat scroll center top transparent;
    float: left;
    position: relative;
    width: 100%;
    z-index: 100;
}
#flashWrapper {
	width: 100%;
	float: left;
}
#contentWrapper {
	width: 100%;
	float: left;
}
#footerWrapper {
	width: 100%;
	float: left;
}

/* ----------------------------------------------------------------------------------------------------------------- Utility/Header/Flash Styles */
#utility {
	margin: 0px auto;
	padding: 0px;
	width: 830px;
	height: 34px;
	background: url(/SiteFiles/1119/Images/utility-bkgd.jpg) no-repeat center top;
	position: relative;
}
.sitemap-btn {
	position: absolute;
	top: 8px;
	right: 277px;
	width: 60px;
	height: 18px;
	overflow: hidden;
}
.sitemap-btn a {
	width: 60px;
	height: 18px;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1119/Images/b-sitemap.gif) no-repeat top;
}
.sitemap-btn a:hover {
	background: url(/SiteFiles/1119/Images/b-sitemap.gif) no-repeat bottom;
}
.register {
	position: absolute;
	top: 8px;
	right: 206px;
	width: 66px;
	height: 18px;
	overflow: hidden;
}
.register a {
	width: 66px;
	height: 18px;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1119/Images/b-register.gif) no-repeat top;
}
.register a:hover {
	background: url(/SiteFiles/1119/Images/b-register.gif) no-repeat bottom;
}
.login {
	position: absolute;
	top: 8px;
	right: 152px;
	width: 47px;
	height: 18px;
	overflow: hidden;
}
.login a {
	width: 47px;
	height: 18px;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1119/Images/b-login.gif) no-repeat top;
}
.login a:hover {
	background: url(/SiteFiles/1119/Images/b-login.gif) no-repeat bottom;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 830px;
	height: 103px;
}
#flash {
	margin: 0px auto;
	padding: 20px 0px 0px;
	width: 830px;
}
.swRotator .pager {
	margin-top:10px;
	text-align:center;
}
.swRotator .pager a {
	color: #fff;
}
.swRotator .pager .current {
	color:#FFB100;
}

.logo{
	width: 214px;
	height: 49px;
	overflow: hidden;
	float: left;
	margin: 28px 0 0 0;
}
.logo a{
	width: 214px;
	height: 49px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1119/Images/logo.png) no-repeat;
	behavior: url(/SiteFiles/1119/Scripts/iepngfix.htc)
}

/* ----------------------------------------------------------------------------------------------------------------- Content Styles */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto;
	padding: 9px 0px 0px;
	width: 830px;
	background: url(/SiteFiles/1119/Images/content-top.gif) no-repeat center top;
}
td.buttoncontent {
	cursor: pointer;
}
td.buttoncontentOn {
	background-color: #123439;
	cursor: pointer;
}
#content-bottom {
	margin: 0px auto;
	padding: 6px 0px 24px;
	width: 830px;
	height: 9px;
	background: url(/SiteFiles/1119/Images/content-bottom.gif) no-repeat center top;
}

/* ----------------------------------------------------------------------------------------------------------------- Default Styles */
#d-content {
	margin: 18px auto;
	padding: 0px;
	width: 830px;
	background: url(/SiteFiles/1119/Images/d-content-top.jpg) no-repeat center top;
}
#d-contentLeft {
	width: 528px;
	float: left;
	margin-top: 18px;
	overflow: hidden;
}
#d-contentRight {
	width: 277px;
	float: right;
	margin-top: 18px;
	overflow: hidden;
}
#d-contentRight-top {
	width: 277px;
	float: left;
	background: #1b373b url(/SiteFiles/1119/Images/d-contentRight-top.jpg) no-repeat center top;
}
* html #d-contentRight-top {
	width: 277px;
	float: left;
	background: #1b373b url(/SiteFiles/1119/Images/d-contentRight-top.jpg) no-repeat left top;
}
#d-contentRight-feat {
	width: 257px;
	height: 51px;
	line-height: 51px;
	float: left;
	background: url(/SiteFiles/1119/Images/d-contentRight-feat.jpg) no-repeat center top;
	padding-left: 20px;
}
#d-contentRight-btm {
	width: 261px;
	float: left;
	background: #183034 url(/SiteFiles/1119/Images/d-contentRight-btm.jpg) no-repeat center bottom;
	padding: 8px 8px 0px;
}
#d-contentRight-btm img {
	padding-bottom: 8px;
}

/* ----------------------------------------------------------------------------------------------------------------- Footer Styles */
#footer {
	margin: 0px auto;
	padding: 25px 0px;
	width: 830px;
	text-align: center;
}
#footer p {
	font-size: 11px;
	color: #737373;
}
#footer a {
	font-size: 11px;
	color: #737373;
	text-decoration: none;
}
#footer a:hover {
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------- Search Results Styles */
.pageSearchTitle {
	font-size: 12px;
	color: #F15A22;
}
a.pageSearchTitle {
	font-size: 12px;
	color: #F15A22;
}
a.pageSearchTitle:hover {
	font-size: 12px;
	color: #F15A22;
}
