@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #5e848d url(css_images/back_gradient.jpg) repeat-x left top;
	font: 67.5% Verdana, Arial, Helvetica, sans-serif;
}
	
p,h1,h2,h3,h4,h5,h5,ol,ul,img {
		margin: 0px;
		padding: 0px;
}

img {
	text-decoration: none;
	border: none;
}

a, a:hover, a:active, a:focus {
	text-decoration: none;
	color: #ed7c4a;
}

a:hover {
	color: #666666;
}

/* Splash */
#splashPanel {
	width: 100%;
	margin: 0;
}

#splashWrapper {
	width: 800px;
	margin: 0 auto;
}

#flashcontent {
	display: hidden;
	width: 500px;
	margin: 0 auto;
}

#flashcontent p {
	text-align: center;
	color: #fff;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}

#splashImgCont {
	
	margin: 0 auto;
	text-align:center;
	
}

#splashImgCont  img {
	padding-bottom: 17px;
	background: url(css_images/image_shadow.gif) bottom left repeat-x;	
}

/* Main Content */

#wrapper {
	margin: 0px auto;
	width: 780px;
}
#header {
	height: 100px;
	background: url(css_images/header.jpg) no-repeat left top;
}
#mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 670px;
	width: 780px;
	clear: both;
}
#sideBar {
	background: url(css_images/side_nav_back.gif) repeat;
	width: 258px;
	margin: 0px;
	padding: 10px 0 0 0;
	clear: both;
	height: 670px;
	float: left;
}

/* News */

#newsWrapper {
	width: 233px;
	margin: 0 12.5px 10px 12.5px;
	padding-top: 11px;
	background: #5e848d url(css_images/news_round_top.jpg) top left no-repeat;
}

#newsContent {
	height: 250px;
	overflow: auto;
	padding: 0 10px 10px 10px;
	border-bottom: #edecec 1px solid;
}


.newsArticle {
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #edecec;
	margin-bottom: 10px;
}

#newsHeader h1 {
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 10px;
	color: #edecec;
}

#newsContent h2 {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #ed7c4a;
}
#newsContent p {
	font-size: 1em;
	margin-top: 3px;
	color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 1.4em;
}

#newsFooter {
	background: url(css_images/news_footer.jpg);
	height: 153px;
}

/* MP3 Player */

#mp3Wrapper {
	padding-top: 11px;
	margin: 10px auto 0px auto;
	width: 233px;
	background: #5e848d url(css_images/news_round_top.jpg) top left no-repeat;
}

h2.navHeader {
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #edecec;
	margin-bottom: 5px;
	margin-left: 10px;
}

#player {
	padding: 5px 0 0 0;
}

#mp3footer {
	padding-top: 17px;
	background: url(css_images/player_shadow.jpg) top left repeat-x;
}

#player {
	height: 118px;
}

#purchaseNote img {
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(css_images/player_shadow.jpg) bottom left repeat-x;
}

h3.navHeader {
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #edecec;
	margin-left: 22.5px;
}

/* Footer */

#footer {
	clear: both;
	background: url(css_images/footer.jpg) no-repeat left top;
	height: 54px;
}

#footer p {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #edecec;
	text-align: right;
	padding: 12px 10px 5px 20px;
	display: block;
}

#purchase {
	width: 10.6em;
	float: left;
}
.purchaseButton {
	margin-right: 10px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	width: 61px;
	display: inline;
}
#footCont {
	float: right;
	width: 40em;
}

	
/* Right Content */

#iframe {
	background: #edecec url(../css_images/iframe_back_gradient.jpg) top left repeat-x;
	float: right;
	width: 522px;
	height: 680px;
}
