@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4d3421;
	margin: 10px;
	height: 100%;
	background-image: url(/images/pattern-bg.gif);
	background-repeat: no-repeat;
	background-color: #4d3421;
	background-position: center top;
}
.homeMainText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #4d3421;
	line-height: 22px;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d0b484;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 119px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #d0b484;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 40px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 95px;
	padding-right: 33px;
	padding-left: 33px;
	background-color: #d0b484;
	background-image: url(/images/sp-08-main-top-background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding-bottom: 0;
	position: relative;
}

.oneColFixCtrHdr #footer {
	height: 266px;
	background: #d0b484;
	background-image: url(/images/sp-08-footer-background2.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 33px;
}
.oneColFixCtrHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 575px;
	color: #000000;
	margin: 0;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}
.rightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #4D3421;
	padding: 0px;
	text-align: left;
}
h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: 24px;
	}
h2 {
	font-size: 17px;
	color: #586719;
	}
h3 {
	font-size: 15px;
	color: #000000;
	}

img.imageWrap {
	padding-left: 6px;
	padding-right: 12px;
	float: left;
}

/* LINK FORMATTING */

a:link {
	color: #336600;
	text-decoration: underline;
}
a:visited {
	color: #336600;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #669999;
	text-decoration: none;
}

/* Graph */
dl.bar-graph {
	overflow: hidden; 
	width: 40em;
	margin: 0;
	padding: 0;
}

dl.bar-graph dt, dd {
	margin: 6px 0;
	padding: 0;
	float: left;
}

dl.bar-graph dt {
	clear: left;
	width: 17em;
	font-weight: bold;
}

dl.bar-graph dd {
	border-left: 1px solid #4D3421;
	width: 23em;
}
dl.bar-graph dd.leader {
	border-left-color: #586719;
}

dl.bar-graph dd div {
	padding-left: .5em;
	border-left-color: #4D3421;
	border-left-style: solid;
}

dl.bar-graph dd.leader div {
	border-left-color: #586719;
}

a.youtube,
a.youtube:hover,
a.youtube:active,
a.youtube:visited {
	color: #4D3421;
	text-decoration: none;
	outline: none;
}

/* Fullscreen */
#fullscreen-overlay {
	background:black none repeat scroll 0 0;
	height:100%;
	width:100%;
	position:fixed;
	right:0;
	top:0;
	z-index:100; 
	opacity:0.5;
	filter: alpha(opacity=50);
}

#fullscreen-player {
	top: 150px;
	left: 50%;
	height: auto;
	width: 450px;
	text-align: center;
	margin-left: -200px;
	z-index: 101;
	opacity: 1;
	filter: alpha(opacity=100);
	background: black;
	color: white;
	position:fixed;
}
#video_title {
	font-weight: bold;
}

#fullscreen-player .player {
	position: relative;
	margin: 2px;
	padding: 17px 3px 3px 3px;
} 

#fullscreen-player .player #fullscreen-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 103;
}
#fullscreen-player .player #fullscreen-close img{
	border: 0;
}

#fullscreen-player .player #fullscreen-close:active {
	outline: none;
}

object {
	outline: none;
}


/* Polling */
.poll-container {
overflow: hidden;
width: 100%;
}
.poll-container .choice {
float: left;
width: 50%;
height: 97px;
margin: 4px 0;
position: relative;
}
.poll-container .choice img {
position: absolute;
top: 0;
left: 0;
border: 0;
}
.poll-container .choice input {
position: absolute;
top: 0;
left: 135px; 
}
.poll-container .choice div {
position: absolute;
top: 0;
left: 160px;
margin-right: 15px;
}
.poll-container .choice p {
	margin: 4px 0;
}
