/*** Top Area ***/

#top_banner {
	height: 113px;
	width: 950px;
}
#top_border,
.date {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#top_border {
	background-image: url(../images/layout/top-border-bkgd.jpg);
	line-height: 14px;	
	padding: 6px;
	width: 938px;
}
#date {
	float: right;
	width: 200px;
	text-align: right;
}

/*** Image Banner and Links for Home Page ***/

#home-top-area {
	width: 950px;
	display: none;
}
#home-image-banner {
	background-color: #FFF;
	height: 137px;
	width: 685px;
	border: solid 3px #E5C459;
	margin: 10px 8px 0px 0;
}
#home-image-links {
	float: right;
	width: 218px;
	border: solid 3px #E5C459;
	background-color: #fff;
	height: 113px;
	margin-left: 8px;
	padding: 12px;
}
#home-image-links p {
	margin: 12px 0 0 0;
}
body#home #home-top-area {
	display: block;
}

/*** Content Area ***/

#content {	
	margin-top: 10px;
	width: 950px;
}
#content_area,
.specialties,
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content_area {
	background-color: #FFF;
	border: solid 3px #65A275;
	border-bottom: none;
	float: right;
	height: 100%;
	padding: 0 30px 0 30px;
	width: 389px;
}
body#specialtiesoff #content_area {
	width: 648px;
}
/*** Specialties Column ***/

.specialties {
	background-color: #fff;
	border: solid 3px #65A275;
	border-bottom: none;
	float: right;
	height: 100%;
	margin-left: 11px;
	padding-top: 12px;
	width: 242px;
}
.specialties .content {
	padding: 0px 12px;
}
.specialties h3 {
	margin: 0 0 18px 0;
	padding: 12px 0px 0px 12px;
}
.specialties ul {
	margin: 0 0 0 18px;
	padding: 0;
}
body#specialtiesoff .specialties {
	display: none;
}
/*** Site ***/

#site_wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 950px;
}

/*** Side Navigation ***/

#nav {
	border: solid 3px #65A275;
	border-bottom: none;
	background-color: #E5C459;
	color: #00375F;
	font-weight: normal;
	font-size: 16px;
	float: left;
	height: 100%;
	width: 220px;
}

#nav ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	color: #00375F;
	display: block;
	padding: 0 12px;
	text-decoration: none;
	background-image:url(../images/layout/nav-bkgrnd.gif);
}

#nav li a:hover {
	color: #00375F;
	text-decoration: none;
}

#nav li.current_link,
#nav li a:hover {
	color: #59936C;
}

#nav li {
	border-bottom: 1px solid #fff;
	line-height: 32px;
}

/*** Sub Navigation ***/

#nav ul ul li.current_link{
	list-style-image: url(../images/layout/bullet_nav.gif);
	list-style-position: inside;
}
#nav ul ul {
	background-color: #F8F089;
	border-top: 1px solid #fff;
	font-size: 13px;
	font-weight: normal;
	padding-left: 10px;
}

#nav ul ul li {
	border-bottom: none;
	line-height: 22px;
	list-style-image: none;
	list-style-position: inside;
	text-indent: 12px;
}

#nav ul ul a { 
	background-color: #F8F089;
	background-image:none;
	padding: 0px;
	padding-left: 1em;
	text-indent: 0px;
}

/*** Footer ***/
#footer {
	width: 950px;
}
#nav-end {
	float: left;
}
#content-end {
	background-color: #FFF;
	border: solid 3px #65A275;
	border-top: none;
	float: right;
	height: 27px;
	width: 449px;
}
#specialties-end {
	float: right;
	margin-left: 11px;
}
body#specialtiesoff #content-end {
	background-color: #FFF;
	border: solid 3px #65A275;
	border-top: none;
	width: 708px;
}
body#specialtiesoff #specialties-end {
	display: none;
}
address,
.copyright {
	color: #fff;
	clear: both;
}
address {
	font-style: normal;
}

.copyright {
	font-size: 12px;
	line-height: 14px;
	padding: 10px 0 0 0;
	text-align: center;
}

.copyright a:link, 
.copyright a:visited, 
.copyright a:active {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	color: #fff;
	text-decoration: underline;
}
.clear {
	clear: both;
}
/**
 * Note: this is a fix for a bug in Firefox 2.x, along
 * with an adjustment for a disparity in how Firefox (2 and 3)
 * handles `text-indent` along with padding.
 *
 * The selectors being used only works if
 * 'browser-detect.js' is loaded in the layout
 */
html.firefox #nav ul ul a {
	padding-left: 2em;
}
html.firefox2 #nav ul ul a {
	margin-top: -20px;
}