body {
	background-color:#005B7E;
	margin:0;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
	color:#005B7E;
	}
a:visited {
	color:#0C232C;
}	
a:hover {
	text-decoration: none;
}

#headerholder {
	background-color:#0C232C;
	padding-top:10px;
}

#header {
	width:780px;
	height:120px;
	margin: 0 auto;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	background-color:#005B7E;
}

#header .left {
	background:url(/images/banner20.gif);
	width:450px;
	height:90px;
	float:left;
	padding:30px 0 0 30px;
}

#header .left strong {

	font-size:20px;

}

#header .right {
	/*background:url(/dev/images/banner19b.gif);*/
	width:250px;
	height:95px;
	padding:25px 0 0 50px;
	float:right;
}

#contentholder {
	background-color:#005B7E;
}

#content {
	width:780px;
	margin: 0 auto;
}

#contentmain {

	width:580px;
	float:left;
	background-color:#F8F8F8;
}

#contentmain .left {

	width:180px;
	float:left;

}

#contentmain .right {

	width:380px;
	float:left;
	padding:5px 10px 0 10px;
	text-align:justify;

}

#contentmain .right h1 {
	font-size:16px;	
	color:#0C232C;
}

#contentmain .right h2 {
	font-size:15px;	
	color:#0C232C;
}

#contentright {

	width:200px;
	float:right;
	background-color:#F8F8F8;
	
}

#contentright .contact {

	margin:5px auto;
	padding:5px;

}

#contentright .contact h3 {

	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin-top:-5px;
	text-align:center;

}


#contentright .contact input {

	width: 122px;
	color:#666666;


}

#contentright .contact .fi {

	margin-bottom:10px;


}

#contentright .image  {

	text-align:right;

}

#contentright .contact label {

	width: 55px;
	float:left;
	display: block;
	margin-top:4px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;

}

.centre {
	text-align:center;
}
.bold {
	font-weight:bold;
}

.green {
	color:#005B7E;
}

.red {
	color:#cc0000;
}

.badges {
	margin-top:10px;
}

.badges img {

	width:70px;
	height:70px;
	border:0;

}

.further {
	padding:0 5px 0 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.further a {
	color:#333333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
}
.further a:hover {
	text-decoration:none;
	color:#000000;
}

/* COntact FOrm */

#contactform label {

	width:80px;
	display:block;
	float:left;
	font-weight:bold;
	color:#0C232C;
	padding:3px 0 0 0;
}

#contactform input, #contactform select {

	padding:3px;
	width:255px;
	

}
/* Google Map */

#map {
	width:360px;
	height:300px;
}

/* Price Table */

.pricetable {
	border:1px solid #000000;
	
}

.pricetable .price {

	width:50px;
	text-align:center;
	font-weight:bold;

}


/* menu styling */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
width: 180px; /* Main Menu Item widths */
z-index:100;
}
 
.sidebarmenu ul li{
position: relative;
z-index:100;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#666666;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #005B7E;
border-right: 1px solid #005B7E;
z-index:100;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color:#FFF3B8; /*background of tabs (default state)*/
z-index:100;
}

.sidebarmenu .sidebarmenu2 {
border:1px solid #000000;
z-index:100;
}

.sidebarmenu ul li .selected{
color: #000000;
z-index:100;
}

.sidebarmenu ul li a:hover{
background-color: #856F00;
color:#FFFFFF;
z-index:100;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
z-index:100;
}

.sidebarmenu a.subfolderstyle{
background: url(images/rightarrow.gif) no-repeat 97% 50%;
z-index:100;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */