* { padding: 0; margin: 0; }

@font-face {
   font-family: Philosopher;
   src: url(‘Philosopher.otf’);
 }

body {
 font-family: Philosopher, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: url(images/tile.png);
}

#topwide {
	
}
#wavylinewrap {
	background: url(images/tranquil_02.png) no-repeat center;	
	height: 70px;
	margin-top: 86px;
	width: 100%;
	z-index: 0;
	position: absolute;
}

#navi {
	width: 713px;
	margin: 35px 0px 0px 354px;
	position: absolute;
	z-index: 100;
}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
float: none;
display: inline;
}

#nav a{
	margin:0;
	float:left;
		display:block;
		border: 0px;
}

#nav li li{	float:none; list-style: none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
	padding: 2px 0px;
	font-size: 16px;
	color: #f7f1e4;
	list-style: none;
	text-decoration: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 180px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:40px;
}



 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin: -10px 0 0 -2px;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/
	left:0;
		background: url(images/subnav_09.png) no-repeat;	
}

/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 25px 0px 10px 30px;
	margin: 0px;
	list-style: none;
	line-height: 1em;
}

/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
	color: #fff;
	border: 0px;
	width: 180px;
}
#subMenusContainer a {
	border-bottom: 0px;
	color:  #f7f1e4;
	text-decoration: none;

}


#topfixed {
	 margin: 0 auto;
	 width: 981px;
}


#middlewide {
	background-color: #f7f1e4;
	overflow: auto;
	width: 100%

}

#middlefixed {
	 margin: 0 auto;
	 width: 931px;
	 background-color: #f7f1e4;
}

#leftcolumn { 
 width: 261px;
 float: left;
}
#rightcolumn { 
 float: left;
 width: 670px;
}

#bottomwide {
	background: url(images/tranquil_04.png) no-repeat top;
	height: 300px;
}

#bottomfixed {
	 margin: 0 auto;
	 padding-top: 70px;
	 text-align: center;
	 width: 931px;
	 color: #652d63;
}

#bottomfixed a{
	color: #652d63;
}

.glow {
   font-family: Philosopher;
   font-size: 2.5em;
   font-weight: normal;
   letter-spacing: 1px;
   color: #582857;
   text-shadow: 3px 3px 7px #bbaf95;
   margin-top: 15px;
 }
 
.circles {
   font-family: Philosopher;
   font-size: 1.8em;
   font-weight: normal;
   color: #582857;
   padding: 5px 0px 5px 40px;
   	background: url(images/circles.png) no-repeat top left;
 }
 
 p {
	padding: 5px 0px;
	font: 14px/20px Philosopher;
	color: #592a54;
}

ul {
	margin-left: 40px;
	list-style-type: circle;
	list-style-position: outside;
}

li {
	font: 14px/20px Philosopher;
	color: #228995;
}

#blinkform label
{
width: 130px;
float: left;
text-align: left;
display: block;
font-size: 13px;
}
#blinkform{
	font: 13px Philosopher, Arial, Helvetica, sans-serif;
}

img {
	border-bottom: 0px #ffffff;
}

#blinkform input, textarea, select
{
	background-color: #f7f1e4;
	border: 1px solid #228995;
	color: #228995;
	font: 13px Philosopher, Arial, Helvetica, sans-serif;
}

#blinkform input.submit {
	margin: 14px;
}

.calendar {
	background: url(images/calendar.png) no-repeat left;
	padding-left: 26px;
	margin-right: 6px;
}

.payment {
	background: url(images/payment.png) no-repeat left;
	padding: 4px 0px 4px 26px;
	font-weight: bold;
}

.contact {
	background: url(images/contact.png) no-repeat left;
	padding: 4px 0px 4px 26px;
	font-weight: bold;

}

a {
	color: #592a54;
}

.noborder {
	border: 0px;
}

.noborder:hover {
	border: 0px;
}