/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

strong {
	color: #63afca;
	text-decoration:underline;
}

b {
	text-decoration: underline;	
}

.right { float:right;}
.left {float:left;}
.clear {clear:both;}

img.alignleft {
	margin: 0 7px 2px 0;
	background-color:#ecf3f5;
	padding: 10px;
	outline: none;
	float: left;
}

img.alignright {
	margin: 0 0 2px 7px;
	background-color:#ecf3f5;
	padding: 10px;
	outline: none;
	float: right;
}

h1, h2, h3 {
	font-weight: normal;
	color: #cb9f5b;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a {
	color: #3faccd;
	text-decoration: none;
}

a:hover {
	color: #987349;
	border-bottom: 1px dotted #987349;
}

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 255px;
}

#logo h1 a {
	display: block;
	width:235px;
	height: 62px;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9000px;
	border: none;
}

#logo h2 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	text-indent: -9000px;
	
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 500px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 18px 0 18px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3f9ebd;
}

#menu a:hover {
	color: #987349;
	border:none;
}

#splash {
	width: 770px;
	height: 220px;
	margin: 0 auto;
}

div.home {background: url(images/image_large_home.jpg) no-repeat;}
div.about {background: url(images/image_large_about.jpg) no-repeat;}
div.concierge {background: url(images/image_large_concierge.jpg) no-repeat;}
div.affiliations {background: url(images/image_large_affiliations.jpg) no-repeat;}
div.contact {background: url(images/image_large_contact.jpg) no-repeat;}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 530px;
	padding: 20px 20px 20px 0;
}

#content ol, #content ul {
	margin-left: 3em;
}

#content ul {
	list-style: none;	
}
		#content ul li {
			padding-left: 30px;
			margin-top: 3px;
			background: url(images/graphic_li.gif) no-repeat top left;
		}

#content h1 {
	color: #63afca;
}

#content h2 {
	margin-bottom: 10px;	
}



#sidebar {
	float: left;
	width: 200px;
	padding: 20px 0 20px 20px;
}

#sidebar h2 {
	padding-top: 15px;
	margin-bottom: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 2px 10px;
	margin-bottom: 10px;
	background-color:#ecf3f5;
}

#testimonials {
	background-color:#ecf3f5;
	padding: 10px 10px;
	font-style: italic;
}

#wx_module_743 {
	background-color:#ecf3f5;
	padding: 10px 10px;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #ecf3f5;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}