
html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:10px;
	text-align:center;
	background-image:url(images/gradient.gif);
	background-repeat:repeat-x;
}
/*Page layout*/
#container{
	width:780px;
	margin:auto;
	margin-top:10px;
	text-align:left;
	font-size:1.2em;
	padding:5px;
	border:#a01212 solid 1px;
	background-color:#FFFFFF;
}
#main_content{
	float:left;
	width:780px;
	margin-bottom:10px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}
#main_content img.footer{
position:relative;
bottom:0;
right:25px;
float:right;
}
#footer_nav{
	clear:both;
	width:780px;
}
.navbar{
	width:780px;
	height:30px;
	padding:8px 0px 0px 0px;
	background-image:url(images/b_g.gif);
	color:#FFFFFF;
    text-align:center;
}
.navbar a{
	color:#FFFFFF;
	background-color:inherit;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 15px;
}
.navbar .current{
color:#FF9900;
}
.navbar img{
	padding:0px 0px 6px 0px;
}
.navbar a:hover{
	text-decoration:underline;
	color:#FF9900;
}
.header{
	width:780px;
	height:161px;
	background-image:url(images/banner3.jpg);
	background-repeat:no-repeat;
    margin-top:10px
}
.spacer{
	height:10px;
	background-color:#ffffff;
	color:#FFFFFF;
}
.left
{
float:left;
width:165px;
padding-top:10px;
padding-left:20px;
padding-right:20px;
}
.left h1{
font-size:1.4em;
display:block;
border-bottom:#A01212 solid 2px;
margin-bottom:5px;
}
.left h2{
display:block;
border-bottom:#A01212 solid 2px;
margin-bottom:5px;
}
.left h3{
display:block;
border-bottom:#A01212 solid 2px;
margin-bottom:5px;
}
.left h4{
font-size:1em;
display:block;
border-bottom:#A01212 solid 2px;
margin-bottom:5px;
}
.left p{
display:block;
border-bottom:#000000 dotted 1px;
}
.left p.news{
font-size:0.8em;
}
.left p.gap{
margin-top:40px;
}
.left a{
text-decoration:none;
color:#000000;
}
.left a:link{
color:#000000;
}
.left a:visited{
color:#999999;
}
.left a:hover{
font-weight:bold;
}
.left p.current{
font-weight:bold;
color:#A01212;
}
.left a.current{
font-weight:bold;
color:#A01212;
}
.right
{
	float:right;
	width:535px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	line-height:150%;
}
.right h1{
font-size:1.4em;
display:block;
border-bottom:#A01212 solid 2px;
margin-bottom:5px;
}
.right h2{
display:block;
border-bottom:#A01212 solid 2px;
margin-bottom:5px;
}
.right h3{
display:block;
border-bottom:#A01212 solid 2px;
}
.right h4{
display:block;
border-bottom:#A01212 solid 2px;
}
.right h5{
font-size:1em;
}
.right ul li{
color:#333333;
}
.right p{
color:#333333;
}
.fix{
	clear:both;
	height:1px;
}
.footer_links{
	height:22px;
	background-color:#a01212;
	color:#000000;
	text-align:center;
	padding:3px 0px 0px 0px;
}
.legal_info{
	background-color:#e4dad1;
	color:#000000;
	text-align:center;
	line-height:15px;
	font-size:9px;
	padding:10px 0 10px 0;
    margin-top:10px
       
}
.footer_links a{
	text-decoration:none;
	color:#ffffff;
	background-color:inherit;
	padding:0px 15px 0px 15px;
	font-weight:bold;
	font-size:10px;
}
.footer_links a:hover{
	text-decoration:underline;
}
.legal_info a{
	color:#000000;
	text-decoration:none;
	padding:0 15px 0px 0px;
}
.legal_info a.copy{
padding:0;
}
.legal_info a:hover{
text-decoration:underline;
}
#blockquote{
width:520px;
float:right;
padding-top:20px;
display:block;
border-top:#A01212 solid 2px;
border-bottom:#A01212 solid 2px;
background-color:#E4DAD1;
margin-bottom:20px;
}
blockquote.withquote {
background:url(images/quote.gif) no-repeat;
background-position:top left;
text-align: justify;
font-style:italic;
padding-left:20px;
} 
p.withunquote {
background:url(images/unquote.gif) no-repeat;
background-position:bottom right;
padding-right:5px;
}
#image{
width:210px;
height:170px;
float:right;
background-color:#FFFFFF;
}
#image img{
text-decoration:none;
border-style:none;
position:relative;
top:0px;
left:0px;
}
.left p.address{
border:none;
font-size:0.9em;
}
#banner{
width:100%;
text-align:center;
}
.left img{
margin-right:5px;
}
.text form {
	margin: 10px 0 20px 7px; 
}
.text fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 20px;
	/*width: 600px;*/
}

.text .hand, .text .print {
	display: none;
}


.text input, .text select {
	background-color: #F8F3EF;
	color: #414F4B;
	border: 1px solid #4C5854;
	margin: 0 0 0 0;
	width: 150px;
	display: block;
}

.text textarea {
	background-color: #F8F3EF;
	color: #A01212;
	border: 1px solid #4C5854;
	margin: 0 30px 0 0;
	height: 200px;
}

/* sets the enquiry box to the right of the input fields */
.labelfloat {
	float: right;
	padding-top: 20px;
}

.text label {
	color: #4F4F4F;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}


.text button {
  background-color: #8996B8;
  color: #fff;
  width: 80px;
  display: inline;
}
.right td.even{
background-color:#e4dad1;
}
#main_content img.anchor{
position:relative;
bottom:0;
float:right;
text-decoration:none;
border-style:none;
}
#main_content a:visited{
border:0;
}  
form{
width:450px;
padding-top:25px;
}
fieldset{
width:470px;
margin-left:10px;
padding:5px;
}
legend{
margin-left:10px;
}