@charset "utf-8";
/* CSS Document */

.FloatImageLeft {
	padding: 2px;
	float: left;
}
.FloatImageRight {
	padding: 2px;
	float: right;
}
.SubFooter {
	clear: both;
	float: left;
}
/* Centre details */
#cdetails {
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: smaller;
 font-weight:bold color: #666;
	text-align: center;
}
/* Contact Form */

form, label, input, select, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
}
label {
	float: left;
	width: 150px;
	font-weight: bold;
}

input {
	width: 180px;
	margin-bottom: 5px;
}
select {
	width: 187px;
	margin-bottom: 5px;
}
textarea {
	width: 180px;
	height: 50px;
}
.smallbutton {
	width:60px;
	vertical-align:middle;
}
.boxes {
	width: 1em;
}
br {
	clear: left;
}
/* Single Wide Column Formatting */
#widecol1 {
	float: left;
	width: 67%;
	padding-top: 30px;
	margin-top: 5px;
}
#widecol1 a {
	text-decoration: none;
}
#widecol1 a:link {
	text-decoration: none;
	color:#03C;
}
#widecol1 a:visited {
	text-decoration: none;
	color:#90F;
}
#widecol1 a:hover {
	text-decoration:none;
	font-weight:bold;
}
#widecol1 a:active {
	text-decoration:none;
	font-weight:bold;
}
#widecol1 p {
	margin-bottom: -8px;
}
.links #widecol1 h1 {
	margin-bottom: 10px;
}
.links #widecol1 p {
	font-size:12px;
}
