/*CSS Document
width:960
height:615*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
HTML, BODY
{
	height: 100%;
	background: #A8CAD8 url(../images/drop-shadow.png) repeat-y top center;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 964px;
	background: #9FBCE8 url(../images/BG.png) repeat-x top center;
	margin: 0 auto -50px;
}
#wrapper-all
{
	width: 960px;
	margin: 0 auto;
	/*[empty]background:;*/
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	height: 95px;
	border-bottom: 12px solid #A9CBD9;
	background: url(../images/flowers-2.png) no-repeat 95% 0%;
	width: 962px;
	margin: -1px;
}
#logo
{
	width: auto;
	height: auto;
	position: absolute;
	margin-left: 15px;
	margin-top: 10px;
}
#flower
{
	/*[empty]background-image:;*/
	height: 130px;
	width: 140px;
	position: absolute;
	top: -10px;
	right: 0px;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal
{
	margin-top: -54px;
	padding-right: 10px;
	height: 65px;
	float: right;
}
#nav-horizontal LI
{
	text-transform: lowercase;
	display: block;
	float: left;
	list-style: none;
	height: 55px;
	margin-right: 20px;
}
#nav-horizontal A
{
	text-align: center;
	color: #A8CAD8;
	text-decoration: none;
	display: block;
	height: 20px;
	min-width: 55px;
	padding: 15px 0;
	font: bold 11pt Arial;
}
#nav-horizontal A:hover, #nav-horizontal A.active
{
	color: #F7931E;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
/*height:100px;*/
	margin: 15px 0 0;
}
#column-a1
{
	width: 375px;
	float: left;
	margin: 0;
	background: url(../images/flowers-1.png) no-repeat center 30px;
	padding-left: 20px;
	min-height: 450px;
	padding-right: 10px;
	position: relative;
}
#column-a2
{
	width: 535px;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	padding-right: 20px;
}
#column-a2 IMG
{
	float: right;
}
#column-a2 IFRAME
{
	float: right;
}
#column-a2 SMALL
{
	float: right;
	clear: both;
}
#column-a3
{
	width: 650px;
	padding-left: 20px;
	background: url(../images/flowers-1.png) no-repeat center 30px;
	float: left;
	position: relative;
}
#column-b1
{
	width: 255px;
	float: left;
	margin-left: 10px;
}
#column-b2
{
	float: right;
	width: 255px;
}
#calander
{
	position: absolute;
	left: 20px;
	bottom: 0px;
}
#book-online-now
{
	position: absolute;
	right: 20px;
	bottom: -25px;
}
#gallery
{
	margin-bottom: 10px;
	margin-left: 15px;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 50px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sticky-footer-push
{
	clear: both;
	visibility: hidden;
}
#footer
{
	clear: both;
	text-align: right;
}
#footer-ob-logo
{
	float: left;
	padding-left: 20px;
	padding-top: 8px;
}
#footer-links
{
	color: #FFF1C6;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-top: 20px;
}
#footer-links A
{
	color: #FFF1C6;
	text-decoration: none;
}
#footer-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http://ryanfait.com/*/
.clear
{
	clear: both;
}
.right
{
	float: right;
}
.border
{
	border: 8px solid #FFF;
}
.border2
{
	border: 4px solid #FFF;
	margin-left: 10px;
}
.border3
{
	border: 5px solid #FFF;
	margin-bottom: 10px;
}
.bold1
{
	font-weight: 600;
	color: #C1AE51;
	text-transform: uppercase;
}
H1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6A6854;
	font-size: 18pt;
}
H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #F7931E;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
UL
{
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 125%;
	padding-bottom: 5px;
}
P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFF;
}
A
{
	color: #FFFFFF;
	text-decoration: underline;
	outline: none;
}
A:hover
{
	color: #A8CAD8;
	text-decoration: none;
}
P STRONG
{
	color: #F6921D;
}
