/************ CSS ************/

/************ GLOBAL ************/
* {
	margin: 0;
	padding: 0;
}

/************ BODY ************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
}

h1, h2, h3, h4 {
	color: #f00;
	margin: 5px 0;
}

p {
	padding-bottom: 3px;
}

#mainh1 {
	display: none;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

a {
	color: #f00;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

/************ CONTAINER ************/

#container {
	position: relative;
	width: 100%;
}

/************ CONTENT ************/

#main {
	width: 100%;
}

#main p {
	text-align: justify;
}

#sidebar {
	width: 100%;
}

#sidebar img {
	display: none;
}

#sidebar a {
	color: #f00;
	text-decoration: none;
	
}

#sidebar a:hover {
	text-decoration: underline;
}

/************ FORMS ************/

form.mapbutt {
	text-align: center;
}

/************ DATABASE CONTENT ************/

.listing:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#data {
	float: none;
	clear: both;
	width: 100%;
	margin-left: 75px !important;
	margin-left: 60px;
	padding-top: 20px;
}

#data i p {
	font-size: 10px;
}

.listing, .gethere {
	width: 100%;
	margin: 20px 0;
	padding: 10px 10px 0 10px !important;
	padding: 10px 10px 0 20px;
	font-size: 10px;
}

.gethere {
	font-size: 12px;
}

.gethere h4, caption {
	margin-top: 20px;
}

.clearer {
	clear: both;
}

.listing ul, .gethere ul {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

.listing img {
	margin: 10px 25px 10px 0;
	border: 1px solid #f00;
	float: left;
}

.listing p {
	clear: left;
}

.listing p img {
	float: none;
	margin: 0;
	border: 0;
	background: #99f;
}

.listing span ul {
	width: 295px;
}

.listing span img {
	float: right;
	clear: right;
	margin-left: 10px;
}

.thisway {
	background: 0;
	padding-left: 20px;
	margin-top: 10px;
}

.listing a, .gethere a {
	font-size: 12px;
	font-weight: bold;
}

p.right {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	clear: none;
}

.listing table, .gethere table{
	width: 100%;
}

.gethere table td, .lines td {
	border-bottom: 1px solid #eee;
}

/************ FOOTER ************/

#footer p {
	color: #000;
	font-weight: bold;
}

#footer a {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#link {
	display: none;
}

#link img {
	display: none;
}	

/************ MAP ************/

#side {
	overflow: auto;
	height: 500px;
	width: 150px;
}

#side a {
	color: #f00;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	margin-left: 5px;
}

#side a:hover {
	text-decoration: underline;
}

#map {
	border-right: 1px solid #666;
	width: 500px;
	height: 500px;
}

.mapinfo {
	width: 300px;
	position: relative;
	background-color: #fff;
	height: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.mapinfo .heading {
	color: #f00;
	width: auto;
}

.mapinfo .accomtype {
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
	color: #999;
}

.mapinfo .address {
	margin-left: 90px;
	padding-left: 5px;
	color: #666;
}

.mapinfo img {
	height: 60px;
	width: 80px;
	border: 1px solid #999;
	float: left;
	margin: 5px;
}

.mapinfo .clear {
	clear: both;
}

.mapinfo .mapfooter {
	border-top: 1px solid #ccc;
	text-align: right;
}

.mapinfo .mapfooter a {
	color: #f00;
	text-decoration: none;
}

.mapinfo .mapfooter a:hover {
	text-decoration: underline;
}

table#maptable{
	border: 1px solid #666;
}

#mapToggle {
	background-color: #eee;
	width: auto;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #666;
} 

/************ FORM ************/

input, select, textarea {
	border: 1px #f00 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
}

form.contactform {
	width: 100%;
	color: #333;
	padding: 10px;
	font-style: italic;
}

.btn {
	float: right;
	margin-left: 10px;
}

form.contactform fieldset {
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #F00;
}

form.contactform legend {
	padding: 5px;
	font-weight: bold;
	color: #333;
}

form.contactform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	color: #333;
	width: 150px; /* Width of labels */
}

form.contactform fieldset li {
	list-style: none;
	padding: 5px 10px 7px;
}

/************ ENQUIRY RESULT ************/

ul {
	list-style: none;
}

/************ END ************/