/* ELEMENTS */
html, body {
    height: 100%;
}
body {
    background-color: #FFF;
    font-size: 62.5%;
    font-family: verdana, helvetica, sans-serif;
    margin: 0;
}
h1, h2, p, ul, form {
    margin: 0;
    padding: 0;
}

a {
cursor: pointer;
}

/* LAYOUT */
div#body {
    position: relative;
    min-height: 100%;
    margin-top: 10px;
}
div#container {
    margin: 0 auto;
    text-align: left;
    width: 803px;
}
div#header {
    margin-bottom: 15px;
    overflow: hidden;
    width: 650px;
}
div#middle {
    width: 100%;
}
div#middle_bottom {
    clear: left;
    height: 120px;
}
div#menu {
    margin-bottom: 15px;
    overflow: hidden;
    width: 730px;
    clear: both;
}
div#panel {
    float: left;
    padding-right: 16px;
    width: 130px;
	
}
div#content {
    float: left;
    margin-left: 14px;
    padding-top: 15px;
    width: 530px;
	
}
div#footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

/* HEADER */

div#header h1 {
    background: url(images/WildflowerGuesthouseTitle.jpg) no-repeat bottom left;
 text-indent: -2000px;
    height: 65px;
    padding: 0; margin: 0;
}
div#header h2 {
    color: #666;
    font: 1.8em 'trebuchet ms', arial, sans-serif;
    width: 100%;
}
#header h3 {
	color: #666;
  font: 1.4em 'trebuchet ms', arial, sans-serif;

}
div#header form, div#header p {
    font-size: 1.2em;
    margin-top: 5px;
}
div#header h1,#header h3, div#header h2, div#header form, div#header p {
    margin: 0 0 0 12px;
}

/* MENU */
div#menu {
    background: url('images/menu_tab_underline_bg.gif') repeat-x bottom left;
    font: bold 1.3em 'trebuchet ms', arial, sans-serif;
}
div#menu ul {
    list-style: none;
    margin-left: 150px;
    padding: 0;
}
div#menu li {
    display: inline;
    float: left;
    margin-right: 5px;
}
div#menu a {
    background: url('images/menu_tab_bg.gif') no-repeat top left;
    float: left;
    padding: 5px 0 5px 8px;
    text-decoration: none;
}
div#menu a span {
    background: url('images/menu_tab_bg.gif') no-repeat top right;
    color: #666;
    padding: 5px 15px 5px 6px;
    white-space: nowrap;
}
div#menu a:hover {
    background-position: 0% -42px;
}
div#menu a:hover span {
    background-position: 100% -42px;
    color: #000;
}
div#menu li.selected {
    border-bottom: 1px solid #FFF;
}
div#menu li.selected a, div#menu li.selected a:hover {
    background-position: 0% -84px;
}
div#menu li.selected a span, div#menu li.selected a:hover span {
    background-position: 100% -84px;
}
div#menu b {
    padding-left: 20px;
}
div#menu li.home b {
    background: url('images/icon_house.gif') no-repeat left;
}
div#menu li.suite b {
    background: url('images/icon_information.gif') no-repeat left;
}
div#menu li.area b {
    background: url('images/icon_camera.gif') no-repeat left;
}
div#menu li.location b {
    background: url('images/icon_map.gif') no-repeat left;
}
div#menu li.contact b {
    background: url('images/icon_contact.gif') no-repeat left;
}
div#menu li.links b {
    background: url('images/icon_world_link.gif') no-repeat left;
}

/* MIDDLE */
div#middle {
    background: url('images/divider_vertical.gif') repeat-y 145px;
}
div#middle_bottom {
    background: url('images/divider_vertical_bottom.gif') no-repeat 145px 0;
}

/* PANEL */
div#panel {
    background: url('images/divider_vertical_top.gif') no-repeat top right;
}
div#panel dl.box {
    margin: 15px 0;
}
dl#did_you_know dd {
    background: url('images/question_mark_bg.gif') no-repeat center;
    line-height: 1.3em;
}
dl#did_you_know dd {
    min-height: 152px;
}


/* CONTENT */
div#content {
    color: #666;
    font-size: 1.2em;
}
div#content h1, div#content h2 {
    border-left: 5px solid #B3B3B3;
    clear: both;
    color: #666;
    margin-bottom: 1em;
    padding-left: 0.3em;
}
div#content h1 {
    font: bold 1.5em 'trebuchet ms', arial, sans-serif;
}
div#content h2 {
    border-top: 1px solid #B3B3B3;
    font: bold 1.3em 'trebuchet ms', arial, sans-serif;
    margin-top: 0.5em;
}
div#content p {
    line-height: 1.3em;
    padding-bottom: 0.7em;
}
div#content a {
    color: #060;
}
div#content a:visited {
    color: #80B791;
}
div#content ul {
    list-style: none;
    margin-bottom: 1em;
    padding: 0;
}
div#content li {
    background: url('images/bullet_yellow.gif') no-repeat 0.4em 0.2em;
    padding: 0.2em 0 0.4em 2em;
}

div#content p.success {
    color: #090;
}

/* FOOTER */
div#footer div {
    background: url('images/footer_bg.gif') no-repeat top left;
    font: 1.3em 'trebuchet ms', arial, sans-serif;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 20px;
    width: 660px;
	text-align: center;
}
div#footer a {
    text-decoration: none;
}
div#footer span.menu {
    color: #B3B3B3;
}
div#footer span.menu a {
    float: left;
    background: url('images/divider_footer.gif') no-repeat right;
    color: #80B791;
    padding: 10px;
}
div#footer span.menu a.first {
    padding-left: 158px;
}
div#footer span.menu a.last {
    background: none;
}
div#footer span.copyright {
    float: right;
    color: #999;
    padding: 10px 0;
}
div#footer span.copyright a {
    color: #C00;
    text-decoration: none;
}

/* GLOBAL CLASSES */
dl.box, dl.box dd {
    margin: 0 0 5px 0;
    padding: 0;
}
dl.box dt {
    background: url('images/menu_tab_bg.gif') no-repeat top left;
    border-bottom: 1px solid #B3B3B3;
    display: block;
    padding-left: 5px;
}
dl.box span {
    background: url('images/menu_tab_bg.gif') no-repeat top right;
    color: #666;
    display: block;
    font: bold 1.2em arial, sans-serif;
    padding: 5px 12px 3px 2px;
}
dl.plain dt {
    background: url('images/menu_tab_bg.gif') no-repeat 0% -84px;
    border: none;
    display: block;
    padding-left: 5px;
}
dl.plain dt span {
    background: url('images/menu_tab_bg.gif') no-repeat 100% -84px;
    display: block;
    font-size: 1px;
    padding: 0 5px 0 0;
}
dl.box dd {
    border-color: #B3B3B3;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    color: #666;
    font-size: 1.2em;
    padding: 4px;
}
dl.box dd iframe {
    display: block !important;
}
span.shadow, span.bottom_left, span.top_right {
    display: inline-table;
    /* \*/display: block;/**/
}
span.shadow {
    background: url('images/shadow.gif') no-repeat bottom right;
    float: left;
    margin: 2px 0;
}
span.shadow span.bottom_left {
    background: url('images/shadow_corner_bottom_left.gif') no-repeat -14px 100%;
}
span.shadow span.top_right {
    padding: 0 6px 6px 0;
    background: url('images/shadow_corner_top_right.gif') no-repeat 100% -14px;
}
span.shadow img {
    display: block;
    border: 1px solid #CCC;
    border-color: #DDD #CCC #CCC #DDD;
}
span.align_left {
    float: left;
}
span.align_right {
    float: right;
}
span.margin_left {
    margin-left: 5px;
}
span.margin_right {
    margin-right: 5px;
}

a.thumbnail:hover {
    background-color: transparent;
    z-index: 99;
}
a.thumbnail span.image {
    position: absolute;
    display: none;
}
a.thumbnail:hover span.image {
    display: block;
    top: 20px;
    left: 20px;
}

/*------------------------------------- EMAIL FORM --------------------------------------*/

#emailform {
	float: left;
	left: 10px;
	font-size: 100%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	margin: 20px auto 40px 10px;
	font-size: 1em;
}
#emailform table {
	text-align: left;
	padding:0px;	
/* 	margin-left: 15px; */
	width:200px;
}
#emailform label {
	cursor: pointer;
	text-align: right;
	font-size: 1.1em;
}
#emailform label.invalidentry {
	color:  Red;
}
#emailform label.validentry {
	color: Black;
}
#emailform input {
	background: #FFF;
	border: 1px solid #B3B3B3;
	
	
	margin: 1px;
	padding: 3px;
}
#emailform textarea {
	background: #FFF;
	border: 1px solid #B3B3B3;
	font-size: 1.1em;

	margin: 1px;
	padding: 3px;
	overflow:auto;
}
#emailform input:focus, #emailform textarea:focus {
	border: 1px solid #00217D;
}
#emailform table td.entrytitle {
	font-size: 1em;
	width:240px;
	text-align: right;
}
#emailform p {
	font-size: 1.1em;
}
#emailform fieldset {
	width:445px;
	left:0px;
}
#submitdiv {
	margin: 10px auto;
	text-align: center;
	
}
/* Fix IE. Hide from IE Mac \*/
* #submitdiv #submit {
behavior: url(http://www.wildflowerguesthouse.com/hover.htc);
}
/* End */
#submitdiv #submit {
	background: #fff;
	cursor: pointer;
	width: 100px;
	border: 3px double #B3B3B3;
	text-decoration: none;
}
#submitdiv #submit:hover, #submitdiv #submit.hover{
	background: #FFF;
	border: 3px double #94CFA4;
	color: Green;
}
.required {
	font-size: 0.8em;
	color: Red;
	vertical-align: -1px;
}	
.entry {
	border-left: 1px solid #A4B5BD;
}
.center {
	marg
