




body
{
	font-family: Arial, Sans-Serif;
	text-align: center;
	background-color: #fff;
	margin: 0;
	padding: 0;
}




/**architectural styles*/
#wrapper
{
	width: 720px;
	\width: 720px;
	w\idth: 720px;
	margin: 0 auto;
	text-align: center;
	background-color: #DB9B41;
}

#header
{
	width: 720px;
	height: 193px;
	background-color: #fff;
}

#nav
{
	height: 38px;
	background-color: #fff;
}
/*#nav ul {
	margin: 0;
	padding:  0.5em 0.5em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#nav ul li {
	display: inline;
	white-space: nowrap;
}
#nav ul li a {
	text-decoration: none;
	padding: 0.5em 0.5em;
	margin: 0;
	color: #336699;
}*/

#content{
	text-align: justify;
}

#footer
{
	width: 720px;
	height: 65px;
}


#rightColumn{
	width: 370px;
	float: right;
}

#leftColumn{
	width: 317px;
	float: left;
}




/**redefined styles*/
label{
	font: 11px/1.6em Arial, serif;
}

p{
	font: 12px/1.6em Arial, serif;
	padding-left: 20px;
	padding-right: 20px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
ul li p {
	padding:0; margin: 0;
}
#nav li{
	display: inline;
	padding: 0em 0.3em;
}
#nav ul li a {
	text-decoration: none;
	color: #336699;
	font: bold 1.1em Arial, serif;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #FF9933;
}
ul li a {
	text-decoration: none;
}

img{ border: 0; margin: 0; padding: 0; }

#content ul {
	list-style-type: disc;
	list-style-image: url(../images/icon-li.gif);
	padding-left: 3em;
	text-indent: 0px;
	font: 12px/1.6em Arial, serif;
	padding-right: 16px;
}

#content dl {
	list-style-type: disc;
	list-style-image: url(../images/icon-li.gif);
	list-style-position: inside;
	padding-left: 1.6em;
	
	font: 12px/1.6em Arial, serif;
	}

/**Form styles*/


.bookings {
	margin: 0 auto;
	width: 550px;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

.formw{
font: 12px/1.6em Arial, serif;
}

.formwr{
	font: 12px/1.6em Arial, serif;
	text-align: right;
}

.row label {
  float: left;
  width: 220px;
  text-align: right;
  font: 12px/1.6em Arial, serif;
  }

div.row input, div.row textarea, div.row select {
  width: 200px;
  text-align: left;
  margin-left: 20px;
  font: 12px/1.6em Arial, serif;
  } 

textarea {
	background-image: url(../images/wheel_bg.jpg);
	background-repeat: no-repeat;
}
  
input .button  {
  width: 100px;
  text-align: left;
  margin-left: 20px;
  }   

.radio
{
width: 1em;
}


.conditions {
	margin: 10px 10px 10px 10px;
	padding: 10px 20px 10px 20px;
	width: 500px;
	border: solid 1px #CFCFCF;
}

.conditions p, h3 {
	padding: 0px;
	margin: 0;
	
}

.note
{
	 font: 12px/1.6em Arial, serif;
	 width: 320px;
	 float: right;
}


h3
{
font: bold 15px/1.6em Arial, serif;
padding-left: 20px;
}

h4
{
font: bold 13px/1.6em Arial, serif;
padding-left: 20px;
}


blockquote
{
	background: #DB9B41 url(../images/icon-quote.gif) top left  no-repeat;
	text-indent: 4em;
	font: italic 12px/1.6em Arial, serif;
	margin: 10px; 
	padding-top: 10px;
	margin: 16px;
}

 p.testauthor{
	font: bold 12px/1.6em Arial, serif;
}



.formError
{
	color: red;
	border: dotted 1px red;
	text-align: center;
}

.newsTitle
{
	font: bold 12px/1.6em Arial, serif;
	padding-left: 16px;
	
	margin-left: 16px;
	margin-right: 16px;
	background: #DB9B41 url(../images/icon-news.gif) top left  no-repeat;
}

.newsStory
{
	font: 12px/1.6em Arial, serif;
	margin-left: 16px;
	margin-right: 16px;
}

.author
{
	font: italic 12px/1.6em Arial, serif;
	border-bottom: solid 1px #CFCFCF;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 10px;
}.captcha {
	font-size: 2em;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	background-position: center;
	width: 100%;
}
