@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------- CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------- BODY, GENERAL */

body {
	font-family: Corbel, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	letter-spacing: 0.04em;
	margin: 0;
}
p {
	line-height: 17px;
}
a {
	color: #006ddd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
H1 {
	font-size: 24px;
	font-weight: normal;
	color: #006633;
}
H2 {
	font-size: 16px;
	font-weight: normal;
	color: #006633;
}
H3 {
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	text-transform:uppercase;
}
span.emphasis {
	color: #000;
	font-weight: bold;
}
span.gray {
	color: #666;
}
div#printheader {
	display: none;
}
tr#printphoto {
	display: inline;
}
/* ------------------------------------------- CALENDAR */
div#calendar h1 {
	font-family: Corbel, "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* ------------------------------------------- WRAPPERS, HEADER, NAV */
div#wrapper1 {
	width: 100%;
}
div#header {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
img#logo {
	position: absolute;
	top: 20px;
	left:20px;
}
div#nav {
	position: absolute;
	top: 48px;
	right:3px;
}
div#nav td {
	margin: 0;
	padding: 0;
}
div#wrapper2 {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}
div#content {
	position: relative;
	top: -9px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}
/* ------------------------------------------- POST IT */

div#postit span.email {
	font-weight:bold;
}
div#postit {
	font-size: 14px;
	font-weight:bold;
	color: #666;
	position: relative;
}
p#postit-line1 {
	position: absolute;
	top: 60px;
	left: 70px;
}
p#postit-line2 {
	position: absolute;
	top: 80px;
	left: 85px;
}
p#postit-line3 {
	position: absolute;
	top: 100px;
	left: 60px;
}

/* -------------------------------------------  FOOTER */
div#wrapper3 {
	width: 100%;
	background-color: #808080;
	background-image:url(images/footer.png);
	background-repeat: repeat-x;
}
div#footer {
	width: 965px;
	color: #fff;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}
div#footer span.emphasis {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}


/* ------------------------------------------- ONE HOUSE PAGES */

body#onehouse td#col1 {
	vertical-align: top;
	width: 616px;
	padding: 0 0 0 20px;
}
body#onehouse td#col2 {
	vertical-align: top;
	width: 304px;
	padding: 20px 0 0 0;
}

body#onehouse H1 {
	font-size: 24px;
	font-weight: bold;
	color: #006633;
	padding-bottom: 20px;
}
body#onehouse H2 {
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	line-height: 18px;
	padding: 10px 0 0 0;
	text-transform:uppercase;
}

body#onehouse p {
	padding: 5px 0;
}


/* Carousel - top half of column 1 */
div#carousel {
	width: 616px;
}
div#carouseltop {
	background-color: #444;
	padding-top: 14px;
}
div#carouselbottom {
	background-color: #616161;
	padding: 8px 25px 7px 0;
	color: #fff;
	text-align: right;
	font-size: 24px;
}
div#carouselbottom span.gray {
	color: #c3c1c1;
	font-size: 14px;
}
div#carouselbottom span.small {
	font-size: 14px;
}
div#carouselbottom span.price {
	font-size: 24px;
	padding-left: 30px;
}
div#carouselbottom span.rentalhead {
	font-size: 24px;
	padding-left: 30px;
	text-align: left;
}
div#photoframe img {
	width: 556px;
	margin-left: auto;
	margin-right: auto;
	background-color: #444;
	padding: 20px 30px;
}

/* Bottom half of Column 1 */

div#bottom {
	margin-top: 30px;
}
div#bottom td {
	padding: 0 25px 28px 0;
	vertical-align: top;
}
body#onehouse table#calendar {
	color: #333;
	margin: 10px 0;
	text-align:center;
	background-color: #fff;
}
body#onehouse table#calendar td {
	padding: 3px;
	font-size: 14px;
}
body#onehouse td.tablemonth {
	vertical-align: top;
	border: 1px solid #eee;
}
body#onehouse td.tablemonth table.tablemonth {
	margin: 10px 20px;
}
body#onehouse td.calmonth {
	padding: 0px 20px 20px 0px;
	vertical-align:top;
	font-size: 8pt;
	font-weight:bold;
	}
body#onehouse tbody.month {
	}

/* ------------------------------------------- INDEX */

body#index td#col1 {
	vertical-align: top;
	width: 616px;
	padding: 0 0 0 20px;
}
body#index td#col2 {
	vertical-align: top;
	width: 304px;
	padding: 10px 0 0 0;
}
body#index div#carouseltop {
	padding-bottom: 20px;
}

body#index div#carouseltop H1 {
	color: #fff;
	padding: 0 20px;
	font-size: 22px;
	font-weight: bold;
}
body#index div#carouseltop h1 span.reduce {
	font-weight: normal;
}
body#index div#carouseltop p.subtitle {
	color: #fff;
	padding: 5px 20px 5px 20px;
	font-weight: normal;
	font-size: 16px;
	float: right;
}
body#index div#carouseltop p.subtitle span.reduce {
	font-style: italic;
	font-weight: normal;
}
body#index table#collage {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
body#index table#collage td {
	padding: 8px 10px;
	vertical-align: top;
}

body#index H1 {
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	color: #006633;
	padding-top: 10px;
}
body#index H2 {
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	line-height: 18px;
	margin: 10px 0 0 0;
	padding: 0;
	text-transform:uppercase;
}

body#index p {
	padding: 5px 0;
}

body#index div#bottom h2 {
	text-transform: none;
	font-size: 16px;
}
body#index div#bottom h3 {
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	line-height: 18px;
	padding: 10px 0 0 0;
	text-transform:uppercase;
}
body#index div#bottom td {
	padding: 0 25px 28px 0;
	vertical-align: top;
}
/* ------------------------------------------- ABOUT FISHERS PAGE */

body#aboutfishers td#col1 {
	vertical-align: top;
	width: 616px;
	padding: 0 0 0 20px;
}
body#aboutfishers td#col2 {
	vertical-align: top;
	width: 304px;
	padding: 0 0 0 30px;
}

body#aboutfishers div#carouseltop H1 {
	color: #fff;
	padding: 0 20px;
	font-size: 28px;
}
body#aboutfishers div#carouseltop p.subtitle {
	color: #fff;
	padding: 5px 20px 5px 20px;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
}


body#aboutfishers H1 {
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	color: #006633;
	padding-bottom: 10px;
}
body#aboutfishers H2 {
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	line-height: 18px;
	padding: 10px 0 0 0;
	text-transform:uppercase;
}

body#aboutfishers p {
	padding: 5px 0;
}

body#aboutfishers div#bottom h2 {
	text-transform: none;
	font-size: 16px;
}
body#aboutfishers div#bottom h3 {
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	line-height: 18px;
	padding: 10px 0 0 0;
	text-transform:uppercase;
}
body#aboutfishers div#bottom td {
	padding: 0 25px 28px 0;
	vertical-align: top;
}

/* ------------------------------------------- ABOUT US PAGE */

body#aboutus div#content {
	margin-top: 14px;
}
body#aboutus td#col1 {
	vertical-align: top;
	width: 66%;
	padding: 0 0 0 20px;
}
body#aboutus td#col1 td {
	vertical-align: top;
	padding: 0 25px 25px 0;
}
body#aboutus td#col1 table.photobox {
	font-size: 14px;
}
body#aboutus td#col1 table.photobox td {
	padding: 2px 5px;
}
body#aboutus td#col1 table.photobox th {
	text-align: left;
	font-weight: normal;
	padding: 2px 5px;
	color: #7d7d7d;
}

body#aboutus td#col2 {
	vertical-align: top;
	width: 33%;
	padding: 0 20px 0 0;
}

body#aboutus H1 {
	font-size: 22px;
	line-height: auto;
	font-weight: normal;
	color: #006633;
	margin: 10px 0 4px 0;
	padding: 0;
}
body#aboutus td#col1 H1 {
	margin-top: 0;
}

body#aboutus H2 {
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	line-height: 18px;
	padding: 10px 0 0 0;
	text-transform:uppercase;
}

body#aboutus p {
	padding: 5px 0;
}

body#aboutus div#bottom h2 {
	text-transform: none;
	font-size: 16px;
}
body#aboutus div#bottom h3 {
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	line-height: 18px;
	padding: 10px 0 0 0;
	text-transform:uppercase;
}
body#aboutus div#bottom td {
	padding: 0 25px 28px 0;
	vertical-align: top;
}

/* ------------------------------------------- FORSALE PAGE */

body#forsale div#content  {
	margin-left: 20px;
	width: 920px;
}
body#forsale table#gallery td.colg1 {
	vertical-align: bottom;
	padding: 20px;
	background-color: #444444;
}
body#forsale table#gallery td.colg1 img {
}
body#forsale table#gallery tr.filler td {
	height: 18px;
	font-size: 1px;
	padding-top: 0;
	padding-bottom: 0;
}
body#forsale table#gallery tr.filler td.colg1, body#forsale table#gallery tr.filler td.colg2 {
	background-color: #616161;
}
body#forsale table#gallery td.colg2  {
	vertical-align: bottom;
	background-color: #444444;
	padding: 20px 20px 20px 0;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
}
body#forsale table#gallery td.colg2 h1 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	white-space: normal;
}
body#forsale table#gallery td.colg2 span.gray {
	color: #c3c1c1;
}
body#forsale table#gallery td.colg2 p.gray {
	color: #c3c1c1;
}
body#forsale table#gallery td.colg2 p {
	padding-top: 5px;
}
body#forsale table#gallery td.colg2 p.price {
	font-size: 18px;
	padding-top: 15px;
}

body#forsale table#gallery td.colg3 {
	vertical-align: top;
	padding: 20px 0 0 20px;
}
body#forsale h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 18px 0;
}
body#forsale h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 18px 0 0px 0;
}



/* ------------------------------------------- FORRENT PAGE */

body#forrent div#content  {
}

body#forrent td#col1 {
	vertical-align: top;
	width: 616px;
	padding: 0 20px 0 20px;
}
body#forrent td#col1 td {
	vertical-align: top;
	padding: 0 25px 25px 0;
}
body#forrent td#col1 table.photobox {
	font-size: 14px;
}
body#forrent td#col1 table.photobox td {
	padding: 2px 5px;
}
body#forrent td#col1 table.photobox th {
	text-align: left;
	font-weight: normal;
	padding: 2px 5px;
	color: #7d7d7d;
}
body#forrent td#col2 {
	vertical-align: top;
	width: 304px;
	padding: 20px 10px 0 0;
}
body#forrent td#col2 p {
	padding: 4px 0;
}
body#forrent table#search {
	margin: 10px 0 0 0;
}
body#forrent table#search td {
	vertical-align: middle;
	padding-right: 20px;
}

body#forrent td#col3  {
	padding: 20px 20px;
}

body#forrent table#forrenttable {
	width: 900px;
}
body#forrent table#forrenttable th {
	text-align: left;
	padding: 4px 10px;
	margin:0;
	border-bottom: 1px solid #333;
}
body#forrent table#forrenttable td {
	text-align: left;
	padding: 4px 10px;
	margin:0;
	border-bottom: 1px solid #eee;
}

body#forrent td#col4 {
	padding: 0 20px 20px 20px;
}

table#tricolumn {
	width: 900px;
}
table#tricolumn td {
	width: 300px;
}
td#tri-center {
	padding: 0 20px;
}

body#forrent h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 18px 0;
}
body#forrent h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 18px 0 0px 0;
	color: #006633;
	line-height: 18px;
}
/*------------------------- BAREFOOT SEARCH RESULTS ---------- */
body#barefoot-searchresults h1 {
	margin: 20px 0 10px 0;
}
body#barefoot-searchresults table.result  {
	margin-top: 20px;
}
body#barefoot-searchresults table.result td {
	border-bottom: 1px solid #ddd;
}
body#barefoot-searchresults table.result td.image {
	vertical-align: top;
	text-align: left;
	padding:5px 20px 5px 0;
}
body#barefoot-searchresults table.result td.name {
	vertical-align: top;
	width:500px;
	padding:5px 20px 5px 0;
}
body#barefoot-searchresults table.result td.name p {
	line-height: 1.2;
	margin: 8px 0;
}

body#barefoot-searchresults table.result td.tdInput {
	vertical-align: top;
	width:200px;
	padding:5px 0 5px 0;
}

body#barefoot-searchresults table.result td.tdInput table.tdInput  {
	margin-top: 15px;
}
body#barefoot-searchresults table.result td.tdInput table.tdInput th {
	text-align: right;
	font-weight: normal;
	color: #999;
	padding: 2px 10px 2px 0;
	border: none;
}
body#barefoot-searchresults table.result td.tdInput table.tdInput td {
	text-align: left;
	padding: 2px 10px 2px 0;
	border: none;
}

/*------------------------- BAREFOOT CHECK AVAILABILITY ---------- */

body#barefoot-avail H1 {
	font-size: 24px;
	font-weight: normal;
	color: #006633;
	margin: 20px 0 10px 0;
}
body#barefoot-avail h2 {
	font-size: 16px;
	font-weight: normal;
	color: #006633;
	margin: 20px 0 5px 0;
}

body#barefoot-avail ul {
	margin-left: 20px;
	list-style: disc;
}
body#barefoot-avail li {
	margin: 8px 0;
}

body#barefoot-avail div#wrapper2 {
	padding: 0 30px;
}

body#barefoot-avail table.pricing th {
	text-align: left;
	padding: 3px 10px 3px 0;
}
body#barefoot-avail table.pricing td {
	text-align: left;
	white-space: nowrap;
	font-size: 12px;
	padding: 3px 10px 3px 0;
}
body#barefoot-avail table.pricing td.right {
	text-align: right;
}

body#barefoot-avail td.tablemonth {
	padding: 8px 30px 8px 0;
	vertical-align: top;
	border: 1px solid #eee;
}
body#barefoot-avail td#alignright {
	text-align: right;
}
body#barefoot-avail td#aligncenter {
	text-align: center;
}

body#barefoot-avail table#calendar {
	color: #333;
	margin: 10px 0;
	text-align:center;
	background-color: #fff;
}
body#barefoot-avail table#calendar td {
	padding: 3px;
	font-size: 14px;
}
.date-available {
	color: #006ddd;
}
.date-unavailable {
	color: #999;
}
.date-holding {

}
.date-selected {
	background-color:#FDFF6A;
}
td.date-selected {
	background-color:#FDFF6A;
}

body#barefoot-avail td.day {
	color: #666;
	padding: 3px 3px 3px 3px;
	}
body#barefoot-avail td.calmonth {
	padding: 0px 20px 20px 0px;
	vertical-align:top;
	font-size: 8pt;
	font-weight:bold;
	}
body#barefoot-avail tbody.month {
	}

body#barefoot-avail div#postit {
	float: right;
}

body#barefoot-avail p#postit-line4 {
	position: absolute;
	top: 150px;
	left: 20px;
}






/*------------------------- BAREFOOT CHECK AVAILABILITY ---------- */

body#barefoot div#content {
	margin: 20px 0 20px 0; 
	font-family: Corbel, "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal
}

body#barefoot H1 {
	font-size: 24px;
	font-weight: normal;
	color: #006633;
	margin: 20px 0 10px 0;
}
body#barefoot h2 {
	font-size: 16px;
	font-weight: normal;
	color: #006633;
	margin: 20px 0 5px 0;
}



/*------------------------- BAREFOOT CALENDAR ---------- */

td#calendar .calmonth
{
    width:150px;
    height:160px;
    text-align:left;
    vertical-align:top;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    font-size:11px;
}

td#calendar .calouttable
{
   
    border:1px solid #ccc;
    border-left:0px;
    
}
td#calendar .calhearder2
{
     width:146px;
     background:#5589b0;
     font-weight: bold;
}
td#calendar .tdTitle
{
	font-family: arial,Times New Roman,Verdana,helvetica,san-serif;
	font-size:12;
	font-weight: bold;
}




