@charset "UTF-8";
/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img{
	border:none;
}

/*HTML styling*/
html {
	background-color: #D7D2CB;
}

body {
	font-family: "Century Schoolbook", Times, sans-serif;

}

p {
	font-family: "Century Schoolbook", Times, sans-serif;
	margin-bottom: 15px;
	line-height: 1.5em;

}

h1 {
	font-family: "Century Schoolbook", Times, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
}

h2{
	font-family: "Amazone BT", sans-serif;
	font-weight: normal;
	font-size: 2.2em;
}

h3{
	font-family: "Amazone BT", serif; 
	font-size: 2em;
	font-weight: normal;
	margin: 20px 0px;
}

input{
	width: 200px;
		font-family: "Century Schoolbook", Times, sans-serif;
		font-size: 1em;

}

input#send_enquiry{
			font-family: "Century Schoolbook", Times, sans-serif;

	background-color: #F2ECDD;
	font-size: 1em;
	width: 140px;
	color: #6C5F57;
}

textarea{
	width: 200px;
	height: 3em;
		font-family: "Century Schoolbook", Times, sans-serif;
	font-size: 1em;

	}

h4{
	font-weight: normal;
	text-decoration: none;
}

/*Layout*/
#container {
	width: 950px;
	margin: 10px auto;
	background-color: #F2ECDD;
	-moz-box-shadow: 0px 0px 15px #666;
	-webkit-box-shadow: 0px 0px 15px #666;
	box-shadow: 0px 0px 15px #666;
}

#container #header {
	color: #998B80;

}

#container #navigation {
	width: 100%;
	background-color: #998B80;
	color: #F2ECDD;
}


/*Header*/
#header #title a{
	color: #998B80;
	font-size: 2em;
	text-decoration: none;
}

#title{
	width: 100%
	text-align: center;
	padding-top: 35px;
	padding-bottom: 5px;
}

#subtitle img{
	padding: 0px 7px;
}

#header{
	width: 100%;
	height: 150px;
	text-align: center;
}

#header #title h1 {

}

#top-logos{
	width: 155px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 20px;
	
}

#top-logos img{
}

#image-cycle{
	width: 950px;
	height: 400px;
}
#image-cycle img{
	position: absolute;
	width: 950px;
	height: 400px;
}

/*Navigation*/
#navigation li{
	display: inline;
	padding: 0px;
	margin: 0px;
}

#navigation ul{
	margin: 0px;
	padding: 0px;
	line-height: 3em;
	text-align: center;

}

#navigation li a{
	font-family: "Century Schoolbook", Times, sans-serif;
	font-size: 1.3em;
	color: #F2ECDD;
	text-decoration: none;
	padding: 1em;
	margin: 0px;
	border-right: 2px solid #F2ECDD;
}

#navigation li.selected a{
	color: #444;
}

#navigation li a#last{
	border-right: 0px;
}

/*Content*/
#content{
	margin: 10px 30px 10px 30px;
	color: #6C5F57;
	height: auto;
}

#content a{
	color: #6D645A;
	font-weight: bold;
	text-decoration: none;
}

#float-left{
	float: left;
	width: 400px;
	margin-right: 30px;
}

#html-link{
					width: 570px;
					height: 470px;
					margin: auto;
	}


.left-box{
	background-color: #6C6057;
	color:#F2EBDD;
	width: 362px;
	height: 125px;
	margin: 10px;
	padding: 10px;
	z-index: 1000;
}

.left-box a{
	color: #F2EBDD;
	font-family: "Century Schoolbook", Times, sans-serif;

	font-size: 1.5em;
}

.left-text{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 210px;
	text-align: center;
}

blockquote{
	font-family: "Amazone", serif; 
	color: #F2EBDD;
	font-size: 1.5em;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #9A8B81;
	height: 70px;
}

#testimonial-div{
	width: 600px;
	margin: -25px auto 0px auto;
	text-align: center;

}

#testimonials{
	background-color: #9A8B81;
	height: 100px;
	margin: 10px;
	padding: 10px;
	color: #F2EBDD;
}

h4{
	color: #F2EBDD;
	font-size: 1.5em;
}
/*Footer*/
#footer{
	color: #6D645A;
	width: 840px;
	margin: auto;
	font-family: arial, sans-serif;
	font-size: 0.8em;

}

#footer a{
	color:#6D645A;
	font-weight: bold;
	text-decoration: none;

}

#address, .phone_number, #email{
	float: left;
	text-align: center;
	margin: 5px 15px 10px 15px;
}

#credit{
	width: 400px;
	margin: 0px auto;
	text-align: center;
	color: #888;
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 0.7em;
}

#credit a{
	color: #888;
	font-weight: bold;
	text-decoration: none;
}


/*Plugins*/
#weather_cont {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#weather_cont p#city, #weather_cont #weather p {
	padding: 0px;
	margin: 0px;
}

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	margin-right:15px;
}

