/*	Headley colour: #79a9da */

body {
	background: #fff;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 92.5%;
}

h1 img {
	border: 0;
	width: 184px;
	height: 58px;
}

h2 {
	margin: 1ex 0 0.5ex 0;
	padding: 5px 0 5px 32px;
	min-height: 33px;
	background: url(images/css/headley-horse.png) 0 50% no-repeat;
	font-size: 170%;
	font-weight: normal;
	letter-spacing: -0.04em;
	color: #68c;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	margin: 20px 0 5px 10px;
	padding: 0;
	color: #622;
}

h4 {
	font-size: 105%;
	font-weight: bold;
	margin: 5px 0 0 20px;
	padding: 0;
}

#main_wrapper {
	text-align: left;
	position: relative;
	width: 930px;
	margin: 0 auto;
}

#content_wrapper a {	text-decoration: none;}
#content_wrapper a:link {	color: #03c;}
#content_wrapper a:visited {	color: #616;}
#content_wrapper a:hover {	text-decoration: underline;}

#content { text-align: left; }
#content a img {	border: 1px solid;}

#content address {	margin: 5px 0 15px 50px;}

p {
	margin: 5px 30px 10px 30px;
	line-height: 1.3em;
}

li {	margin-bottom: 5px;}

#footer {
	clear: both;
	color: #555;
	font-size: 82.5%;
	border-top: 1px dotted #999;
	margin: 3ex 0 2ex 0;
	padding-top: 1ex; 
}

#awards, a#awards:hover {
	word-spacing: 10px;
	text-decoration: none;
}

#awards img {
	border: 0;
	vertical-align: middle;
}

table {	border-collapse: collapse;}
td {	vertical-align: top;}

caption {	font-weight: bold;}

.warning {	color: #a00;}
.disclaimer {	color: #080;}

.invalid {	background: #f7ecc2;}

#message {
	position:fixed;
	top: 1em;
	left: 33%;
	width: 33%;
	text-align: center;
	padding:1em;
	border: 1px solid;
	font-size: 150%;
	background: #f8f8f8;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	height: 1%;
	background: #f3f5dc url(/images/css/form-bg.jpg) 50% 100% no-repeat;
	padding: 1em 1ex 1ex 1ex;
	position: relative;
	top: 0;
	left: 0;
	color: #322;
}

fieldset h3 {
	padding: 1ex 0;
	margin: 1ex 0 0 0;
	border-top: 1px solid #997;
	color: #633;
}

fieldset .l {
	clear: both;
	display: block;
	text-align: right;
	width: 30%;
	margin-right: 5px;
	float: left;
}

fieldset .r {	float: left;}

input, label, textarea, select {	margin-top: 5px;}

legend {
	border: 1px solid #030;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: -0.7em;
	padding: 0.1ex 2em;
	letter-spacing: -0.04ex;
	color: #fff;
	background: #355;
	white-space: nowrap;
	margin: 0;
}

input[type="text"], textarea, select {	border: 1px solid #666;}

input[type="button"], input[type="submit"] {
	padding: 0.5ex 1ex;
	background: #ceda96;
	border-color: #dd9 #551 #551 #dd9;
	cursor: pointer;
}

input[type="button"]:hover, input[type="submit"]:hover {	background: #ee9;}

hr {	margin: 2em;}

/**************************************************************************************************/

#homepage_ads {
	float: right;
	width: 120px;
	padding-left: 25px;
	background: #fff;
}

#homepage_ads a img {
	border: 1px solid #000;
	margin: 0 0 10px 0;
}


