body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #000000;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}


.borderContainer {
	/*position: relative;*/
}

.bgTop {
	background-color: #242132;
	background-image: url(images/bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	/*height:880px;*/
	height:850px;
	border: 1px solid #242132;
	
	position: relative;
}

.LargeThumb, .MediumThumb, .SmallThumb {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	color:#FFFFFF;
	
	position: absolute;
}

.LargeThumb, .MediumThumb, .SmallThumb {
	vertical-align: baseline;
}

.LargeThumb img, .MediumThumb img, .SmallThumb img {
	border: none;
}

.LargeThumb a, .MediumThumb a, .SmallThumb a {
	color:#FFFFFF;
}

.selected, 
.LargeThumb:hover, .MediumThumb:hover, .SmallThumb:hover,
.LargeThumb:active, .MediumThumb:active, .SmallThumb:active {
	border-top: 2px solid #f7bf4a;
	border-right: 2px solid #f7bf4a;
	border-bottom: 2px solid #f7bf4a;
	border-left: 2px solid #f7bf4a;
	/* old color, yellow:  FFF182*/
}

.LargeThumb, .LargeThumb img {
	width: 136px;
	height: 101px;
}

.MediumThumb, .MediumThumb img {
	width: 112px;
	height: 81px;
}

.SmallThumb, .SmallThumb img {
	width: 106px;
	height: 66px;
}


/* 
 * IE 6 needs less margin or it pushes out the edge of the page
 * This is fixed with conditional comments on the page, but this
 * value needs to be here so that I can change it for IE 6
 */
#iefix {
	margin-right:42px;
}

/* main box area that contains the image, and all the copy, and prev/next links */
#featuredCam {
	/*background-color: #000000;*/
	color: #FFFFFF;
	
	border: 0px solid #FCA322;
	width: 616px;
	height: 249px;

	margin: 2px 0px 0px 2px;
	padding:0px 0px 0px 0px;
	font-family: Arial; /*Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;*/

	top: 164px;
	left: 265px;
}

#featured_text_area {
	border: 0px solid red;
	width: 155px;
	float:left;
	margin: 5px 0px 0px 10px;
}

#featuredtitle {
	text-align: left;
	/*width: 165px;*/
	height: 38px;
	overflow:hidden;
	font-size:16px;
	font-weight:700;
	text-decoration: none;
}

#featuredlocation {
	height:15px;
	overflow:hidden;
	/*font-size:14px;*/
	font-weight:700;
	/*font-style: italic;*/
	color: #B5B3BF;
}

/*
#locationText {}
*/

#featureddescription {
	clear:left;
	font-weight:normal;
	height: 160px;
	/*width: 165px;*/
		
	overflow:hidden;
	font-size:11px;
	
	color: #FFFFFF;
	z-index: 1001;
	border: 0px solid red;
	
	line-height: 110%;
}

#featuredimg {
	border:0px solid #FFFFFF;
	width: 442px;
	height: 245px;
}

#featuredlink {
	text-decoration: none;
}

#featuredviewdiv {
	text-align:center;
	font-weight:700;
	font-size:14px;
}


#featuredviewdiv a:hover,
#featuredviewdiv a:active,
#featuredtitle a:hover,
#featuredtitle a:active {
	color: #FAD471;
}

#featuredviewdiv a:link,
#featuredviewdiv a:visited,
#featuredtitle a:link,
#featuredtitle a:visited {
	color: #FAD471;
	/* earthcam blue link color:  #1D63A2; */
}

.next_prev {
	cursor:pointer;
	margin:5px 0px 0px 0px;
	float:left;
}


/* Additional css, new for 2008 */
.top25Desc {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 14px;
	width: 350px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	letter-spacing: 0px;
	line-height: 105%;
	top: 200px;
	left: 27px;
	position:absolute;
	z-index: 1000;
}

.judgeMore {
	width: 400px;
	font-weight: normal;
	font-family: Arial; /* Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif */
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic; 
}

#judgeMore {
	top: 125px;
	left: 375px;
}

#learnmore {
	top: 225px;
	left: 15px;
}


/*a.prevnext:link, a.prevnext:visited, a.prevnext:active, a.prevnext:hover {*/
.prevnextOFF {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
}

/*a.prevnext:hover {*/
.prevnextON {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	color: #65617C;
	text-decoration: none;
	cursor: pointer;
}
