/* 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: #7B7B7B;
}
body { 
	color: #000;
	background: #7B7B7B url('../styles/background.png') repeat-x left top;
	line-height:1em;
	font: 13px/1.5em Verdana, helvetica, arial, sans-serif;
}

#container {
	background: #FFC102 url('../styles/container_bg.gif') repeat-y left top;
}
#containerhome {
	background: #7b7b7b url('../styles/splash.png') no-repeat left top;
	
	min-height:800px;
	max-height:800px
	height:800px;
}
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 #e1f5ff;
	padding: 0 3px 0 3px;
	vertical-align: top;
	text-align: left;
}
td, tr.contacttabletop td, tr.sessiontabletop td {
	border-bottom: 1px dotted #e1f5ff;
	padding: 0 5px 0 5px;
	vertical-align: top;
	text-align: left;
}
tr:hover th, tr:hover td {
	background-color: #FEF9EB;
}
table.download, table.option1 {
	background: #e3e3e3;
	border: 2px solid #7a7a7a;
}
.download tr th, th.download, .option1 tr th, .option1 th {
	background: #4a4949;
	border-bottom: 1px solid #7a7a7a;
	color:#fff;
}
.download tr td, .option1 tr td {
	border-bottom: 1px solid #7a7a7a;
	padding: 3px;
}
td.notice {
	border-bottom: 1px solid #7a7a7a;
	text-align: center;
	background: #bdc1b1;
	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: #DA9D19;
}
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.875em;
	padding-top:20px;
	font-weight: bold;
	background: transparent;
	font-size:1.8em;
	line-height: 1.05em;
	color: #000;
	text-align: left;
}
h2 span.option1, h2.option1 {
}
h3 {
	margin-top: 2.1em;
	margin-bottom: 0.525em;
	padding: 3px;
	color: #000; 
	background: #ffc102 url('../styles/h3.gif') repeat-x left top;
	line-height: 1.3125em;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, helvetica, arial, sans-serif;
}
h4{
	color: #000006;
	font-weight: bold;
	font-size: 1.1em;
}
h5{
	color: #000007;
	font-weight: bold;
	font-size:1.0em;
}
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: 218px;
	background: #FFC102 url('../styles/header_bg.png') no-repeat left top;
	
}
div#heading .option1, #heading  .option1 {
	color: #fff;
	height: 256px;
	background: transparent none;
	
}
.searchBox {
 position: absolute;
 top: 15px;  /* position moving downward from top of page where top of page is 0px */
 right: 68px; /* position moving right to left from the right of the page where the absolute right is 0px */
 width: 280px; /*width of div - change to suit */
 z-index: 800; /* this value denotes the layer postion/number with 1 being the first layer and number higher will sit on top of that layer */
 font-size: 11px;
 color: #fff;
 background: transparent none;
}
.searchBox input {
 font-size: 11px;
 color: #000;
}
.searchBox submit {
}
.searchBox a, .searchBox a:link, .searchBox a:active, .searchBox a:hover {
 color: #000;
}
#sidepanel {
	padding-top: 20px;
	background: transparent none;
}
#main {
	min-height: 500px;
	margin-top: -20px;
}
#face {
	margin-top: -20px;

}
/* top menu row */
/* top menu row */
#channels {
	background: transparent none;
	top:-65px;
	min-height: 24px;
	max-height: 24px;
	z-index: 900;

}
#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: bold;
	margin-left: -30px;	
}

#channelsMenu a {
	display: block;
	width: auto;
	color: #102311;
	text-decoration: none;	
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 31px;	
}
/* 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; 
}

#channelsMenu li {
	float: left;
	padding: 0;
	width: auto;
	background: transparent none;
}

#channelsMenu li ul {
	margin: 0;
	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: #FFA102 none;
	
}

#channelsMenu li ul a {
	width: 150px;
	w\idth: 129px; /* minus padding L/R in #channelsMenu a */
	color:#000;
}

#channelsMenu li ul ul {
	margin-top: 25px;
	margin-left: 140px; /* width of menu item - moves sub menu across to start at edge of last menu */
	background: #000;
}
#channelsMenu li:hover ul ul, #channelsMenu li:hover ul ul ul, #channelsMenu li.sfhover ul ul, #channelsMenu li.sfhover ul ul ul {
	color:#710034;
 /*do not change this value */
	

}
#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 */
	color:#710034;
	background: #000 none;
	/*border-bottom: 1px solid #fff; */
	    text-decoration:underline;

	
	
}
#channelsMenu li:hover, #channelsMenu li.sfhover {
	/*border-bottom: 1px solid #fff;*/
	   text-decoration:underline;
	
}
#channelsMenu li.sfhover a:hover {
	/*border-bottom: 1px solid #fff;*/
	   text-decoration:underline;
}/* side menu */
div#logos { text-align:center;}
#menu {
	font-size: 1em;
	line-height: 1.75em;
	margin-bottom: 2em;
	padding-left: 10px;
}
#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: 1em;
}
#menu ul {
	margin: 0;
	padding: 0 0 0 30px;
	width: 170px;
} 
#menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	margin-bottom: 2px;
	padding: 0.525em 3px 0.525em 3px;
	display: block;
	text-decoration: none;

	} 
#menu a, #menu a:link, #menu a:visited {
	
	color: #ffc102;
	font-weight:bold;
	background: transparent none;
	border-bottom: 2px groove #000;
}


#menu a:hover, #menu a:active {

	color: #FFF3CC;
	background: transparent none;
	 text-decoration:underline;
	}
#menu .selected, #menu a.selected, #menu a.selected:link, #menu a.selected:visited, #menu a.selected:hover, #menu a.selected:active {
	color: #BC9F00;
	background: #FFE294 none;
}
#menu ul ul {

	margin: 0;
	padding: 0;
	width: 200px;
}
#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: 3px;
	padding: 0.525em 3px 0.525em 10px;
	display: block;
	text-decoration: none;
	} 
#menu ul ul a, #menu ul ul a:link, #menu ul ul a:visited {
	color: #FFDA67;
	background: #transparent none; 
	font-weight: 300;
	border-bottom: none;
}
#menu ul ul a:hover, #menu ul ul a:active {
	color: #FFF0C2; 
	text-decoration:underline;
	}
#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: #818181;
	background: #fff none; 
}
#hidden,.hidden { display: none; visibility: hidden;}

/* footer */
#footer {
	max-height:95px;
	margin-top:0px;
	margin-bottom: 0px;
	padding: 5px 0 40px 0; /* leave padding right and left set to zero */
	background: #7b7b7b url('../styles/footer_bg.png') no-repeat left bottom;
	color: #3C3C3C;
}
#footer span.option1, #footer .option1 {
	max-height:148px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 2px 0 10px 0; /* leave padding right and left set to zero */
	background: #FFC102 none;
	color: #fff;
}
#footer, #footer div, #footer p, #footer a {
	font-size:9px;
}
#footer p {
	color: inherit;
}
#footer a, #footer a:link, #footer a:visited {
	color: #0000FF;
}
#footer a:active, #footer a:hover {
	 color: #000;
}
.bgswatch {
	background: #063695 none;
}
/* footer1 */
#footer1 {
	max-height:150px;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 5px 0 10px 0; /* leave padding right and left set to zero */
	background: #7B7B7B none;
	color: #000;
}
#footer1, #footer1 div, #footer1 p, #footer1 a {
	font-size:9px;
}
#footer1 p {
	color: inherit;
}
#footer1 a, #footer1 a:link, #footer1 a:visited {
	color: #FFC102
}
#footer1 a:active, #footer1 a:hover {
	 color: #000;
}
.bgswatch {
	background: #063695 none;
}
/* Photo Gallery */
ul.photoGallery {
	list-style-type:none;
	list-style-image: none;
	padding: 0; 
	margin: 1.5em 0 0 0;
	border: 0;
	}
li.photoGalleryItem {
	float: left; 
	margin: 0;
	padding: 0 6px 8px 0;
	border: 0;
	font-size: 0.85em;
}
li.photoGalleryItem a {
	margin: 0;
	padding: 0;
	border: 0;
}
li.photoGalleryItem img {
	margin: 0;
	padding: 0;
}
