/*
Style sheet for wards hotels
101208
*/

*{
	font-family: arial, sans-serif;
	font-size: 95%;
	margin: 0;
	padding: 0;
}

body{
	background-color: #999;
}

#main{
	width:762px;
	margin: 0 auto;
	margin-top: 32px;
	background-color: #fff;
	padding: 1px;
}

/******************************************
				Header Styles
*******************************************/

h1{
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
	width:138px;
	height:90px;
	text-indent: -99999999px;
	float: left;
}

h2{
	font-size: 180%;
	text-align: center;
	margin-bottom: 2px;
	font-weight: normal;
}

h2.contact{
	width: 300px;
	font-size: 120%;
	text-align: left;
	margin-left: 20px;
	padding: 20px 0 10px 0;
	margin-bottom: -20px;
	color: #39c;
	border-bottom: 1px dashed #333;
}

h2.contact-conf{
	width: 400px;
	margin-top: 30px;
	font-size: 130%;
}

h3{
	font-size: 110%;
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
}
h4{
	margin: 0;
	padding:0;
	font-size:110%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 6px;
}

h4.acc{
	text-align: left;
	font-size: 100%;
	border-bottom: 1px dashed #000;
	padding-bottom: 2px;
	width: 200px;
}

/******************************************
				Nav Styles
*******************************************/

ul.nav{
	clear:right;
	float:right;
	width: 623px;
	padding-top: 4px;
	padding-bottom: 68px;
	text-align: center;
	background-color: #930;
	background-image: url("images/nav-bg.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
}

ul.nav li{
	display: inline;
	margin-right: 5px;
	font-size: 15px;
	color: #fff;
}

ul.nav li a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

/******************************************
			  Second Nav Styles
*******************************************/

ul.second-nav{
	clear:right;
	float:right;
	padding-top: 4px;
	text-align: center;
	width: 762px;
	background-color: #930;
	padding-bottom: 5px;
	font-weight: bold;
}

ul.second-nav li{
	display: inline;
	font-size: 15px;
	color: #fff;
	padding-left: 5px;
}

ul.second-nav li a{
	color: #fff;
	text-decoration: none;
	font-size: 80%;	
}

/******************************************
				Content Styles
*******************************************/

.top-left{
	width: 761px;
	clear: left;
	background-color: #fff;
}

.top-left p{
	padding: 5px;
}

.right{
	float: right;
	margin-top: 1px;
	width: 170px;
	height: 335px;
	color: #fff;
	background-color: #930;
	padding: 2px;
}

.right p.location{
	padding-left: 65px;
	padding-bottom: 10px;
	background-image: url("images/location-bg.jpg");
	background-repeat: no-repeat;
}

.right-section{
	width:163px;
	height: 130px;
	margin-left: 4px;
	padding-bottom: 3px;
}

.right-section-email{
	width:150px;
	height: 170px;
	margin-left: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #fff;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
}

.right-section-loc{
	height: 55px;
}

.location{
	height: 55px;
}

.location a{
	color: #fff;
}

.slide{
	float: left;
	margin-bottom: -2px;
}

.content{
	margin-left: 10px;
	margin-top: 10px;
	float:left;
	width: 250px;
	height: 330px;
	overflow: auto;
}

.content p{
	margin-bottom: 10px;
}

img.home-img{
	width:98px;
	margin-left: 70px;
}

.map{
	float: left;
}

.map-content{
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 310px;
}


/******************************************
				footer Styles
*******************************************/

.footer{
	clear: both;
	padding: 4px;
	background-color: #930;
}

.footer ul{
	text-align: center;
	padding: 10px 0;
}

.footer ul li{
	display: inline;
	font-size: 100%;
	margin-right: 13px;
	color: #fff;
}

.footer ul li a{
	text-decoration: none;
	color: #fff;
}

ul.end {
	text-align: center;
	list-style-type: none;
}

li.title{
	font-family: "times new roman";
	font-size: 250%;
	padding-bottom: 20px;
}

ul.end li{
	margin-bottom: 5px;
}

ul.end li a{
	color: #000;
}

/******************************************
			   Gallery Styles
*******************************************/
.gallery {
	height: 400px;
	clear: left;
}

.gallery-left{
	background-color: #fff;
	width: 400px;
	height: 420px;
}

ul.gallery-thumb{
	clear: left;
	float: left;
	height: 350px;
	width: 330px;
	margin: 20px;
	margin-left: 25px;
	padding: 10px;
	background-color: #eff7ff;
	list-style-type: none;
}

ul.gallery-thumb li{
	display: inline;
	margin: 4px;
}

ul.gallery-thumb li a{
	color: #000;
	text-decoration: none;
}

ul.gallery-thumb li a img{
	border: none;
}

.gallery-right {
	float:right;
	margin-top: -400px;
	padding-right: 6px;
	margin-right: 35px;
}

/******************************************
			   Contact Styles
*******************************************/

.contact-left{
	float: left;
	width: 250px;
	background-color: #fff;
}

.contact-right{
	float: right;
	width: 300px;
	padding: 20px;
	margin-top: 2px;
	padding-top: 40px;
	font-size: 100%;
	background-color: #fff;
}

.contact-back{
	background-color: #fff;
	width: 762px;
	height: 400px;
}

.note{
	color: #f00;
}

form.contact{
	background-color: #fff;
	margin: 20px;
	margin-left: 30px;
	width: 320px;
	font-size: 100%;
}

fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
}

input{
	width: 100px;
}

input#name, input#email{
	width: 183px;
}

input.submit{
	margin-top: 5px;
	width: 100px;
}

legend
{
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ul
{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	float: left;
	width: 100px;
}

label.enquiry{
	width: 300px;
}

fieldset.submit
{
	width:100px;
	float: none;
	border: 0;
	margin: 0 auto;
}

/******************************************
		   	   Avaiability Styles
*******************************************/

.search-bar{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	clear: both;
	height: 50px;
	background-color: #222;
	color: #fff;
}

select.calanderDateInput{
	letter-spacing: 0.06em;
	font-family: Verdana,Arial;
	font-size: 9px;
}

/******************************************
		   	   Email list Styles
*******************************************/

ul.email-list li{
	list-style-type: none;
	display: inline;
	padding-top: 10px;
	margin-left: 35px;
}

ul.email-list-left {
	float: left;
}

ul.email-list-right {
	float: left;
}

ul.email-list-left li{
	display:block;
	text-align: left;
}

ul.email-list-right li {
	margin-bottom: 7px;
	margin-left: 6px;
	display:block;
	text-align: left;
}


.action{
	margin-right:10px;
}

/******************************************
		   	   Email admin Styles
*******************************************/

.admin-form{
	clear: both;
	width: 400px;
	margin: 0 auto;
}

.admin-form input{
	margin-top:10px;
	margin-bottom:10px;
}

/******************************************
		   	   Misc Styles
*******************************************/

.eating li{
	padding-bottom: 5px;
	margin-left: 15px;
}

.more a{
	color: #fff;
}
