/*CSS by Leon Hughes*/
* {
	margin: 0;
	padding: 0;
}

body {
	min-height: 600px;
	min-width: 1280px;
	background-color: #0E4831;
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
}
p{
	text-align: justify;
	font-family: Book Antiqua;
	font-size: 20px;
}

h1{
	text-align: justify;
	font-family: Book Antiqua;
	font-size: 60px;
}

h2{
	text-align: justify;
	font-family: Book Antiqua;
	font-size: 30px;
}

h3{
	text-align: center;
	font-family: Book Antiqua;
	font-size: 30px;
}

/*STRUCTURE*/
/*main container definition*/	
#wrapper{
	width: 1280px;
	margin: 0px auto;
	text-align: left;
}

/*logo definition*/
#logo{
	position: absolute;
	top: 5px;
	height: 210px;
	width: 150px;
	z-index: +1;
	padding-left:5px;
}

/*header definition*/
#header{
	width: 1280px;
	height: 75px;
	position: absolute;
	top: 0px;
	border-top: 5px groove #C62E21;
	border-left: 5px groove #C62E21;
	border-right: 5px groove #C62E21;
}

/*left sub-header*/
.leftheader{
	width: 540px;
	float: left;
	background-color: #0E4831;
	color: #A3905B;
	padding-left: 160px;
}

/*right sub-header*/
.rightheader{
	float: right;
	width: 580px;
	background-color: #0E4831;
	color: #A3905B;
}

/*content definition*/
#content{
	width: 1280px;
	position: absolute;
	top: 75px;
	overflow: hidden;
	border-left: 5px groove #C62E21;
	border-right: 5px groove #C62E21;
	border-bottom: 5px groove #C62E21;
}

/*navigation column*/
.navcol{
	width: 150px;
	margin-top: 140px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	float: left;
	background-color: #0E4831;
}

/*left content column*/
.leftcolumn{
	width: 540px;
	padding: 5px 5px 2000px 5px;
	margin-bottom: -2000px;
	float: left;
	color: black;
	background-color: #FFFFCC;
}

/*right content column*/
.rightcolumn{
	width: 580px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	float: left;
	background-color: #FFFFCC;
	color: black;
}

/*footer*/
#footer {
	position:relative;
	width: 1280px;
	height:36px;
	clear:both;
	background-color: #0E4831;
	color: #A3905B;
}

/*BUTTONS*/
/*Hotel*/
#hotel
{
	margin-top: 5px;
	display: block;
	height: 70px;
	width:150px;
	background: url("../images/buttons/GreenHotel.gif") no-repeat 0 0;
}

#hotel:hover
{ 
	background: url("../images/buttons/RedHotel.gif") no-repeat 0 0;
}

#hotel span
{
	display: none;
}

/*Menus*/
#menu
{
	position: relative;
	display: block;
	margin-top: 5px;
	width: 150px;
	height: 70px;
	background: url("../images/buttons/GreenMenu.gif") no-repeat 0 0;
}

#menu:hover
{ 
	background: url("../images/buttons/RedMenu.gif") no-repeat 0 0;
}

#menu span
{
	display: none;
}

/*Directions*/
#directions
{
	position: relative;
	display: block;
	margin-top: 5px;
	width: 150px;
	height: 70px;
	background: url("../images/buttons/GreenDirections.gif") no-repeat 0 0;
}

#directions:hover
{ 
	background: url("../images/buttons/RedDirections.gif") no-repeat 0 0;
}

#directions span
{
	display: none;
}

/*pictures*/
#pictures
{
	position: relative;
	display: block;
	margin-top: 5px;
	width: 150px;
	height: 70px;
	background: url("../images/buttons/GreenPictures.gif") no-repeat 0 0;
}

#pictures:hover
{ 
	background: url("../images/buttons/RedPictures.gif") no-repeat 0 0;
}

#pictures span
{
	display: none;
}

/*links*/
#links
{
	position: relative;
	display: block;
	margin-top: 5px;
	width: 150px;
	height: 70px;
	background: url("../images/buttons/GreenLinks.gif") no-repeat 0 0;
}

#links:hover
{ 
	background: url("../images/buttons/RedLinks.gif") no-repeat 0 0;
}

#links span
{
	display: none;
}

/*Contact us*/
#contactus
{
	position: relative;
	display: block;
	margin-top: 5px;
	width: 150px;
	height: 70px;
	background: url("../images/buttons/GreenContact.gif") no-repeat 0 0;
}

#contactus:hover
{ 
	background: url("../images/buttons/RedContact.gif") no-repeat 0 0;
}

#contactus span
{
	display: none;
}

/*Contact Definitions*/
#contact-area {
	width: 490px;
	padding-top: 20px;
}

#contact-area input{
	padding: 5px;
	width: 350px;
	height: 30px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	padding: 5px;
	width: 350px;
	height: 90px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #C62E21;
}

#contact-area input.submit-button {
	width: 100px;
	height: 30px;
	float: left;
	margin-left: 115px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}

	

