/* CSS for essenceofhealthretreat.com
	 Hand coded by Matthew Farnell - Copyright 2009 Matthew Farnell
	 Feel free to make use of this code in your sites
	 with credit to http://www.farnellweb.com */

/* Body
------------------------------*/
body {
	background: #053038;
	font: 15px 'Times New Roman', Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
}


/* Layout
------------------------------*/
#container {
    width: 754px;
    background: url(/images/background.jpg) repeat-y 26px 0;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

#sign-1 {
    width: 56px;
    height: 391px;
    background: url(/images/sign-1.gif) no-repeat;
    float: left;
    display: block;
}

span a {
    display: none;
}

object {
    margin: 0;
    height: 306px;
    width: 658px;
    float: left;
    padding: 0;
}

#content {
    clear: both; 
    width: 628px; 
    margin-left: 56px; 
    border-top: #053038 solid 23px; 
    background: #F6F2CC url(/images/shadow.gif) repeat-x; 
    padding: 15px; 
    padding-top: 20px;
    text-align: left;
    word-spacing: 5px;
    line-height: 22px;
    color: #4D6B6F;
}

#bottom-bar {
    width: 727px; 
    background: url(/images/horizontal-bar.jpg) repeat-x bottom; 
    margin-left: 14px; 
    padding: 6px 15px 7px 0; 
    text-align: right;
}

#bottom-bar a {
    color: #F6F2CC;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 12px;
}


/* Headers
------------------------------*/

h1.home-header {
    height: 85px; 
    width: 698px; 
    background: #053038 url(/images/horizontal-bar.jpg) no-repeat right bottom; 
    float: left;
    margin: 0;
    padding: 0;
}

.home-header span {
    background: url(/images/sign-2.gif) no-repeat top left; 
    width: 337px; 
    height: 85px; 
    display: block; 
    float: left;
}

h1 em {
    display: none;
}

h2 {
    font-family: arial;
    color: #053038;
    letter-spacing: 4px;
    margin: 0;
    padding: 0;
}


/* Links
-------------------------------*/

a {
	color: #0F8293;
}

a:hover {
    text-decoration: none;
    color: #A95A4D;
}


/* Menu
-------------------------------*/

#menu {
	width: 658px;
	height: 30px;
	font: 13px arial;
	font-weight: bold;
	position: absolute; 
    top: 392px; 
    left: 50%; 
    margin-left: -321px;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #FDA753;
	margin-right: 12px;
	padding: 2px 8px 5px 9px;
}

#menu ul li a:hover {
	background: #9BCFC8;
	padding-bottom: 3px;
	color: #053038;
}

#menu ul li a.active {
	background: #F6F2CC;
	padding-bottom: 12px;
	color: #000;
	border-top: #053038 1px solid;
}

#menu ul li a.active:hover {
	background: #F6F2CC;
	padding-bottom: 12px;
	color: #000;
	border-top: #053038 1px solid;
}

/* Footer
-------------------------------*/

#footer {
	font-size: 10px;
	font-family: arial, sans-serif;
	text-align: center;
	background: #0f0;
	padding-top: 25px;
	background: url(/images/swirl.gif) no-repeat top center;
    word-spacing: normal;
    line-height: normal;
    clear: both;
	}
	
	
#footer ul {
	width: 620px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-bottom: 5px;
    margin-left: 25px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	display: block;
	font-weight: bold;
	float: left;
	margin-right: 13px;
	margin-left: 13px;
}


#footer p {
    margin-top: 0;
    margin-bottom: 0;
}


/* Misc
------------------------------*/

.right {
    float: right;
    margin-left: 10px;
}

.left {
    float: left;
    margin-right: 5px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.top {
    margin-top: 0;
}

.center {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#map {
	margin-right: auto;
	margin-left: auto;
	border: 1px #000 solid;
	clear: both;
    line-height: normal;
    word-spacing: normal;
    margin-bottom: 10px;
}

.span {
    display: none;
}

/* Photo Gallery
-------------------------------*/
img.gallery {
	width: 130px;
	height: 87px;
	margin: 6px;
	border: 2px solid #053038;
	padding: 1px;
}

img.gallery-pan {
	margin: 6px;
	border: 2px solid #053038;
	padding: 1px;
}

img.tall {
	width: 87px;
	height: 130px;
}

p.gallery {
	margin: 0px;
	text-align: center;
}

