/* ------------ Tempalte Stylesheet -------------*/
/*                The George Hotel               */
/*       Created By Ben Stewart - Jan 2008       */
/*             ben@hostquarters.co.nz            */

html, body {
	margin:0;
	padding:0;
}
body {
	font: Helvetica, Arial, sans-serif;
	text-align:center;
	background: #72705A;
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
#header {
	text-align:center;
	width: 100%;
	border-bottom: #fff solid 1px;
	background: #333333;
	margin-bottom:-1px;
}
#flash_nav {
	text-align:center;
	border-bottom: #fff solid 1px;
	height:180px;
	width: 100%;
}
#container {
	text-align:left;
	width:800px;
	margin:0 auto;
}
#wrapper {
	border-left: #fff solid 1px;
	border-right: #fff solid 1px;
}
#content p {
	line-height:1.4;
}
#content {
	float:right;
	width:480px;
}

#footer_wrapper {
	width:100%;
	margin: 0 auto;
	clear:both;
	background: #333;
	border-top: #fff solid 1px;
}
.footer {
	clear:both;
	width:800px;
	color: #FFF;
	margin: 0 auto;
	text-align:center;
}
.footer img {
	border:0;
}
.line1, .line2, .line3 {
	border-bottom: #666666 solid 1px;
	height: 16px;
	margin-top: 6px;
	font-weight:bold;
	font-size:13px;
}
.line1, .line3, .line1 a, .line3 a {
	color: #fff;
	text-decoration:none;
	padding-bottom:6px;
}
.line1 a:hover, .line3 a:hover {
	background: url(assets/menu_hover_white.gif) no-repeat bottom left;
} 
.line2, .line2 a {
	text-decoration:none;
	color: #666;
	padding-bottom:6px;
}
.line2 a:hover {
	background: url(assets/menu_hover_grey.gif) no-repeat bottom left;
}

/********** Side Submenu **********/
ul#submenu {
list-style-type: none; 
height: 22px;
margin: 10px 0 0 10px;
padding: 0;
}
#submenu li {
display: block;
list-style-type: none;
}
#submenu a { 
padding: 0px 10px;
display:block;
}
#submenu a:link, #submenu a:visited {
color: #111;
text-decoration: none;
}
#submenu a:hover, #submenu a.current {
color: #996600;
font-weight: bolder; 
}

.alt-list a { 
display:inline !important;
padding: 0px 0px 0px 10px !important;
}

a.resv_link {
background: url(assets/book-now.gif) no-repeat left;
padding: 5px 0px 5px 87px;
/*
padding: 5px 0px;
*/
font-weight:bold;
color:#960;
font-size:11px;
text-decoration:none;
float:left;
}
a:hover.resv_link {
color:#960;
text-decoration:none;
}/* ---------- Presentation Stylesheet -----------*/
/*                The George Hotel               */
/*       Created By Ben Stewart - Jan 2008       */
/*             ben@hostquarters.co.nz            */

body {
	/*width:570px;*/
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align:left;
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
#left_column {
	text-align:left;
	padding:15px;
	width:180px;
	float:left;
	background:#000099;
	height:100%;
}
#wrapper {
	float:left;
	text-align:left;
	width:100%;
	background:#ffffff;
	min-height:350px;
	_height:350px;
}
#wrapper_outer {
	float:left;
	background:#fff;
	width:100%;
	min-height:350px;
	_height:350px;
border-right:2px solid #fff;
padding-bottom:20px;
}
#content-3col {
	padding: 20px 410px 0px 170px;
}
#content-2col {
	padding:20px 25px 0px 200px ;
}
#content-1col {
	padding:0;
}
#section-1col {
	padding:0px;
}
#left_col {
	float:left;
	width:180px;
	margin-left:-100%;
	min-height:350px;
	_height:350px;
}
#right_col {
	float:left;
	width:360px;
	margin-left:-390px;
padding-right:30px;
margin-top:20px;
}

h1, h2, h3 {
	font-weight:bold;
	color:#996600;
	margin: 0;
	padding:15px 0;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
	padding:5px 0 10px 0;
}
h3 {
	font-size:14px;
	padding:5px 0;
}
ul {
	margin: 0 10px 10px 25px;
}
li {
	padding:0;
}
p {
	margin: 0 0 10px 0;
}
a {
	color: #0081ff;
	border:none;
	cursor:pointer;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
hr {
	height:1px;
	background-color: #996600;
	border: 1px solid #996600;
	margin: 0 0 10px 0;
}
img.Image_left {
	float: left;
	margin: 0px 10px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 10px;
}
img.Centre {
	margin: 5px auto;
}

p.headline-medium {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
p.subheadline-light {
	color: #996600;
	font-size: 14px;
	font-family:Helvetica, Arial, sans-serif;
}

p.smallfeaturestext {
	font-size:9px;
	font-weight:bolder;
        line-height:12px;
	margin: 0 0 5px 0;
}
/*------------- Reservation Form --------------*/

div.reservationForm{
  width:580px;
  padding: 0px;
  margin: 0px;
}

div.reservationForm input.text, div.reservationForm textarea, div.reservationForm select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  border: 1px solid #333333;
  background: #ffffff !important;
  padding:1px 0px 1px 3px;
}
div.reservationForm select {
  padding:0px;
}

.width70{
  width:70px;
}

.width100{
  width:100px;
}
.width110{
  width:110px;
}

.width150{
  width:150px;
}

.paddingRight10{
  padding-right:10px;
}

.specialRequests{
  width:430px;
  height:70px;
}

/*------------- Contact Form --------------*/

div.contactForm{
  width:500px;
  padding: 0px;
  margin: 0px;
}

/*------------- Form Settings --------------*/

div.row {
  clear: both;
  padding-top: 5px;
  _padding-top: 2px;
}
div.row span.label {
  float: left;
  width: 35%;
  text-align: right;
  padding:0px 10px 0px 0px;
}
div.row span.formw {
  float: right;
  width: 60%;
  text-align: left;
}
div.row span.formw input.text, div.row span.formw textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 100%;
  border: 1px solid #000000;
  background: #ffffff !important;
  padding:0px 0px 0px 3px;
}
div.row span.formw textarea{
  height:50px;
}
div.spacer {
  clear: both;
}
div.floatLeft{
  float:left;
}
div.floatRight{
  float:right;
}
