﻿/* This CSS was initially developed by DECS Online Services and now incorporates selectors and attributes 
	from the reset.css and text.css that form part of the 960 Grid System by Nathan Smith
	http://960.gs/ 
	
   Convert pixels (px) to Em - http://riddle.pl/emcalc/
   default font size is set at 13px
   default bottom margin for paragraphs, headings, tables, lists and blockquotes: 10px;

*/

html, body {
	color: #000000;
	background-color: #B8E251;
}

html, body, #wrapper {
	height: 100%;
	width: 100%;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

#wrapper{
	height: auto !important;
	height: 100%;
}
body { 
	color: #000;
	background: #B8E251 url('../styles/body_bg.png') repeat-x center top;
	line-height:1em;
	font: 13px/1.5em tahoma, helvetica, arial, sans-serif;
}
#container {
	
	background: url('../styles/container.png') repeat-y left top;
	height:auto;
	min-height: 800px;
	
}
#container.option1 {
	height:auto;
	background: url('../styles/container_home.png') repeat-y left top;
}

con
ol,ul{
	list-style:none
}
ol{
	list-style:decimal;
}
ul{
	list-style:disc;
}
li{
	margin-left:30px
}
ul.nobullets {
	list-style-type:none;
	list-style-image: none;
}
blockquote, blockquote.option1, blockquote.option2,q, q.option1,q.option2{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after,blockquote.option1:before,blockquote.option1:after,q:before.option1,q:after.option1,blockquote.option2:before,blockquote.option2:after,q.option2:before,q.option2:after{
	content:'';content:none
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none
}
blockquote {
	padding-left: 23px;
}
blockquote.option1 {
	padding-left: 46px;
}
blockquote.option2 {
	padding-left: 66px;
}
:focus{
	outline:0
}
ins{
	text-decoration:none
}
del{
	text-decoration:line-through
}
/* 
The table/tr/td styles 'contacttable', 'contacttabletop', 'sessiontabletop', 'download' and 'notice' are to provide compatibility with older DECS website templates. If you are using a current template and are confident to do so, you may delete these obsolete table styles and this comment with them  
*/
table {
	margin: 0.875em 0 0.875em 0;
	border-collapse:collapse;
	border-spacing:0;
	text-align: left;
	vertical-align: top;
	line-height: 1.75em;
}
tr {
	margin: 0;
}
th, tr.contacttabletop th, tr.sessiontabletop th {
	border-bottom: 1px dotted #CECECE;
	padding: 0 3px 0 3px;
	vertical-align: top;
	text-align: left;
}
td, tr.contacttabletop td, tr.sessiontabletop td {
	border-bottom: 1px dotted #CECECE;
	padding: 0 5px 0 5px;
	vertical-align: top;
	text-align: left;
}
tr:hover th, tr:hover td {
	background-color: #f0f0f0;
}
table.download, table.option1 {
	background: #f7f7f7;
	border: 1px solid #84B71A;
}
.download tr th, th.download, .option1 tr th, .option1 th {
	background: #de006e;
	border-bottom: 1px solid #84B71A;
	color: #fff;
	font-weight: normal;
}
.download tr td, .option1 tr td {
	border-bottom: 1px solid #84B71A;
	padding: 3px;
}
td.notice {
	border-bottom: 1px solid #adb19d;
	text-align: center;
	background: #B9B9B9;
	font-size: 0.916667em;
	margin: 5px 0 3px 0;
}
table ul, table li {
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}
a, a:link {
	color: #0F5E92;
}
a:visited {
	color: #633FA5;
}
a:hover {
	color: #000;
}
a:focus{
	outline:1px dotted;
}
a:active {
	color: #0F5E92;
}
hr{
	border:0 #ccc solid;border-top-width:1px;clear:both;height:0;
}
h1{
	font-size:2.333333em;
	line-height: 0.525em;
	margin-top: 1.5em;
	margin-bottom: 1.05em;
	padding-left: 15px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.02em;
	color: #2E536B;
}
h2 {
	margin-top: 0.875em;
	margin-bottom: 0.8em;
	background: transparent;
	font-size:2.1em;
	line-height: 1em;
	border-bottom: 3px solid #84B71A;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #de006e;
	text-align: left;
}
h2 span.option1, h2.option1 {
}
h3 {
	margin-top: 2.1em;
	margin-bottom: 0.525em;
	padding: 4px;
	color: #fff; 
	border-bottom: 3px solid #84B71A;
	background: #de006e;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Verdana, helvetica, arial, sans-serif;
}
h4{
	color: #de006e;
	font-weight: bold;
	font-size: 1.3em;
}

h5{
	color: #de006e;
	font-weight: bold;
	font-style:italic;
	font-size:1.2em;
}
h6{
	color: #000008;
	font-style: italic;
	font-size:1.0em;
}
img, a img, a:link img, a:visited img, a:hover img, a:active img {
	border: 0;
	text-decoration: none;
}
/* VERIFY - where is thumbnail class used? */
img.thumbnail, .thumbnail, a .thumbnail, a:link .thumbnail, a:visited .thumbnail, a:active .thumbnail, a.hover .thumbnail { 
	border: 1px solid #171D5C; 
}

img.floatleft, .floatleft {
	float: left;
	padding: 5px 10px 5px 0;
}
img.floatright, .floatright {
	float: right;
	padding: 5px 0 5px 10px;
}
.textRight { 
	text-align: right;
}
/* header / banner */
div#heading {
	color: #fff;
	height: 162px;
	background: transparent url('header_bg_inside.png') no-repeat left top;
	
}
div#heading.option1 {
	color: #fff;
	height: 162px;
	background: transparent url('header_bg.png') no-repeat left top;
	
}
#sidepanel {
	padding-top: 25px;
	background: transparent none;
		z-index:960;
}
#main {
	overflow: auto;
	padding-bottom: inherit;
		padding-left:20px;
	z-index:990;
	top:-80px;
	height:auto;
	min-height:800px;
	height:auto;
	
}

/* top menu row */
#channels {
	background: transparent none;
	top: -62px;
	left: 60px;
	min-height: 24px;
	max-height: 24px;
	z-index: 800;
}
#channelsMenu, #channelsMenu ul, #channelsMenu li, #channelsMenu a {
	margin: 0; border: 0; padding: 0;
}
#channelsMenu, #channelsMenu ul {
	float: left;
	list-style: none;
	line-height: 1.0em;
	background: transparent none;
	font-weight: normal;
	font-size: .80em;
}

#channelsMenu a {
	display: block;
	width: auto;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 14px;
	padding-right: 33px;
	padding-bottom: 5px;
	padding-left: 33px;
	
}
/* the following class is used to visually indicate that a parent menu that contains child items */
#channelsMenu a.channelsParent, #channelsMenu li.sfhover a.channelsParent {
	background: transparent url('../styles/rightarrow2.gif') no-repeat right center; 
	color: #000;
}

#channelsMenu li {
	float: left;
	padding: 0;
	width: auto;
	background: transparent none;
}

#channelsMenu li ul {
	margin: 0;
	border-top: 1px solid #a0daff;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px; /* total width - content area plus L/R padding + L/R border + L/R margin */
	w\idth: 130px; /* total width minus L/R padding + L/R border */
	font-weight: normal;
	
}

#channelsMenu li li {
	padding-right: 0;
	/* width: 110px; li ul width exc padding L/R */
	width: auto;
	background: #98c1dc none;
}

#channelsMenu li ul a {
	border-right: 1px solid #a0daff;
	width: 150px;
	w\idth: 129px; /* minus padding L/R in #channelsMenu a */
}

#channelsMenu li ul ul {
	margin-top: -25px;
	margin-left: 150px; /* width of menu item - moves sub menu across to start at edge of last menu */
}
#channelsMenu li:hover ul ul, #channelsMenu li:hover ul ul ul, #channelsMenu li.sfhover ul ul, #channelsMenu li.sfhover ul ul ul {
	left: -999em; /*do not change this value */
	background: #ffb400 none; 
}
#channelsMenu li:hover ul, #channelsMenu li li:hover ul, #channelsMenu li li li:hover ul, #channelsMenu li.sfhover ul, #channelsMenu li li.sfhover ul, #channelsMenu li li li.sfhover ul {
	left: auto; /*do not change this value */
	background: #ffd05f;
}
#channelsMenu li:hover, #channelsMenu li.sfhover {
	/*background: #ffd05f;*/
	background: transparent url('../styles/hover_btn.png') repeat-x top center;
	color: #000;
	height: 40px;
	bottom-margin: 30px;
}
#channelsMenu a:hover {
	color: #fff;
}
/* side menu */

div#logos { text-align:center;}
/* MENU */
#menu {
	font-size: 0.80em;
	line-height: 1.75em;
	margin-bottom: 2.1em;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: -7px;
}
#menu li, #menu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0.75em;
	display: inline;
}
#menu ul ul li {
	font-size: 0.80em;
}
#menu ul {
	margin: 0;
	padding: 0;

} 
#menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	margin-bottom: 8px;
	margin-left:2px;
	padding: 11px 3px 15px 38px;
	display: block;
	text-decoration: none;
	text-align:left;
		font-weight:bold;
	font-size: 1.1em;
	background: transparent url('button.png') no-repeat  left top;
} 
#menu a, #menu a:link {
	color: #000;
}
#menu a:visited {
	color: #000;
}
#menu a:hover, #menu a:active {
	color: #000;
	background: transparent url('button_hover.png') no-repeat  left top;
	}
#menu .selected, #menu a.selected, #menu a.selected:link, #menu a.selected:visited, #menu a.selected:hover, #menu a.selected:active {
	color: #525252;
}
#menu ul ul {
}
#menu ul ul a, #menu ul ul a:link, #menu ul ul a:visited, #menu ul ul a:hover, #menu ul ul a:active {
		margin-bottom: 8px;
	margin-left:2px;
	padding: 13px 3px 15px 38px;
	display: block;
	text-decoration: none;
	text-align:left;
	font-size: 1.3em;

	color: #000;
	background: transparent url('subbutton.png') no-repeat  left top;
	} 
#menu ul ul a, #menu ul ul a:link, #menu ul ul a:visited {
	color: #000;
}
#menu ul ul a:hover, #menu ul ul a:active {
	color: #000;
		font-weight:bold;
	background: transparent url('subbutton_hover.png') no-repeat  left top;
}
#menu ul ul .selected, #menu ul ul a.selected, #menu ul ul a.selected:visited, #menu ul ul a.selected:hover, #menu ul ul a.selected:active {
	color: #525252;
}
#hidden,.hidden { display: none; visibility: hidden;}
}
#splashpic {
margin:0;
padding:0;
z-index:920; 
left:-400px; 
top:-76px;

}

/* footer */
#footer {
	position: relative;
	margin-top:0;
	height: 124px;
	min-height: 124px;
	max-height: 124px;
	overflow:hidden;
	background: url('../styles/footer.png') repeat-x left bottom;
	color: #000;
	clear: both;
		top:-20px;
		z-index:980;
}
#footer.option1 {
	
	margin-top:-124px;

}
#footer, #footer div, #footer p, #footer a {
	font-size: 1em;
}
#footer p {
	color: inherit;
}
#footer a, #footer a:link, #footer a:visited {
	color: #000;
}
#footer a:active, #footer a:hover {
	 color: #B8B8B8;
}
.bgswatch {
	background: #063695 none;
}


/*Opera Fix*/
body:before {
    content: "";
    height:100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}
