* {
	margin:0;
	padding:0;
}

body {
	font-size: 100%; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	background: #D8D8D8 url(../images/bg.jpg) top center no-repeat;
	color: #444;
	text-align:center;
	}
	
.clear {clear: both;}

.l {float: left;}

.r {float: right;}

ul {
	list-style: none; 
	list-style-image: none;
	}

ul li {
	/*padding: 5px 20px 5px 0px;*/
	color:#60677e;
	font-size:12px;
/*	line-height: 20px;*/
}
	
a {
	text-decoration: none; 
	color: #d1b218;
	}
	
a:hover {text-decoration: underline;}


img {
	border:0;
}

p {
	color: #444;
}

.container_12 {
	width:980px;
	/*margin-left:10px;
	margin-right:10px;
	background:#fff;*/
/*	height:200px;*/
}

#header {
	background:#B0B0B0;/* transparent url(../images/header.jpg) no-repeat;*/
	height:403px;
	width: 980px;
	float: left;
}

#header.inside {
	background:#B0B0B0;/* transparent url(../images/header-inside.jpg) no-repeat;*/
}

#nav {
	background: transparent url(../images/nav.png) repeat-x;
	float:left;
	width:100%;
}

.overlap {
	margin-top:-403px;
}

#nav ul {
	margin-left:20px;
}

#nav ul li {
	display:inline;
}

#nav ul li ul {
	display:none;
}

#nav ul li a {
	padding:11px 16px 13px 16px;
	float:left;
	font-size:11px;
	font-family:  Verdana,Tahoma, Helvetica,Arial, sans-serif;
	text-transform:uppercase;
	color:#c5c3bb;
}

#nav ul li a:hover {
	padding:11px 16px 13px 16px;
	float:left;
	font-size:11px;
	font-family:  Verdana,Tahoma, Helvetica,Arial, sans-serif;
	text-transform:uppercase;
	color:#e5dcb8;
	background: transparent url(../images/nav-on.png) repeat-x;
	text-decoration:none;
}


#nav ul li.on a {
	padding:11px 16px 13px 16px;
	float:left;
	font-size:11px;
	font-family:  Verdana,Tahoma, Helvetica,Arial, sans-serif;
	text-transform:uppercase;
	color:#e5dcb8;
	background: transparent url(../images/nav-on.png) repeat-x;
}

#logo {
	padding:20px 0 0 0px;
	margin-top:-369px;
	margin-left:10px;
	background: transparent url(../images/logo.png) no-repeat;
	width:250px;
	height:349px;
	float:left;
}

#heading {
	margin-top:-90px;
	padding:35px 0 0 35px;
	float:right;
	background: transparent url(../images/ledge.png) no-repeat;
	width:682px;
	height:55px;
	text-align:left;
}

#content {
	background: #fff url(../images/contentbg.gif) repeat-y;
/*	height:500px;*/
	width: 100%;
	text-align: left;
}

#lhs {
	padding-left:10px;
	background: #ECEBEA url(../images/lhsbg.jpg) top right no-repeat ;
	width:267px;
	float:left;
}

ul.subnav {
	margin:10px 0;
	padding-right:20px;
}
/*
#lhs ul.subnav li {
	padding:5px 0 5px 20px;
	font-size:13px;
}*/
ul.subnav li.on {
	background:#F3F3F1 url(../images/subnav.gif) no-repeat scroll left center;
	font-size:13px;
	list-style-type:none;
	margin-bottom:4px;
	padding:8px 0 1px 25px;
	font-family: Palatino Linotype, Georgia,Times New Roman, serif;	
	font-weight:normal;
/*	text-transform: uppercase;
	font-weight: bold;		*/
}

ul.subnav li.on:hover {
	background:#F3F3F1 url(../images/subnav.gif) no-repeat scroll left center;
	font-size:13px;
	list-style-type:none;
	margin-bottom:4px;
	padding:8px 0 1px 25px;
	font-family: Palatino Linotype, Georgia,Times New Roman, serif;	
	font-weight:normal;
/*	text-transform: uppercase;
	font-weight: bold;		*/
}

ul.subnav li {
	background: url(../images/subnav-off.gif) no-repeat scroll left center;
	font-size:13px;
	list-style-type:none;
	margin-bottom:4px;
	padding:8px 0 1px 25px;
	font-family: Palatino Linotype, Georgia,Times New Roman, serif;	
	font-weight:normal;
/*	text-transform: uppercase;
	font-weight: bold;		*/
}

ul.subnav li:hover {
	background:#F3F3F1 url(../images/subnav.gif) no-repeat scroll left center;
	font-size:13px;
	list-style-type:none;
	margin-bottom:4px;
	padding:8px 0 1px 25px;
	font-family: Palatino Linotype, Georgia,Times New Roman, serif;	
	font-weight:normal;
/*	text-transform: uppercase;
	font-weight: bold;		*/
}

ul.subnav li a {
	color: #4C463E;
}

ul.subnav li a:hover {
	color: #A38732;
	text-decoration: none;
}
ul.subnav li a:visited {
	color: #A38732;
	text-decoration: none;
}



ul.subnav li.on a {
	color: #A38732;
}

ul.subnav li.on a:hover {
	color: #A38732;
	text-decoration: none;
}


h1 {
	margin-top:20px;
	font-family: Georgia, Palatino Linotype , Times New Roman, serif;
	font-size:22px;
	text-transform:uppercase; 
	color:#b19436;
	font-weight: normal;
}

h2 {
	margin:20px 0 5px 0;
	font-family: Georgia, Palatino Linotype , Times New Roman, serif;
	font-size:18px;
/*	text-transform:uppercase; */
	color:#4C463E;
	font-weight: normal;
}

#rhs h2 {
	border-bottom:1px dotted #BBBBBB;
	margin-left:25px;
}

#rhs h2.none {
	margin:5px 0 5px 0;
	border-bottom:0px dotted #BBBBBB;
	margin-left:0px;
}


h3 {
	padding:7px 0 10px 0px;
	font-size:14px;
	font-family: arial,helvetica, verdana, sans-serif;
	font-style: italic;
	color:#4C463E;
}

#rhs h3 {
	/*border-bottom:1px dotted #BBBBBB;*/
	margin-left:25px;
}

h4 {
	padding:7px 0 10px 4px;
	font-size:13px;
	font-family: arial,helvetica, verdana, sans-serif;
	font-style: italic;
	color:#4C463E;
}

.award {
	margin-right:35px;
}

#bke {
	padding-left:26px;
	padding-top:52px;
	background: url(../images/bke.jpg) no-repeat;
	width:224px;
	height:203px;
	float:left;
}

.logos {
	padding-top:8px;
	margin-right:0px;
	float:left;
}

.logos img {
	margin:0 10px;
}


#rhs {
/*	padding-left:25px;*/
	float:left;
	width:660px;
}

#rhs p {
	padding-left:25px;
	margin-bottom:12px;
	color:#4d4841;
	font-size:11px;
	line-height:20px;
	font-family: Trebuchet,Arial,Verdana,sans-serif;
}

#rhs p.intro {
	padding-left:25px;
	color:#1a1816;
	font-size:12px;
	line-height:20px;
	font-family:Arial,Trebuchet,Verdana,sans-serif;
}

#rhs p.note {
	padding-left:25px;
	font-size: 10px;
}

#rhs img.bdrl {
	margin-right:8px;
	padding:1px;
	background:#FFF none repeat scroll 0 0;
	border:1px solid #BAB9B4;
	float:left;
}

#rhs img.bdrr {
	margin-left:8px;
	padding:1px;
	background:#FFF none repeat scroll 0 0;
	border:1px solid #BAB9B4;
	float:right;
}

#suite-container {
	margin-bottom:30px;
	padding-left:25px;
	float:left;
}

#rhs .suite {
	margin:7px;
	width:187px;
	float:left;
/*	background: url(../images/suite-bg-1.jpg) bottom no-repeat;*/
	text-align:center;
/*	border:1px solid #E4E4E4;*/
}

#rhs .suite.alt {
/*	background: url(../images/suite-bg-2.jpg) bottom no-repeat;*/
}


#rhs .suite img {
	padding:1px;
	background: #fff;
	border:1px solid #BAB9B4;
}

#rhs .suite p {
	color:#4d4841;
	font-family:Trebuchet,Arial,Verdana,sans-serif;
	font-size:10px;
	line-height:20px;
	padding-top:8px;
	margin-bottom:18px;
	padding-left:0px;	
}




#rhs-inner {
	margin:20px 15px 20px 20px;
	padding:1px 1px 10px 1px;
	background:#e3e3e1;
	width:208px;
	float:right;
}

#rhs-inner img {
	border: 1px solid #bbbab5;
}

#rhs-inner p {
	padding-left:8px;
	margin-bottom:12px;
	color:#4d4841;
	font-size:11px;
	line-height:20px;
	font-family: Trebuchet,Arial,Verdana,sans-serif;
}

a.close {
	font-size:10px;
	color:#666;
	text-decoration:underline;
}

a.close:hover {
	text-decoration: none;
}

#beaumont-box {
	margin-top:-400px;
	background:#f8f8f8;
	margin-left:25px;
	padding:3px 20px 10px 0;
	border:5px solid #E4E4E4;
	display:none;
	float:left;
	z-index:10;
}

#hanna-box {
	margin-top:-400px;
	background:#f8f8f8;
	margin-left:25px;
	padding:3px 20px 10px 0;
	border:5px solid #E4E4E4;
	display:none;
	float:left;
}

#gaynor-box {
	margin-top:-400px;
	background:#f8f8f8;
	margin-left:25px;
	padding:3px 20px 10px 0;
	border:5px solid #E4E4E4;
	display:none;
	float:left;
}

#pickering-box {
	margin-top:-400px;
	background:#f8f8f8;
	margin-left:25px;
	padding:3px 20px 10px 0;
	border:5px solid #E4E4E4;
	display:none;
	float:left;
}

#spence-box {
	margin-top:-400px;
	background:#f8f8f8;
	margin-left:25px;
	padding:3px 20px 10px 0;
	border:5px solid #E4E4E4;
	display:none;
	float:left;
}

#waddell-box {
	margin-top:-400px;
	background:#f8f8f8;
	margin-left:25px;
	padding:3px 20px 10px 0;
	border:5px solid #E4E4E4;
	display:none;
	float:left;
}

/*** PDF,WORD,IMG ***/

ul.pdf  {
	margin:5px 0 10px 0px;
	padding:10px;
	background:#F2F2F1 none repeat scroll 0 0;
	border:1px solid #E4E6E2;
/*	background:#EFEFD4 none repeat scroll 0 0;
	border:1px solid #A9A94B;*/
}

ul.pdf li {
	padding:0 22px 0 30px;
	background: url(../images/pdf.gif) left no-repeat;
	list-style-type:none;	
}

ul.pdf li a {
	color: #4C463E;
}

ul.pdf li a:hover {
	color: #4C463E;
	text-decoration: underline;
}

ul.doc  {
	margin:5px 0 10px 0px;
	padding:10px;
	background:#F2F2F1 none repeat scroll 0 0;
	border:1px solid #E4E6E2;
/*	background:#EFEFD4 none repeat scroll 0 0;
	border:1px solid #A9A94B;*/
}

ul.doc li {
	padding:0 22px 0 30px;
	background: url(../images/doc.gif) left no-repeat;
	list-style-type:none;	
}


ul.img  {
	margin:5px 0 10px 0px;
	padding:10px;
	background:#F2F2F1 none repeat scroll 0 0;
	border:1px solid #E4E6E2;
/*	background:#EFEFD4 none repeat scroll 0 0;
	border:1px solid #A9A94B;*/
}

ul.img li {
	padding:0 22px 0 30px;
	background: url(../images/img.gif) left no-repeat;
	list-style-type:none;	
}

/*** PDF,WORD,IMG ***/

#carousel {
	margin-top:0px;
	padding-top:28px;
	background: url(../images/carouselbg.gif) 1px 0 no-repeat;
	float:left;
}

.display, #photogalleria {
	display:none;
}

/*********** PHOTOGALLERY *********************************/

#main_image {
/*-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white url(../img/photogallery-title.jpg) no-repeat scroll center top;*/
height:140px;
margin:10px 35px 25px auto;
padding-top:30px;
text-align:center;
width:208px;
}

.galleria_wrapper img {
	padding:1px;
	background: #e7decf;
	border:1px solid #bab9b4;
	width:204px;
	height:136px;
}

.galleria_wrapper {
	margin-bottom:3px;
}

#main_image span.caption {
	display: none;
	font-size:10px;
	font-style: italic;
}

.gallery_demo li.active {
border-color:#E2D3B1;
border-style:solid;
}

/* ######################## CONTACT ##########################*/

#rhs table.contact {
	margin-left:25px;
	border:1px solid #f2f2f2;
	border-collapse: collapse;
	font-size:12px;
}
#rhs table.contact tr td {
	padding: 8px 10px;
	color: #666;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
}
#rhs table.contact tr.alt {
	background: #ECEBEA;
}
#rhs table.contact tr:hover {
	background: #f2f2f2;
}
#rhs table.contact tr:hover td {
	color: #454545;
}
#rhs table.contact input.submit {
	margin-top:0px;
	padding:5px 10px;
	background:#59648e;
	color:#ffffff;
	font-family:georgia, times, serif;
	border:1px solid #717DA6;
	cursor:pointer;
}
/* ################# SITEMAP #################*/

ul.sitemap {
}
ul.sitemap li a {
	font-size:13px;
	color:#283E8A;
}
ul.sitemap li ul li {
	margin-left:20px;
}
ul.sitemap li ul li a {
	font-size:11px;
}

/*********** GMAPEZ *********************************/

.GMapEZ {	
	float:right;
	height:355px;
	margin:10px 0 10px 25px;
	width:375px;
}

/*********** FOOTER *********************************/

#footer {
	padding:0 10px;
	text-align:right;
	font-family: Trebuchet,Arial,Verdana,sans-serif;
	text-align:right;
}

#footer p {
	margin-bottom:10px;
	color:#aaa;
	font-size:10px;
	line-height:15px;
	width:450px;
}

#footer p.footer {
	margin-top:15px;
	text-align: left;
	float:left;
	width:150px;
}

#footer p a {
	color:#aaa;
}

#footer p a:hover {
	color:#B19436;
	text-decoration: none;
}
