/*CFCSA WOW style*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#preload img {
	height: 0; width: 0; border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}

body {
	background: #ffffff;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

#header {
	width: 100%;
	background: black;
}

#menu-row {
	height: 42px;
	background: url(top_parent_bg.jpg) repeat-x;
}

#menu-bar {
	width: 1000px;
	height: 3px;
	background: #000;
}

#menu-center {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#header-content {
	width: 1000px;
	height: 164px;
	margin: 0 auto 0 auto;
}

#outerwrapper {
	background: url(../images/wowBg.jpg) repeat-x;
}


#shadowwrapper {
	width: 1078px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background: url(shadowStrip.png) repeat-y;
}

#lowHeader {
	background: #f5999e;
	width: 1000px;
	height: 255px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#mainwrapper {
	width: 990px;
	margin: 0px auto 0 auto;
	padding: 5px 5px 10px 5px;
	background: #f5999e;
	overflow: hidden;
}

#mainLeft {
	width: 810px;
	float: left;
	margin-right: 8px;
}

#flashEvent {
	display: inline;
	height: 455px;
	width: 810px;
	float: left;
	margin-right: 8px;
	_margin-right: 2px;
}

.hspacer {
	width: 1px;
	height: 150px;
	overflow: none;
	clear: both;
}

/* Changes here affect the text pane */

#textContent {
	/*background: #5b7779;*/
	width: 970px;
	float: left;
	padding: 0 0 0 10px;
	font-size: 0.8em;
	color: #000;
}

#textContent .heading {
	text-align: center;
	padding: 5px 0 10px 0;
}

#textContent .body .left {
	float: left;
	padding: 5px 5px 5px 0;
}

#textContent .body .right {
	float: right;
	padding: 5px 0 5px 5px;
}

#textContent .body {
	text-align: left;
}

#textContent H3 {
	font-size: 1.2em;
}

#textContent .bold { 
	font-weight: bold;
}

#textContent .link {
	font-style: italic;
	text-decoration: none;
	color: #fff;
}

#textContent ul ol {
	margin: 0 5px 0 20px;
}

#textContent li {
	margin-left: 30px;
}

/* ----------------------------------*/
/* Changes here affect the video pane */

/*Single viewer*/
#simpleview {
	overflow: hidden;
	clear: both;
}

#svp {
	width: 100%;
	height: 500px;
}

#videoContent {
	width: 970px;
	float: left;
	padding: 0 0 0 10px;
	margin: 5px 0 10px 0;
	font-size: 0.8em;
	color: #000;
}

#videoContent .player {
	width: 550px;
	float: left;
}

#videoContent .chooser {
	width: 400px;
	background: #cc6666;
	float: right;
}

#videoContent .chooser .video {
	width: 380px;
	margin: 5px auto 10px auto;
	overflow: hidden;
}

#videoContent .chooser .video .vidLink {
	float: left;
	width: 75px;
}

#videoContent .chooser .video .descriptor {
	float: right;
	width: 300px;
}

#videoContent .chooser .video .descriptor a {
	color: #000;
}

#videoContent .chooser .video .descriptor h3 {
	font-size: 1.2em;
	font-weight: bold;
}
/* -----------------------------------------*/

/*album viewer*/
#album {
	width: 950px;
	float: left;
	padding: 30px 0 0 0;
	margin: 5px auto 0 auto;
	font-size: 0.8em;
	color: #000;
	overflow: hidden;
}

#album #simpleview {
	float: right;
	overflow: hidden;
	height: 560px;
}

#album #svp {
	width: 660px;
	height: 560px;
}

#album .chooser {
	padding: 5px;
	width: 280px;
	background: #333;
	float: left;
	color: #ffffff;
	overflow: hidden;
}

#album .chooser .header {
	border-bottom: 1px solid #777;
	padding-bottom: 2px;
}

#album .chooser .scroll {
	overflow: auto;
	height: 500px;
}

#album .chooser .scroll h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#album .chooser .scroll .album a {
	color: #ffffff;
}

#album .chooser .scroll .album {
	margin: 5px auto 10px auto;
	overflow: hidden;
}

#album .chooser .scroll .album .albumLink {
	float: left;
	width: 50px;
}

#album .chooser .scroll .album .descriptor {
	float: right;
	width: 200px;
	padding-right: 5px;
}

#album .chooser .scroll .album .descriptor a {
	color: #fff;
}

#album .chooser .scroll .album .descriptor h3 {
	font-size: 1.2em;
	font-weight: bold;
}

/*------------------------------------------*/

#calendar {
	background: #99ccff;
	height: 720px;
	width: 168px;
	float: left;
	clear: right;
}

#calendar .noflash {
	overflow: hidden;
}

#calendar .noflash li {
	margin-left: 20px;
}

#lowerVideo {
	float: left;
	width: 325px;
	height: 280px;
	padding-left: 20px;
}

#lowerLinks {
	float: left;
	clear: right;
	width: 455px;
	margin-top: 5px;
	overflow: hidden;
}

.graphicLink {
	display:inline;
	float: left;
	width: 190px;
	padding: 0px 0px 10px 30px;
}

#footerText {
	float: left;
	margin-top: 15px;
	width: 980px;
	text-align: center;
	color: #ffffff;
}
