/* CSS Document 

	border:1px solid purple;
*/

/**********************************MAIN********************************/

html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	margin:0;
	background-color:#2D3A29;
}

#header-div {
	position:relative;
	top:0;
	left:0;
	height:130px;
	background-color:#101010;
	z-index:50;
	vertical-align:baseline;
}

#header-div img {
	float:right;
}


#title-div {
	position:absolute;
	margin:-30px 0 0 15px;
}

#nav-bar-div {
	background-color:#101010;
	text-align:left;
}

#footer-div {
	position:relative;
	top:0;
	left:0;
	height:80px;
	background-color:#101010;
	text-align:center;
}


#copy {
	padding:15px 0 15px 12px;
}

/********************COLOURS****************/

#container-contact {
	background-color:#4E6549;
	margin:0 auto 0 auto;
	width:779px;
}

#container-reservations {
	background-color:#8AB3C6;
	margin:0 auto 0 auto;
	width:779px;
}



#container-agents {
	background-color:#6B7292;
	margin:0 auto 0 auto;
	width:640px;
}



/***************************FORM STYLES********************/

.form-box {
	position:relative;
	width:755px;
	background-color:#719269;
}

.res-form-box {
	position:relative;
	width:755px;
	background-color:#77A4B3;
}

.agents-form-box {
	position:relative;
	width:616px;
}

input {
	font-size:11px;
}

select {
	font-size:11px;
}

.section-header {
   	padding: 5px;
	position:relative;
	font-size:1.1em;
	border-bottom:1px solid #FFFFFF;
	background-color:#B5C6B0;
	color:#FFFFFF;
}

.res-section-header {
   	padding: 5px;
	position:relative;
	font-size:1.1em;
	border-bottom:1px solid #FFFFFF;
	background-color:#487C95;
	color:#FFFFFF;
}

div.row {
	border:none;
	}

div.row span.label {
	float: left;
	width: 30%;
	text-align: right;
	padding:0 8px 0 0;
}

div.row span.formw {
	float: left;
	width: 60%;
	top:-3px;
	text-align: left;
	position:relative;
}

.note {
	font-size:11px;
}

.centred {
	position:relative;
	width:80%;
	text-align:center;
}

.full-line {
	padding:0 5px 15px 15px;
}

.clear {
	clear:both;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
}

.info-col-01 {
	position:absolute;
	left:20px;
	width:77px;
	text-align:center;
}

.info-col-02 {
	position:absolute;
	left:102px;
	width:77px;
	text-align:center;
}

.info-col-03 {
	position:absolute;
	left:182px;
	width:77px;
	text-align:center;
}

.info-col-04 {
	position:absolute;
	left:262px;
	width:77px;
	text-align:center;
}

.info-col-05 {
	position:absolute;
	left:342px;
	width:77px;
	text-align:center;
}

.info-col-06 {
	position:absolute;
	left:425px;
	width:77px;
	text-align:center;
}

.info-col-07 {
	position:absolute;
	left:506px;
	width:82px;
	text-align:center;
}

.info-col-08 {
	position:absolute;
	left:592px;
	width:77px;
	text-align:center;
}

.info-col-09 {
	position:absolute;
	left:674px;
	width:77px;
	text-align:center;
}

div.cheques {
	display:none;
}

/*******************************PHOTO DISPLAY STYLES***********************************/

/*******************************ALL PHOTO CATEGORIES*********************/

.spacer {
	clear:both;
}

.category-text {
	padding:3px 5px 0 8px;
}

/*H2 style*/
.gallery {
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	margin:3px 0 5px 0;
	color:#FFFFFF;
}

img {
	border:none;
}


/**********************PHOTO CATEGORY THUMB LISTINGS*******************/


.thumb-box {
	border:1px solid white;
	color:#6B7292;
	width:170px;
	height:250px;
	padding:0;
	margin-top:0;
	margin-right:15px;
	margin-bottom:0;
	margin-left:15px;
	float:left;
	background-color:#B6B9C9;
	font-size:11px;
	position:relative;
}

.shape {
	float:left;
	margin-top:3px;
	margin-right:0;
	margin-bottom:0;
	margin-left:3px;
}



/***********************TEXT STYLES**************************/

a:link, a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

h1 {
	font-size:18px;
	font-weight:normal;
}

h2 {
	font-size:16px;
	font-weight:normal;
	font-style:italic;
}


.navlist {
	padding:10px 0 10px 0;
	margin:0;
}


.navlist li {
	display:inline;
	list-style-image:none;
	padding:0 10px 0 15px;
}

.navlist a:link, .navlist a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.navlist a:hover {
	color:#979BB3;
	text-decoration:none;
}
