/* CSS Document */
html, body {
	margin : 0;
	padding : 0;
	background: #d5d8cd repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #466883;
	text-align: center;
}
h1 {
	font-size: 1em;
}
h3 {
	font-size: 0.8em;
}
h4 {
	font-size: 0.9em;
	color: #990000;
	text-indent: 0px;
	text-align: center;
}
h5 {
	font-size: 0.9em;
	color: #990000;
	text-indent: 0px;
	text-align: center;
}

a:link {
   color : #5EA2B7;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #959684;
   text-decoration : none;
}

a:hover {
   color : #C05C5C;
   text-decoration : underline;
}

a:active {
   color : #58A0AE;
}
#wrapper {
	width: 800px;
	border-right: medium solid #C29DA5;
	border-left: medium solid #C29DA5;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #C29DA5;
	border-bottom-color: #C29DA5;
	background: url(assets/bckgrndfade.gif) no-repeat left 275px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 145px;
	width: 800px;
	background: d5d8cd no-repeat center top;
}
.textcontainer {
	width: 800px;
	height: auto;
}
.feature{
	text-align: left;
	text-indent: 10px;
	float: right;
	margin-left: 5px;
	width: 635px;
	height: auto;
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
feature image {
	margin: 5px;
	float: right;
	height: 250px;
	width: auto;
}

.feature p {
	font-size: 80%;
	text-align: center;
}
.feature2 p {
	font-size: 80%;
}
.feature h1 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -15px;
	text-align: center;
}
.feature2 h1 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -15px;
	text-align: center;
}
.feature h2 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: -10px;
}
.feature h3 {
	font-size: .6em;
	font-weight: bold;
	font-style: italic;
	margin-top: -15px;
	text-align: center;
}
.feature li {
	font-size: 80%;
}
.feature2 {
	text-align: center;
	text-indent: 10px;
	float: right;
	margin-left: 0px;
	width: 630px;
	height: auto;
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 5px;
}

.accent {
	height: 50px;
	width: 795px;
	text-align: right;
	padding: 2px;
	float: left;
}
.featureside {
	float: left;
	width: 145px;
	height: 750px;
	border: thin solid #88CCDF;
}
#paypal {
	height: 100px;
	width: 145px;
}
#note {
	float: right;
	height: 200px;
	width: 200px;
}

.featureside h1 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -15px;
	color: #990000;
}
.featureside h2 {
	font-size: 1em;
	margin-bottom: -15px;
	font-style: italic;
}
.featureside h3 {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: -15px;
}
.featureside p {
	font-size: 0.7em;
}
#sponsor1 {
	width: 145px;
}
#sponsor2 {
	width: 145px;
}
#sponsor3 {
width: 145px;
}
#sponsor4 {
width: 145px;
}
#sponsor5 {
width: 145px;
}
#sponsor {
	width: 140px;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	border-top: #88CCDF;
	border-right: #88CCDF;
	border-bottom: #88CCDF;
	border-left: #88CCDF;
}
.spacer {
	height: 225px;
	width: 145px;
}


.footer {
	height: 100px;
	width: 795px;
	float: left;
} 

.textlinks {
	height: 55px;
	width: 600px;
	font-size: 0.8em;
	color: #9E8A83;
	float: right;
}

.copyrights {
	float: left;
	height: 55px;
	width: 165px;
	text-align: left;
}
.copyrights p {
	font-size: 0.7em;
}

.feature h5 {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.feature h6 {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.feature img{
	float: right;
	margin: 0 0px 5px 0;
	padding: 0px;
	clear: left;
	text-align: left;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -2000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	background: #d5d8cd;
}

.thumbnail span img{ /*CSS for enlarged image*/
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */

}
#popwrapper {
	padding: 5px;
	height: 600px;
	width: 200px;
	float: left;
	margin-top: 35px;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #d5d8cd;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #d5d8cd;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: right;
	margin: 12px 6px 6px 12px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 350px;
	height: 250px;
}
