*
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

body
{
	background: #bddae6 url(/images/backgroundBody.jpg) 0 0 repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 80%;
}

.pageContainer
{
	background-color: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.pageContainer .headerContainer
{
	background: #000 url(/images/backgroundHeader.gif) 0 0 no-repeat;
	width: 800px;
	height: 81px;
	display: block;
	clear: both;
}

.pageContainer .headerContainer .logo
{
	margin: 20px 10px 10px 30px;
	float: left;
}

.pageContainer .headerContainer .contactContainer
{
	float: right;
	margin: 5px;
	color: White;
	text-align: right;
	margin-top: 4px;
}

.pageContainer .headerContainer .contactContainer .openingTimesLabel
{
	clear: both;
	display: block;
	font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.pageContainer .headerContainer .contactContainer .telephoneLabel
{
	clear: left;
	color: #009ccd;
}

.pageContainer .headerContainer .contactContainer .emailLabel
{
	clear: left;
	color: #009ccd;
}

.pageContainer .headerContainer .contactContainer a
{
	color: White;
	text-decoration: underline;

}

.pageContainer .headerContainer .contactContainer a:hover
{
	color: White;
	text-decoration: none;
}
.pageContainer .headerContainer .contactContainer .address
{
	display: block;
	clear: left;
	color: #009ccd;
	font-weight: bold;
}

.pageContainer .menuContainer
{
	clear: both;
	width: 800px;
	height: 18px;
	display: block;
	background: #0f5d7f url(/images/backgroundMenu.gif) 0 0 repeat-y;
	color: #fff;
	text-align: right;
	font-size: 90%;
}

.pageContainer .menuContainer ul
{
	text-align: center;
	float: left;
}
.pageContainer .menuContainer li
{
	display: block;
	float: left;
	width: 100px;
}

.pageContainer .menuContainer li a
{
	color: White;
	text-decoration: none;
	width: 100%;
	height: 18px;
	display: block;
}

.pageContainer .menuContainer li a:hover
{
	background-color: #9fbecc;
	color: #213f4f;
}

.pageContainer .breadCrumbContainer
{
	background: #193647 url(/images/backgroundBreadCrumb.gif) 0 0 repeat-y;
	height: 20px;
	color: White;
	font-size: 90%;
	padding: 3px 3px 0px 10px;
	display: block;
}



.pageContainer .footerContainer 
{
	clear: both;
	background: #1f1d21 url(/images/backgroundFooter.gif) 0 0 no-repeat;
	color: #009ccd;
	height: 62px;
}

.pageContainer .footerContainer .logo
{
	padding: 20px 10px;
	margin: 0px 0px 0px 20px;
	display: block;
}

.pageContainer .footerContainer .linksContainer
{
	float: right;
	width: 265px;
	margin-top: 22px;
}

.pageContainer .footerContainer .linksContainer li
{
	display: block;
	width: 80px;
	float: left;
	text-align: center;
}

.pageContainer .footerContainer .linksContainer a
{
	color: #009ccd;
	text-decoration: none;
}

.pageContainer .footerContainer .linksContainer a:hover
{
	color: #009ccd;
	text-decoration: underline;
}

.pageContainer .footerContainer .linksContainer a:visited
{
	color: #009ccd;
}

/* Page Content styles */
.pageContainer .bodyContainer
{
	background: #fff url(/images/backgroundContent.gif) 0 0 repeat-y;
	min-height: 350px;
	padding: 15px 15px 15px 10px;
}

.pageContainer .bodyContainer .pageHeight
{
	float: left;
	width: 1px;
	height: 350px;
}

.pageContainer .bodyContainer p
{
	 line-height: 150%;
	 margin-top: 1em;
	 margin-bottom: 1em;
}

.pageContainer .bodyContainer h1
{
	color: #009ccd;
	font-size: 140%;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

.pageContainer .bodyContainer .ha
{
	color: #009ccd;
	font-size: 140%;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

.pageContainer .bodyContainer h2
{
	color: #009ccd;
	font-size: 100%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.pageContainer .bodyContainer .hb
{
	color: #009ccd;
	font-size: 100%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.pageContainer .bodyContainer h3
{
	color: #000;
	font-size: 110%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.pageContainer .bodyContainer .hc
{
	color: #000;
	font-size: 110%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.pageContainer .bodyContainer .hd
{
	color: #505050;
	font-size: 100%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


.pageContainer .bodyContainer ul
{
	 line-height: 150%;
	 margin-left: 2em;
	 margin-bottom: 2em;
}

.pageContainer .bodyContainer a
{
	color: #009ccd;
	text-decoration: none;
	font-weight: bold;
}

.pageContainer .bodyContainer a:hover
{
	color: #009ccd;
	text-decoration: underline !important;
}

.pageContainer .bodyContainer a:visited
{
	color: #009ccd;
	text-decoration: none;
	font-weight: bold;
}


/* Form elements */
.form
{
}

.formPair
{
	display: block;
	width: 100%;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

.formPair .label
{
	font-weight: bold;
	display: block;
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 1em;
}

.formPair .field
{
}

.form .buttons
{
	text-align: right;
	margin-right: 30px;
}

.breadCrumbContainer
{
	color: #d0d0d0 !important;
         padding-left: 20px !important;
	font-size: 85% !important;
	padding-top: 5px !important;
}

.breadCrumbContainer a
{
	color: #d0d0d0 !important;
	text-decoration: none;
}

.breadCrumbContainer a:hover
{
	text-decoration: underline;
}

.breadCrumbContainer .current
{
	color: White !important;
}

.imageRight
{
	float: right;
	margin: 5px;
	border: 1px solid #c0c0c0;
}


.imageLeft
{
	float: left;
	margin: 5px;
	border: 1px solid #c0c0c0;
}

td, th
{
	--font-size: 85%;
}

.socialBookmarkContainer
{
	margin-left: 5px;
}

.navigator
{
	float: left;
	width: 150px;
	margin-right: 10px;

	
}


.navArea
{
	margin: 0px;
	margin-left: 5px;
	clear: left;
	font-size: 85%;
	width: 140px;
	display: block;
	float: left;
	margin-bottom: 10px;

}



.navAreaHeader
{
	display: block;
	margin-bottom: 3px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	font-size: 130%;
	color: #000;

}

.navAreaHeaderSelected
{
	display: block;
	margin-bottom: 3px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	font-size: 130%;
	color: #000;

}

.navAreaItems
{
	padding-bottom: 50px;
	color: #000;
	font-weight: bold;
}

.navAreaItems div
{
	display: block;
	width: 95%;
	margin-left: 0px;
	margin-right: 5px;
	border-bottom: 1px dashed #666;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

.navAreaItems a
{
	color: #000 !important;
	font-weight: normal;
	text-decoration: none;
}

.servicesStripPanel
{
	float: left;
	background-color: #c1d5de;
	height: 400px;
	clear:right;

}
.servicesStripPanel img
{
	display: block;
	clear: left;
}

.serviceContent
{
	display: block;
	float: left;
	clear: right;
	width: 560px;
	background-color: #c1d5de;
	margin-top: -3px;
	margin-left: 0px;
	padding: 10px;

}


.serviceDetailStripPanel
{
	margin-left: 0px;
	background-color: White;
	height: 27px;
	overflow: hidden;

}


/* jQuery Tools */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 
	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;
	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:12px;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#c1d5de;
	border-bottom:2px solid #c1d5de;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#c1d5de;	
}

.hot
{
	color: red;
	font-weight: bold;
}

img.floatRight
{
   float: right;
}

img.floatLeft
{
   float: left;
}

/* End of jQuery Tools */















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

