@charset "utf-8";
/*	
	=========================================================
	MadGENIUS Inc. DESIGN
	Crafted by Rob Rubinoff, Web Producer.
	www.madgeniusinc.com | rrubinoff@madgeniusinc.com
	=========================================================
*/


/*	
	=========================================================
	Colors
	
	a: #005AA6
	
	=========================================================
*/




/* 
------------------------------
	Logos and Section Headers
------------------------------
*/
#logo_corp_l3 {
	height: 125px;
	background-image:url(/images/bg_logo_level3_corporate.jpg);
	background-repeat: no-repeat;
}
#logo_corp_l3 img {
	margin: 0 0 0 81px;
	border: none;
}
#logo_hotel_l3 {
	height: 125px;
	background-image:url(/images/bg_logo_level3_hotel.jpg);
	background-repeat: no-repeat;
}
#logo_hotel_l3 img {
	margin: 0 0 0 81px;
	border: none;
}
#logo_dining_l3 {
	height: 125px;
	background-image:url(/images/bg_logo_level3_dining.jpg);
	background-repeat: no-repeat;
}
#logo_dining_l3 img {
	margin: 0 0 0 81px;
	border: none;
}
/* misc headers for sitemap, contact, event planner */
#logo_sitemap {
	height: 125px;
	background-image:url(/images/bg_logo_level3_sitemap.jpg);
	background-repeat: no-repeat;
}
#logo_sitemap img {
	margin: 0 0 0 81px;
	border: none;
}

#logo_eventPlanner {
	height: 125px;
	background-image:url(/images/bg_logo_level3_eventPlanner.jpg);
	background-repeat: no-repeat;
}
#logo_eventPlanner img {
	margin: 0 0 0 81px;
	border: none;
}
#logo_contact {
	height: 125px;
	background-image:url(/images/bg_logo_level3_contact.jpg);
	background-repeat: no-repeat;
}
#logo_contact img {
	margin: 0 0 0 81px;
	border: none;
}
/* 
------------------------------
	Content Containers
------------------------------
*/
#containerL3 {
	background-image:url(/images/bg_level3_contentRepeater.jpg);
	background-repeat:repeat-y;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
#containerL3 p a {
	color:#005AA6;
	text-decoration: none;
}
#containerL3 p a:hover {
	color: #005AA6;
	text-decoration: underline;
}
/* 
------------------------------
	MAIN CONTENT COLUMNS
------------------------------
*/
/* these set the main column divisions */
.left {
	float: left;
}
.right {
	float: right;
}
/* standard 610 left x 250 right layout */
.col545 {
	width: 545px;
	padding-left: 45px;
}
.col230 {
	width: 230px;
	padding-right: 45px;
}
/* left nav - right content */
.colNav {
	width: 200px;
	padding-left: 45px;
}
.col575 {
	width: 575px;
	padding-right: 45px;
}
/* single column */
.col790 {
	width: 790px;
	padding: 0 45px;
	clear:both;
}
/* 
------------------------------
	Footer ELEMENTS
------------------------------
*/
#footer {
	clear: both;
	background-image: url(/images/bg_footer_level3.jpg);
	background-repeat:no-repeat;
	padding:30px 0 0 50px;
	height: 150px;
	
}
#footer p {
	font-size: 11px;
	color: #000;
	margin: 0;
}
#footer p a {
	color: #370C05;
	text-decoration:none;
}
#footer p a:hover {
	color: #370C05;
	text-decoration:underline;
}


/* =Property Headers 
---------------------------------------------------------*/
h2.property {padding-top: 10px; float: left;}
h2.propertyFirst{padding-top: 10px; float: left;}


/* =Leadership styles
--------------------------------------------------------------------------------*/

p.leaderHeader {
	font-weight: bold;
	color:#763F21;
	border-bottom:1px dotted #763F21;
}
div.leftLeader {
	float: left;
	width: 375px;
	overflow:hidden;
}
div.rightLeader {
	float: right;
	width: 375px;
	overflow:hidden;
}
div.leaderClear {
	clear:both;
	height: 30px;
}
div.leftLeader p.leaderHeader {
	margin: 0;
}
div.rightLeader p.leaderHeader {
	margin: 0;
}
/* =Spacing for lists and blockquotes
--------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	font-size: 12px;
	margin: 6px 0 6px 30px;
	line-height: 1.2;
}
blockquote {
	font-size: 11px;
	margin: 10px 30px;
	line-height: 1;
}
blockquote.pullquote {
	font-size: 15px;
	margin: 0;
	line-height: 1.2;
	color:#763F21;
	font-weight: bold;
	font-style:italic;
}
p.attribution {
	font-size: 10px;
	margin: 5px 0;
}
/* =Image floats
--------------------------------------------------------------------------------*/
img.noFloat {
	border: 0;
}
img.leftFloat {
	float: left;
	padding: 0 20px 20px 0;
	border:0;
}
img.rightFloat {
	float: right;
	padding: 0 0 20px 20px;
	border:0;
}
/* =Sidebars - sidebars are included content for right-hand column on most pages
--------------------------------------------------------------------------------*/
#sidebar {
}
#sidebar h3 {
	font-size: 14px;
	font-weight:bold;
	border-bottom: 1px solid #763F21;
	margin: 0;
	background-color:#E8EACE;
	padding: 5px;
}
#sidebar img {
	border: 1px solid #005AA6;
	padding: 0px;
	margin: 10px 10px 20px 0;
}
#sidebar p {
	margin: 10px 0 0 0;
	line-height:1.5;
	font-size: 11px;
	color: #301A1C;
	padding:0;
}
#sidebar p a {
	color:#005AA6;
	text-decoration: none;
}
#sidebar p a:hover {
	color: #005AA6;
	text-decoration: underline;
}
/* =Timeline Graphic - sits atop the 'our history page'
------------------------------------------------------------------------------------*/

img.timeline {
	margin: 0 0 20px 45px;
}
/* =Leadership Photos - sits atop the 'our history page'
------------------------------------------------------------------------------------*/

img.headshot {
	border: 1px solid #301A1C;
	float: right;
	margin: 0 0 20px 20px;
}



/* =PROPERTIES - Former Property List 
---------------------------------------------------------------------------------------*/

ul.formerProperties li{font-size: 10px;}




/* =SITEMAP - 
------------------------------------------------------------------------------------*/

.colSitemap {
	width: 167px;
	margin: 0 10px;
	padding: 0;
	float: left;
}
.colSitemap ul { list-style: none;}
.colSitemap li {margin: 10px 0 10px 5px; line-height: 1.2;}
.colSitemap li ul li {margin: 10px 0 10px 15px; line-height: 1.2;}
.colSitemap li a { color:#005AA6; text-decoration:none;}
.colSitemap li a:hover {color:#005AA6;text-decoration:underline;}
.colSitemap h3 {
	font-size: 14px;
	font-weight:bold;
	border-bottom: 1px solid #763F21;
	margin: 0;
	padding: 5px 0;
}
.colSitemap h3 a {
	color:#301A1C;
	text-decoration:none;
}
.colSitemap h3 a:hover {
	color:#005AA6;
	text-decoration:none;
}
