﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fffbb2;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

a {
	color: #63900C;
	text-decoration: underline;
}

a:hover {
	color: #1482BE;
}




#wrap {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	clear: both;
	height: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 138px;
	width: 928px;
	clear: both;
}
#logo {
	float: left;
	left: 0px;
	top: 0px;
}
#phone {
	float: right;
	text-align: right;
	top: 55px;
	position: relative;
	right: 10px;
	color: #63900C;
	font-weight: bold;
}
#remax {
	float: right;
	top: 0px;
	right: 0px;
}
#linkBox {
	position: relative;
	width: 928px;
	float: right;
	text-align: right;
	margin-top: 10px;
}
#linkBox .linkSet a {
	display: inline;
	font-size: 11px;
	text-decoration: none;
	color: #1482BE;
	float: left;
	padding: 7px;
}
#linkBox .linkSet a:hover {
	color: #FFF;
	background-color: #FFB064;
}
#content {
	background-color: #FFF;
	width: 100%;
	padding-bottom: 13px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	vertical-align: top;
	float:left;
}
#leftCol {
	float: left;
	width: 600px;
	padding-top: 13px;
	padding-left: 13px;
	margin: 0px;
	height: auto;
}
#slideshow {
	float: left;
	clear: both;
}
#copy {
	float: left;
	clear: both;
	width: 570px;
	margin-top: 0px;
	background-color: #FFF;
	background-image: url(../images/copy_back.jpg);
	background-repeat: repeat-x;
	padding: 15px;
	text-align: left;
	vertical-align:top;
}
#copy a {
	text-decoration: underline;
	color: #FFB064;
}
#copy a:hover {
	color: #63900C;
}
#rightCol {
	width: 315px;
	background-image: url(../images/back_strip.jpg);
	background-repeat: repeat-y;
	height: auto;
	margin: 0px;
	float: right;
	position: relative;
}
#sandalBack {
	background-image: url(../images/sandals_back.jpg);
	height: 313px;
	width: 315px;
	vertical-align: top;
	margin: 0px;
}
#formBox {
	width: 315px;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 75px;
	text-align: left;
	clear: both;
	background-image: url(../images/sandals_back.jpg);
}
#gradientBox1 {
	background-image: url(../images/side_back.jpg);
	width: 263px;
	text-align: center;
	background-repeat: repeat-x;
	margin-top: 13px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 160px;
	vertical-align: top;
	background-color: #DBCFB3;
}
#gradientBox2 {
	background-image: url(../images/side_back.jpg);
	width: 263px;
	text-align: center;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #DBCFB3;
	vertical-align: top;
	padding-top: 5px;
	height: 200px;
	
}
#gradientBox2 a {
	text-decoration: underline;
	color: #63900C;
}
#gradientBox2 a:hover {
	color: #1482BE;
}
#footer {
	clear: both;
	padding-top: 10px;
	text-align: left;
	font-size: x-small;
	color: #63900C;
	position: relative;
	width: 928px;
}
#footer a {
	color: #63900C;
	text-decoration: underline;
}
#footer a:hover {
	color: #1482BE;
}
h1 {
	color: #1482BE;
	font-size:medium;
}
h2 {
	color: #1482BE;
	font-size: medium;
	font-weight: lighter;
}
h3 {
	color: #63900C;
	font-size: small;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#copy li {
	list-style-type: square;
	color: #666;
}
