/* Design Copyright (C) 2007 Isaac Seymour of WD4A.com */

body {
	background-image: url(images/BG.png);
	min-width: 780px;
	background-color: #0A82BE;
	color: #212121;
	padding-top: 0px;
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#header {
	background-image: url(images/Header.png);
	background-repeat: no-repeat;
	background-position: 140px bottom;
	height: 180px;
	width: 100%;
	top: 0px;
	left: 0px;
}
#head {
	height: 180px;
	width: 100%;
	background-image: url(images/HeaderBG.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#text {
	text-align: left;
	clear: both;
	padding-bottom: 40px;
	margin: 0px 15px 0px 15px;
}

#text embed {
	height: 500px;
}

#footer {
	background: url(images/Footer.png) repeat-x top left;
	height: 97px;
	margin: 0 150px;
	padding: 0;
	clear: both;
}
#foot {
	text-align: center;
	background: url(images/Footer-Left.png) no-repeat top left;
	height: 86px;
	color: #000;
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
}
#foot p {
	padding-bottom: 0;
	margin-bottom: 0;
	height: 86px;
	padding-top: 11px;
	background: url(images/Footer-Right.png) top right no-repeat;
}

a, a:link, a:visited, a:active {
	color: #ddd;
	text-decoration: none;
}
a:hover {
	color: #ddd;
	text-decoration: overline underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	padding-left: 25px;
	margin: 0.67em 0;
}

#menu {
	list-style-type: none;
	margin:0;
	padding: 0;
	padding-left: 30px;
	background-color: #FFF;
	height: 34px;
/*	width: 100%;*/
	float: left;
	line-height: normal;
}

ul.tabs {
	margin: 0;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	height: 34px;
	/*background: url(images/Tab.png) repeat-x;*/
}
ul.tabs li {
	/*display: inline;*/
	float: left;
	list-style-type: none;
	background: url(images/TabRight.png) no-repeat right top;
}

ul.tabs li a, ul.tabs li a:link, ul.tabs li a:visited {
	background: url(images/TabLeft.png) no-repeat left top;
	color: #666;
	padding: 0px 15px;
	float: left;
	display: block;
	text-decoration: none;
	font-size: 12px;
	height: 21px;
	padding-top: 13px;
	padding-left: 15px;
	padding-right: 15px;
	font-variant: small-caps;
}

ul.tabs li.on {
	/*display: inline;*/
	float: left;
	list-style-type: none;
	color: #FFFFFF;
	background: url(images/TabOnRight.png) no-repeat right top;
}

ul.tabs li.on a, ul.tabs li.on a:link, ul.tabs li.on a:visited {
	background: url(images/TabOnLeft.png) no-repeat left top;
	color: #fff;
	float: left;
	display: block;
	text-decoration: none;
	font-size: 12px;
	height: 21px;
	padding-top: 13px;
	padding-left: 15px;
	padding-right: 15px;
	font-variant: small-caps;
}

ul.tabs li a:hover {
	color: #000000;
}

/* Woo! A 95% CSS Lightbox (for confirmation of deletion of pages/pictures */
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: fixed;
	top: 10%;
	left: 10%;
	width: 70%;
	height: 70%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	color: #000;
}

/* Bloody IE!! */
p, dl {
	display: block;
	margin: 1em 0;
}

/* AJAX loading screen */
#loading {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #000 url(images/ajax-loader.gif) no-repeat center center;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

/* Picture SWF */
.picturesSV {
	width: 100%;
	height: 100%;
}

/* Table styling */
table {
	text-align: center;
}
td {
	padding: 4px 4px 4px 4px;
}