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

body {
	margin:0px;
	padding:0px;
	background:url(images/bgfade.jpg) repeat-x #FBFEFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#2e434e;
	font-size:12px;
	line-height:1.4em;
	}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	color:#2e434e;
	font-size:12px;
	line-height:1.4em;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2e434e;
	font-size:16px;
	font-weight:bold;
	}
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2e434e;
	font-size:18px;
	font-weight:bold;
	}
	
img {
	border:0px;
	}
	
a:link {
	color:#6f2f2d;
	text-decoration:none; 
	}
	
a:visited {
	color:#B8B8B8;
	text-decoration:none;
	}
	
a:hover {
	color:#6f2f2d;
	background-color: #d9dee0
	}
	
a:active {
	color:#6f2f2d;
	text-decoration:underline;
	}
	
li {
	font-family:Arial, Helvetica, sans-serif;
	color:#2e434e;
	font-size:12px;
	line-height:1.4em;
	}
	
#menu {
	margin-top:25px;
	}
	
#home {
	display:block;
	height:23px;
	width:111px;
	background:url(images/btn_home.jpg) no-repeat 0 0;
	text-decoration:none;
	}
	
#home:hover{
	background-position:0 -23px;
	}
	
#patients {
	display:block;
	height:23px;
	width:111px;
	background:url(images/btn_patients.jpg) no-repeat 0 0;
	text-decoration:none;
	}
	
#patients:hover{
	background-position:0 -23px;
	}
	
#procedures {
	display:block;
	height:23px;
	width:111px;
	background:url(images/btn_procedures.jpg) no-repeat 0 0;
	text-decoration:none;
	}
	
#procedures:hover{
	background-position:0 -23px;
	}
	
#about {
	display:block;
	height:23px;
	width:111px;
	background:url(images/btn_about.jpg) no-repeat 0 0;
	text-decoration:none;
	}
	
#about:hover{
	background-position:0 -23px;
	}
	
#contact {
	display:block;
	height:23px;
	width:111px;
	background:url(images/btn_contact.jpg) no-repeat 0 0;
	text-decoration:none;
	}
	
#contact:hover{
	background-position:0 -23px;
	}
	
#resources {
	display:block;
	height:23px;
	width:111px;
	background:url(images/btn_resources.jpg) no-repeat 0 0;
	text-decoration:none;
	}
	
#resources:hover{
	background-position:0 -23px;
	}
	
#address {
	margin-left:10px;
	margin-top:30px;
	}
	
#maincontent {
	position:absolute;
	top:161px;
	left:175px;
	width:720px;
	}
	
#contentleft {
	float:left;
	width:400px;
	}
	
#sidebar {
	padding: 45px 30px 10px 30px;
	width:222px;
	float:left;
	}
	
#heading {
	width:350px;
	border-bottom:#cee2ee solid 2px;
	}
	
#footer {
	clear:both;
	text-align:center;
	margin-left:-80px;
	padding-top:25px;
	}
	
#login {
	position: absolute;
	left:750px;
	top:10px;
	font-size: 125%;
}

#qanda li{
	padding: 10px 0;
}
