/* layout.css */

#layout {
  width: 950px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#header {
  width: 950px;
  height: 125px;
  margin: 0;
  padding: 0;
	position: relative;
}

#header h1 {
  float: left;
  background-image: url(/images/header_h1_bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

#header h1, #header h1 a {
	width: 595px;
	height: 125px;
  margin: 0;
  padding: 0;
}

#header h1 a {
  display: block;
}

#header h1 a span, #header h1 a img {
  display: none;
}

#header h6#slogan {
  display: none;
	float: left;
	font-weight: normal;
	font-size: 100%;
	line-height: 120%;
	color: #a0a0a0;
	margin: 0;
	padding: 25px 15px;
}

#header form#header-login, #header div#header-loggedin {
	position: absolute;
	top: 0;
	right: 0;
	width: 355px;
  padding-left: 85px;
  font-size: 10px;
}

#header form#header-login div.register {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: auto;
  padding: 15px 20px 15px 0;
}

#header form#header-login div.register a {
  display: block;
  width: 65px;
  height: 50px;
  padding: 5px 0;
  background-image: url(/images/header-tall-submit_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 175%;
}

#header form#header-login div.register a:link, #header form#header-login div.register a:visited, #header form#header-login div.register a:focus, #header form#header-login div.register a:hover, #header form#header-login div.register a:active {
  text-decoration: none;
}


#header form#header-login div.text {
	background-color: #1b1b1b;
	color: #f08234;
	width: 315px;
	padding: 10px 20px;
	margin: 0;
}

#header form#header-login div.text span.separator, #header div#header-loggedin span.separator {
	color: #443a37;
	padding: 0 6px;
}

#header form#header-login div.text a:link, #header form#header-login div.text a:visited, #header form#header-login div.text a:focus, #header form#header-login div.text a:hover, #header form#header-login div.text a:active, #header div#header-loggedin a:link, #header div#header-loggedin a:visited, #header div#header-loggedin a:focus, #header div#header-loggedin a:hover, #header div#header-loggedin a:active {
	color: #615c5b;
	text-decoration: underline;
}

#header form#header-login div.fields {
	background-color: #2a2a2a;
	width: 315px;
	padding: 10px 20px;
	margin: 0;
	zoom: 1;
}

#header form#header-login div.fields label, #header form#header-login div.fields input {
	float: left;
}

#header form#header-login div.fields label {
	font-weight: bold;
	color: #736b69;
	width: auto;
}

#header form#header-login div.fields input {
	width: 50px;
	background-color: #736b69;
	border-width: 0;
	border-style: none;
	color: #1b1b1b;
	padding: 4px 3px 3px 3px;
}

#header form#header-login div.fields input.inputSubmit {
	font-size: 100%;
	padding: 2px 5px;
	margin: 0 0 0 5px;
	color: #ffffff;
	background-color: #f08234;
	width: 65px;
	height: 20px;
	text-align: center;
	background-image: url(/images/header-login-submit_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#header div#header-loggedin {
	background-color: #1b1b1b;
	color: #f08234;
	width: auto;
	padding: 10px 20px;
	margin: 0;
	text-align: center;
}

#livechat.loggedin {
	position: absolute;
	top: 48px;
	right: 0;
	width: 160px;
}

#main {
	color: #4a3a37;
  margin: 0;
  padding: 30px 0;
  zoom: 1;
  background-color: #ffffff;
	background-image: url(/images/content_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
  position: relative;
}

#navigation {
	float: left;
	width: 177px;
	list-style-type: none;
	list-style-image: none;
	margin: 10px 30px 0 0;
	padding: 0;
	border-top: 1px solid #d9d9d9;
}

#navigation li {
	width: 177px;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d9d9d9;
	background-image: none;
}

#navigation li.selected {
	background-color: #f7f799;
}

#navigation li a {
	display: block;
	width: 117px;
	padding: 10px 30px;
}

#navigation li ul {
  width: 177px;
  margin: 0;
  padding: 0 0 0 30px;
}

#navigation li ul li {
  width: 147px;
  margin: 0;
  padding: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
	background-image: url(/images/sidebar-li_bg.gif);
	background-position: 0 15px;
	background-repeat: no-repeat;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:focus, #navigation li a:hover, #navigation li a:active {
	color: #000000;
	text-decoration: none;
}

#navigation li a:focus, #navigation li a:hover, #navigation li a:active {
	text-decoration: underline;
}

#navigation li ul li a {
  padding: 5px 15px;
}

#main #livechat {
  position: absolute;
  bottom: 80px;
  right: 170px;
  text-align: left;
  height: 60px;
}

#page-register #main #livechat, #page-login #main #livechat {
  top: 80px;
  right: 25px;
}

#content {
	float: left;
	width: 682px;
  margin: 0;
  padding: 0 30px;
  zoom: 1;
	border-left: 1px solid #d9d9d9;
	min-height: 600px;
}

#content.with-sidebar {
	width: 326px;
	border-right: 1px solid #d9d9d9;
}

#content.narrow-sidebar {
	width: 500px;
}

#content.with-sidebar table.data {
  width: 326px;
}

#content.narrow-sidebar table.data {
  width: 500px;
}

#content #livechat {
  position: static;
  float: right;
  width: 160px;
  height: 60px;
  margin: 0 0 10px 10px;
}

#sidebar {
	float: left;
	width: 305px;
/*
	min-height: 600px;
*/
	padding: 0 25px;
	margin: 0 0 240px 0;
	color: #4a3a37;
  position: relative;
}

#sidebar.narrow {
	width: 131px;
}

#sidebar h3 {
	color: #707070;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#sidebar ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 150%;
	background-image: url(/images/sidebar-li_bg.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

#sidebar ul li.selected {
	font-weight: bold;
}

#sidebar ul li ul {
	margin: 0;
}

#sidebar ul li.selected ul {
	font-weight: normal;
}

#sidebar dl dt {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/sidebar-li_bg.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	line-height: 150%;
}

#sidebar dl dd {
	margin: 0 0 10px 15px;
	line-height: 150%;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:focus, #sidebar a:hover, #sidebar a:active {
	color: #4a3a37;
}

dl.tip {
  clear: both;
  margin: 0 -15px 20px -15px;
  padding: 15px;
	background-color: #f7f799;
}

dl.tip dt, dl.tip dd {
  display: inline;
  width: auto;
}

dl.tip dt {
  font-weight: bold;
  margin-right: 10px;
}

dl.tip dd {
  margin: 0;
}

dl.tip dd a:link, dl.tip dd a:visited, dl.tip dd a:focus, dl.tip dd a:hover, dl.tip dd a:active {
	color: #4a3a37;
}

a.pdf {
  display: block;
  width: auto;
  min-height: 16px;
  margin: 0;
  padding: 0 0 0 20px;
  background-image: url(/images/pdf_16x16.gif);
  background-position: left;
  background-repeat: no-repeat;
}

a.get-adobe-reader {
  display: block;
  width: 112px;
  height: 33px;
  background-image: url(/images/get_adobe_reader.gif);
  background-position: left;
  background-repeat: no-repeat;
}

a.get-adobe-reader span {
  display: none;
}

div.divAlignRight {
  float: right;
  width: 250px;
  margin: 0 0 15px 15px;
}

div.divAlignRight h3 {
  font-size: 13px;
}

div.divAlignRight ul {
  margin: 0 0 30px 0;
  padding: 0;
  /*
  border-top: 1px solid #cee0b5;
  list-style-type: none;
  list-style-image: none;
  */
}

div.divAlignRight ul li {
  margin: 0;
  /*
  padding: 6px 0 6px 27px;
  background-image: url(/images/amenities_li_bg.gif);
  background-repeat: no-repeat;
  background-position: 13px 11px;
  border-bottom: 1px solid #cee0b5;
  */
}

div.divAlignRight ul li a:link, div.divAlignRight ul li a:visited, div.divAlignRight ul li a:focus, div.divAlignRight ul li a:hover, div.divAlignRight ul li a:active {
  color: #000000;
}

#content p.intro {
  font-weight: bold;
  font-size: 125%;
}

#content img.content {
  margin: 0 auto 10px auto;
}

#home-register-now {
	text-align: center;
}

#home-register-now a {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 145px;
	height: 32px;
	background-image: url(/images/submit-register-now_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#home-register-now a span {
	display: none;
}

ul.flat li {
	display: inline;
	background-position: 0 5px;
	padding-left: 15px;
	padding-right: 20px;
}

ul.flat li.selected {
	font-weight: bold;
}

.account-box {
	float: left;
	width: 138px;
	height: 148px;
	border: 1px solid #404040;
	margin: 0 10px 10px 0;
	padding: 10px;
}

.account-box h3 {
	background-color: #404040;
	margin: -10px -10px 10px -10px;
	padding: 0;
	border-bottom: 1px solid #404040;
}

.account-box h3 a:link, .account-box h3 a:visited, .account-box h3 a:focus, .account-box h3 a:hover, .account-box h3 a:active {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
}

.account-box h3 a:link, .account-box h3 a:visited {
	background-color: transparent;
	color: #ff8400;
}

.account-box h3 a:focus, .account-box h3 a:hover, .account-box h3 a:active {
	background-color: #f7f799;
	color: #404040;
}

.account-box ul {
	margin: 0;
}

.account-box ul li {
	margin: 0;
	padding: 0 0 0 10px;
	background-position: 0 7px;
	line-height: 125%;
}

#footer {
  clear: both;
  color: #a29298;
  width: 950px;
  height: auto;
  padding: 0;
  margin: 10px auto 0 auto;
  font-size: 10px;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active {
  text-decoration: underline;
  color: #a29298;
}

#footer li, #footer dt, #footer dd {
  color: #a29298;
	line-height: 100%;
}

#copyright, #legal {
  float: left;
  width: auto;
  height: auto;
}

#copyright {
  margin: 0;
}

#contact address, #contact dl, #contact dl dt, #contact dl dd {
  display: inline;
}

#contact address, #contact dl {
  margin: 0 10px;
}

#contact {
  margin-right: -10px;
}

#contact dl dt {
  width: auto;
  margin: 0 5px 0 0;
}

#contact dl dd {
  width: auto;
  margin: 0;
}

dl.job-details {
	width: 500px;
	margin: 0;
  zoom: 1;
}

dl.job-details dt, dl.job-details dd {
	float: left;
	margin: 0;
	padding: 0;
}

dl.job-details dt {
	clear: left;
	width: 125px;
  text-align: right;
}

dl.job-details dd {
	width: 370px;
	margin: 0 0 0 5px;
}

dl.with-margin-bottom {
  margin-bottom: 20px;
}

#legal {
  clear: left;
  margin: 0;
  white-space: nowrap;
}

#legal a {
  margin: 0 10px;
}

#contact, #powered {
  clear: right;
  float: right;
  width: 60%;
  height: auto;
  text-align: right;
}

ul.more {
  text-align: center;
  list-style-type: none;
  list-style-image: none;
  width: 950px;
  padding: 10px 0 0 0;
  margin: 0;
}

ul.more li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  background-image: none;
  padding: 5px;
  margin: 0;
  line-height: 20px;
}

#header form#header-login div.fields:after, #main:after, #content:after, #footer:after, dl.job-details:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}