/* ------ HTML AREA ----- */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: Transparent;  /* ------ CAN BE COLOUR ----- */
	background-image: url(../images/background-sliver.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}



a {
     color: #4669b0;
     text-decoration: none;
}


a:visited {
     color: #4669b0;
}


a:hover {
     color: #104D7C;
}



/* ------ CONTAINER ----- */
.container {
	background-color: Transparent;
	width: 994px;
	border: 0px solid #999999; /* ------ CAN ADD BORDER TO CONTAIN ALL ITEMS ----- */
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
}


/* ------ TOP BARS ----- */
.header {
	background-color: Transparent;
	width: 994px;
	height: 232px;
}

.header-graphic {
	background-color: #006699;
	width: 994px;
	height: 177px;
}

.navigationbox {
	background-color: #33ccff;
	width: 994px;
	background-image: url(../images/navigation-backgroud-off.png);
	background-repeat: repeat-x;
	height: 44px;
}


.shadow {
	background-color: Transparent;
	width: 994px;
	height: 11px;
}



/* ------ MAIN BARS ----- */



.main {
	background-color: #ffffff;
	width: 994px;
	overflow:hidden;
}

.rightcolumn {
	background-color: #ffffff;
	width: 87px;
	float:left;

}

.spacer1 {
	background-color: #ffffff;
	width: 22px;
	float:left
}

.copy { /* ------ THIS IS THE HOLDING BOX FOR THE MAIN SECTION ----- */
	background-color: #ffffff;
	width: 822px;
	float:left;
}

.leftcolumn {
	background-color: #ffffff;
	width: 85px;
	float:left;

}

/* ------ NEW HOME MAIN BARS ----- */

.threecolumnhome {
	background-color: #FFFFFF;
	width: 325px;
	height: 800px;
	float:left;
}

.threecolumnhomedivider1 {
	background-color: #FFFFFF;
	width: 10px;
	height: 500px;
	float:left;
}

.threecolumnhomedivider2 {
	background-color: #FFFFFF;
	width: 9px;
	height: 500px;
	float:left;
}

.threecolumnimageholder {
	background-color: #FFFFFF;
	width: 325px;
	height: 109px;
	float:left;
}

.threecolumnverticalspacer {
	background-color: #FFFFFF;
	width: 325px;
	height: 12px;
	float:left;
}

.leftservices {
	background-color: #FFFFFF;
	width: 162px;
	float:left;
}

.rightservices {
	background-color: #FFFFFF;
	width: 163px;
	float:left;
}

.clinicsblock {
	background-color: #123759;
	width: 325px;
	height: 130px;
	float:left;
}

.homespacertop {
	background-color: #FFFFFF;
	width: 994px;
	height: 10px;
}



/* ------ HOME MAIN BARS ----- */

.mainimage {
	background-color: #FFFFFF;
	width: 323px;
	height: 388px;
	float:left;
}

.mainimagetext {
	background-color: #b7e7fb;
	width: 499px;
	height: 388px;
	float:left;
}

.maintextbox {
	background-color: #b7e7fb;
	width: 459px;
	margin: 20px;
	height: 348px;
	float:left;
}

.maintextbox a {
	color: #000000;
	text-decoration: none;
}

.maintextbox a:hover {
	color: #000000;
}

.maintextbox a:visited {
color: #000000;
}


.mainimagespacer {
	background-color: #FFFFFF;
	width: 822px;
	height: 23px;
	float:left;
}

.mainimage-list {
	background-color: #999999;
	width: 822px;
	height: 118px;
	float:left;
}

.mini-images {
	background-color: #ffffff;
	width: 188px;
	height: 118px;
	float:left;
}

.mini-images-spacer1 {
	background-color: #ffffff;
	width: 23px;
	height: 118px;
	float:left;
}

.mini-images-spacer2 {
	background-color: #ffffff;
	width: 24px;
	height: 118px;
	float:left;
}


/* ------ COPY PAGE BARS ----- */

.sidenavigationbox {
	background-color: #b7e7fb;
	width: 188px;
	float:left;
}

.sidenavigationboxspacer {
	background-color: #b7e7fb;
	width: 18px;
	float:left;
}

.sidenavigationboxdata {
	background-color: #b7e7fb;
	width: 170px;
	float:left;
}

.sidenavbottomspacer {
	background-color: #b7e7fb;
	width: 188px;
	height: 10px;
	float:left;
}

.sidepanels {
	background-color: #b7e7fb;
	width: 188px;
	height: 118px;
	float:left;
}

.navspacer {
	background-color: #ffffff;
	width: 19px;
	float:left;
}

.copyandimage {
	background-color: #FFFFFF;
	width: 615px;
	float:left;
}




/* ------ FOOTER ----- */
.footer {
	background-color: #b7e7fb;
	width: 994px;
	height: 241px;
}

.footer-social {
	background-color: #ffffff;
	width: 994px;
	height: 70px;
	text-align: center;
}

.footer-navigation {
	background-color: #b7e7fb;
	width: 994px;
	height: 182px;
}

.footer-signoff {
	background-color: #b7e7fb;
	width: 994px;
	height: 89px;
}

.footer-text {
	background-color: #b7e7fb;
	width: 909px;
	height: 29px;
	text-align: right;
	margin-top: 50px;
	margin-right: 85px;
}



.footer a {
	color: #4669b0;
	font-size: 10px;
	text-decoration: none;
}

.footer a:visited {
color: #4669b0;
}

.footer a:hover {
	color: #104D7C;
}


/* ------ FOOTER CSS NAVIGATION ----- */
.footleft {
	width: 40px;
	margin-top: 20px;
	float:left;
}

.footsmall {
	width: 7px;
	margin-top: 20px;
	float:left;
}

.foot1 {
	width: 71px;
	margin-top: 20px;
	float:left;
}

.foot2 {
	width: 116px;
	margin-top: 20px;
	float:left;
}

.foot3 {
	width: 86px;
	margin-top: 20px;
	float:left;
}

.foot4 {
	width: 142px;
	margin-top: 20px;
	float:left;
}

.foot5 {
	width: 35px;
	margin-top: 20px;
	float:left;
}

.foot6 {
	width: 39x;
	margin-top: 20px;
	float:left;
}

.footlarge {
	width: 96px;
	margin-top: 20px;
	float:left;
}

.footright {
	width: 85px;
	margin-top: 20px;
	float:left;
}




/* ------ FOOTER NAVIGATION TABLE ----- */

table.footernavigation { border: 0; width: 994px; }
td { padding: 0; }

table.contact { border: 0; width: 615px; }
td { padding: 0; }


/* ------ IMAGES ----- */
img {
border: 0px; }



/* ------ TEXT ----- */
.h1 {
	font-size: 28px;
	color: #104D7C;
	font-weight: bold;
}

.h2 {
	font-size: 15px;
	color: #104D7C;
	font-weight: bold;
}

.h3 {
	font-size: 13px;
	color: #104D7C;
	font-weight: bold;
}

.h3-white {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

a.h3-white {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	
}

.small-white {
	font-weight: normal;
	font-size: 9px;
	color: #ffffff;
}

.testimonialtext {
	font-weight: normal;
	font-style: italic;
	color: #104D7C;
	padding-left: 10px;
}

.bodyintrobold {
	font-weight: bold;
	font-size: 12px;
}

.bodybold {
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}

.whitehometext {
	font-weight: normal;
	font-size: 12px;
	color: #104D7C;
}

.bulletshome {
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-indent: 8px;
}

.bulletshometestimonials {
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	text-indent: 8px;
}

.bulletshomeall {
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}


.navigationheader {
	font-size: 12px;
	color: #4669b0;
	font-weight: bold;
}

.navigationtext {
	font-size: 10px;
	color: #4669b0;
}

.captiontext {
	font-size: 9px;
}

ul {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: outside;
	padding-left: 2em;
	margin: 0;
	}

.twitterstyle, .twitter_update_list li {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: outside;
	padding-left: 2em;
	margin: 0;
	}

/* ------ HR TAG ----- */
 hr {
	border: 0;
	width: 100%;
	color: #104D7C;
	height: 1px;
	background-color: #104D7C;
}

.map {
	

	padding-left:20px;
}
.tubefeed ul{
list-style:none;
margin-left:-20px;
}
