	<!--

#frame {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	padding-bottom: 10px;
}

#header {
	height: 120px;
	width: 900px;
	background-image: url('../images/hbg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

#mid {
	width: 900px;
	margin-bottom: 5px;
	float: left;
	height: 180px;
}


#navmain {
	background-image: url('../images/elements/navb.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 900px;
	height: 30px;
	margin-bottom: 10px;
}

.horizontalmenu {
	width: 900px;	
	font-size: 8pt;
}
.horizontalcssmenu ul{
	margin: 0px 15px 0px 15px;
	padding: 0;
	font-size: 8pt;
	color: #000;
	float: left;
	width: 900px;	
}
.horizontalcssmenu ul ul {
	width: 90px;	
	border-top: 2px solid #FFFFFF;
	margin-left: 0px;
}
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color: #ffffff;
	font-size: 8pt;
}
.horizontalcssmenu ul li a{
	display: block;
	width: 90px;
	padding: 8px;
	text-decoration: none;
	background-repeat: none;
	color: white;
	font: bold 13px Tahoma;
	font-size: 8pt;
}
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	margin-top: 1px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 110;
	font-size: 8pt;
	text-align:left;
}
.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
}
.horizontalcssmenu ul li ul li a{
	color: #fff;
	width: 90px;
	font-weight: bold;
	background: #bb7e12;
	border-width: 0 1px 1px 1px;
	border-bottom: 1px solid #000;
}
.horizontalcssmenu ul li a:hover{
	color: #FFFFFF;
	background-image: url('../images/navup.jpg');	
}
.horizontalcssmenu ul li ul li a:hover{
	color: #fff;
	background-image: none;		
	background-color: #414141;	
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */





#content {
	background-color: #FFFFFF;	
	float: left;
	width: 100%;
}

#contactouter {
	height: 250px;
}

#contact {
	background-image: url('../images/contactform.jpg');
	background-repeat: repeat-y;
	width: 350px;
	margin-right: 10px;
	float: left;
	padding: 5px;
}

#contact textarea {
	width: 200px;
	height: 100px;
}

#contactdetails {
	float: left;
}

#contactmap {
	float: left;
	margin-left: 10px;
}

#contactdetails h3 a {
	color: #000000;
}

#map_canvas {
	border: 1px solid #333333;
}

#footer {
	width: 900px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #CCC;
	padding-top: 5px;
	float: left;
	margin-top: 10px;
	font-size: 8pt;
	color: #888888;
}
#footer a {
	padding: 3px
}
#footer p {
	font-size: 7pt;
	color: #e2991c
}

#cardBox {
	height: 140px;
	width: 200px;
	float: right;
	border: 1px solid #CCCCCC;
	padding: 5px;	
	background-image: url('../images/quotebg.jpg');
	background-repeat: repeat-x;	
	background-color: #dca600;	
}

#quoteBox a {
	display: block;
}
#quoteBox {
	height: 100px;
	width: 200px;
	float: right;
	border: 1px solid #CCCCCC;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('../images/quotebg.jpg');
	background-repeat: repeat-x;
	background-color: #dca600;
	text-align: center;
	margin-left: 10px;
	text-decoration: none;	
}
#quoteBox h3 {
	margin-top: 10px;
	font-size: 15pt;
	color: #FFFFFF;
}
#quoteBox p {
	margin-top: 10px;
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
	
}

#subsection {
	background-image: url('../images/elements/subsection.jpg');
	background-repeat: no-repeat;
	background-position: top-left;
	height: 164px;
	width: 900px;
	padding: 3px;
}

#subsection p {
	padding: 5px;
	margin-bottom: 2px;
}

#subsection h3 {
	margin-top: 0;
	margin-bottom: 0px;
	width: 885px;
}

#subsection ul {
	margin-top: 5px;
	float: left;
}
#subsection li {
	padding: 5px;
	font-size: 9pt;
	list-style-type: disc;
}
#subsection .point {
	margin-left: 100px;
}

#subsection .image li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	color: #dca600
}

#validation {
	border: 1px solid #FF0000;
	padding: 4px;
	font-weight: bold;
}

.image img {
	border: 1px solid #888888;
}

-->             