/* front page 
------------------------------------------------*/
#left_content {
	background-color: #ffffff;
	background-color: #fffff0; /* ivory */
	background-color: #f0fff0; /* mintcream */
	background-color: #fdf5e6; /* oldlace */
	background-color: #fffafa; /* snow */
	background-color: #fff5ee; /* seashell */
	background-color: #f8f8ff; /* ghostwhite */
	background-color: #F1EFE9; /* magnolia(ish) */
	background-color: #F8F7F2;
}

#left_outer .latest_notice {
	border: solid 1px #cccccc;
	background-color: #ffffff;
	margin-left: 8px;
	margin-right: 10px;
	padding: 4px;
	margin-bottom: 4px;
}
#left_outer .latest_notice h4 {
	margin: 0;
	
}
#left_outer .latest_notice p {
	margin: 0;

}

/* news 
------------------------------------------------*/
#news_container {
	background-color: #000000;
	overflow: auto;
	width: 600px;
}
#news_container h1 {
	color: #ffffff;
	font-size: 1.5em;
	padding-left: 6px;
	margin-top: 0px;
	margin-bottom: 4px;
	letter-spacing: -0.02em;
	word-spacing: -0.1em;
	text-transform: lowercase;
	background-color: #330000;
	border: solid 2px #000000;
}
#news_container h1 span {
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
}
#news_container h1 .header-right {
	float: right;
	font-size: 0.625em;
	margin-top: 0.5em;
	padding-right: 4px;
	letter-spacing: 0em;
	word-spacing: 0em;
}
#news_container h1 .header-right a {
	color: #990000;
}
#news_container h1 .header-right a:hover {
	color: #d60000;
}


#other_headlines {
	float: right;
	margin-top: 0px;
	width: 240px;
	margin-right: 8px;
	color: #ffffff;
}
#other_headlines h2 {
	padding-left: 0px;
	margin-top: 2px;
	color: #D60000;
	text-transform: lowercase;
	border-bottom: solid 1px #660000;
}
#other_headlines h2 span {
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
}
#other_headlines p {
	color: #cccccc;
	margin-top: 4px;
	margin-bottom: 8px;
}
#other_headlines a {
	color: #ffffff;
	font-weight: bold;
}
#other_headlines a:hover {
	color: #D60000;
}
#other_headlines .dateline {
	font-size: 0.75em;
	margin-left: 8px;
	color: #999999;
	text-align: right;
}

/* reviews 
------------------------------------------------*/
#review_container {
	margin-top: 18px;	
	margin-left: 0px;
	width: 603px;
	float: left;
	height: 182px;
	height: auto;

}
#review_container h2 {
	float: left;
	padding-left: 8px;
	width: 592px;
	margin-top: 0px;
	margin-bottom: 4px;
	text-transform: lowercase;
	
	border-bottom: solid 1px #EFEDE1;
	color: #330000;
	padding-left: 0px;
	width: 600px;

}
#review_container h2 .header-right {
	float: right;
	font-size: 0.625em;
	margin-top: 0.5em;
	letter-spacing: 0em;
	word-spacing: 0em;
}
#review_container h2 .header-right a {
	color: #cccccc;
}
#review_container h2 .header-right a:hover {
	color: #d60000;
}
#review_container h2 span {
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
}
.review_item {
	width: 194px;
	height: 194px;
	overflow: hidden;
	border: solid 2px #330000;
	float: left;
	text-align: left;
	background-color: #EFEDE1;
	background-color: #F8F7F2;
	margin: 0px;
	margin-right: 3px;
}
.review_item h6 {
	margin: 0px;
	padding: 4px;
	color: #ffffff;
	background-color: #330000;
}
.review_item h4 {
	padding: 4px;
	margin: 2px;
	font-size: 0.875em;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	overflow: hidden;
	/*color: #000000;*/
}
.review_item h4 a {
	color: #660000;
}
.review_item h4 a:hover {
	color: #D60000;
}
.review_item p {
	margin: 4px;
	font-size: 0.75em;
}
.review_item img {
	float: left;
	border: none;
	padding: 4px;
	margin-right: 8px;
}
/* features 
------------------------------------------------*/
#feature_container {
	margin-left: 0px;
	margin-top: 18px;
	width: 286px;
	float: left;
}
#feature_container h2 {
	float: left;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 4px;
	text-transform: lowercase;

	border-bottom: solid 1px #cccccc;
	color: #333333;
	padding-left: 0px;
	width: 100%;
}
#feature_container h2 span {
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
}
#feature_container h2 .header-right {
	float: right;
	font-size: 0.625em;
	margin-top: 0.5em;
	letter-spacing: 0em;
	word-spacing: 0em;
}
#feature_container h2 .header-right a {
	color: #cccccc;
}
#feature_container h2 .header-right a:hover {
	color: #d60000;
}
.feature_item {
	float: left;
	text-align: left;
	width: 100%;
}
.feature_item h4 {
	margin: 4px;
	margin-left: 0px;
	margin-bottom: 2px;
	font-size: 0.875em;
}
.feature_item h4 a {
	color: #660000;
}
.feature_item h4 a:hover {
	color: #D60000;
}
.feature_item .date {
	margin: 4px;
	margin-top: 0px;
	font-size: 0.625em;
	color: #999999;
	margin-left: 0px;
}
.feature_item p {
	margin: 4px;
	font-size: 0.75em;
	margin-bottom: 8px;

	margin-left: 0px;
}


#main_content .list_box_ad {
	float: right;
	margin-top: 4px;
	margin-bottom: 12px;
}

/* videos 
------------------------------------------------*/
#video_container {
	margin-left: 0px;
	margin-top: 18px;
	width: 300px;
	float: right;
}
#video_container h2 {
	float: left;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 4px;
	text-transform: lowercase;

	border-bottom: solid 1px #cccccc;
	color: #333333;
	padding-left: 0px;
	width: 100%;
}
#video_container h2 .header-right {
	float: right;
	font-size: 0.625em;
	margin-top: 0.5em;
	letter-spacing: 0em;
	word-spacing: 0em;
}
#video_container h2 .header-right a {
	color: #cccccc;
}
#video_container h2 .header-right a:hover {
	color: #d60000;
}
#video_container p {
	margin: 4px;
	margin-left: 0px;
}
#video_container a {
	color: #f0f4f5;
	
	color: #660000;
}
#video_container a:hover {
	color: #ffffff;
	
	color: #D60000;
}
#video_container h2 span {
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
}
.lead_video {
	float: left;
	text-align: left;
	width: 100%;
	margin: 0px;
	margin-right: 3px;
	margin-bottom: 20px;
}
.lead_video h4 {
	padding: 4px;
	margin: 0px;
	font-size: 0.875em;
}
.lead_video h4 a {	
	color: #660000;
}
.lead_video h4 a:hover {
	color: #D60000;
}
.lead_video p {
	margin: 4px;
	font-size: 0.75em;
	float: left;
}
.lead_video img {
	margin: 4px;
	float: left;
	margin-left: 0px;
}
#other_video h2 {
	padding-left: 0px;
	background: none;
}
#other_video p {
	margin-left: 8px;
	font-weight: bold;
}

/* test */
#news_container {
	background-color: #F1EFE9;
}
#news_container h1 {
	background-color: #660000;
	border: solid 1px #660000;
}
#other_headlines h2 {
	color: #000000;
	margin-bottom: 12px;
}
#other_headlines p {
	color: #666666;
}
#other_headlines a {
	color: #660000;
}
#other_headlines .dateline {
	color: #666666;
}
 /* nivo slider */
#slider-wrapper {
	float: left;
	width: 330px;
	height: 300px;
	background-color: #000;	
}
#slider {
	position:relative;
	width: 330px; /* Change this to your images width */
	height: 300px; /* Change this to your images height */
	background:url(_js/loading.gif) no-repeat 50% 50%;
	overflow: hidden;
	background-color: #000;	
}
#slider img {
	width: 330px;
	height: 300px;
	/*position:absolute;
	top:0px;
	left:0px;*/
	display:none;
	margin: 0 auto;
	
}
#slider a {
	border:0;
	display:block;
	width: 330px;
	height: 300px;
}
.nivo-imageLink img {
	width: 300px;	
}
.nivo-html-caption p {
	padding: 4px;
	margin: 4px;
	font-size: 0.875em;
}
.nivo-controlNav {
	display: none;
}

/* slideshow 
------------------------------------------------*/
#myGallery {
	font-size: 100%;
	width: 330px;
	height: 300px;
	color: #ffffff;
	margin-left: 8px;
	margin-bottom: 12px;
	float: left;
	border: none;
	/*
	background-color: #333333;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	*/
}
#gallerynavbar {
	color: #ffffff;
	background-color: #333333;
	width: 322px;
	margin-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: right;
}
#gallerynavbar a {
	color: #999999;
	border: solid 1px #666666;
	margin: 1px;
	padding: 1px;
	font-size: 0.75em;
}
#gallerynavbar a:hover {
	color: #ffffff;
	border: solid 1px #cccccc;
}
#myGallery h1 {
	color: #ffffff;
	font-size: 1.25em;
	letter-spacing: -0.05em;
	text-transform: lowercase;
	background-color: #333333;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 8px;
	/*
	background-color: #f0f4f5;
	*/
}
#myGallery h1 span{
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
}
#myGallery a.left, #myGallery a.right,{
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
#myGallery .slideElement {
	padding-bottom: 20px;
	top: 0px;
	height: 230px;
	height: 300px; /* allows title to overlay image */
	/*
	background-color: #cccccc;
	background-color: #ffffff;
	*/
}
#myGallery .slideInfoZone {
	height: 80px;
	background-color: #000000;
	/*
	background-color: #f0f4f5;
	*/
}
#myGallery h2 {
	font-size: 0.875em;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-left: 8px;
	margin-bottom: 2px;
	margin-top: 0px;
	text-transform: capitalize;
	letter-spacing: 0em;
	word-spacing: 0em;
	background-color: #333333;
	background-color: #000000;
	color: #ffffff;
	border: none;
	/*
	color: #333333;
	background-color: #f0f4f5;
	*/
}
#myGallery p {
	margin-top: 0px;
	color: #ffffff;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	line-height: 1.4em;
	/*
	color: #333333;
	background-color: #f0f4f5;
	*/
}
#myGallery a:hover {
	cursor: pointer;
}
