/* Global Styles */
@import url("../../global/CSS/global.css");

/* Calendar Override Styles */
/* Applies to ALL cells within the calendar table */
.events-calendar td {
	border: solid 1px #6b727b;
	height: 90px;
}
/* Applies to cells that represent SATURDAY - SUNDAY */
.weekend {
	background-color: #5d6874;
}
/* Applies to cells that represent MON-FRI */
.weekday {
}
/* Applies to ALL cells within the calendar table */
.events-calendar td {
	border: solid 1px #6b727b;
	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:#7a838c;
}
/* Applies to div containing events marked as "all day" */
.all-day-event {
	background-color: #33383d;
	color: #FFF;
	cursor: pointer;
}
.all-day-event:hover {
	background-color: #979ea5;
	color: #33383d;
}
/* Applies to div containing events marked as "partial day" */
.partial-day-event {
	text-decoration: none;
}
.partial-day-event:hover {
	text-decoration: none;
	color: #8DA8AC;
}


/* SITEWRENCH EDITOR BACKGROUND
-------------------------------------------*/
.RadEContent, .RadEContentBordered {
	background-color: #292d31; 
	background-image: none;
	margin: 0px; 
}

/* BODY OVERRIDES (Defaults) */
body, p, div, ul, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

body {
	background-color: #292d31;
	margin: 0px;
	padding: 0px;
}

div, span, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/sitefiles/1155/images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

table, img {
	border: 0px;
}

a:link, a:visited, a:active {
	color: #ABC5D1; 
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF; 
	text-decoration: none;
}

hr {
	border: 0;
	width: 100%;
	color: #6b727b;
	background-color: #6b727b;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* SITEWRENCH TEXT Styles
-------------------------------------------*/
.bodybold {
	font-weight: bold;
}

.bodyoptional {
	font-size: 11px;
	line-height: 16px;
	color: #B3B3B3;
}

.heading {
	font-size: 18px;
	line-height: 20px;
}

.headingbold {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.subheading {
	font-size: 12px;
	line-height: 14px;
	color: #8e9eab;
}

.subheadingbold {
	font-size: 12px;
	line-height: 14px;
	color: #8e9eab;
	font-weight: bold;
}

.optionalheading {
	font-size: 18px;
	line-height: 20px;
	color: #CCCCCC;
}
a.optionalheading:link, a.optionalheading:visited{color: #FFFFFF; text-decoration:underline;}
a.optionalheading:hover, a.optionalheading:active{color: #FFFFFF; text-decoration:none;}

h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	color: #8e9eab;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	line-height: 14px;
	color: #8e9eab;
}
h5 {
	font-size: 18px;
	line-height: 20px;
	color: #CCCCCC;
}

.swcredit {
	font-size: 10px;
	color: #999999;
}
a.swcredit:link, a.swcredit:visited{color: #999999; text-decoration:none;}
a.swcredit:hover, a.swcredit:active{color: #999999; text-decoration:underline;}

.breadcrumbstyle {
	font-size: 10px;
	color: #E6BD29;
	font-weight: normal;
}
a.breadcrumbstyle:link, a.breadcrumbstyle:visited{color: #E6BD29; text-decoration:none;}
a.breadcrumbstyle:hover, a.breadcrumbstyle:active{color: #666666; text-decoration:underline;}

/* SEARCH FORM styles
-------------------------------------------*/
#search {
	width: 228px;
	height: 24px;
	float: right;
	font-size: 10px;
	margin-top: 4px;
	padding-left: 14px;
}
.searchField {
	font-size:10px;
	color: #b2b2b2;
	width: 160px;
	border: 0px;
	background-color: #33383d;
	padding: 4px;
}
.searchButton {
	font-size:10px;
	background-color: #41484f;
	color: #b2b2b2;
	border: none;
	padding: 3px;
	cursor: pointer;
}

/* MAIN NAVIGATION Styles
-------------------------------------------*/
#navWrapper {
	padding: 0px;
	margin: 0px 6px;
	width: 780px;
	height: 30px;
	border-bottom: 1px solid #41464a;
	z-index: 400;
}
#nav {
	width: 536px;
	height: 30px;
	float: left;
	position: relative;
}
.navButton {
	height: 30px;
	float: left;
}
.p7tbsub {
	text-align: center;
	background-color: #65717a;
	border: none;
	position:relative;
	left: 0px;
	top: 30px;
	width: 536px;
	z-index: 400;
}
.p7tbsub p {
	margin: 0px;
	padding: 7px 12px 6px 0px;
	font-size: 10px;
}
.p7tbsub a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.p7tbsub a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.p7tbsub a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.p7tbsub a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* SUB NAVIGATION Styles
.subnavmainstyle {
	font-size: 0px;
	line-height: 0px;
	color: #31363b;
	display: block;
}

a.subnavmainstyle:link, a.subnavmainstyle:visited, a.subnavmainstyle:active {
	font-size: 11px;
	line-height: 26px;
	color: #B3B3B3;
	text-decoration: none;
	border-bottom: 1px solid #53585c;
}

a.subnavmainstyle:hover {
	font-size: 11px;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
.subnavsubstyle {
	font-size: 11px;
	line-height: 26px;
	color: #ABC5D1;
	margin-left: 10px;
	display: block;
}
a.subnavsubstyle:link, a.subnavsubstyle:visited, a.subnavsubstyle:active {
	color: #ABC5D1;
	text-decoration: none;
	border-bottom: 1px solid #53585c;
}
a.subnavsubstyle:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #53585c;
}
-------------------------------------------*/

/* WRAPPER styles
-------------------------------------------*/
#homeWrapper {
	padding: 0px;
	width: 792px;
	margin-left: 42px;
	background: #5d6874 url(/sitefiles/1155/images/homeBkgd.jpg) repeat-x;
	min-height: 525px;
}
#topWrapper {
	width: 100%;
	float: left;
}
#taglineWrapper {
	width: 100%;
	float: left;
}
#flashWrapper {
	width: 100%;
	float: left;
}
#contentWrapper {
	width: 100%;
	float: left;
}
#footerWrapper {
	width: 100%;
	float: left;
}

/* TOP styles
-------------------------------------------*/
#top {
	padding: 0px;
	margin: 0px 6px;
	width: 780px;
	height: 94px;
	border-bottom: 1px solid #3b3e41;
}
#logo {
	width: 174px;
	height: 50px;
	margin-left: 6px;
	margin-top: 24px;
	float: left;
}
#tagline {
	padding: 0px;
	margin: 0px 6px;
	width: 780px;
	height: 90px;
	border-bottom: 1px solid #41464a;
}
#tag {
	width: 235px;
	height: 32px;
	float: right;
	padding-top: 44px;
	margin-right: 6px;
}
#flash {
	padding: 6px 0px 0px;
	margin: 0px 6px;
	width: 780px;
	height: 158px;
	border-bottom: 6px solid #8e9eab;
}

/* CONTENT styles
-------------------------------------------*/
#content {
	padding: 0px 6px;
	margin: 0px 6px;
	width: 768px;
	height: 101px;
}
.clearContent {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/* FOOTER styles
-------------------------------------------*/
#footer {
	padding: 6px 0px 0px;
	margin: 0px 6px;
	width: 780px;
	height: 68px;
	border-top: 1px solid #6b727b;
}
#footerLeft {
	float: left;
	width: 414px;
	padding-left: 6px;
	font-size: 10px;
	color: #999999;
}
#footerRight {
	float: right;
	width: 354px;
	padding-right: 6px;
	text-align: right;
	font-size: 10px;
	color: #999999;
}
#footerRight a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#footerRight a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* DEFAULT styles
-------------------------------------------*/
#defWrapper {
	padding: 0px;
	width: 792px;
	margin-left: 42px;
	background: #5d6874 url(/sitefiles/1155/images/defaultBkgd.jpg) repeat-x;
	min-height: 400px;
}
#defTag {
	width: 121px;
	height: 14px;
	margin-left: 12px;
	margin-top: 40px;
	float: left;
}
#icons {
	width: 106px;
	height: 34px;
	margin-top: 28px;
	float: right;
}
#icons img {
	margin-left: 4px;
}
#defContent {
	padding: 6px 0px;
	margin: 0px 6px;
	width: 780px;
}
#contentLeft {
	float: left;
	width: 534px;
	border-right: 1px solid #6b727b;
	margin-right: 6px;
}
#contentRight {
	float: right;
	width: 236px;
}
#blogBtn {
	float: left;
	width: 236px;
	margin-bottom: 12px;
}
#browse {
	float: left;
	width: 236px;
	margin-bottom: 12px;
}
#newsletter {
	float: left;
	width: 224px;
	margin-bottom: 12px;
	margin-right: 12px;
}
/* SubNav Styles */
#subnavWrapper {
    width: 236px;
    float: left;
}
#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:11px;
    padding: 0;
    margin: 0;
    width: 236px;
    background: none;
}
#subnav a {
	color: #B3B3B3;
	text-decoration: none;
	border-bottom: 1px solid #53585c;
	display:block;
	padding: 4px 0px;
}
#subnav a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	display:block;
	padding: 4px 0px;
}
#subnav a.current {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #53585c;
	display:block;
	padding: 4px 0px;
}

