/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #727374;
	/*background-image: url(images/Gaelens_bg.png);
	background-repeat: repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
h1 h2 p ul li {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: auto;
	width: 900px;
	position: relative;
}
#header {
	width:900px;
	height: 109px;
	background-image: url(../images/CQL_header_bg.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 100;
}
#CQL_logo {
	float: left;
	position: absolute;
	left: 0px;
	background-image: url(../images/CQL_logo.png);
	width: 214px;
	height: 72px;
	border: none;
}
#quotebox {
	float: right;
	position: absolute;
	right: 0px;
	width: 450px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#nav {
	list-style: none;
	text-align: center;
	width: 775px;
	height: 33px;
	background-image: url(../images/CQL_nav_bg.png);
	background-repeat: no-repeat;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	text-transform: uppercase;
	padding-left: 125px;
}
#nav ul {
	display: inline;
	/*position: absolute;*/
	text-transform: uppercase;
}
img.nav_spacer {
	float: left;
}
#nav ul li {
	display: inline;
	vertical-align: top;
	text-align: center;
}
#nav ul a {
	display:block;
	float: left;
	text-decoration: none;
	vertical-align: top;
	padding: 2px 10px;
	margin-top: 1px;
	color: #fff;
	letter-spacing: 2px;
}
#nav ul a:hover {
	color: #11367F;
	background-color: #fff;
}
#nav ul span.nav_selected {
	display:block;
	float: left;
	vertical-align: top;
	padding: 2px 10px;
	margin-top: 1px;
	color: #11367F;
	background-color: #fff;
	letter-spacing: 2px;
}
#nav ul ul {
	display: none;
	text-align: left;
	/*letter-spacing: 0px;*/
}
#services {
	display: none;
	position: absolute;
	left: 250px;
	top: 24px;
}
#programs {
	display: none;
	position: absolute;
	left: 300px;
	top: 24px;
}
#nav ul ul a {
	display: block;
	border: 1px solid #fff;
	background-color: #11367F;
	padding: 1px 5px;
	color: #ddd;
}
#nav ul ul a:hover {
	color: #11367F;
	background-color: #fff;
}
#nav a.products_nav_selected {
	color: #fff;
}
#content {
	width: 900px;
	position: absolute;
	top: 101px;
	background-color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
}
#content p {
	margin: 0px;
	font-size: 100%;
	padding: 5px;
}
#content h1 {
	border: 1px solid #000;
	color: #fff;
	background-color: #480C26;
	letter-spacing: 2px;
	padding: 1px 5px;
	margin: 10px;
	font-size: 22px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: lighter;
}
#content h2 {
	/*background-color: #732B4B;*/
	background-color: #ddd;
	margin: 5px;
	padding: 5px;
	color: #333;
	font-size: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: lighter;
}
#content h3 {
	margin: 8px 5px 10px 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 8px 5px;
}
#content a {
	text-decoration: none;
	color: #333;
}
#content a:hover {
	text-decoration: none;
	color: #000;
}
#content em {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 110%;
}
#content input {
	font-size: 11px;
}
#already_registered_form {
	font-size: 11px;
	position: relative;
	margin: 10px;
}
#register_form {
	font-size: 11px;
	position: relative;
	margin: 10px;
}
#contact_us_form {
	font-size: 11px;
	position: relative;
	margin: 10px;
}
#edit_content_form_right {
	font-size: 11px;
	position: relative;
}
.row {
	height: 25px;
	position: relative;
}
.row a {
	position: absolute;
	left: 80px;
	vertical-align: middle;
}
.row label {
	position: absolute;
	right: 300px;
	vertical-align: middle;
}
.row input {
	position: absolute;
	left: 133px;
	vertical-align: middle;
}
.row textarea {
	position: absolute;
	left: 133px;
}
.row select {
	position: absolute;
	left: 133px;
}
.row div {
	position: absolute;
	right: 5px;
}
.row div label {
	position: static;
	margin-left: 5px;
}
.row div input {
	position: static;
}
.testimonial {
	
}
.spacer { clear: both; height: 0px; }
.center { text-align:center; }
.required { color:#CC0000; font-size:80%; }
.message { color: #0D5F29; }
.success {
	background-color:#696;
	margin: 5px;
	padding:5px;
	font-size:14px;
	color:#fff;
}
.inventory_categories {
	padding: 3px 25px;
}
.inventory_item {
	float: left;
	padding: 10px;
}
.inventory_item h3 {
	margin: 2px;
	text-align:center;
}
.left {
	float: left;
	margin: 5px;
	border: 2px solid #401327;
}
.middle {
	display: block;
	margin: 5px auto;
	border: 2px solid #401327;
}
.right {
	float: right;
	margin: 5px;
	border: 2px solid #401327;
}
.none {
	display: block;
	clear: both;
}
.float {
	text-align: center;
	float: left;
	margin: 10px 14px;
}
.float img {
	display: block;
}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	width: 900px;
	font-size: 12px;
	color: #fff;
	clear: both;
	padding: 10px 0px;
	background-color: #11367F;
	line-height: 150%;
	background-image: url(../images/CQL_footer_bg.png);
	background-repeat: no-repeat;
	position: relative;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:visited {
	color: #eee;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer ul {
	list-style: none;
}
#footer li {
	border: 1px solid #fff;
	background-color: #11367F;
	padding: 5px;
}
#footer_services_nav {
	display: none;
	position:absolute;
	left:102px;
	top:30px;
}
#footer_programs_nav {
	display: none;
	position:absolute;
	left:158px;
	top:30px;
}
#footerNavigation {
	float: left;
	text-align: center;
	width: 400px;
	padding-top: 15px;
}
#footer_nav {
	list-style: none inside;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}
#footer_nav li {
	display: inline;
	margin: 2px 5px;
}
#footer_nav a {
	padding: 2px 4px;
}
#footer_nav a:link {
	text-decoration: none;
	color: #ccc;
}
#footer_nav a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #333;
}
#footer_products_nav {
	list-style: none outside;
	text-align: center;
	clear: both;
}
#footer_products_nav li {
	display: inline;
}
#footer_products_nav a {
	display: block;
	float: left;
	padding: 2px 5px;
	margin: 2px 0px;
	border-top: 1px solid #fff;
}
#footer_room_options_nav {
	list-style: none outside;
	text-align: center;
	clear: both;
}
#footer_room_options_nav li {
	display: inline;
}
#footer_room_options_nav a {
	display: block;
	float: left;
	padding: 2px 5px;
	margin: 2px 0px;
}
#footerAddress {
	float: right;
	text-align:center;
	width: 400px;
}
#TeamBSEfooter {
	float: right;
	text-align:center;
}
/* Administrative Styles */
#adminHeader {
	background-color: #fff;
	color: #333;
	padding: 3px;
	height: 25px;
	margin: auto;
}
#adminLogin {
	width: 400px;
	padding-left: 50px;
}
#adminLinks {
	width: 400px;
	padding-left: 50px;
}
.editableContent p {
}
.edit_layout {
	clear: both;
	border: none;
	text-align: center;
}
.edit_layout img {
	border: none;
}
.edit_layout a {
	border: none;
}
/* Community Links */
#communityLinks {
	font-size: 16px;
	padding-left: 15px;
	color: #fff;
	background-color: #999;
	width: 180px;
	margin: auto;
	border: thin solid #333;
}
#placelist {
	overflow-y: scroll;
	height: 420px;
	color: #000;
}
#searchwell .unselected {
	background-color: #DDDDDD;
	color:#666666;
	margin: 5px;
	padding: 10px;
}
#communityLinks h3 {
}
#communityLinks ol {
	list-style: upper-alpha inside;
	color: #000;
	padding: 0px;
	margin: 0px;
}
#communityLinks li {
	margin: 5px;
}
#communityLinks a:link {
	color: #000;
	text-decoration: none;
}
#communityLinks a:hover {
	text-decoration: underline;
}
#communityLinks .subText {
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
}
/* Locator Info Window */
.infoWindow {
	font: 12px "Times New Roman", Times, serif;
	color: #000;
}