html, body
{
	background-color: #8fb4be;
	background-image: url(gradient.png);
	background-repeat: repeat-x;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

a, a:visited, a:active
{
	text-decoration: none;
	color: #37758e;
}

a:hover
{
	text-decoration: underline;
}

img {
	border: none;
}

.page
{
	margin: 0px auto;
	width: 760px;
	background-color: white;
	border: solid 1px black;
}

.topBanner
{
	width: 100%;
	height: 100px;
	background-image: url(banner.jpg);
	border-bottom: solid 1px black;
	vertical-align: bottom;
}

.menu
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000000;
}

.menu ul, .menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.menu a:link, .menu a:visited
{
	float: right;
/*	line-height: 14px;*/
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	z-index: 10;
}

.menu a:link#current, .menu a:visited#current, .menu a:hover
{
	border-bottom: 4px solid #000000;
	padding-bottom: 2px;
	background: transparent;
	color: black;
}

.menu li a:hover
{
	text-decoration: none;
	border-bottom: solid 4px #37758e;
}

.content
{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	padding: 20px;
}



h1
{
	font-size: large;
}

h2
{
	font-size: medium;
}

.sectionImage
{
	float: right;
	border: solid 1px #cbdddf;
	margin: 5px;
	padding: 0;
}

.gallery img
{
	width: 110px;
	height: 80px;
}

.outerFooter
{
	border-top: solid 1px #000000;
}

.innerFooter
{
	width: 100%;
	font-size: smaller;
	border-bottom: solid 2px #cbdddf;
	border-top: solid 2px #cbdddf;
	clear: both;
	text-align: center;
}

/* Contact Form styles*/
#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 500px;
	margin-top: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    background-color: #E9FF;
    color: #000000;
    /*border-style:solid;
    border-color:#ff0000;*/
}

#confirmation-message {
	background-color: #FFFFFF;
    width: 50%;
    margin:auto;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 100px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #aaa;
}

#contact-area input.submit-button {
	width: 100px;
	/*float: right;*/
    text-decoration:none;
    color:#fff;
    font-size:1.3em;
    background: #04859d;
    background: -moz-linear-gradient(top, #3D5B89, #92AACE);
    background: -webkit-gradient(linear,left top, left bottom, from(#3D5B89), to(#92AACE));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#3D5B89', EndColorStr='#92AACE', GradientType=0);
    -moz-border-radius: 6px;
   border-radius: 6px;
}

#contact-area input.submit-button:hover {
	width: 100px;
	/*float: right;*/
    background: #4494ad;
    background: -moz-linear-gradient(top, #92AACE, #3D5B89);
    background: -webkit-gradient(linear,left top, left bottom, from(#92AACE), to(#3D5B89));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#92AACE', EndColorStr='#3D5B89', GradientType=0);
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.0em;
}
