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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
background-color: #FFFFFF;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#403f3f;
padding:0px;
margin:0px;
}
a {color: #0b83ae;}
a:visited {color:#0b83ae;}
a:hover {color: #005776;}
a:active { color:#000000;}

h1 {
color:#0b83ae;
font-size: 11px;
padding:0px 15px;
margin:0px }

h2 {
font-size:20px;
color:#0b83ae;
font-weight: normal;
padding: 0px 15px;
margin:0px;}

h3 {
font-size:20px;
color:#0b83ae;
font-weight: normal;
padding: 0px 18px;
margin:0px;}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */
#banner {
background:url(images/header.jpg) top center repeat-x;
color:#0b83ae;
height:186px;
}

/* -----------------content--------------------- */
#content {
padding: 0px;
margin-left: 0px;
margin-right: 294px;
line-height:20px;
}


p, pre{
padding: 0px 15px;
margin:0px;
}

/* --------------left navi------------- */
#right {
background:url(images/side_body.jpg) top center repeat-y;
float: right;
width: 294px;
margin: 0px;
padding: 0px;
}

#righthead {
background:url(images/side_head.jpg) top center no-repeat;
width: 294px;
margin: 0px;
padding: 0px;
height:13px;
}

#rightfoot {
background:url(images/side_foot.jpg) bottom center no-repeat;
width: 294px;
margin: 0px;
padding: 0px;
height:24px;
}

/* -----------footer--------------------------- */
#footer {
background:url(images/foot_color.jpg) top center repeat-x;
clear: both;
margin: 0px;
padding: 0px;
text-align: center;
line-height:17px; }


#navigation{
width:800px;
height:35px;
margin:0px auto;
padding-top:0px;
padding-bottom:0px;

}

#nav {
	list-style: none;
	padding: 0;
	height: 35px;
	display: inline;
	overflow: hidden;
	width: 800px;
	
	}
	
#nav li {
    margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	
	}

#nav a {
	float: left;
	padding: 0px 0 0 0;
	overflow: auto;
	height: 35px !important; 
	height /**/:35px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -35px;
	}
	
	
#home a,#home a.select	{
	background-position: 0 -35px;
	}	
	
#about a,#about a.select	{
	background-position: 0 -35px;
	}	
	
#services a,#services a.select	{
	background-position: 0 -35px;
	}	
	
	
#staff a,#staff a.select	{
	background-position: 0 -35px;
	}
	
#forms a,#forms a.select	{
	background-position: 0 -35px;
	}
	
#newpatients a,#newpatients a.select	{
	background-position: 0 -35px;
	}					
	
#contact a,#contact a.select	{
	background-position: 0 -35px;
	}	


	
#home a  {
margin-left:6px;
	width: 112px;
	background: url(images/nav/1home.jpg) top center no-repeat;
	}
	
#about a  {
	width: 112px;
	background: url(images/nav/2about.jpg) top center no-repeat;
	}
	
#services a  {
	width: 112px;
	background: url(images/nav/3services.jpg) top center no-repeat;
	}
	
#staff a  {
	width: 112px;
	background: url(images/nav/4staff.jpg) top center no-repeat;
	}
	
#forms a  {
	width: 112px;
	background: url(images/nav/5forms.jpg) top center no-repeat;
	}
	
#newpatients a  {
	width: 112px;
	background: url(images/nav/6newpatients.jpg) top center no-repeat;
	}	
	
#contact a  {
	width: 112px;
	background: url(images/nav/7contact.jpg) top center no-repeat;
	}					
