html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

li {
	margin-left: 3em;
}

ul, ol {
	margin-bottom: 1em;
}

body {
	margin: 20px 0 20px 0;
	background: #fff url(../img/bg.png) repeat-x;
	
	text-align: center;
}


body,p,td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #009edc;
}

h1,h2,h3 {
	
}

h1 {
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: 0.75em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: .75em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .75em;
}

h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
	padding: 0;
}

li {
	line-height: 1.6em;
}

img {
	border: 0;
}

hr {
	border: 1px solid #ddd;
	height: 0;
	margin: 0 0 1em 0;
}

a:link,a:visited {
	color: #009edc;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

.clear-both {
	clear: both;
}

.center {
	text-align: center; 
}

#pageContainer {
	width: 970px;
	margin: 0 auto;

	background-color: #fff;
	
	position: relative;
}

#top, #topNav, #splash, #content, #footer {
	text-align: left;
}

#top {
	padding: 15px 50px 15px 50px;
}

#logo {
	width: 330px;
	height: 90px;
	
	background: url(../img/logo.jpg) no-repeat;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	
	list-style: none;
}

#topNav {
	height: 40px;
	background: #00b0ef url(../img/top-nav-bg.png) repeat-x top;

	margin: 0;
	padding-left: 30px;
}

#topNav li {
	display: inline;
	padding: 0;

	margin: 0;
}

#topNav li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	
	padding: 0 15px 0 15px;
	background: url(../img/top-nav-item-bg.png) no-repeat top right;
}

#topNav li.last a {
	background-image: none;
}

#topNav li.active a {
	background: #0f0f0f;
}

#topNav li a:link, #topNav li a:visited {
	color: #fff;
	text-decoration: none;
	
	font-weight: bold;
}

#topNav li a:hover, #topNav li a:active {
	text-decoration: underline;
}

#splash {
	height: 160px;
	background: #0f0f0f url(../img/splash-bg.png) repeat-x;
	position: relative;
}

#splash img {
	position: absolute;
	right: 80px;
}

#splash div.lead {
	position: absolute;
	left: 80px;
	width: 500px;
	
	top: 15px;
}

#splash div.lead h1 {
	color: #fff;
	font-size: 30px;
	
	margin-bottom: 15px;
}

#splash div.lead p {
	font-weight: bold;
	color: #fff;
}

#splash.splash-index {
	background: #77b0e1 url(../img/splash.jpg) no-repeat;
}

#content {
	margin: 2px auto 0 auto;
	width: 860px;
	
	border: 1px solid #eee;
	border-top: 0;
	
	position: relative;
}

#content h1 {
	line-height: 1.4em;
}

#contentTop {
	position: absolute;
	top: -8px;
	left: -2px;
	
	display: block;
	
	width: 864px;
	height: 12px;
	
	background: url(../img/content-top.png) repeat-x;
}

#contentNavStr {
	height: 40px;
}

#contentNavStr li {
	padding: 0;
	display: inline;
	
	list-style: none;
}

#contentNavStr li a {
	display: block;
	float: left;
	
	width: 444px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	background: #f2f2f2 url(../img/content-nav-item-bg.png) repeat-x bottom;
}

#contentNavStr li.last a {
	border-right-width: 0;
	width: 415px;
}

#contentNavStr li.active a {
	background: #fff;
	border-bottom-color: #fff;
}

#contentNavStr li a:link, #contentNavStr li a:visited {
	color: #000;
	text-decoration: none;
}

#contentNavStr li a:hover, #contentNav li a:active {
	text-decoration: underline;
}


#contentNav {
	height: 40px;
}

#contentNav li {
	padding: 0;
	display: inline;
	
	list-style: none;
}

#contentNav li a {
	display: block;
	float: left;
	
	width: 214px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	background: #f2f2f2 url(../img/content-nav-item-bg.png) repeat-x bottom;
}

#contentNav li.last a {
	border-right-width: 0;
	width: 215px;
}

#contentNav li.active a {
	background: #fff;
	border-bottom-color: #fff;
}

#contentNav li a:link, #contentNav li a:visited {
	color: #000;
	text-decoration: none;
}

#contentNav li a:hover, #contentNav li a:active {
	text-decoration: underline;
}

#content .inner {
	padding: 15px 25px 5px 25px;
}

#footer {
	background: url(../img/footer-bg.png) repeat-x bottom;
	padding: 10px 15px 10px 15px;
	
	margin-top: 15px;
	font-size: .9em;
}

#footer p.copyright {
	float: right;
	color: #fff;
	
	font-size: .8em;
	
	margin: 0;
	padding: 3px 0 3px 0;
}

#footer ul {
	position: relative;
	margin: 0;
}

#footer ul li {
	list-style: none;
	display: inline;
	margin: 0 1em 0 0;
	
	padding: 0;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #fff;
	font-weight: bold;
}

.column {
	float: left;
	margin-right: 20px;
}

.column-last {
	margin: 0;
}

.column-w50p {
	width: 395px;
}

.column-w33p {
	width: 256px;
}

.column-w25p {
	width: 187px;
}

.column-w75p {
	width: 582px;
}

div.paragraph{
	text-align: justify;
	margin-bottom: 10px;
	line-height: 1.6em;
}

div.paragraph p{
	text-indent: 20px;
}

table.contact {
	width: 100%;	
	border-collapse: collapse;
	border: 1px solid #b9d2e8;
}


table.contact thead tr td {
	background-color: #dbe6ef;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;

}

table.contact tbody td {
	padding: 8px;
	border: 1px solid #b9d2e8;
}



table.contact tbody tr.odd td {
	background: #dbe6ef;
}

table.contact tbody td.phone {
	text-align: center;
	font-weight: bold;
}

table.contact tbody tr {
	h: expression(onmouseover=new Function("this.style.backgroundColor='#ececec';"), onmouseout=new Function("this.style.backgroundColor='#ffffff';"));
}

table.contact tbody tr:hover td {
	background-color: #ececec;
}

table.contact td.wide {
	text-align: center;
}

p.name{
	margin-top: 10px;
	bargin-bottom: 5px;	
}

h3.dep{
	margin-top: 30px;
	font-weight: bold;	
	margin-bottom: 0;
}


h3.ut{
	line-height: 1.6em;
}

ol.patient li {
	padding-bottom: 1em;
}

ol.patient li li {
	padding-bottom: 0;
}

span.blue {
	color: #009EDC;
}
