/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../img/bg_page.jpg);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}

#header {
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
	/*margin: 0px auto;*/
	height: 120px;
}

#content {
	width: 100%;
	height: 100%;
	/*background-color: #e5e5e5;*/
	margin: 0px auto;
	height: 120px;
}

#headerContainer {
	width: 760px;
	margin: 0px auto;
}

#logo {
	float: left;
	width: 495px;
}

#audio {
	float: left;
	width: 265px;
}

#audioContainer {
	float: left;
	width: 265px;
	padding-top: 25px;
}

#contentContainer {
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-y;
	width: 760px;
	margin: 0px auto;
}

#homeNav {
	background-image: url(../img/bg_home_nav.jpg);
	background-repeat: norepeat;
	float: left;
	width: 230px;
	height: 445px;
	margin: 0px;
	padding-left: 15px;
}

#homeImage {
	float: left;
}

#homeLatestNews {
	overflow-x: hidden;
	float: left;
	height: 155px;
	width: 270px;
	background-image: url(../img/bg_home_latestnews.jpg);
	background-repeat: norepeat;
}

#homeLinks {
	float: left;
	width: 245px;
	height: 155px;
	background-image: url(../img/bg_home_links.jpg);
	background-repeat: norepeat;
}

#homeTicker {
	float: left;
}

#nav {
	float: left;
	margin: 0px;
	padding-left: 15px;
	margin-bottom: 100px;
}

#contentColumn {
	float: left;
	width: 500px;
	margin: 0px;
	color: #000000;
	font: 11px 'Lucida Grande', Arial, Helvetica, sans-serif;
	line-height: 14px;
}

.photoColumn {
	float: left;
	width: 500px;
	margin: 0px;
}

#contentColumn a {
	font-weight: bold;
	color: #CC334C; 
}

#contentColumn a:hover {
	font-weight: bold;
	color: #990000; 
}

#contentColumn p {
	padding-right:20px;
	margin-left: 20px;
	margin-bottom: 15px;
}

#contentColumn .con {
	padding-right:20px;
	margin-left: 20px;
	margin-bottom: 15px;
}

#contentColumn .con p {
	padding-right:20px;
	margin-left: 0px;
	margin-bottom: 15px;
}

.halfColumn {
	float: left;
	width: 250px;
	padding: 0px;
}


.clear {
	clear: both;
}

#footer {
	margin: 0px auto;
	width: 760px;
	height: 50px;
}

p {
	margin: 0px;
	margin-bottom: 15px;
}

h1 {
	font: 18px 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 2px;
}

h2 {
	font: 12px 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3 {
	font: 14px 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 5px;
}

h4 {
	font: 11px 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 5px;
}

select {
	font: 11px 'Lucida Grande', Arial, Helvetica, sans-serif;
	width: 220px;
	margin-top: 10px;
}

.subhdr {
	width: 480px;
	height: 30px;
	margin-left: 20px;
	background-image: url(../img/subhdr_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 14px;
}


.subhdr2 {
	width: 480px;
	height: 30px;
	background-image: url(../img/subhdr_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 14px;
}

.mediaThumb {
	float: right;
	width: 70px;
	margin-left: 10px;
	margin-bottom: 3px;
}

.photoThumb {
	background-image: url(../img/bg_photos_thumb.jpg);
	display: inline;
	background-repeat: no-repeat;
	float: left;
	width: 105px;
	height: 70px;
	text-align: center;
	padding-left: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.contentDivContainer {
	margin: 0px;
	padding: 0px;
}

.photoContainer {
	margin-left: 20px;
	margin-bottom: 20px;
}


.contentImage {
	padding-left: 20px;
	padding-bottom: 20px;
}


#videoContainer {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}