h1, h2, h3 {
	font-family:Frutiger Light, Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	font-size:28px;
	font-weight:400;
	padding:0px 0px 0px 0px;
	color:#1364C1;
	margin:22px 0px 12px 0px;
}
a h1, a h2, a h3 {
	text-decoration:none;
}

h1 span, h2 span, h3 span {
	color:#0B2687;
}
h2 {
	font-size:22px;
	position:relative;
	top:2px;
}
h3 {
	font-size:18px;
	margin:18px 0px 10px 0px;
}
h3.list {
	margin-bottom:12px;
}
p {
	padding: 0px 0px 18px 0px;
	text-align:left;
	font-size:13px;
	line-height:22px;
}

.italic {
	font-style:italic;
}

em {
	display:block;
	margin:10px 0px 0px 0px;
	font-style:italic;
	font-weight:normal;
	text-align:left;
	font-size:13px;
	line-height:22px;
}
strong {
	line-height:22px;
}
#header {
	background-image:url(../images/bannerflat.jpg);
	background-position:center;
	width:100%;
	height:108px;
}
body {
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
a {
	color: #1364C1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.grid_9 ul {
	list-style-type:none;
	margin:0px 0px 25px 15px;
}
.grid_9 ul li, .blueList li {
	padding: 0px 0px 5px 25px;
	text-align:left;
	font-size:13px;
	line-height:16px;
	background-image: url(backgrounds/bluearrow.gif);
	background-repeat: no-repeat;
	background-position:5px 4px;
}


/******************** Navigation ********************/


#navigation ul {
	margin:15px auto 0px auto;
	text-align:center;
	width:100%;
}
#navigation li {
	list-style:none;
	display:inline;
	margin-left:28px;
	color:#0C2578;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
}
#navigation li:first-child {
	margin-left:0px;
}
#navigation a {
	color:#0C2578;
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
}
#navigation a:hover {
	color:#1364C1;
	text-decoration:underline;
	-webkit-transition:color 0.1s linear;
}
#navigation a.active {
	color:#0C2578;
	text-decoration:underline;
}
sup {
	position:relative;
	top:-5px;
	font-size:8px;
	color:#B90202;
	text-transform:uppercase;
}

/***** Sub navigation *****/

#subNav {
	width:160px;
	margin:22px 0px 0px 0px;
	background:url(backgrounds/bluegrad.png) repeat-x top #003082; color:#fff; font-size:0.9em;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#subNav a {
	text-decoration:none;
	display:block;
	padding:10px 0 10px 12px;
	background:url(backgrounds/whitearrow.gif) no-repeat 144px center;
	color:#fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-transition:background 0.2s linear;
}

sup.brighter {
	color:red;
}

/* ie6 */

#subNav a:hover {
	background:url(backgrounds/whitearrow.gif) no-repeat 144px center #066CB7;
	color:#fff;
	-webkit-transition:background 0.1s linear;
}
#subNav a.active {
	background:url(backgrounds/whitearrow.gif) no-repeat 144px center #066CB7;
	color:#fff;
}
#subNav a.last {
	border:none;
}
#subNav ul {
	list-style:none;
	padding:0;
	margin:0;
	border-radius:6px;
	-moz-border-radius:6px;
}
#subNav li {
	padding:0;
	margin:0;
	border-radius:6px;
	-moz-border-radius:6px;
}


/******************** Brochure box ********************/


#bForm label {
	clear:left;
	display:block;
	float:left;
	padding-right:5px;
	margin-bottom:4px;
	margin-top:4px;
	font-size:11px;
}
#bForm input, #bForm textarea, #bForm select {
	display:inline;
	float:right;
	width:auto;
	font-size:11px;
}
#bForm input {
	width:120px;
	border:1px solid #bbb;
	background-image:url(backgrounds/stripe.png);
	padding-left:2px;
	margin-top:1px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#bForm select {
	width:120px;
}
#bForm textarea {
	clear:both;
	width:98%;
	border:1px solid #bbb;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin-bottom:5px;
	background-image:url(backgrounds/stripe.png);
	padding:2px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#bForm label.enquiryType {
	font-size:11px;
}
#bForm #submit {
	float:right;
	clear:both;
	margin-top:2em;
}
#bForm .rightInputs:focus, #bForm textarea:focus {
	background-color:#ffe;
}
#bForm input[type=submit] {
	border:1px solid #ccc;
	background:url(backgrounds/stripe.png);
	width:35%;
	height:18px;
	padding-bottom:2px;
}
#bForm input[type=submit]:hover {
	background-color:#eee;
	cursor:pointer;
}

#brochureBox, #callUsBox, #blogBox, #facebookBox, #videoBox, #openEventsBox, #iwgcBox {
	padding:10px;
	width:195px;
	margin-bottom:20px;
	background-image:url(backgrounds/stripe.png);
	background-repeat:repeat;
	border:1px solid #ddd;
	border-radius:6px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.4);
	-moz-border-radius:6px;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.4);
	-webkit-border-radius:6px;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.4);
}

#bForm2 input {
	border:1px solid #ccc;
	margin:2px 0px 10px 0px;
	padding:4px;
	width:185px;
	color:#666;
}

#bForm2 select {
	display:block;
	margin:2px 0px 10px 0px;
}

#bForm2 label {
	width:80%;
}

#bForm2 input[type=submit] {
	background-color:#efefef;
	width:130px;
	margin-top:5px;
	font-size:11px;
	color:#333;
}

#bForm2 input[type=submit]:hover {
	border-color:#999;
	cursor:pointer;
}

#bForm2 span#error {
	display:block;
	font-size:11px;
	margin-bottom:10px;
}

p.sideBar {
	font-size:12px;
	line-height:18px;
	padding-bottom:4px;
}

p.sideBar span {
	border-bottom:1px dashed #ddd;
}

#brochureBox small {
	display:block;
	font-size:11px;
	color:#ccc;
}


/******************** Testimonials box ********************/


blockquote {
	background-image: url(../images/lquo_flat.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding:20px 0px 12px 32px;
	font-size:12px;
	line-height:18px;
	color:#444;
	text-align:left;
	border:none;
}
blockquote span {
	background-image: url(../images/rquo_flat.png);
	background-repeat: no-repeat;
	background-position: 97.5% 100%;
	display: block;
	padding-right: 25px;
}
#testimonialBox {
	width:215px;
	background-image:url(backgrounds/stripe.png);
	background-repeat:repeat;
	border:1px solid #ddd;
	padding:0;
	border-radius:6px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	-moz-border-radius:6px;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius:6px;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
#testimonialBox p {
	margin:0px 0px 0px 33px;
	font-size:11px;
}


/******************** News box ********************/


#newsBox {
	width:215px;
	background-image:url(backgrounds/stripe.png);
	background-repeat:repeat;
	border:1px solid #ddd;
	margin-bottom:20px;
	border-radius:6px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.4);
	-moz-border-radius:6px;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.4);
	-webkit-border-radius:6px;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.4);
}
#newsBox h3 {
	margin:16px 20px 0px 20px;
	color:#444;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
}
#newsBox p {
	margin:10px 20px 0px 20px;
	font-size:11px;
	line-height:16px;
	font-style:italic;
}
#newsBox p a {
	font-style:inherit;
	color:#1364C1;
}


/******************** Blog box ********************/


#blogBox {
	padding-bottom:5px;
}

#blogBox p {
	margin-bottom:10px;
	padding-bottom:0;
	line-height:17px;
}

#blogBox a {
	font-style:normal;
}


/******************** Video box ********************/


#videoBox {
	padding-bottom:8px;
}


/******************** Open events box ********************/


#openEventsBox p {
	margin-bottom:0;
	padding-bottom:0;
	line-height:17px;
}

#openEventsBox a {
	font-style:normal;
}

/******************** Facebook box ********************/


#facebookBox {
	padding-bottom:5px;
}
#facebookBox p {
	margin-bottom:10px;
	padding-bottom:0;
	line-height:17px;
}
#facebookBox a {
	font-style:normal;
}

/******************** IWGC box ********************/

#iwgcBox a {
	display:inline-block;
	margin:5px 0 0 0;
	padding:4px 10px;
	font-size:11px;
	color:#333;
	border:1px solid #ccc;
	background-color:#efefef;
	text-decoration:none;
}
#iwgcBox a:hover {
	border-color:#999;
	cursor:pointer;
}

/******************** Footer ********************/


#footer {
	width:100%;
	height:150px;
	background:#fff url(../images/footerblue_flat.png) repeat-x;
	padding:0px;
	margin-top:20px;
}
p.footerTop {
	text-align:center;
	color:#ccc;
	font-size:11px;
	padding-top:28px;
}
p.footerBody {
	text-align:center;
	color:#999;
	font-size:11px;
	padding-bottom:10px;
	line-height:15px;
}
#footer ul {
	margin:0px auto 0px auto;
	text-align:center;
	padding-top:12px;
}
#footer li {
	list-style:none;
	display:inline;
	color:#999;
	font-size:11px;
	text-align:center;
	margin-left:25px;
}

#footer li:first-child {
	margin:0;
}
#locations {
	line-height:16px;
}


/******************** Homepage ********************/


div .rightImage {
	border:none;
	float:right;
	padding:10px 0px 0px 10px;
	
}

div .rightImage img {
	border:0px;
}

div .rightImage p {
	clear:both;
	font-size:11px;
	text-align:center;
	line-height:13px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin:2px;
	padding:0;
}
div .leftImage {
	border:none;
	float:left;
	padding:5px 14px 0px 0px;
	
}
div .leftImage img {
	border:0px;
}
div .leftImage p {
	clear:both;
	font-size:11px;
	text-align:center;
	line-height:13px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin:2px;
	padding:0;
}



/******************** Contact Page ********************/

#address {
	line-height:16px;
	padding-left:20px;
}

span.heavy {
	font-weight:700px;
}

.contactPageLabels {
width:100px;
padding-top:6px;
float:left;
}
.contactPageInputs {
width:250px;
float:right;
}
.contactPageForms label, .contactPageForms input {
display:block;
}
.contactPageForms label {
height:36px;
}
.contactPageInputs textarea, .contactPageInputs input {
width:100%;
}
.contactPageForms form {
margin:10px 0 0 20px;
} 
.contactPageForms p {
width:350px;
text-align:center;
clear:left;
}
.contactPageForms p input {
display:inline;
}
.contactPageForms input, .contactPageForms textarea {
	width:100%;
	margin:12px 0px;
	font-size:12px;
	border:1px solid #ccc;
	background-image:url(backgrounds/stripe.png);
	padding-left:2px;
	margin-top:1px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


.contactForms {
	font-size:12px;
}
.contactForms input, .contactForms textarea {
	width:100%;
	margin:12px 0px;
	font-size:12px;
	border:1px solid #bbb;
	background-image:url(backgrounds/stripe.png);
	padding-left:2px;
	margin-top:1px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.contactForms input.narrow {
	width:75%;
}
.contactForms label span {
	color:#999;
}
.contactForms input[type=submit] {
	border:1px solid #bbb;
	background:url(backgrounds/stripe.png);
	width:30%;
}
.contactForms input[type=submit]:hover {
	background-color:#eee;
	cursor:pointer;
}



/*

.blogPromo {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 108px;
	width: 108px;
	background: url(../images/blogbannerfw.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;}

*/


.callToAction {
	width:160px;
	margin:22px 0px 0px 0px;
	background:url(backgrounds/bluegrad.gif) repeat-x top #003082; color:#fff; font-size:0.9em;
	border-radius:6px;
	-moz-border-radius:6px;
}
.callToAction a {
	text-decoration:none;
	display:block;
	padding:10px 0 10px 12px;
	background:url(backgrounds/whitearrow.gif) no-repeat 144px center;
	color:#fff;
	border-radius:6px;
	-moz-border-radius:6px;
}

/* ie6 */

.callToAction a:hover {
	background:url(backgrounds/whitearrow.gif) no-repeat 144px center #0070B2;
	color:#fff;
}
.callToAction a.active {
	background:url(backgrounds/whitearrow.gif) no-repeat 144px center #0070B2;
	color:#fff;
}
.callToAction a.last {
	border:none;
}
.callToAction ul {
	list-style:none;
	padding:0;
	margin:0;
	border-radius:6px;
	-moz-border-radius:6px;
}
.callToAction li {
	padding:0;
	margin:0;
	border-radius:6px;
	-moz-border-radius:6px;
}

.harounQuote {
	font-style:italic;
}

span.subHeadItalic {
	font-style:italic;
}

ul.blueArrowList li {
	text-indent:30px;
	padding: 0px 0px 5px 0px;
	text-align:left;
	font-size:13px;
	line-height:16px;
	background-image: url(../images/bluetick_flat.png);
	background-repeat: no-repeat;
	background-position:5px 0px;
}

div.homeThree {
	margin:15px 0px 10px 0px;	
}
div.homeThree img {
	border-bottom:2px solid #fff;
	-webkit-transition:border-bottom 0.2s linear;
}
div.homeThree img:hover {
	border-bottom:2px solid #1364C1;
	-webkit-transition:border-bottom .1s linear;
}

/******************** Clinic Pages  ********************/

p.clinicAddress {
	font-style:italic;
	margin:0 0 5px 0px;
}
#mapCanvas {
	margin-bottom:18px;
}

/******************** Open events  ********************/

table.openEvents {
	width:700px;
	margin:0 0 26px 0;
	border-spacing:2px;
    border-collapse:separate;
}

.openEvents td {
	background:#eee;
	margin:10px;
	text-align:center;
	vertical-align:middle;
}

.openEvents tr:first-child td:first-child {
	border-top-left-radius:5px;
}

.openEvents tr:first-child td:last-child {
	border-top-right-radius:5px;

}

.openEvents tr:last-child td:first-child {
	border-bottom-left-radius:5px;

}

.openEvents tr:last-child td:last-child {
	border-bottom-right-radius:5px;
}

/******************** Contact Page Reveal ********************/



#reveal {font-size:11px; width:380px; margin:0px 0px 40px 20px;}
#reveal #tools { cursor:pointer; font-size:10px; margin-bottom:3px; text-align:right; }
#reveal .header { height:24px; background-color:#01509C; cursor:pointer; margin-bottom:3px; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; padding:3px 0; }
#reveal .header a { background:url(../images/whitearrowright_flat.png) no-repeat 352px center; color:#fff; display:block; margin:7px 10px 0px 10px; text-decoration:none; }
#reveal .header a.active { background: url(../images/whitearrowdown_flat.png) no-repeat right; }
#reveal .content { display:none; padding:10px; }