html, body {
	margin:0;
	padding: 0;
	text-align: center;
	background-color: #d70000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

img {
	border: 0;
}

#container {
	width: 781px;
	margin: 25px auto;
	text-align: left;
	background-color: #fff;
}

#header {
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}

#header h1 {
	font-size:250%;
	color:#666666;
	padding-top: 20px;
}

#header img {
	padding-top: 20px;
}

/* remove padding for FF */
#container > #content {
}

#content {
	background-color: #fff;
	min-height: 450px;
	/*border: 1px solid #0f0;*/
	padding: 0 20px;
}

/*\*/
* html #content {
	height: 450px;
}
/**/

#content h1 {
	font-family: Arial;
	font-size: 2em;
	color: #BC1014;
	padding-top: 10px;
}

#content > h1 {
	padding-top: 30px;
}

#content h2 {
	font-size: 1.6em;
}

#content h3 {
	font-size: 1.3em;
}

#content h4 {
	font-size: 1.3em;
}

#content p {
	font-size: 110%;
}

#footer {
	color: #666;
	text-align: center;
	background-color: #fff;
	margin-bottom: 15px;
	font-size: 120%;
}


#container > #footer {
	padding-bottom:15px;
}

#footer h4 {
	color: #000;
	text-decoration: underline;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer span.red {
	color: #ee0000;
	text-decoration: underline;
}

legend {
	color: #d70000;
	font-weight:bold;
	font-size: 120%;
}

label {
	font-size: 120%;
	font-weight: bold;
}

input,select,textarea {
	border: 1px solid #f00;
}

select {
	color: #fff;
	background-color:#FF3E3E; 
}

input.button {
	background-color: #ffffff; 
	color: #ff0000; 
	font-weight: bold;
	border: 1px solid #ff0000; 
}

ul.fees li {
	padding-bottom: 20px;
	font-size: 115%;
}

table.fees, table.property {
	font-size: 115%;
}

table.fees tr {
	height: 20px;
}	

a.nav {
	font-size: 115%;
}

a.pdf {
	background: url(/images/pdf.gif) no-repeat right top;
	padding-right: 20px;
	color: #d70000;
}

a.map {
	background: url(/images/info.gif) no-repeat right top;
	padding-right: 20px;
	color: #d70000;
}

a.view {
	color: #d70000;
	font-size: 115%;
	clear: left;
}

/* start enquiry form */
#enquiry {
	margin: 10px auto;
	width: 500px;
}

#enquiry br {
	clear: both;
}

#enquiry input, #enquiry textarea{
	margin-bottom: 5px;
}

#enquiry label.col1 {
	float: left; width: 100px; text-align: right; margin-right: 5px;
}

#enquiry span.col2 {
	float: left; width: 140px; text-align: left;
}

span.req {
	color: #f00;
}

/* end enquiry form */

table {
	text-align: left;
}

/* shadow effect for main images */
div.imgshadow {
	margin: 10px 10px 0 0;
	background: url(/images/shadow.gif) no-repeat bottom right;
	line-height: 0;
	float: left;
    margin-left: 10px;
}

div.imgshadow img {
	float: none;
	margin:0;
	background-color: #fff;
	padding: 0px;
	position: relative;
	left: -8px;
	top: -8px;
}

#mlist { float: right; margin-top: 20px; margin-right: 10px; background: #fff; border: 2px solid #d00; font-size: 12px; text-align: center; line-height: 30px; width: 120px; height: 30px;}
#mlist a { color: #666; text-decoration: underline; }