*, html {
    margin:0;
    padding:0;
}

html, body {
    height: 100%; 
    background: #8892a9 url(images/bg.gif) top center repeat-y;
    text-align:center;
}

a {
    text-decoration: none;
}

a:hover, a:active{
    text-decoration: underline;
}

p, a, li {
    font-weight: normal;
}

#main {
    position: relative;
    text-align:left;
    margin: 0 auto;
    width: 740px;
    min-height: 100%;
    background: #ebe4c7 url(images/sand_bg.jpg) repeat;
}

* html #main {
    height:100%;
}

div#header {
    position: relative;
    width: 100%;
    height: 205px;
    background: transparent;
}

#header img {
    position: absolute;
    top:0;
    left: -40px;
    border: 0;
    z-index:0;
}

#header p {
    position: absolute;
    top: 114px;
    left: 315px;
    z-index:1;
    text-align: justify;
    font: 600 11pt "Trebuchet MS", sans-serif;
    color: #2d3a59;
    width: 256px;
    line-height: 1.5em;
}

#header ul {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Papyrus, "Trebuchet MS", sans-serif;
    z-index:1;
    height: 30px;
    width: 100%;
    background: #5b75ad url(images/menu_bg.gif) repeat-x;
    float: left;
}

#header ul li {
    float: left;
}

#header ul a {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    color: #ccd;
    background: url(images/menu_border.gif) top right repeat-y;
}

#header ul a:hover {
    color: #fff;
}

/* #header ul .first a {
    background: none;
} */

#header ul li.sel {
    background: #ccd;
}

#header ul .sel a, #header ul .sel a:hover {
    color: #2d3a59;
    cursor: default;
    text-decoration: none;
}

div#content {
    /*border: 1px solid red; */
}

#content {
    clear: both;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12pt;
    color: #2d3a59;
    text-align: center;
    padding: 15px 40px;
}

.left {
    float:left;
}

.right {
    float:right;
}

.no_vpad {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height:0;
}

#content img {
    border: #8892a9 3px solid;
    margin: 0 8px;
}

#content img.left, #content img.right {
    display: inline;
}

.center {
    margin: 0 auto;
    text-align: center;
}

#content img.center {
    display: block;
    margin: 5px auto;
}

#content h1 {
    margin-top: 10px;
    margin-left: -40px;
    padding: 10px 0 5px 110px;
    height: 70px;
    text-align: left;
    line-height: 60px;
    font-family: Papyrus, "Trebuchet MS", sans-serif;
    font-size: 24pt;
    font-weight: normal;
    background: transparent url(images/h1_bg.jpg) top left no-repeat;
}

#content h2 {
    padding-top: 6px;
    text-align: left;
    font-family: Papyrus, "Trebuchet MS", sans-serif;
    font-size: 18pt;
    font-weight: normal;
}

#content div {
    margin: 0 auto;
    padding: 7px 0;
}

#content p {
    text-align: justify;
    margin: 0 auto;
    padding-bottom: 10px;
}

#content ul {
    text-align:left;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 auto;
}

#content li {
	background: transparent url(images/star1.jpg) top left no-repeat;
	padding: 5px 0 5px 30px;
	font-size: inherit;
}

* html div#cot_nav {
    display: inline;
}

#cot_nav a{
    color: #2d3a59;
}

div#cot_nav{
	width: 540px;
	height: 1.3em;
}

div#cot_nav ol{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

div#cot_nav ol li{
	background-image:none;
	padding: 0;
	float:left;
    font-family: Papyrus, "Trebuchet MS", sans-serif;
	font-size: 16pt;
}

div#cot_nav ol li.sel{
	padding: 0 0 0 30px;
}

div#cot_nav ol li a{
	float:left;
	padding: 0 0 0 30px;
	margin-left:8px;
	display:inline;
	height:30px;
	line-height:30px;
	width:auto;
	font-size: 12pt;
	font-weight: bold;
}

div#cot_nav ol li a:hover{
    color: #2d3a59;
    text-decoration: underline;
    background:url(images/lifep.jpg) 0 0 no-repeat;
}

#cottage {
	position: relative;
    text-align:center;
    width: 100%;
}

#cottage p {
	/* width: 55%; */
	background: transparent url(images/wht67.png) repeat;
    text-align: justify;
    padding: 5px;
}

#cottage div#cot_pics{
	height: 310px;
	margin: 0 auto;
	padding:4px 4px 0;
	background-color:#2d3a59;
}
#cottage div#cot_pics *{
	margin:0;
	padding:0;
}
#cottage div#cot_pics div#main_pic{
        width:456px;
        height:306px;
        overflow:hidden;  /* Hides the non selected images */
        float:left;
}
#cottage div#cot_pics div#main_pic img {
	height: 300px;
}
#cottage div#cot_pics ul#pic_tabs img.first {
	height: 120px;
}
#cottage div#cot_pics ul#pic_tabs img {
	height: 56px;
}
#cottage div#cot_pics ul#pic_tabs{
	width: 188px;
	list-style: none;
	float:right;
}

#cottage div#cot_pics ul#pic_tabs li{
	float:left;
	padding-right: 4px;
	background-image:none;
}
#cottage div#cot_pics ul#pic_tabs li a img{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter:alpha(opacity=60);
        opacity:0.6;
}
#cottage div#cot_pics ul#pic_tabs li a:hover img{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter:alpha(opacity=100);
        opacity:1.0;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

th {
    border: 2px solid #8892a9;
    background-color: #c0cef0;
    padding: 0.2em 0.5em;
}

tr#tableHead{
    font-family: Papyrus, "Trebuchet MS", sans-serif;
    font-size: larger;
}

tr#mainHead {
    vertical-align: top;
    padding-top:3px;
}

th span, .smaller {
    font: normal 8pt "Trebuchet MS", sans-serif;
}

.smaller {
    text-align: center;
}

td {
    border: 2px solid #8892a9;
    background-color: #fff;
    padding: 0.3em 1em;
}

table a {
    font-weight: bold;
    /* color: #2d3a59; */
}

table a:hover, table a:active {
    text-decoration: underline;
}

.sm {
	font-size: smaller;
}

.hr{
    height: 24px;
    width: 100%;
    background: transparent url(images/hr.jpg) top center no-repeat;
    clear: both;
}

dl {
    text-align: left;
    margin: 0 auto;
    padding: 5px 0;
}

dl.entry {
	width:660px;
    float: left;
    background: transparent url(images/gb.jpg) bottom center no-repeat;
    padding-bottom: 36px;
}

dt{
    float:left;
    clear:left;
    width:20%;
    margin: 0;
    padding: 5px 0.5em 0;
    font-weight: bold;
}

dd {
    float: left;
    width: 69%;
    margin: 0;
    padding: 5px 0.5em 0;
}

dd.rate {
    height: 1.7em;
    background: transparent url(images/rank.jpg) center left repeat-x;
    padding: 5px 0 0;
    margin-left: 0.5em;
    /* margin-right: 50%; */
    margin-top: 4px;
    text-align:center;
    font-weight:bold;
    font-size: 8pt;
}

div#googleMap {
    border: #8892a9 3px solid;
    margin:0;
    padding:0;
}

div#googleMap div {
	border:0;
	margin:0;
	padding:0;
}

div#map p {
    text-align: center;
    font-size: smaller;
}

fieldset {
    margin: 0.4em auto;
    padding: 0.5em 0.5em;
    border: 1px solid #8892a9;
    background-color: #c0cef0;
    text-align: left;
}

#content form fieldset img {
	/* padding-top: 1em; */
	border:0;
}

#content form fieldset p {
    margin:0;
    font-size: 10pt;    
}

#content form fieldset div {
	padding-top:6px;
	padding-bottom:2px;
}

legend {
    font-weight: bold;
    color: #2d3a59;
}

label {
    margin-top: 2px;
    display: block;
    font: 10px arial;
    padding-left: 1em;
}

.req {
    padding-left: 1em;
    background: transparent url(images/reqd.gif) top left no-repeat;
}

input, select {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10pt;
    margin: 1px 0.5em 0;
}

.text, select {
    border: 1px solid #8892a9;
}

.text2 {
    width: 30em;
}

input.btn {
    width: 25px;
    min-width: 20px;
    text-align: center;
}

* html input.btn {
    width: 25px;
}

input.submit {
/*    border: 2px outset buttonface; */
    padding: 0.2em;
}

input.text {
    padding: 3px 0.3em;
}

select {
    padding: 2px 0 2px;
}

img#regen {
	border: 2px outset buttonface;
}

textarea {
	margin-left: 7px;
    border: 1px solid #8892a9;
    width: 565px;
    height: 5em;
}

input#captcha {
	width: 150px;
}

div.clear_bottom{
	clear:both;
	background:transparent;
	height:30px;
}

div#copyrt {
    width: 740px;
    height:30px;
    text-align:center;
    margin: -30px auto 0;
    position:relative;
}

div#copyrt p {
    margin: 0 auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: smaller;
    color: #666;
    padding:0.5em 0;
    background: #ebe4c7 url(images/sand_bg.jpg) repeat;
}

div#copyrt a, div#copyrt a:hover, div#copyrt a:active{
    color: #333;
}

#content .clr, .clr {
    clear: both;
    width: 100%;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    padding: 0;
    margin: 0;
    border: none;
}

dfn {
    font-style: normal;
    text-decoration: none;
    border-bottom: #2d3a59 1px dotted;
    cursor: help;
}

sup {
    font-weight: normal;
}

form em {
	font-weight: bold;
	color: #d12;
}

input.redo, select.redo {
	border: 2px solid red;
}