* {
    margin: 0;
    padding: 0;
}

body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 2.0em;
    color: #333333;
    background: #f3f3ef;
    margin: 0 auto;
}

.hide {
    display: none;
}

h1    {
    font-size: 120%;
    margin: 0 0 1.5em 0;
	line-height:1em;
    color: #3C6324;
}
h2 {
	position:absolute;
	left:-900px;
	top:-900px;
    font-weight: bold;
    font-size: 1.1em;
    margin: 1.5em 0 0.5em 0;
    color: #000000;
}
h3, h4, h5, h6    {
    font-size: 1.0em;
    margin: 1.5em 0 0.15em 0;
    color: #000000;
}
p {
    margin: 1.0em 0 1.0em 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul li, ol li {
    margin: 0;
    padding: 0;
}

a {
	color: #02614D;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#header-wrapper {
	font-size: 1.3em;
	width: 100%;
	min-width: 1028px;
	color: #FFFFFF;
	background:#045021;
	min-height: 116px;
	overflow:auto;
}
#header {
    min-height: 116px;
    width: 998px;
    margin: 0 auto;/**/
    background: url(../theme/Garden3.jpg) 200px 2.5em no-repeat scroll;
    position: relative;
	overflow:auto;
}
* html #header-wrapper, * html #header { /* <=IE6: no support for min-height */
	height: 116px;
}
#header a {
    color: #FFFFFF;
}
#header-wrapper img{
    display: none;
}
p.amicus-logo{
	float: left;
    margin: 0;
	padding:0;
    position: relative;
    left:5%;
	top:10px;
    width: 160px;
    height: 100%;
    font-size: 100%;
}
p.amicus-logo a{
	float:left;
    position: absolute;
    top: 0;
	right:0;
    display: block;
    width: 160px;
    height: 90px;
    font-size: 1px;
    background: transparent url(../theme/logo.gif) bottom left no-repeat scroll;
    z-index: 5;
	border-bottom: solid 1px white;
}
* html p.amicus-logo a{ 
    margin-left: 29px
}
 
#links-bar {
    font-size: 1.3em;
    width: 100%;
    min-width: 1028px;
    margin: 0;
    margin-bottom: 10px;/**/
    border-top: 1px solid #FFFFFF;
    background: #D7EDD0 url(../theme/drop-shadow.gif) bottom left repeat-x scroll;
    padding-bottom: 18px; /* provides space for drop shadow graphic */
    text-align: center; /* <=IE5: centres the inner 'div' as no support for auto margins */
}
#links-bar-inner {
    width: 1028px;
    margin: 0 auto;
    text-align: left;
}
#links-bar ul {
    margin: 0 auto;
    list-style: none;
    text-align: right;
	right:10%;
	position:relative;
    padding: 0.3em 0 0.35em 120px;
}
#links-bar ul li {
    margin: 0;
    display: inline;
    padding: 0 5px 0 8px;
    border-left: 1px solid #999999;
}
#links-bar ul li.first {
    border-left: 0;
}
#links-bar ul li a {
    color: #02614D;
}
#links-bar ul li a:hover, #links-bar ul li a:focus, #links-bar ul li a:focus:hover {
    color: #000000;
	font-size:1.1em;
}

/* =Site Tools
--------------------------------------------------------- */
#amicus-topbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    line-height: 26px;
    background: url(../theme/banner-fade.jpg) 200px bottom no-repeat scroll;
    text-align: center; /* <=IE5.5 & IE6 quirks mode: alternative to 'auto' margins */
}
#amicus-topbar-inner {
    width: 962px;
    margin-top: 0;
	margin-left:auto;
	margin-right:0;
    position: relative;
    min-height: 1px; /* IE7: have layout */
    text-align: left; /* <=IE5.5 & IE6 quirks mode: over-rides 'centre' setting above */
}
* html #amicus-topbar-inner { /* <=IE6: have layout */
    height: 1px;
}
#amicus-topbar p {
    position: absolute;
    top: 0;
    left: 200px;
    color: #FFFFFF;
    margin: 0;
    padding: 0.25em 0;
}
#amicus-topbar p#phone {
	right:60px;
	left:auto;
}
#amicus-topbar ul {
    float: right;
    list-style: none;
    padding: 0.25em 5px;
}
#amicus-topbar ul li {
    display: inline;
    border-left: 1px solid #CCCCCC;
    padding: 0 0.2em 0 0.6em;
    color: #FFFFFF;
}
#amicus-topbar ul li.first {
    border: 0;
    padding-left: 0.2em;
}
#amicus-topbar ul a {
    font-weight: normal;
    color: #FFFFFF;
}
#amicus-topbar ul a:active, #amicus-topbar ul a:hover, #amicus-topbar ul a:focus, #amicus-topbar ul a:focus:hover {
    color: #000000;
}
#amicus-topbar ul#text-size {
    float: right;
    margin: 0;
    padding: 3px 0 0 0;
    text-align: center;
    min-height: 18px;
    line-height: 24px;
}
#amicus-topbar ul#text-size li {
    float: left;
    margin: 0 0 0 2px;
    padding: 0;
	padding-bottom:4px;
    min-width: 22px;
    min-height: 18px;
    border: 0;
}
* html #amicus-topbar ul#text-size li { /* <=IE6: no support for 'min-width' or 'min-height' */
    width: 22px;
    height: 18px;
}
ul#text-size li a, ul#text-size li a:visited {
    color: #D7EDD0;
    text-decoration: none;
    font-weight: bold;
    background: #045021;
    border: 1px solid #D7EDD0;
    display: block; 
    float: left;
    text-align: center;
    min-width: 22px;
    min-height: 18px;
}
* html #text-size li a {
    width: 22px;
    height: 18px;
}
ul#text-size li a:hover, ul#text-size li a:active, ul#text-size li a:focus, ul#text-size li a:focus:hover {
    color: #000000;
    background-color: #E5EEEd;
    border: 1px solid #FFFFFF;
    border-right-color: #C9E0D8;
    border-bottom-color: #C9E0D8;
    text-decoration: none;
}
ul#text-size li#lar a {
    font-size: 1.8em;
}

#container {
    font-size: 1.3em;
    margin: 0 auto;
    width: 1028px;
    min-height: 1px; /* IE7: 'have layout' */
	overflow:auto;
}

#main {
    min-height: 1px; /* IE7: 'have layout' */
    float: right;
    width: 800px; /* width of page (1028px) minus left column (200px) minus 20px of margin (10px either side) = 760px */ 
    margin: 0 10px;
	overflow:auto;
}

* html #main {
    height: 1px; /* <=IE6: 'have layout' */
    margin: 0 5px; /* <=IE6: overcome double margin on floats bug */
}

#maincontent{
	position:relative;
	width:530px;
	left:50px;
	right:auto;
	background: #ecf3e5;
    float: left;
    padding:9px;
    overflow:hidden;
	border:1px solid #c9e0ca;
	min-height:200px;
	font-size:1.2em;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:30px;
}
#maincontent h2{
	line-height:150%;
}
#maincontent blockquote:before { content: "\201C"; }
#maincontent blockquote:after  { content: "\201D"; }
* html #maincontent {
	height:300px;
}

#maincontent hr {
    border: 1px solid #C9E0D8;
    background: #C9E0D8;
}

#maincontent a:hover, #maincontent a:focus, #maincontent a:active, #maincontent a:focus:hover {
	font-size:1.1em;
	color:#000000;
}

#maincontent p.contact {
	color:#006600;
}
#maincontent p.contact span {
	color:#000000;
	float:right;
	text-align:right;
}
#maincontent div.contact {
	width:500px;
	margin:0 auto;
}
#maincontent iframe {
	padding:20px;
}
#maincontent .address {
	text-align:right;
}
#maincontent .mainimage{
	width:710px;
	height:476px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#maincontent .gallery{
	margin:0 auto;
	padding:0;
	width:100%;
	color:#000000;
}
#maincontent .galleryimage{
	margin: 30px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}
#maincontent .galleryimage a {
	text-decoration: none;
}
#maincontent .galleryimage span {
	width: 216px;
	height: 166px;
	display: block;
	position: absolute;
	top: -17px;
	left: -18px;
	background: url(../theme/gold-frame.png) no-repeat;
}
#maincontent .galleryimage img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

#thumbnails {
    float: right;
    width: 150px;
}
#thumbnails ul {
    margin-bottom: 1.0em;
    padding: 5px;
    border: 1px solid #C9E0CA;
}
#thumbnails li {
    margin: 10px;
}
#externallogos{
	clear:both;
	margin-top:20px;
	text-align:center;
}
#externallogos img{
	padding:10px;
	height:50px;
}
#footer {
    clear: both;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #C9E0CA;
    text-align: center;
}

#footer ul {
    display: inline;
}

#footer ul li {
    display: inline;
    border-left: 1px solid #02614D;
	padding-left: 10px;
    padding-right: 5px;
}

#footer ul li.first {
    border: 0;
    padding-left: 0;
}

#footer a:hover, #footer a:active, #footer a:focus, #footer a:focus:hover {
		color:#000000;
		font-size:1.1em;
}

#left-column {
    width: 200px;
	background-color:#D7EDD0;
    margin: 0 5px 0 8px;
	padding:5px;
}

#links {
    width: 200px;
    margin-bottom: 10px;
}

#links ul {
    list-style: none;
}

#links ul li {
    display: block;
    margin: 0;
    padding: 0;
    min-height: 1px;
}

* html #links ul li {
    height: 1px;
}

#links a {
    display: block;
    width: 180px;
    padding: 0.2em 0 0.2em 20px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #CCCCCC;
    background: #FFFFFF url(../theme/nav-arrow.gif) 4px no-repeat scroll;
}

#links a#contact {
    border-bottom: 1px solid #FFFFFF;
}

#links a:active#about, #links a:hover#about, #links a:focus#about, #links a:focus:hover#about, body.about #links ul li a#about {
    border-top-color: #CCCCCC;
}

#links a:hover#contact, #links a:focus#contact, #links a:focus:hover#contact, body.contact #links ul li a#contact {
    border-bottom-color: #CCCCCC;
}

#links a:active, #links a:hover, #links a:focus, #links a:focus:hover,
body.about #links a:active#about, body.about #links a:hover#about, body.about #links a:focus#about, body.about #links a:focus:hover#about,
body.choosing #links a:active#choosing, body.choosing #links a:hover#choosing, body.choosing #links a:focus#choosing, body.choosing #links a:focus:hover#choosing,
body.staff #links a:active#staff, body.staff #links a:hover#staff, body.staff #links a:focus#staff, body.staff #links a:focus:hover#staff,
body.services #links a:active#services, body.services #links a:hover#services, body.services #links a:focus#services, body.services #links a:focus:hover#services,
body.events #links a:active#events, body.events #links a:hover#events, body.events #links a:focus#events, body.events #links a:focus:hover#events,
body.food #links a:active#food, body.food #links a:hover#food, body.food #links a:focus#food, body.food #links a:focus:hover#food,
body.rooms #links a:active#rooms, body.rooms #links a:hover#rooms, body.rooms #links a:focus#rooms, body.rooms #links a:focus:hover#rooms,
body.developments #links a:active#developments, body.developments #links a:hover#developments, body.developments #links a:focus#developments, body.developments #links a:focus:hover#developments,
body.jim #links a:active#jim, body.jim #links a:hover#jim, body.jim #links a:focus#jim, body.jim #links a:focus:hover#jim,
body.contact #links a:active#contact, body.contact #links a:hover#contact, body.contact #links a:focus#contact, body.contact #links a:focus:hover#contact {
    background: #FFFF99 url(../theme/nav-arrow-focus.gif) 4px no-repeat scroll;
}

/* Highlight selected menu category with bold font */
body.events #links ul li a#events, body.food #links ul li a#food, body.rooms #links ul li a#rooms, body.developments #links ul li a#developments, body.jim #links ul li a#jim, body.about #links ul li a#about, body.choosing #links ul li a#choosing,body.staff #links ul li a#staff, body.services #links ul li a#services,body.find #links ul li a#find,body.contact #links ul li a#contact {
    font-weight: bold;
    background: #F0F7F0 url(../theme/nav-arrow-selected.gif) 4px no-repeat scroll;
}

#useful-links h2{
	position:relative;
	top:0px;
	left:0px;
}

#useful-links ul {
	list-style:disc;
	position:relative;
	left:20px;
}

#useful-links ul a:hover{
	color:#000000;
	font-size:1.1em;
}

#useful-links ul li.societylinks {
	margin-top:1.5em;
}

body.contact #maincontent, body.jim #maincontent, body.error #maincontent, body.home #maincontent, body.choosing #maincontent, body.staff #maincontent {
	width:730px;
}
body.contact #thumbnails, body.jim #thumbnails, body.error #thumbnails, body.home #thumbnails, body.choosing #thumbnails, body.staff #thumbnails {
	visibility:hidden;
}