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: #33033D;
	/*background-image: url(images/bg.jpg);*/
	background-image: url(../jpg/bg_nobox.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	/*height:880px;*/
	height:930px;
	border: 1px solid #820C9B;
	
	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 #FBA41F;
	border-right: 2px solid #FBA41F;
	border-bottom: 2px solid #FBA41F;
	border-left: 2px solid #FBA41F;
	/* old color, yellow:  FFF182*/
}

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

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

.SmallThumb, .SmallThumb img {
	width: 96px;
	height: 71px;
}


/* 
 * 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;
}

#featuredCam {
	/*
	width:409px;
	height:384px;
	*/
	background-color: #DFDFDF;
	
	border: 3px solid #FCA322;
	width: 438px;
	height: 400px;

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

	top: 29px;
	left: 424px;
}

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

#featuredtitle {
	text-align: center;
	width: 438px;
	/*height: 23px;*/
	overflow:hidden;
	font-size:20px;
	font-weight:700;
}

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

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

#featuredlocation {
	clear:left;
	/*width:85px;*/
	/*height:15px;*/
	text-align:left;
	/*overflow:hidden;*/
	margin:0px 0px 0px 15px;
	font-weight:700;
}

#locationText {
	font-weight:400;
	/*font-style: italic;*/
	color: #000000;
}

#featureddescription {
	clear:left;
	font-weight:normal;
	/* height:65px; */
	height:90px;
	overflow:hidden;
	font-size:12px;
	margin-left:15px;
	padding-top:0px;
	width: 420px;
	color:#40044E;
	z-index: 1001;
	border: 0px solid red;
}

#featuredimg {
	border:0px solid #FFFFFF;
	width: 438px;
	height: 249px;
}

#featuredlink {
	text-decoration:underline;
}

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


/* 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: 300px;
	font-weight: 700;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 13px;
	color: #E4E0E7;
}

#judgeMore {
	top: 289px;
	left: 150px;
}

#learnmore {
	top: 349px;
	left: 265px;
	width: 140px;
}


/*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: 15px;
	color: #33033D;
	text-decoration: underline;
	cursor: pointer;
}

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