@CHARSET "UTF-8";
body{
	background:#C2E9F0;
	margin:0px;
	border:0px;
	overflow:hidden;
	font-family:verdana;
}
body, html {
	height: 100%;
	font-size:15px;
}
a{
	text-decoration:none;
	color:#F5A33C;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0px;
}
.centerPanel{
		background:#E0F3F9;
		opacity:.9;	
		-moz-box-shadow: 0 0 1em #ACF;
		-webkit-box-shadow: 0 0 1em #ACF;
		border:1px solid #7AA2Af;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		width:700px;
		height:320px;
		padding:20px;
		color:#045364;
		margin:auto;
		position:absolute;
		top:50%;
		left:50%;
		display:none;
		margin-left:-360px;
		margin-top:-170px;
		
}
#outer{
	
	height:100%;
}

#siteList{
	
	width:200px;
	height:300px;
	margin-top:3px;
	float:left;
	padding:4px;
	font-size:13px;
	position:relative;
	z-index:1000;
}
#siteDescriptions{
	border:1px solid #7AA2Af;
	width:470px;
	height:330px;
	margin-top:3px;
	float:right;
	padding:4px 10px;
	font-size:13px;
	position:relative;
	z-index:1;
	margin-right:-1px;
	background:#FAFAFA;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.siteInfo{
	height:27px;
	line-height:27px;
	padding:3px;
	border:1px solid #7AA2Af;
	margin-bottom:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	background:#FAFAFA;
	text-shadow: 2px 2px 2px #AAA;
	font-size:16px;
	
	padding-left:6px;
}
.siteInfo:hover{
	background:#E5F4F9;
}
.selected{
	margin-right:-7px;
	background:#FAFAFA;
	border-right:1px #297596;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
}
#footer{
	clear:both;
	font-size:11px;
	text-align:right;
	padding-top:8px;
}
#bestView{
	font-size:11px;
	text-align:right;
	margin-top:-15px;
	float:left;
}
.individualDescription{
	height:333px;
}
#siteDescriptions .content{
	position:relative;
}
h2{
	margin:0px;
	padding:0px;
	float:left;
	color:#B0D289;
}
.viewLink{
	float:right;
}
h3{
	margin:0px;
	padding:0px;
	clear:both;
	font-weight:normal;
	font-size:100%;
}
.imageHolder{
	margin-top:10px;
	overflow:auto;
	height:250px;
}
.otherSiteDesc{
	font-size:90%;
	padding-left:10px;
}
#googleAds{
	font-size:90%;
	clear:both;
	padding-top:6px;
	
	text-align:center;
}
#googleAds .label{
	padding-bottom:2px;
}
.linkRow{
	margin-bottom:4px;
}