* {
	margin: 0;
	padding: 0;
}
html{
overflow-y: scroll;
}
a img {
	border: none;
}
h1,h2,h3 {
	margin-bottom: 0.5em;
}
p {
	margin-bottom: 1.5em;
}
li, blockquote {
	margin-left: 1em;
}
#logo_print {
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	z-index: 1;
	height: 49px;
}
/* universal styles */
body {
	background-color: #f8f6f2;
	font: 9pt/15pt 'Lucida Grande', 'Lucida Monotype', 'Lucida Sans', Arial;
	color: #3d3731;
}
.clear {
	position: relative;
	clear: both;
}
h1, h2, h3 {
	font: 21pt/26pt 'Arno Pro Light 36pt', Times, 'Times New Roman', serif;
	padding-top: 0;
	margin: 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/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 #8F8476;
	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: #FFCD04 url(../images/top_bar_blue.gif);
}
#top_bar_gray {
	position: relative;
	width: 100%;
	height: 130px;
	background: #FFCD04 url(../images/top_bar_gray.jpg2);
}
#photo_bar_white {
	position: relative;
	width: 100%;
	height: 182px;
	background: #fff url(../images/blank.gif);
}
#photo_bar_blue {
	position: relative;
	margin-top: 1px;
	width: 100%;
	height: 1px;
	z-index: 50;
	background: #66758c url(../images/blank.gif);
}

/* absolutely possitioned top elements: logo, menu, photo area */
#top {
	position: relative;
	width: 100%;
	height: 130px;
	top: 0;
	background: #FFCD04;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
	height: 49px;
}
#logo2 {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 10;
	height: 49px;
}
#menu_container {
	position: absolute;
	background: transparent url(../images/menu_sides.gif) repeat-x bottom;
	width: 100%;
	top: 96px;
	height: 34px;
}
#menu {
	position: relative;
	height: 34px;
	width: 63.4em;
	background: #d8d2c4 url(../images/menu_bg.gif);
	text-align: center;
	margin: 0 auto;
	z-index: 65;
}
	#menu ul {
		display: block;
		font: 11.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 15px 8px 15px;
		list-style: none;
		display: inline;
		background: transparent url('../images/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/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: 231px;
	height: 180px;
	background-color: #A7461E;
}
	#graphic_area #quote_box div {
		position: absolute;
		padding: 10px 15px;
		padding-top:10px;
		color: #fff;
		font: 16pt/20pt 'Arno Pro Light 36pt', Times, 'Times New Roman', serif;
		text-align: left;
	}
#graphic_area #photo {
	position: absolute;
	top: 0;
	left: 232px;
	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: #FFCC00;
}
#body_area_container {
	position: relative;
	margin-top: 3px;
	width: 760px;
	background: transparent url('../images/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: #8F8476;
		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.75em 8px 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 #8F8476;
	}


/* footer area */
#footer {
	position: relative;
	margin-top: 10px;
	width: 760px;
	height: 60px;
	background-color: #A7461E;
	color: #fff;
	font-size: 8.5pt;
}
#bot_bar_blue {
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 11px;
	background: #66758c url(../images/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;
}
/*ACCORDION*/
ul#accord, ul#accord ul {
list-style-type:none;
margin: 0;
padding: 0;
width: 700px;
list-type:none;
}
ul#accord a {
display: block;
text-decoration: underline;
font-weight:bold;
font-size:13px;
color:#000;
}
ul#accord li {
padding:0px;
margin:0px;
margin-bottom:10px;
background:#D1CCBE;
text-indent:5px;
}
ul#accord li a:hover {
background-color:#AFA68D;
}
ul#accord li ul li a {
background: #A2A496;
color: #FFF;
padding-left: 20px;
}
ul#accord li ul li{
background: #FFF;
color: #000;
padding: 10px;
}
ul#accord li ul li a:hover {
background: #7B7C6C;
color: #FFF;
padding-left: 20px;
}