/* mac hide\*/
html, body {height:100%}
/* end hide */
*, body {margin:0;padding:0}
body {
text-align:center;
min-width:100%;/* for mozilla*/
color: #49331B;
}
body, body a, body a:visited {
font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
text-align: justify;
}
#Outer{
min-height:100%;
position: relative;
}
* html #Outer{
height:99.9%; /* seems to work fine at 100%, but will leave atleast for the moment. */
} /* For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE */
#SiteHeader{
background: url('../images/header.png') center top no-repeat;
padding-top: 187px;
padding-bottom: 16px;
text-align: center;
margin: auto;
position: relative;
}
/*
* html #SiteHeader{height:190px}  This is needed by IE. (or is it???) Should match min-height above. */
#Menu {
margin-top: 6px;
margin-bottom: 6px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
width: 720px;
font-weight: bold;
text-align: center;
font-size: 18px;
}
.MenuItem, .MenuItem a {
text-decoration: none;
padding: 0px;
margin: 0px;
}
.MenuItem a {
color: #AC7C44;
}
.MenuItem a:active {
color: #FFC37D;
}
.MenuItem a:visited {
color: #BE925B;
}
.MenuItem a:hover {
color: #8A6032;
text-decoration: underline;
}
.MenuGap {
margin: 0px;
margin-left: 25px;
padding: 0px;
background: silver;
}
HR.DottedLine {
border-top: 2px dotted #CCCCCC;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
margin: auto;
padding: 0px;
/* padding-top: 7px; IE has a special 0px value for this, as it automatically adds a margin. */
width: 640px;
align: center;
text-align: center;
}
#Middle {
position: relative; /* IE needs this to show float */
}
#PageTitle {
float: left;
margin-top: 3px;
margin-left: -26px; /* IE has specific value */
line-height: 22px;
padding-bottom: 12px;
font-size: 24px;
font-weight: bold;
font-style: italic;
font-family: Verdana, Tahoma;
color: #AC7C44;
letter-spacing: 3px;
padding-right: 32px;
}
#Content {
font-size: .93em;
line-height: 1.65em;
width:640px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 0px;
padding-left: 50px;
padding-right: 50px;
/* margin-top: -7px; This statement exists in styles-ie.css */
padding-bottom: 30px; /* Space between content and footer */
text-align: justify;
}
#Content p {
padding-bottom: .8em;
}
/*
* html #Content {
overflow: hidden;
}
*/
#Content a {
text-decoration: none;
color: #49331B;
border-bottom: 1px solid #49331B;
}
#Content a:hover {
color: #A69786;
border-bottom: 1px solid #A69786;
}
#Content a:active {
color: black;
border-bottom: 1px solid black;
}
#Content a:visited {
border-bottom: 1px solid #A69786; /* lighter & less saturated */
}
.h3 {
font-size: 1.2em;
font-weight: bold;
padding-top: .6em;
color: #AC7C44;
clear: both;
margin-left: -10px;
margin-bottom: -.3em;
}
.PhotoLeft, .PhotoRight {
margin-top: 5px;
margin-bottom: 20px;
}
.PhotoLeft {
float: left;
margin-right: 12px;
}
.PhotoRight {
float: right;
margin-left: 12px;
}
.Rates {
font-size: .9em;
}
#Footer {
position: absolute;
background: url('../images/footer_bg.png') repeat-x;
width: 100%;
height: 24px;
border: 0px;
padding: 0px;
bottom: 0px;
clear:both;
}
#FooterText {
width: 640px;
padding-left: 50px;
padding-right: 50px;
margin: auto;
font-size: 14px;
font-weight: bold;
}
* html #Footer {/*only ie gets this style*/
\height:26px;/* for ie5 */
he\ight:24px;/* for ie6 */
margin-bottom:-1px;
}
#CopyrightText, #CreatedbyText, #CreatedbyText a, #CreatedbyText a:visited {
color: #8F6E3F;
padding-top: 3px;
text-decoration: none;
letter-spacing: 1px;
}
#CreatedbyText a:hover {
color: white;
}
#CopyrightText {
float: left;
display: inline;
}
#CreatedbyText {
float: right;
display: inline;
}
.Clear {width:100%;height:3px;clear:both} /* currently used only to clear photogallery thumbnails from header */
.ClearFooter {width:100%;height:40px;clear:both} /* to clear footer */

ul {
margin-left: 1em;
list-style: square inside;
}
ul ul {
margin-left: 2em;
list-style: circle outside;
}
.ThumbCell {
width: 25%;
height: 140px;
position: relative;
float: left;
text-align: center;
font-size: 13px;
line-height: 16px;
}
.Panorama {
width: 616px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.ThumbCell p, .Panorama p {
margin-top: 2px;
}
#Content img {
border: 2px solid #5f6066;
margin-bottom: -5px;
}
#Content a img {
border: 2px solid #AC7C44;
}
#Content a:visited img {
border: 2px solid #BE925B;
}
#Content a:hover img {
border: 2px solid #8A6032;
}
#Content a:active img {
border: 2px solid #FFC37D;
}