/***********************************************/
/* master.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #1C1914;
}

a:link, a:visited, a:hover {
	color: #7B7B68;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7B7B68;
	font-weight: normal;
	text-align: justify;
	margin: 0px;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2{
	font-size: 12px;
	color: #7B7B68;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: justify;
	line-height: 18px;
}

h3{
 font-size: 19px;
 color: #666666;
}

h4{
	font-size: 14px;
	color: #7B7B68;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: justify;
	line-height: 18px;
	background: #E8E8E8;
}

h5{
	font-size: 12px;
	color: #7B7B68;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: justify;
	line-height: 18px;
	background: #E8E8E8;
}

h6{
	color: #7B7B68;
	background: #E2E2CA;
	font: italic normal 18px/22px Georgia, "Times New Roman", Times, serif;
	margin: 15px 15px 0px;
	padding-bottom: 4px;
	border-bottom: 2px solid #7B7B68;
}

ul{
 list-style-type: square;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: auto;
	padding: 0px;
	width: 806px;
} 


#navBar{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 664px;
}
#navBar a:link, #navBar a:visited, #navBar a:hover {
	color: #A3A398;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#navBar a:hover {
	color: #1C1914;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
#sideleft {
	background-image: url(../img/side_leftbg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#topblock {
	background-color: #FFFFFF;
	background-image: url(../img/top_homebg.jpg);
	height: 212px;
	width: 489px;
}
#topblock2 {
	background-color: #FFFFFF;
	background-image: url(../img/top_roomsbg.jpg);
	height: 212px;
	width: 489px;
}
#topblock3 {
	background-color: #FFFFFF;
	background-image: url(../img/top_contactbg.jpg);
	height: 212px;
	width: 489px;
}
#topblock4 {
	background-color: #FFFFFF;
	background-image: url(../img/top_breakbg.jpg);
	height: 212px;
	width: 489px;
}
#topblock5 {
	background-color: #FFFFFF;
	background-image: url(../img/top_offersbg.jpg);
	height: 212px;
	width: 489px;
}
#intcol {
	background-image: url(../img/intcolbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 175px;
}
#container .block {
	display: block;
	padding: 6px 4px;
	background: #E8E8E8;
	border: 1px solid #7B7B80;
}

#foot {
	height: 117px;
	width: 806px;
	background-image: url(../img/footerbg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	color: #999999;
}
#foot a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
#bulblock {
	height: 190px;
	width: 489px;
	background-image: url(../img/bulletblock.jpg);
	background-repeat: no-repeat;
}
#bulblock ul {
	font-weight: bold;
	color: #7B7B68;
	font-size: 14px;
	line-height: 24px;
	padding-top: 20px;

}
.pipemarg {
	margin-right: 3px;
	margin-left: 3px;

}


form {
	padding: 0;
	width: 470px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	padding: 10px;
	margin: 0;
	border: 1px solid #DEDFC0;
}

form fieldset legend {
	font-size:12px;
	color: #B7B5A6;
	font-weight: bold;
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 100px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color: #B9B7A8;
	font-weight: bold;
	font-size: 12px;
}

form input, form textarea {
	width:320px;
	color: #7B7B68;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #F3F3EB;
	border: 1px solid #FFFFFF;
}

form input#submit {
	font-weight: bold;
	color: #666666;
	border: 1px solid #B9B7A8;
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#roomtxt {
	width: 150px;
	font-size: 11px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
.menu {
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.float {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
