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

*{
	margin: 0px;
	padding: 0px;
	
}

body {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.1;
	color:#333333;
	background-color:#ABBAB8;
}

.leading {
	line-height:1
}

.bold {
	font-weight:bold
}

a {color: #0099CC;}
a:visited {color:#0099CC;}
a:hover {color: #26407F;}
a:active { color:#006699;}

p {
	color: #666666;
	margin-left: 15px;
	margin-right: 10px;
	font-size:12px;
}

h1 {
	font-size: 14px;
	padding:10px 10px;
	margin-left: 5px;
	color: #719390;
}

#container {
	width: 100%;
	height: 100%;
	background-color:#ABBAB8;
}

#wrapper{
	width: 818px;
	margin: 0px auto;
	background-color:#FFFFFF;
}

/* ---------------------logo rollover-------------------- */

#logo{
	float:left;
	width:162px;
}

a.rollover {
	display: block;
	width: 162px;
	height: 128px;
	text-decoration: none;
	background: url("images/logo.gif");
	}

a.rollover:hover {
	background-position: -162px 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

/* ---------------------top nav-------------------- */

#topnav{
	width: 420px;
	height: 128px;
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

/* ---------------------top nav-------------------- */

ul#nav { white-space:nowrap; position: absolute; top:0px; left:-127px;  }
ul#nav { background:url(images/nav.jpg) }
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:128px; display:block; top:0; position:absolute; text-indent:-9999px; outline:none }

li#navOffice a, li#navServices a, li#navPatients a, li#navLocation a { background:url(images/nav.jpg) }

li#navOffice a 						{ background-position:0 0; width:104px; left:0 }
li#navOffice a:hover				{ background-position:0 -128px }
body#pageOffice li#navOffice a 		{ background-position:0 -128px }

li#navServices a 					{ background-position:-104px 0; width:104px; left:104px }
li#navServices a:hover				{ background-position:-104px -128px }
body#pageServices li#navServices a 	{ background-position:-104px -128px }

li#navPatients a 					{ background-position:-208px 0; width:104px; left:208px }
li#navPatients a:hover				{ background-position:-208px -128px }
body#pagePatients li#navPatients a 	{ background-position:-208px -128px }

li#navLocation a 					{ background-position:-312px 0; width:104px; left:312px }
li#navLocation a:hover				{ background-position:-312px -128px }
body#pageLocation li#navLocation a 	{ background-position:-312px -128px }

/* ---------------left nav--------------- */

ul#sidenav {
	color:#719390;
	font-size:12px;
	font-weight: 400;
	text-decoration:none;
	list-style-type:none;
	line-height:20px;
}

ul#sidenav a{
	color:#719390;
	text-decoration:none;
}

ul#sidenav a:hover{
	font-weight:bold;
}

/* ---------------main content--------------- */

#content{
	width: 818px;
	top: 100px;
	display: inline;
}

#content img.line{
	margin-top: 11px;
	margin-bottom: 32px;
}

#body{
	margin-left:180px;
	margin-top: 30px;
	text-align:left;
	line-height: 16px;
}

#leftnav{
	float:left;
	text-align:left;
	margin-left:45px;
	margin-top:10px;
}

ul#list {
	margin-left: 45px;
}

/* --------------- --------------- */




/* ----------header and top nav-------------- */

#header{
	width: 818px;
	height: 128px;
	background-color:#FFFFFF;
}

#logo{
	width:313px;
	height:75px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

a.logo {
   display: block;
   width: 241px;
   height: 85px;
   text-decoration: none;
   background: url("images/homelogo.gif");
   }
  
a.logo:hover {
  background-position: -150px 0;
  }

#topnav{
	width: 324px;
	height: 85px;
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

.center {
	text-align:center;
}

#textarea{
	width: 818px;
	margin-left: 0px;
	margin-top: 0px;
	background-color:#FFFFFF;
	text-align:center;
	
}

#table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin:auto;
	width: 390px;
}

.greentext {
	color:#5E7A8C;
}

#welcome{
	/*margin-top: 100px;
	height: 200px;*/
}
	

#footer{
	width: 818px;
	color:#FFFFFF;
	bottom: 0px;
	margin-left: 0px;
}


#footer p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#564b47;
	line-height: 20px;
	float:left;
	margin-left: 6px;
	margin-top: 20px;
}


