#logo_print {
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	z-index: 1;
	height: 49px;
}

/* universal styles */
body {
	background-color: #f8f6f2;
	font: 12px/18px 'Lucida Grande', 'Lucida Monotype', 'Lucida Sans', Arial, sans-serif;
	color: #3d3731;
}
.clear {
	position: relative;
	clear: both;
}
h1, h2, h3 {
	font: 22px/30px Georgia, 'Times New Roman', serif;
	padding-top: 0;
	margin: 14px 0 6px 0;
	padding-bottom: 0;
	color: #a7461e;
}
h3 { /* used for months on the event calendar */
	line-height: 21pt;
	font-size: 16pt;
}
#sidebar h3 { /* sidebar menu header */
	border-bottom: 1px solid #ccc;
	margin-top: 2pt;
	line-height: 21pt;
}
a {
	color: #66758c;
}
ul {
	margin: 0 0 1em 3px;
	list-style: square outside url(/images/template/bullet.gif);
}
	ul li {
		margin-bottom: 0.35em;
	}
.center {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
.center * {
	text-align: left;
}
img.align {
	display: block;
	padding: 4px;
	border: 1px solid #ccc9c0;
	margin: 0 5px;
}
img.right {
	float: right;
}
img.left {
	float: left;
	margin-left: 0;
}
.caption {
	font-size: 8pt;
	color: #8f8377;
}


/* PAGE LAYOUT */

/* relatively possioned background elements */
#top_bar_blue {
	position: relative;
	width: 100%;
	height: 6px;
	top: 0;
	left: 0;
	background: #66758c url(images/template/top_bar_blue.gif);
}
#top_bar_gray {
	position: relative;
	width: 100%;
	height: 130px;
	background: #5d564d url(images/template/top_bar_gray.jpg);
}
#photo_bar_white {
	position: relative;
	width: 100%;
	height: 182px;
	background: #fff url(images/template/blank.gif);
}
#photo_bar_blue {
	position: relative;
	margin-top: 1px;
	width: 100%;
	height: 1px;
	z-index: 50;
	background: #66758c url(images/template/blank.gif);
}

/* absolutely possitioned top elements: logo, menu, photo area */
#top {
	position: relative;
	width: 100%;
	height: 130px;
	top: 0;
	background: #5d564d url(images/template/top_bar_gray.jpg);
}
#logo {
	position: absolute;
	top: 39px;
	left: 0;
	z-index: 99;
	height: 49px;
}
#menu_container {
	position: absolute;
	background: transparent url(images/template/menu_sides.gif) repeat-x bottom;
	width: 100%;
	top: 96px;
	height: 34px;
}
#menu {
	position: relative;
	height: 34px;
	width: 63.4em;
	background: #d8d2c4 url(images/template/menu_bg.gif);
	text-align: center;
	margin: 0 auto;
	z-index: 65;
}
	#menu ul {
		display: block;
		font: 10.75pt Georgia, Times, 'Times New Roman', serif;
		line-height: 25pt;
		margin: 0;
		padding: 0;
	}
	#menu ul a {
		color: #504941;
		text-decoration: none;
	}
	#menu ul a:hover {
		color: #504941;
		text-decoration: underline;
	}
	#menu ul li {
		margin: 0;
		padding: 7px 1.25em 8px 1.5em;
		list-style: none;
		display: inline;
		background: transparent url('images/template/menu_hr.gif') repeat-y;
	}
	#menu ul li.first {
		background: none;
		padding-left: 0.42em;
	}
	#menu_sides {
		position: absolute;
		width: 100%;
		height: 9px;
		top: 142px;
		background: #d8d2c4 url(images/template/menu_sides.gif);
		z-index: 10;
	}

#graphic_area {
	position: relative;
	margin-top: 1px;
	background-color: #fff;
}
#graphic_area .center {
	height: 180px;
}
#graphic_area #quote_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 180px;
	background-color: #5f6520;
}
	#graphic_area #quote_box div {
		position: absolute;
		bottom: 0;
		padding: 10px 15px;
		color: #fff;
		font: 18px Georgia, 'Times New Roman', serif;
		line-height: 26px;
		text-align: left;
	}
#graphic_area #photo {
	position: absolute;
	top: 0;
	left: 221px;
	width: 528px;
	height: 180px;
	background-color: #66758c;
}
#graphic_area #red_box {
	position: absolute;
	top: 0;
	left: 750px;
	width: 10px;
	height: 180px;
	background-color: #a7461e;
}

/* main body area */
#body_bar_blue {
	position: relative;
	width: 760px;
	height: 18px;
	background-color: #66758c;
}
#body_area_container {
	position: relative;
	margin-top: 3px;
	width: 760px;
	background: transparent url('images/template/body_bg.gif');
	text-align: left;
}
#body_area {
	position: relative;
	width: 519px;
	margin: 1em 15px 0 16px;
	float: left;
}
* html #body_area { /* ie hack */
	margin: 1em 0 0 8px;
}
#sidebar {
	position: relative;
	width: 187px;
	margin: 12px 9px 0 13px;
	float: right;
}
* html #sidebar { /* ie hack */
	margin-right: 4px;
}
	#sidebar ul.menu {
		margin: 0 0 1.5em 0;
		padding: 3pt 0 5pt 0;
		border-bottom: 1px solid #ccc;
	}
	#sidebar ul.menu li {
		margin: 0;
		list-style: none;
		font: 11pt/17pt Georgia, Times, 'Times New Roman', serif;
	}
	#sidebar ul.menu li:before {
		content: "\00BB \0020";
		color: #3d3731;
		font-size: 13pt;
	}
	#phone_number {
		position: relative;
		height: 1.75em;
		width: 8.45em;
		margin-top: 0.4em;
		background: #ccc9c0;
		font-size: 10pt;
		font-weight: 700;
		color: #fff;
	}
	#phone_number div {
		padding: 2px 3px 1px 6px;
	}
	#sidebar_address {
		position: relative;
		margin-top: 0.5em;
	}
#body_line_bot {
	position: relative;
	width: 760px;
	background-color: #dbd8d0;
}
.room {
	position: relative;
	float: left;
	margin: 0 10px 1.7em 0;
}
.room_right { float: right; margin: 0 0 0.5em 0;}
	.room_last {
		margin-right: 0;
	}
	.room div {
		padding: 4px;
		border: 1px solid #ccc9c0;
	}


/* footer area */
#footer {
	position: relative;
	margin-top: 10px;
	width: 760px;
	height: 60px;
	background-color: #ccc9c0;
	color: #fff;
	font-size: 8.5pt;
}
#bot_bar_blue {
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 11px;
	background: #66758c url(images/template/bot_bar_blue.gif);
}
#footer_menu {
	position: absolute;
	top: 9px;
	left: 16px;
	text-align: left;
}
	#footer_menu ul {
		display: block;
	}
	#footer_menu ul a {
		color: #fff;
	}
	#footer_menu ul li {
		margin: 0;
		padding: 1px 8px 1px 9px;
		list-style: none;
		display: inline;
		border-left: 1px solid #fff;
	}
	#footer_menu ul li.first {
		border: none;
		padding-left: 0;
	}
#footer_text {
	position: absolute;
	top: 30px;
	left: 16px;
	text-align: left;
}
#footer_text a {
	color: #fff;
}
#paradigm_logo {
	position: absolute;
	top: 11px;
	right: 11px;
}