/*******************
 *
 * Three NJ Hotels Main Styles
 * 
 * Colours:
 * 
 * Menu Selected Green: #037345
 *  
 *******************/
 
body {
	background-color:#FFFFFF;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

.clearer {
  clear: both;
  overflow: hidden;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

#wrapper {
	width:840px;
	background-color: #FFFFFF;
	margin: 0 auto 30px auto;
	position:relative;
}

#wrapper .shadows_sides {
    background-image: url(shadows-main-sides.gif);
    background-repeat: repeat-y;
}

#wrapper .shadows_top img,
#wrapper .shadows_bottom img {
  display: block;
}

#layout_container {
	width: 800px;
	margin:0 auto;
	position:relative;
	text-align: left;
}

#top_info {
  width: 800px;
	height:30px;
	color: #000000;
	font-size:10px;
	padding-top:15px;
	margin: 0px auto;
	text-align: left;
	font-weight: bold;
}

#top_info a {
  text-decoration: none;
  color: #009369;
}

#top_info a:hover {
  text-decoration: underline;
}

#layout_body {
	background-repeat:repeat-x;
	background-image: url(left_grad.gif);
}

#left_col {
	float:left;
	width: 265px;
  text-align: center;
}

#right_col {
	margin-left: 275px;
	width:515px;
	background-repeat:repeat-x;
	background-image: url(right_grad.gif);
}

#footer {
  text-align:center;
	color:#696E76;
	font-size: 9px;
	padding: 15px 0px;
	width:800px;
	line-height: 11px;
}

#footer em {
  font-weight: bold;
  font-style: normal;  
}

/** Nav **/

#nav, #nav ul{
	padding:0;
	margin:0;
	list-style:none;
	width:auto;
	font-size: 9px;
	font-weight: bold;
	color: #4c4c4c;
	letter-spacing: 1px;
}

#menunav{
	position:relative;
	margin:auto;
	width:800px;
	height: 64px;
	background-image:url(nav_banner.gif);
	background-repeat:no-repeat;
}

#nav {
	padding-left:140px;
	padding-top:26px;
	text-transform: uppercase;
}

#nav li{
  padding: 0px 8px;
	float:left;
	position:relative;
	background-image: url(arrow-right-grey.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#nav a{
	text-decoration:none;
	color: #4c4c4c;
}

#nav a:hover{
	color: #037345;
}

#nav .selected a {
  color: #037345;
}

#nav li.selected {
	background-image: url(arrow-right-green.gif);
}

#nav li.expanded {
	background-image: url(arrow-down-green.gif);
}

#nav li a{
	color:#363636;
}

#nav li ul li {
	height: 1em;
	padding: 0px;
	margin: 0px;
}

#nav li ul li a {
	white-space: normal;
	color: #666;
	height: 1em;
	padding: 0px 5px;
	border-right: 1px solid #949494;
}

#nav li.selected ul li a {
  color: #666666;
}

#nav li.selected ul li {
  background-image: none;
}

#nav li.selected ul li.selected a {
  color: #037345;
}

#nav li ul li a:hover {
  color: #037345;
}

#nav li ul{
	position: absolute;
	min-width: 300px;
	top: 1.7em;
	left:0px;
	text-transform: none;
}

#nav li ul li.last a {
	border-right-style:none;
}

#nav li ul li {
  background-image: none;
}

.nav_logo {
	position:absolute;
	width:94px;
	height:46px;	
	left:20px;
	top:18px;
	background-image:url(oldlogo.gif);
}

.nav_logo a {
  display: block;
	width:54px;
	height:54px;
	text-indent: -100000em;
}

/** Images **/

#logo_hotel {
    margin-bottom: 7px;
}

#logo_hotel a {
  display: block;
}

.image_box {
    margin: 0px auto 7px auto;
}

.content_title {
	padding-top:20px;
	padding-left:20px;
	padding-bottom: 5px;
}

.content_text {
	padding: 0 40px 40px 40px;
	color: #444444;
}

.content_text p.first {
  padding-top: 10px;
}

.content_text h1, 
.content_text h2, 
.content_text h3, 
.content_text h4, 
.content_text h5, 
.content_text h6 {
	padding-top: 20px;
	color: #009369;
	padding-bottom: 5px;
}

.content_text h2 {
    border-bottom: 1px solid #cccccc;
}

.content_text a {
	text-decoration: none;
	color: #037345;
}


.content_text h1 {
	padding-top: 20px;
}

.content_text h2 {
	padding-top: 17px;
}

.content_text h3 {
	padding-top: 8px;
}

.content_text p {
	padding-bottom: 0;
	padding-top: 4px;
}

.content_text em {
  color: #008acb;
  font-style: normal;
  font-weight: bold;
}

.table_note {
  text-align: right;
  font-style: italic;
  font-size: 10px;
}

.info_table {
    font-size: 10px;
    line-height: 1.2em;
    width: 100%;
    border: 1px solid #dddddd;
}

.info_table th {
    text-align: center;
    padding: 2px;
}

.info_table td {
    text-align: center;
    padding: 2px;
}

.info_table th.label,
.info_table td.label {
    text-align: left;
}

.info_table .even th,
.info_table .even td {
    background-color: #dddddd;
}

.list_table {
    font-size: 10px;
    line-height: 1.2em;
    width: 100%;
    border: 1px solid #dddddd;
}

.list_table td {
    padding: 2px;
}

.list_table td.label {
    text-align: left;
}

.list_table .even td {
    background-color: #dddddd;
}

.list_table .odd td {
    background-color: #ffffff;
}

/** Home Page **/

#layout_body {
}

#layout_images {
	font-size:0px;
}

#layout_images table {
    width: 100%;
}

#layout_images img {
	padding: 0;
	margin: 0;
}

#main_text_container {
  width: 536px;
  height: 216px;
  background-image: url(main_rightbg2.gif);
}

#main_text {
	color: #515151;
	font-size: 11px;
	text-align:center;
	line-height: 1.3em;
	padding-top: 130px;
}

#main_text p {
	font-size: 11px;
	line-height: 1.3em;
	padding: 0px 10px 5px 10px;
}

/** Location Page **/

#map {
  height: 300px;
  margin: 10px 0px;
  border: 1px solid #cccccc;
}

#map .marker_Description {
}

#map .marker_Description h1 {
    font-size: 14px;
    font-weight: bold;
}


/** RFP FORM **/

.rfp_errors {
    color: #C30;
}

.form_layout {
    font-size: 10px;
}

.form_layout .label {
    text-align: right;
    padding-right: 1em;
}

.form_layout input,
.form_layout select,
.form_layout textarea {
    font-size: 10px;
}

.form_layout input.error,
.form_layout select.error,
.form_layout textarea.error {
    background-color: #FCC;
}



/** Errors */

.errors {
    text-align: left;
}
