/* Centre Styles */
body {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow:scroll;
}

#all_content{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
/* END OF Centre Styles */

/* Header */
#header{
	height: 185px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#main-body{
	width: 750px;
}

/* Left column holder containing navigation & address */
#left_column{
	float: left;
	width: 180px;
	text-align: left;
	padding-top: 10px;
}

/* Right column holder containg testimonials, request feedback etc */
#right_column{
	float: right;
	width: 150px;
	text-align: left;
	padding-top: 20px;
}

/* Holds main content centred on page */
#centre_content{
	float: right;
	width: 330px;
	margin-right: 0px;
	margin-left: 20px;
	text-align: left;
	margin-top: 20px;
}

/* Hidden from IE-Mac \*/
#centre_content{
	float: left;
	width: 380px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	margin-top: 20px;
}
/* End hide */

#centre_content_2col {
	float: left;
	width: 530px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	margin-top: 20px;
}

#centre_content_1col {
	float: left;
	width: 700px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	margin-top: 20px;
}

a
{
	color: #009999;
}

.overlib-a
{
	color: #32336b;
}

/* Footer holding navigation */
#footer{
	width: 750px;
	clear: both;
	height: 20px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Spacer for footer (top & bottom) */
#footer-spacer {
	height: 20px;
	clear: both;
}

.footer-spacer {
	height: 20px;
	clear: both;
}

#centre_footer {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}


/*//////////////////////////////////////////////////////////////*/
/* NAVIGATION STYLES BELOW */

/* Top level navigation */
.lnav {}

ul.lnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

ul.lnav li {
	display: block;
	width: 180px;
	text-align: left;
}

ul.lnav li a {
	display: block;
	margin: 0px;
	background-color: #FFFFFF;
	color: #009999;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
}
ul.lnav li a:hover {
	color: #333366;
}

/* Sub level navigation */
.lnav2 {}

ul.lnav2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

ul.lnav2 li {
	display: block;
	width: 170px;
	text-align: left;
}

ul.lnav2 li a {
	display: block;
	margin: 0px;
	background-color: #FFFFFF;
	color: #333366;
	text-decoration: none;
	border-bottom-width: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left:10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

ul.lnav2 li a:hover {
	color: #333366;
	text-decoration: underline;
}




/*//////////////////////////////////////////////////////////////*/
/* TEXT STYLES BELOW */

/* Contact details */
.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
}

.contact-large {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333366;
	text-align:center;
}

a.contact {
	text-decoration:underline;
	color: #009999;
}

a.contact:hover {
	text-decoration:underline;
	color: #333366;
}

/* Footer navigation */
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

a.footer {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

/* Main body text */
p {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	/*color: #333333;*/
	font-size:12px;
	color:#000000;
	line-height: 16px;
	
}
a.p {
	text-decoration:underline;
	color: #009999;
}
a.p:hover {
	text-decoration:underline;
	color: #009999;
}

.contactDiv {
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
}

a.contactDiv {
	font-weight:bold;
	text-decoration:underline;
	color: #009999;
	font-weight:bold;
	text-align:center;
}

/* Titles */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333366;
	line-height: 16px;
}



a.h1 {
	text-decoration:underline;
	color: #009999;
}

a.h1:hover {
	text-decoration:underline;
	color: #009999;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	line-height: 12px;
}

/*////////////////////////////////////////////////*/
/*image styles*/
img{
	border:none;
}

/*//////////////////////////////////////////////////////////////*/
/* STYLES FOR LATEST NEWS */

.news_holder {
	width: 370px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

.news_line {
	width: 380px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

.image-left {
	float: left;
	/*clear: right;*/
	margin-right: 5px;
	/*border: 1px solid #666666;*/
	height: 85px;
	width: 85px;
	margin-top: 3px;
	margin-bottom: 5px;
	vertical-align:top;
}

/* STYLES FOR RIGHT HAND COLUMN */
.righthand-box {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f9f9f9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.righthand-box p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	color: #333333;
	font-size: 10px;
	line-height: 12px;
}
.sitesearch {
	background-image: url(/images/icons/site_search.gif);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.customerServices {
	background-image: url(/images/icons/customer_services.gif);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 12px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.feedback {
	background-image: url(/images/icons/feedback.gif);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 40px;
	padding-top: 12px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.clients {
	background-image: url(/images/icons/our_clients.gif);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.noSubImage {
	background-image: url(/images/icons/noSubImage.gif);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.latestNews {
	background-image: url(/images/icons/latest_news.gif);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.articles {
	background-image: url(/images/icons/articles.gif);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 12px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

a.articles
{
	color:#CC6633;
}

.training-courses {
	background-image: url(/images/icons/articles.gif);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 12px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

/* Scrolling Customers style*/
.scroll_customers {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	line-height:16px;
}

a.scroll_customers {
	text-decoration:underline;
	color: #009999;
}

a.scroll_customers:hover {
	text-decoration:underline;
	color: #333366;
}

.news-right {
	float: right;
	clear: left;
	margin-right: 0px;
	/*border: 1px solid #666666;*/
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* Table Styles */
.table-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-header a {
	color: #FFFFFF;
	text-decoration: none;
}
.table-header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.table-row1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-row1 a {
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
}
.table-row1 a:hover {
	text-decoration: underline;
	color: #000066;
}

a.faq_link
{
	color: #009999;
	font-size:12px;
	font-weight:bold;
}

.plain-link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-decoration:none;
}

.hospital-table
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 16px;
}

.table-style {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	
}

.more-text
{
	font-size:10px;
	font-weight:bold;
	padding-bottom: 15px;
}

.right-image-div
{
	float:right;
	margin-left:5px;
	margin-bottom:2px;
}

.left-image-div
{
	float:left;
	margin-right:5px;
	margin-bottom:2px;
}

.bottom-links-div
{
	clear:left;
	padding-left:10px;
}

#contact-header
{
	font-weight:bold;
	font-size:12px;
}

.contact-table
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
}

.contact-table-td
{
	padding-bottom:10px;
	vertical-align:top;
}

.contact-sub-table-image-td
{
	padding-right:10px;
	text-align:left;
	width:34px;
}

.standard-ul
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.feedback-div-3-col
{
	width: 160px;
	text-align: center;
	clear:none;
	float:left;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:10px;
}