/* CSS style site-wide style sheet */

body{
	background-color: #EBE9ED;
	margin-top: 10px;
	font-family: arial;
	font-size: 12px;
	text-align: center;
}

/* variable height classes for the main wrapper/container div */
.standard{
	width: 656px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #275071;
	background-color: #FFFFFF;
	height: 700px;
	text-align: left;
}

/* wrapper for the home page */
.homepage{
	width: 656px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #275071;
	background-color: #FFFFFF;
	text-align: left;
	height: 1100px;
}

/* wrapper for detail page */
.detailpage{
	width: 656px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #275071;
	background-color: #FFFFFF;
	height: 1100px;
	text-align: left;
}

/* class has no height set */
.liquid{
	width: 656px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #275071;
	background-color: #FFFFFF;
	text-align: left;
}

/* container div for logo and top navigation */
#logo{
	height: 103px;
	width: 656px;
	margin-top: 20px;
}

/* link styles */

a:link{
color: #275071;
}

a:visited{
color: #275071;
}

a:active{
color: #275071;
}

a:hover{
color: red;
}

h1{
	font-size: 24px;
	color: #000066;
	text-align: center;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}

/* float an element to the right */
.floatright{
	float: right;
	margin-left: 25px;
}

/* container div for about us page text padded 10px */
#abouttext{
	width: 625px;
	padding: 10px;
}

/* text style on the home page */
#welcome{
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

#spotlight{
	height: 200px;
	width: 656px;
	background-color: #EFEBEF;
}

#pic{
	height: 165px;
	width: 258px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

#desc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	width: 345px;
	float: left;
	margin-top: 15px;
	height: 165px;
}

/* style for listing box on homepage */
#listing{
	background-color: #EBE9ED;
	height: 225px;
	width: 190px;
	margin-top: 0px;
	text-align: center;
	color: #000066;
	float: left;
	margin-right: 10px;
	padding: 5px;
	margin-left: 7px;
}

#spacer{
	height: 25px;
	width: 656px;
	float: left;
}

#righttext{
	text-align: right;
	float: left;
	margin-right: 15px;
}

#gallery{
	width: 656px;
	height: 450px;
}

#pix{
	float: left;
	height: 450px;
	width: 500px;
}

#links{
	width: 100px;
	float: left;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}

#links u{
cursor: pointer;
}

#box{
width: 105px;
float: left;
margin-right: 8px;
}

/* container div for footer content */
#footer{
	background-color: #275071;
	height: 35px;
	width: 656px;
	text-align: center;
	color: #EBE9ED;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	border: 1px solid #215173;
	border-top: none;
}

#addlfeatures{
float: left;
width: 645px;
margin-bottom: 15px;
}

#lefcol{
width: 40%;
float: left;
margin-right: 15px;
margin-left: 15px;
}

#middlecol{
width: 45%;
float: left;
}

.smallfont{
font-size: 10px;
color: white;
}

.smallfont a:link{
color: white;
}

.smallfont a:active{
color: white;
}

.smallfont a:visited{
color: white;
}

.smallfont a:hover{
color: red;
}

.speciallink a:link{
color: red;
}

.speciallink a:active{
color: red;
}

.speciallink a:visited{
color: red;
}

.speciallink a:hover{
color: black;
}
