@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#top {
}
a {
	color: #9E3A16;
	text-decoration: none;
}
a:hover {
	color: #9E3A16;
	text-decoration: underline;
}
td {
	text-align: left;
}
.row0 {
	color: #FFF;
	background-color: #9E3A16;
}
.row1 {
	background-color: #FFF6E7;
}
.row2 {
	background-color: #F8F8F8;
}
.rightbox {
}
.small {
	font-size: .9em;
	font-style: italic;
}
.outlined {
	margin: 0px;
	padding: 1px;
	border: 1px solid #333;
	display: block;
}
.cboxed {
	margin: 0px;
	padding: 6px;
	background-color: #FFF6E7;
	font-size: 1.1em;
	border: 2px solid #333;
}
.ovalbox {
	width: 160px;
	margin: 4px;
	height: 100px;
	overflow: hidden;
	padding-top: 26px;
	padding-right: 32px;
	padding-bottom: 26px;
	padding-left: 32px;
	text-align: center;
	font-size: 1.1em;
}
.ovaltm {
	width: 190px;
	margin: 4px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	font-size: 1.1em;
	padding: 48px;
}
.centre {
	text-align: center;
}
.imager {
	float: right;
	padding: 4px;
	margin: 4px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
}
.imagel {
	float: left;
	margin: 4px;
	padding: 4px;
	border: 1px solid #E8E8E8;
}
#bottom {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EECB8F;
}
#single  {
	height: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#footer {
	text-align: left;
	width: 900px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0.9em;
	color: #333;
	padding: 0;
} 
#footer h1 {
	margin: 4px;
	padding: 4px;
	font-size: 1.2em;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p a {
	color: #900;
	text-decoration: none;
}
#footer p a:hover {
	color: #000;
	text-decoration: none;
}
#footer .underlined {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9C7F4;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#footer .first {
	display: block;
}
#footer .first ul li {
	list-style-image: none;
	list-style-type: none;
}
#footer .second {
	display: block;
	padding: 2px;
	margin-left: 278px;
}
#footer .second ul li {
	list-style-image: none;
	list-style-type: none;
	padding-top: 2px;
}
#footer .second ul li a {
	color: #282B9B;
	text-decoration: none;
}
#footer .second h3 {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#footer .third {
	display: block;
	margin: 0px;
	padding: 0px;
}
#footer .third h3 {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#footer .third ul li {
	list-style-image: none;
	list-style-type: none;
	padding-top: 2px;
}
#lowbar {
	font-size: .8em;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footermenu {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#footermenu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#footermenu ul li {
	padding: 4px;
	margin-right: 12px;
	margin-left: 12px;
}
#footermenu ul li a {
	color: #E6D7B9;
	text-decoration: none;
}
#footermenu p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#footermenu p a {
	color: #E5F2FF;
	text-decoration: none;
}

#copyright {
	text-align: right;
	color: #E8E8E8;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 8px;
	clear: both;
}

#copyright a {
	margin: 0;
	border: 0;
	color:#CE5100;
	text-decoration: none;
}

#copyright a:active, #copyright a:hover {
	color:#621E16;
	margin: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#fullContent form .fields fieldset .fields li {
	background-image: none;
	list-style-type: none;
}
.fields ol {
	list-style-type: none;
}
.fields li {
	list-style-type: none;
	padding-bottom: 6px;
}

.fields  fieldset {
	border: 1px solid #CCCCCC;
	padding-left: 12px;
	font-size: 1.2em;
	color: #333333;
	display: block;
	margin: 12px;
}
.fields .highlight {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 90%;
}
.fields  .required  {
	border: 1px solid #FF6600;
}
.fields .req {
	font-size: .64em;
	font-weight: normal;
}
.fields select {
	width: 90%;
}
.fields textarea {
	width: 90%;
	border: 1px solid #CCCCCC;
}
.fields #imgcode {
	width: 6em;
	border: 1px solid #FF6600;
	font-size: 1.2em;
}
.fields span {
	display: block;
	font-size: .9em;
	font-weight: bold;
}
.fields input {
	border: 1px solid #CCCCCC;
}
.wide {
	width: 90%;
}
.none {
	width: auto;
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.options ul {
	list-style-type: none;
}
.options  li {
	list-style-type: none;
	width: 33%;
	display: block;
	padding-bottom: 10px;
}
.options span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.fields .submit {
	width: 120px;
	height: 30px;
	margin-right: 60px;
}
.advert   {
	padding: 4px;
	text-align: center;
	margin: 4px;
}
.taf {
	display: block;
	padding-top: 12px;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

