* {
		margin: 0px;
		padding: 0px;
		line-height: 1em;
		border: 0;
}

body
{
	background: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #454546;

}

#home {
	background: #426F9B;
}

#home #left {
background: url(img/bg-home-left.gif) no-repeat;
}

.blue {
	background: #99ccff;
}

.blue #left {
background: url(img/bg-blue-left.gif) no-repeat;
}



#left
{
	position: fixed;
	width: 192px;
	height: 902px;
	background: url(img/bg-white-left.gif) fixed no-repeat;
	top: 0;
	left: 0;
	
}

#right
{
position: absolute;
width: 550px;
left: 192px;
top: 15px;
}
	

#sidenav
{
	position: absolute;
	width: 200px;
	left: 375px;
	top: 15px;
	padding: 27px 0 0 10px;
	border-left: #CCC;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	background: #fff;
}



#nav {
position: absolute;
top: 157px;
left: 29px;
background: url(img/nav.gif) 0 0 no-repeat;
width: 100px;
height: 150px;
list-style-type: none;
}



#nav li {
padding: 0;
margin: 0;
}


#nav a {
display: block;
position: absolute;
background: url(img/nav.gif) 0 0 no-repeat;
overflow: hidden;
text-indent: -9000px;
height: 25px;
width: 100px;
padding: 0;
margin: 0;
top: 0;
}
#practice a {
top: 25px;
background-position: 0 -25px;
}
#privileges a {
top: 50px;
background-position: 0 -50px;
}
#directions a {
top: 75px;
background-position: 0 -75px;
}
#insurance a {
top: 100px;
background-position: 0 -100px;
}
#resources a {
top: 125px;
background-position: 0 -125px;
}
#contact a {
top: 150px;
background-position: 0 -150px;
}
#nav a:hover {
background-image: url(img/nav-hover.gif);
}
#physicians-page #physicians a, #practice-page #practice a, #privileges-page #privileges a, #directions-page #directions a, #insurance-page #insurance a, #resources-page #resources a, #contact-page #contact a  {
background-image: url(img/nav-active.gif);

}
#address {
	position: absolute;
	top: 9px;
	left: 146px;
	background: url(img/address.gif) 0 0 no-repeat;
	width: 194px;
	height: 0px !important;
	padding-top: 500px;
	text-indent: -9000px;
	overflow: hidden;
	color: #52789E;
	
}
#east-side-womens-obgyn {
	position: absolute;
	top:  137px;
	left: 231px;
	background: url(img/home-east-side-obgyn.gif) 0 0 no-repeat;
	width: 369px;
	height: 0px;
	padding-top: 105px;
	
}

p
{
	font-size: 1.0em;
	line-height: 1.6em;
	margin-bottom: 12px;
}



#right ul li
{
	padding-bottom: 7px;
	line-height: 1.4em;
}

#right ul
{
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 1.2em;
}

#resources-page #right ul
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}
#resources-page #right ul li
{
	padding-bottom: 15px;

}

#sidenav ul li {
	list-style-type: none;
	padding-bottom: 3px;
}

#sidenav ul {
	margin: 0;
}
img {
border: 0;
}

/*typography*/
 a, a:link, a:visited, a:active {
	outline:  none;
	text-decoration: none;
	font-weight: normal;
	color: #2265A8;
}

a:hover{
	text-decoration: underline;
	}

#sidenav a.active {
	color:  #0E3053;
}

h1 {
	margin: 50px 0 10px 0;
	font-size: 1.5em;
	font-weight: normal;
	font-family: Georgia, serif;
	color: #2265A8;
	}
h2 {
	font-size: .9em;
	margin: 0 0 5px 0;
	padding: 14px 0 5px 0;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #D4D6D7;
	text-transform: uppercase;
	}

.blue h2 {
	border-bottom: 1px solid #7FABD7;

}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
strong, b {
	font-weight: bold;
	}
