

/* CSS Document */
@charset "utf-8";


body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #414141; }

/*-----------------------------------------------Containers-----------------------------------------------*/
/*--main container--*/
.thrColFixHdr #container {
	width: 1029px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/content_repeat.jpg);
	background-repeat:repeat-y; }

/*-- inner container --*/
.thrColFixHdr #mainContent {
	margin: 0px;
	padding: 20px 40px;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	min-height:535px; }

/*--------------------------------------------------header------------------------------------------------*/
.thrColFixHdr #header {
	width:1029px;
	height:166px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0; }

	.thrColFixHdr #header h1 {
		margin: 0 0 0 30px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
		padding: 8px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ }

#adrs {
	float:right;
	margin-top:8px; }

.adrsbg {
	text-align:right;
	margin-right:30px;
	background-image:url(images/adrs_bg.jpg);
	background-repeat:no-repeat;
	width:212px;
	height:87px; }

	.adrsbg p {
		padding-right:17px;
		font-size:11px;
		margin-top:5px; }

p.biggertext {
	font-size:16px;
	font-weight:600; }

/*----------------------------------------------------------SIDEBARS---------------------------------------------------*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height:550px;
	margin-left:-20px; }

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 213px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px; /* padding keeps the content of the div away from the edges */ }

/*----------------------------------------------------NAVIGATION-----------------------------------------------------*/
#navigation {
	margin-top:35px;
	margin-left:-20px; }

	#navigation ul { }

		#navigation ul li {
			list-style:none;
			float:left;
			background-image:url(images/nav_sep.jpg);
			background-repeat:no-repeat;
			background-position:right;
			line-height:38px;
			padding-right:2px; }

			#navigation ul li a {
				color:#414141;
				font-weight:600;
				text-decoration:none;
				padding:10px 10px 10px 5px; }

				#navigation ul li a:hover {
					color:#fff;
					text-decoration:none;
					background-image:url(images/nav_hover_bg.jpg);
					background-repeat:repeat-x;
					padding:10px 10px 10px 5px; }

			#navigation ul li.currentpage a {
				color:#ffffff;
				text-decoration:underline; }

/*-----------------------------------------------Patient Center Callout--------------------------------------------------*/
#patientcenter {
	width:213px;
	background-image:url(images/patient_repeat.jpg);
	background-repeat:repeat-y;
	padding-top:1px;
	padding-bottom:1px; /*this removes margin collapse in firefox; brings bottom image up and eliminate white space.*/ }

	#patientcenter ul {
		margin-top:0;
		margin-left:-40px;
		list-style:none;
		margin-top:-10px; }

		#patientcenter ul li {
			border-bottom:1px solid white;
			padding:5px 0px; }

			#patientcenter ul li a {
				color:#414141;
				font-size:11px;
				text-decoration:none;
				padding-left:8px; }

				#patientcenter ul li a:hover { color:#fff; }

	#patientcenter p {
		padding:5px 8px 0 8px;
		font-size:11px;
		padding-bottom:3px; }

/*----------------------------------------------------- CONTENT----------------------------------------*/
#middleContent {
	width:520px;
	margin-left:200px;
	min-height:525px; }

	#middleContent p a, #middleContent li a, #middleContent a {
		font-weight:600;
		color:#414141; }

	#middleContent p a:hover, #middleContent li a:hover, #middleContent a:hover {
		color:#98ab8a;
		/*background-color:#98ab8a;*/
		text-decoration:none; }

/*------------------------------------------------callouts----------------------------------------------------*/
#callout_preg_small a img {
	background-image:url(images/callout_preg_small.jpg);
	background-repeat:no-repeat;
	background-position:0 0; }

#callout_preg_small a:hover img { background-position:0 -186px; }

#callout_ww_small { float:right; }

	#callout_ww_small a img {
		background-image:url(images/callout_ww_small.jpg);
		background-repeat:no-repeat;
		background-position:0 0; }

	#callout_ww_small a:hover img { background-position:0 -187px; }

#callout_preg { margin-left:40px; }

	#callout_preg a img {
		background-image:url(images/callout_preg.jpg);
		background-repeat:no-repeat;
		background-position:0 0; }

	#callout_preg a:hover img {
		background-position:0 -277px;
		background-color:#fff; }

#callout_ww {
	float:right;
	margin-right:40px; }

	#callout_ww a img {
		background-image:url(images/callout_ww.jpg);
		background-repeat:no-repeat;
		background-position:0 0; }

	#callout_ww a:hover img {
		background-position:0 -278px;
		background-color:#FFFFFF; }

/*--------submenu-----------------------------*/
#submenu {
	margin-top:20px;
	margin-left:40px;
	font-size:12px; 
	margin-bottom:50px;
	}

	#submenu ul li { list-style-type:disc; }

		#submenu ul li a {
			color:#414141;
			font-weight:600; }

			#submenu ul li a:hover {
				color:#fff;
				background-color:#98ab8a; }

/*-------------------------------------------------------FOOTER----------------------------------------*/
.thrColFixHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center; }

	.thrColFixHdr #footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-size:.9em;
		line-height:18px; }

	.thrColFixHdr #footer ul {
		margin-left:-0px;
		padding-bottom:5px;
		margin-bottom:0px; }

		.thrColFixHdr #footer ul li { display:inline; }

			.thrColFixHdr #footer ul li a, .thrColFixHdr #footer p a {
				font-size:.9em;
				color:#414141;
				padding:3px; }

			.thrColFixHdr #footer ul li a:hover, .thrColFixHdr #footer p a:hover {
				color:#fff;
				background-color:#98ab8a;
				text-decoration:none;
				padding:3px; }

/*----------------------------------------------------URLS------------------------------------------------------*/
#urls {
	padding: 0 10px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center; }

	#urls a {
		font-size:.7em;
		color:#414141;
		font-weight:100; }

		#urls a:hover {
			color:#fff;
			background-color: #98ab8a; }

/*----------------------------------------------------other styles---------------------------------------------*/
.fltrt {
	float: right; /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 8px; }

.fltlft {
	float: left; /* this class can be used to float an element left in your page */
	margin-right: 8px; }

.clearfloat {
	clear:both; /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	height:0;
	font-size: 1px;
	line-height: 0px; }

a img { border:none; }

/*------------------FN class styles-------------------------------------*/
.title {
	text-transform:uppercase;
	font-size:.8em; }

.fn { font-size:.8em; }

.given-name, .additional-name, .family-name { color:#FF0000; }

.org { color:#FF6633; }

.adr { color:#FF3333; }

.street-address { color:#FF00CC; }

.locality { color:#FF33CC; }

.region { color:#FF0066; }

.postal-code { color:#FF00FF; }

.country-name { color:#FF66FF; }

.tel { color:#33FF00; }

.fax { color:#33CC00; }

td { vertical-align:top; }

	td a {
		text-decoration:none;
		color:#414141; }

		td a:hover { color:#98ab8a; }

table.profile {
	text-align:center;
	font-size:11px; }

table.links td { border-bottom:1px solid #cccccc; }

.printonly { display:none; }

#breadcrumbtree a, #breadcrumbtree{
	font-size:10px;
	}
	
#meetstaff a img  {
	width:120px;
	height:110px;
	background-image:url(images/meetstaff.jpg); background-repeat:no-repeat;
	background-position:0 0;
	float:right;
	margin-right:75px;
	}
#meetstaff a:hover img {
	background-position:0 -148px;
	}


	
#meetstaff-side a img  {
	width:211px;
	height:73px;
	background-image:url(images/meetstaff-side.jpg); background-repeat:no-repeat;
	background-position:0 0;
	}
#meetstaff-side a:hover img {
	background-position:0 -83px;
	}
	

#news {
	width:519px;
	height:116px;
	background-image:url(images/news.jpg); 
	background-repeat:no-repeat;
	}

#news ul {
	padding-top:40px;
	width:500px;
	}
#news ul li {
	line-height:18px;
	}
#news ul li a {
	font-weight:600;
	}
#news ul li a:hover {
	color:#98ab8a;
	}