body {
	margin: 0px;
	padding: 0px;
	background: #879FB2 url(images/bg-repeat-x.gif) repeat-x top;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
a {
	color: #1B366B;
}
/*
#custom-footer a {
	color: #628094;
	font-size:11px;
	padding-bottom:15px;
	padding-top:10px;
	text-align:right;
	margin: 0px -50px 10px 10px;
}
#custom-footer a:hover{
	color: #1B366B;
}
*/
td {
	vertical-align: top;
}
p, h1, h2, h3 {
	margin-top: 0px;
	padding-top: 0px;
}
#content {
	background: #FFF url(images/showcase-clear.jpg) no-repeat top;
	padding:35px;
}
.home #content {
	background: #FFF url(images/showcase-1.jpg) no-repeat top;
	padding: 250px 35px 35px;
}
.clinical-services #content {
	background: #FFF url(images/showcase-2.jpg) no-repeat top;
	padding: 250px 35px 35px;
}
.residency-and-education #content {
	background: #FFF url(images/showcase-3.jpg) no-repeat top;
	padding: 250px 35px 35px;
}
.research #content {
	background: #FFF url(images/showcase-4.jpg) no-repeat top;
	padding: 250px 35px 35px;
}
.events-and-rounds #content {
	background: #FFF url(images/showcase-5.jpg) no-repeat top;
	padding: 250px 35px 35px;
}
.resources #content {
	background: #FFF url(images/showcase-6.jpg) no-repeat top;
	padding: 250px 35px 35px;
}
.contact-us #content {
	background: #FFF url(images/showcase-7.jpg) no-repeat top;
	padding: 250px 35px 35px;
}

#content h1 {
	color: #1B366B;
	font-size: 18px;
}
#content h2 {
	font-size: 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #1B366B;
}
#sidebar p, #sidebar h1, #sidebar h2 {
	padding-right: 20px;
	padding-left: 20px;
}
#sidebar {
	background: #FFF url(images/sidebar-header.gif) no-repeat top;
	padding-top: 10px;
	padding-bottom: 20px;
}
#sidebar h2 {
	background: #1B366B;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	font-size: 13px;
}
#sidebar h3 {
	background: #1B366C;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	font-size: 10px;
	letter-spacing: 2px;
}
#footer {
	background: #FFF url(images/footer.gif) no-repeat;
	vertical-align: middle;
	padding-left: 35px;
}
#footer div {
	width: 220px;
	float: left;
	font-size: 9px;
	line-height: 12px;
	color: #666;
	margin: 0;
	padding: 0px;
}
#footer div a {
	color: #666;
	text-decoration: none;
}

#sub-nav {
	width: 220px;
	padding: 0px;
	margin: 0px 0px 20px;
	font-size: 12px;
}
	
#sub-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#sub-nav li {
	margin: 0px;
	padding: 0px;
	background: url(images/sidenav.gif) repeat-x bottom;
}

#sub-nav li a {
	display: block;
	padding: 6px 0px 6px;
	text-decoration: none;
	width: 100%;
	text-align: center;
	line-height: 18px;
}

html>body #sub-nav li a {
	width: auto;
}

#sub-nav li a:hover {
	color: #FFF;
	background-image: url(images/sidenav-over.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #EAA015;
}
.sub-nav-over {
	color: #FFF;
	background: #EAA015 url(images/sidenav-over.gif) repeat-x bottom;
}
.copyright {
	/* color: #628094; */
	color: #1B366B;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}

.copyright a {
	color: #1B366B;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	text-decoration:none;
}

.copyright a:hover {
	color: #1B366B;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}