/*
	CSS Style Sheet for Queensgate Rentals website
	Created by ClockTowerWeb Ltd
	www.clocktowerweb.co.uk
*/

body {
	background-color: White;
	margin: 0px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #555555;
	background: #FAFAFA;
}
#wrapper {
	/* Overall container */
	width: 900px;
	margin: 20px auto 20px auto;
	border: 1px solid #99D5FB;
	background-color: White;
}
#header {
	background: url(../images/top.gif) no-repeat top left;
	height: 120px;
	margin: 0px;
}
#header h1 {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 2em;
}
#header h2 {
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 1.1em;
	font-style: italic;
}
#nav {
	border-bottom: 1px solid #99D5FB;
}
#nav ul {
	list-style: none;
	margin: 0px;
	text-align: center;
}
#nav li {
	display: inline;
}
#nav a {
	border-left: 1px solid #99D5FB;
	border-right: 1px solid #99D5FB;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 7px;
	margin-right: 7px;
	text-decoration: none;
	background-color: #99D5FB;
	color: #555555;
	letter-spacing: 0.2em;
}
#nav a:hover, #nav .thispage {
	/* #4169E1 */
	background-color: #0D488B;
	color: White;
}
#content {
	padding: 20px;
}
#content h3 {
	margin-top: 0px;
}
#content h4 {
	border-bottom: 1px dashed #4169E1;
	font-size: 1em;
	font-variant: small-caps;
	font-style: italic;
	background-color: #F5F7FC;
	padding-left: 10px;
}
#content li {
	list-style-image: url(../images/bullet.gif);
	padding-left: 5px;
	padding-bottom: 5px;
}
#content a {
	color: #4169E1;
}
#content a:hover {
	color: #F26100;
	text-decoration: none;
}
#content1 {
	width: 50%;
	float: left;
}
#content2 {
	width: 49%;
	float: right;
}
#map {
	text-align: center;
}
#footer {
	background: url(../images/bottom.gif) no-repeat bottom left;
	height: 50px;
	margin: 0px;
}
.caption {
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
}
.singleimage {
	margin: 50px 0px 0px 0px;
	text-align: center;
}
.tourphoto {
	margin: 5px;
}
.breakout {
	/* For making paras that stand out */
	background-image: url(../images/bg_2.jpg);
	border-top: 1px dotted Black;
	border-bottom: 1px dotted Black;
	background-repeat: repeat-y;
	font-style: italic;
	font-weight: bold;
}
.emphasise {
	color: Red;
	font-style: italic;
}
.answer {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 20px solid #FFE85A;
	border-right: 20px solid #FFE85A;
	font-weight: bold;
}
.clear {
	/* For stopping the enclosed float(s) dropping down below the surrounding float */
	clear: both;
}
.extrainfo {
	font-size: 0.7em;
	font-style: italic;
}
.toggleopacity img{
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.toggleopacity:hover img{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.error {
	background-color: Red;
	color: White;
	padding: 10px;
}





/* Forms stuff */


fieldset {
	border: 1px solid #FFA162;
	padding: 10px;
	margin: 0 0 10px 0;
}
fieldset legend {
	
}
fieldset label {
	font-weight: normal;
	color: #808080;
}
fieldset input, fieldset textarea, fieldset select {
	background-color: #FCFCFC;
	color: #555555;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid Silver;
}

fieldset #firstname, fieldset #lastname, fieldset #tel, fieldset #email, fieldset #comments {
	width: 300px;
}
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus { 
  color : #000;  
  border-color: #000;
  background-color : #fff;
}