/* CSS Document */

html {
	background-color: #191919;
}

body {
	background-color: #191919;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	float: left;
	width: 100%;
}

#container {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
}

#top_banner	{
	height: 427px;
	width: 1060px;
	background-image: url(images/main_banner_new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}	

#top_banner_shallow	{
	height: 250px;
	width: 1060px;
	background-image: url(images/main_banner_shallow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_content {
	width: 1060px;
	background-image: url(images/main_background.jpg);
	float: left;
	clear: both;
}
		
#footer {
	height: 98px;
	width: 960px;
	background-image: url(images/main_footer.jpg);
	padding-right: 50px;
	padding-left: 50px;
	float: left;
}
#footer_content {
	float: left;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0033FF;
}

#main_copy {
	float: right;
	width: 480px;
	clear: none;
}

#main_copy_wide {
	float: right;
	width: 950px;
	clear: none;
}

#left_column {
	float: left;
	width: 455px;
	clear: left;
}

#right_column {
	float: right;
	width: 455px;
}

#right_column_wide {
	float: right;
	width: 960px;
}

.player {
	float: left;
	clear: both;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	background-color: #000000;
	background-image: url(images/audio_bg.jpg);
	background-position: center center;
	padding: 10px;
	width: 430px;
	background-repeat: no-repeat;
}

h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
}

p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	font-size: 14px;
}

ul {	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;}

li {color: #999999;}
	
#navigation {
	height: 50px;
	width: 960px;
	margin-right: 50px;
	margin-left: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066FF;
	border-bottom-color: #0066FF;
}

#navigation ul {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	height: 50px;
	float: left;
	padding: 0px;
	width: auto;
}

#navigation li {
	list-style-type: none;
	display: inline;
	float: left;
	width: auto;
	padding-right: 10px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 15px;
	color: #999999;
}

#navigation ul li a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

#navigation ul li a:active {
	color: #FFFFFF;
}

.thispage {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#main_body {
	width: 960px;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 10px;
	}

#audio {
	height: 50px;
	width: 440px;
	background-image: url(images/audio_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 28px;
	padding-left: 10px;
	padding-top: 12px;
	float: left;
	clear: both;
	margin-bottom: 5px;
}

.audio_small {
	font-size: 18px;
}

#video {
	height: 50px;
	width: 440px;
	background-image: url(images/video_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 28px;
	padding-left: 10px;
	padding-top: 12px;
	float: left;
	clear: both;
	margin-bottom: 5px;
}

#content{
	padding-top: 5px;
	float: left;
	border: 1px solid #FFFFFF;
	clear: both;
	width: 440px;
	margin-top: 15px;
	padding-left: 10px;
	margin-bottom: 15px;
}
textarea {
	width: 240px;
	height: 50px;
}
label {
	padding-left: 0px;
	padding-right: 0px;
	font-family: Arial,Helvetica,sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	width: 12em;
	float: left;
	height: 3em;
}
.smallform {
	float: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
	padding-top: 1px;
	padding-left: 10px;
	width: 90%;
}

fieldset {
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

legend {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
}

.slideshow {
	height: 350px;
	width: 450px;
	border: 1px solid #FFFFFF;
}

#mailinglist {
	padding: 5px;
	float: left;
	height: auto;
	width: 440px;
	background-color: #999999;
	border: 1px solid #FFFFFF;
}

#mailinglist .label {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#mailinglist p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

div.facebook {
	float: left;
	height: 200px;
	width: 200px;
	margin-left: 30px;
	padding-left: 20px;
	margin-top: 15px;
	padding-top: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.bullet_list {
	font-size: 22px;
}

ul {
	color: #FFFFFF;
}

li {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
}

div.quote {
	background-image: url(images/quote_start.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-bottom: 100px;
}

