body{
	background:#f1f1f1 url(../images/body.gif) top left repeat-x;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#262626;
	padding:0;
	margin:0;
	}
	
div, p, h1, h2,   h2, h4, form, label, input, select{
	padding:0;
	margin:0;
	}
	
img{
	padding:0;
	margin:0;
	border:none;
	}
	
p{
	padding-bottom:15px;
	}
	
ul{
	margin:0;
	padding:0;
	list-style-type:none
	}	
	

a{
	outline:none;
	color:#b91b1b;	
	text-decoration:none;
	line-height:14px;
	}
	
a:hover{	
	color:#6a0001;
	text-decoration:underline;
	}	
	
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	}
	
.left{
	float:left;
	width:auto;
	}
	
.right{
	float:right;
	width:auto;
	text-align:right;
	}
	
.topnav{
	color:#5c5c5c;
	line-height:14px;
	}
h1 {
	color:#b40b0b;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	padding-bottom:6px;
}
h1 a {
	color:#b40b0b;
	text-decoration:none;
}
h1 a:hover {
	color:#5a0000;
	text-decoration:none;
}
	
  h2{
	color:#b40b0b;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	padding-bottom:6px;
	}

	
  h2 a{
	color:#b40b0b;
	text-decoration:none;
	}

	
  h2 a:hover{
	color:#5a0000;
	text-decoration:none;
	}

	
#wrapper{
	width:940px;
	margin:0 auto;	
	background:#fff;
	padding:10px;
	}
	
.phone{
	color:#000;
	font-size:16px;
	font-weight:bold;
	}
	
/*navigation*/
	
.left_nav{	
	float: left;
	list-style: none;
	padding:0px 0 0px 0;
	margin:0;
   }
   
.left_nav li{	
	display: inherit;
	width:209px;
	border-bottom:1px dashed #676767;
   }
   
.left_nav li a{	
	color:#4c4c4c;
	font-size:13px;
	display: block;
	font: normal 13px Arial;
	text-transform:uppercase;	
	line-height:15px;
	padding:10px 0 10px 12px;
	text-decoration: none;
   }
   
.left_nav li a:hover, .left_nav li a.current{
	background:url(../images/menu_over.jpg) top left repeat-y;
	color: #fff;
	display: block;	
	text-decoration: none;
   }	
  
 .topleft{
 	background:url(../images/topleft.gif) top left no-repeat;
	width:10px;
	height:10px;
 	}
	
.topright{
 	background:url(../images/topright.gif) top left no-repeat;
	width:10px;
	height:10px;
 	}
	
.botleft{
 	background:url(../images/botleft.gif) top left no-repeat;
	width:10px;
	height:10px;
 	}
	
.botright{
 	background:url(../images/botright.gif) top left no-repeat;
	width:10px;
	height:10px;
 	}
	
.mid{
	background:#f4dbdb;
	}
	
.midtext{
	padding:10px 15px;
	}
	
.border_bot{
	border-bottom:1px dashed #676767;
	}
	
.news{
	list-style:none;
	width:210px;
	float:left;
	}
	
.news li{	
	display: inherit;	
	border-bottom:1px dashed #676767;
	color:#4c4c4c;
	font-size:13px;
	display: block;		
	font: normal 13px Arial;	
	padding:10px 0 10px 0px;
	text-decoration: none;
   }
   
/*footer*/
   
.footer{
	background:#dddddd;
	color:#636363;
	}
	
.footer a{
	background:#dddddd;
	color:#636363;
	text-decoration:none;
	padding:0 2px;
	}
	
.footer a:hover{
	color:#333333;
	text-decoration:none;	
	}
.textarea{
	background-color:#F4F4E8;
	padding:0 3px;
	width:300px;
	height:70px;
	border:1px solid #999;
	color:#272727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.selectfield{
	background-color:#F4F4E8;
	padding:0 0 0 3px;
	width:220px;
	height:18px;
	border:1px solid #999;
	color:#272727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.button{
	background:url(../images/button.gif) top left repeat-x;
	padding:1px 8px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	border:1px solid #999;
	text-decoration:none;
	color:#272727;
	cursor:pointer;
}
span.capitalise {
	text-transform: capitalize;
}
.floatRight {
	float: right;
	padding-bottom: 7px;
	padding-left: 7px;
}

