@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	outline:none;
}

body,td,th {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #666666;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-height:100%;
	background:#ebebeb;
}

html {
	min-height:100%;
}

a {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

h1 {
	color:#0087C0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	padding:0 0 15px 0;
}

h2 {
	color:#0087C0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	padding:0 0 15px 0;
}

h2 a{
	color:#0087C0;
}


p {
	padding:0 0 15px 0;	
}

#overall {
	float:left;
	width:100%;
	min-height:100%;
	background:#FFF url(../images/topBg.jpg) top repeat-x;
}

#overall2 {
	float:left;
	width:100%;
	min-height:100%;
	background:url(../images/bottomBg.jpg) bottom repeat-x;
}

#centralise {
	margin:0 auto;
	width:870px;
}

#site {
	float:left;
	width:870px;
	min-height:360px;
	padding:40px 0px 40px 0px;
}

#header {
	float:left;
	width:870px;
	padding:0 0 20px 0px;
}

#header .logo {
	float:left;
	width:400px;
	height:75px;
}

#header .logoText {
	float:left;
	margin-left:-9999px;
	margin-top:-9999px;
}

#header .contact {
	float:right;
	width:183px;
	text-align:center;
	margin-right:-5px;
}

#header .contact .gpReferral {
	float:left;
	width:183px;
	padding:5px 0 10px 0;
}

#header .contact .gpReferral a {
	float:left;
	width:163px;
	height:27px;
	padding:5px 20px 0 0;
	background:url(../images/headerGPBg.png) top no-repeat;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#header .contact .gpReferral a:hover {
	background:url(../images/headerGPBgRo.png) top no-repeat;
}

#header .contact .telephone {
	float:left;
	width:163px;
	padding:2px 20px 2px 0px;
	color:#0087C0;
	font-size:14px;
	font-weight:bold;
	background:url(../images/headerTelephoneBg.gif) right no-repeat;
}

#flashArea {
	float:left;
	width:870px;
	height:245px;
}

#pathway {
	float:left;
	width:870px;
	padding:7px 0 15px 0;
	font-size:9px;
	color:#666666;
}

#pathway a{
	color:#666666;
	text-decoration:none;
}

#pathway a:hover{
	color:#666666;
	text-decoration:underline;
}

#mainArea {
	float:left;
	width:870px;
	background:url(../images/rightDevider.gif) right repeat-y;
}

#mainArea2 {
	float:left;
	width:870px;
	background:url(../images/rightandleftDevider.gif) right repeat-y;
}

#mainArea .left {
	float:left;
	width:600px;
	padding:20px 0 20px 0px;
}

#mainArea2 .left {
	float:left;
	width:410px;
	padding:20px 20px 20px 20px;
}

#mainArea .left ul, #mainArea2 .left ul {
	padding:0px	0px 20px 15px;
	margin:-15px 0 0 0;
	list-style:none;
}

#mainArea .left li, #mainArea2 .left li {
	padding:2px 0px 2px 0px;
	list-style-image:url(../images/bulletPoint.gif);
}

#mainArea .right, #mainArea2 .right {
	float:right;
	width:220px;
	padding:0px 0 0px 20px;
}

#footer {
	float:left;
	width:870px;
	border-top: 1px solid #0087C0;
	padding:10px 0 0 0;
	margin:50px 0 0 0;
	font-size:10px;
	text-align:center;
	color:#666666;
}

#footer a {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	color:#666666;
	text-decoration:underline;
}

#contactForm {
	float:left;
	padding:5px 5px 15px 5px;
	width:210px;
	background:#f5f5f5;
	font-size:11px;
	line-height:14px;
}

#contactForm .row{
	float:left;
	width:210px;
	padding:2px 0px 2px 0px;
}

#contactForm .column1{
	float:left;
	width:60px;
	text-align:right;
	color:#666;
	padding:2px 0 0 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#contactForm .column2{
	float:right;
	width:135px;
	padding:0 5px 0 0;
}

#contactForm .field{
	width:129px;
	border:1px solid #e1e1e1;
	padding:2px 2px 2px 2px;
	font-size:11px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #575757;
}

#contactForm .submit{
	float:left;
	width:210px;
	height:32px;
	border:none;
	background:url(../images/submitBtn.jpg) top no-repeat;
	margin-top:10px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}

#contactForm .submit:hover{
	background:url(../images/submitBtnRo.jpg) top no-repeat;	
}

#makeAppointment {
	float:left;
	padding:10px 15px 10px 18px;
	margin-top:20px;
	width:187px;
	background:#f5f5f5;
	font-size:11px;
	line-height:14px;
}

#makeAppointment a{
	float:left;
	width:163px;
	padding:7px 23px 0 0;
	height:25px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	background:url(../images/makeAppointmentBtn.jpg) top no-repeat;	
	text-align:center;
	font-weight:bold;
}

#makeAppointment a:hover{
	background:url(../images/makeAppointmentRoBtn.jpg) top no-repeat;	
}

#flashcontent {
	float:left;
	width:870px;
	height:245px;
	background:url(../flash/images/flashBG.jpg) top no-repeat;
}

.qualifications {
	font-size:10px;
	line-height:10px;
	color:#999;
	font-weight:bold;
}

#mainArea .left .listlevel1, #mainArea2 .left .listlevel1 {
	margin:0px 0 0 0;
	padding:0px	0px 0px 15px;
}



#preload {
	display:none;	
}
