body {
	font-size: small;
	padding: 0px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bodytile {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/tile.gif);
	background-repeat: no-repeat;
	background-position: 50% top;
}
a:link {
	color: #1E481D;
}
a:visited {
	color: #003300;
}
a:active {
	color: #7BD5C8;
}
a:hover {
	color: #009966;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#newsticker {
	height: 22px;
	font-size: 80%;
	color: #666666;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#newsticker span.tickertitle {
	font-weight: bold;
	color: #333333;
}
/* classes for the top banner, logo and search area */
#banner {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 960px;
	height: 81px;
}
#logobox {
	margin: 0px;
	padding: 0px;
	height: 81px;
	overflow: hidden;
	float: left;
	width: 269px;
}
#logobox h1 {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 269px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
}
#logobox h1 a {
	display: block;
	height: 80px;	
}
#logobox ul {
	text-indent: -5000px;
}
#searchbox {
	float: right;
	height: 81px;
	width: 265px;
}
#searchbox fieldset {
	padding: 0px;
	border: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#searchbox form, img#searchlabel, #searchtxt, input#submitbtn {
	margin: 0px;
	padding: 0px;
	float: left;
}

#searchtxt {
	height: 18px;
}	

#searchtxt {
	height: 13px;
	width: 160px;
	font-size: 90%;
	color: #666666;
	padding: 2px;
}

/* classes for the top navigation */
#navprimary {
	width: 960px;
	clear: both;
	margin-bottom: 80px;
}
#navprimary h2, #navsidebar h3 {
	text-indent: -5000px;
	position: absolute;
	left: -5000px;
	top: 0px;
}

/* suckerfish code */
#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	height: 40px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 96px;
	height: 40px;
	text-indent: -5000px;
}

#nav ul li a {
	color: white;
	display: block;
	width: auto;
	height: auto;
	text-indent: 0px;
	text-decoration: none;	
	padding: 3px;
}

#nav li { /* all list items */
	float: left;
	width: 96px; /* width needed or else Opera goes nuts */
}

#nav li ul li { /* all list items */
	float: none;
	width: 96px; /* width needed or else Opera goes nuts */
	font-size: 85%;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #3152AA;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li.sfhover ul a:hover { /* lists nested under hovered list items */
	background-color: black;
}
/* end suckerfish code */


li#nav_home {
	width: 58px;
}
li#nav_home a {
	width: 58px;
	background-image: url(../images/nav.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;	

}
li#nav_home a.here {
	background-position: 0px -80px;
}
li#nav_home a:hover {
	background-position: 0px -40px;
}

/* classes for about us navigation */
li#nav_aboutus {
	width: 81px;
}
li#nav_aboutus a {
	width: 81px;
	background-image: url(../images/nav.gif);
	background-position: -58px 0px;
	background-repeat: no-repeat;	
}
li#nav_aboutus a.here, li#nav_aboutus a.here:hover {
	background-position: -58px -80px;
}
li#nav_aboutus a:hover, li#nav_aboutus a.sfhover {
	background-position: -58px -40px;
}
li#nav_aboutus ul li a {
	width: 174px;
	background-image: none;
}
li#nav_aboutus ul li a:hover {
	background-image: none;
}

/* classes for locations navigation */
li#nav_locations {
	width: 82px;
}
li#nav_locations a {
	width: 82px;
	background-image: url(../images/nav.gif);
	background-position: -139px 0px;
	background-repeat: no-repeat;	
}
li#nav_locations a.here, li#nav_locations a.here:hover {
	background-position: -139px -80px;
}
li#nav_locations a:hover, li#nav_locations a.sfhover {
	background-position: -139px -40px;
}
li#nav_locations ul li a {
	width: 174px;
	background-image: none;
}
li#nav_locations ul li a:hover {
	background-image: none;
}

/* classes for locations navigation */
li#nav_findadoctor {
	width: 100px;
}
li#nav_findadoctor a {
	width: 100px;
	background-image: url(../images/nav.gif);
	background-position: -221px 0px;
	background-repeat: no-repeat;	
}
li#nav_findadoctor a.here, li#nav_findadoctor a.here:hover {
	background-position: -221px -80px;
}
li#nav_findadoctor a:hover, li#nav_findadoctor a.sfhover {
	background-position: -221px -40px;
}
li#nav_findadoctor ul li a {
	width: 174px;
	background-image: none;
}
li#nav_findadoctor ul li a:hover {
	background-image: none;
}

/* classes for classes and events */
li#nav_classes {
	width: 115px;
}
li#nav_classes a {
	width: 115px;
	background-image: url(../images/nav.gif);
	background-position: -321px 0px;
	background-repeat: no-repeat;	
}
li#nav_classes a.here, li#nav_classes a.here:hover {
	background-position: -321px -80px;
}
li#nav_classes a:hover, li#nav_classes a.sfhover {
	background-position: -321px -40px;
}
li#nav_classes ul li a {
	width: 174px;
	background-image: none;
}
li#nav_classes ul li a:hover {
	background-image: none;
}

/* classes for services */
li#nav_services {
	width: 73px;
}
li#nav_services a {
	width: 73px;
	background-image: url(../images/nav.gif);
	background-position: -436px -0px;
	background-repeat: no-repeat;	
}
li#nav_services a.here, li#nav_services a.here:hover {
	background-position: -436px -80px;
}
li#nav_services a:hover, li#nav_services a.sfhover {
	background-position: -436px -40px;
}
li#nav_services ul li a {
	width: 174px;
	background-image: none;
}
li#nav_services ul li a:hover {
	background-image: none;
}

/* classes for health topics */
li#nav_healthtopics {
	width: 100px;
}
li#nav_healthtopics a {
	width: 100px;
	background-image: url(../images/nav.gif);
	background-position: -509px 0px;
	background-repeat: no-repeat;	
}
li#nav_healthtopics a.here, li#nav_healthtopics a.here:hover {
	background-position: -509px -80px;
}
li#nav_healthtopics a:hover, li#nav_healthtopics a.sfhover {
	background-position: -509px -40px;
}
li#nav_healthtopics ul li a {
	width: 174px;
	background-image: none;
}
li#nav_healthtopics ul li a:hover {
	background-image: none;
}

/* classes for patient and visitor info */
li#nav_patientandvisitor {
	width: 176px;
}
li#nav_patientandvisitor a {
	width: 176px;
	background-image: url(../images/nav.gif);
	background-position: -609px 0px;
	background-repeat: no-repeat;	
}
li#nav_patientandvisitor a.here, li#nav_patientandvisitor a.here:hover {
	background-position: -609px -80px;
}
li#nav_patientandvisitor a:hover, li#nav_patientandvisitor a.sfhover {
	background-position: -609px -40px;
}
li#nav_patientandvisitor ul li a {
	width: 174px;
	background-image: none;
}
li#nav_patientandvisitor ul li a:hover {
	background-image: none;
}

/* classes for careers info */
li#nav_careers {
	width: 80px;
}
li#nav_careers a {
	width: 80px;
	background-image: url(../images/nav.gif);
	background-position: -785px 0px;
	background-repeat: no-repeat;	
}
li#nav_careers a.here, li#nav_careers a.here:hover {
	background-position: -785px -80px;
}
li#nav_careers a:hover, li#nav_careers a.sfhover {
	background-position: -785px -40px;
}
li#nav_careers ul li a {
	width: 174px;
	background-image: none;
}
li#nav_careers ul li a:hover {
	background-image: none;
}

/* classes for careers info */
li#nav_contactus {
	width: 95px;
}
li#nav_contactus a {
	width: 95px;
	background-image: url(../images/nav.gif);
	background-position: -865px 0px;
	background-repeat: no-repeat;	
}
li#nav_contactus a.here, li#nav_contactus a.here:hover {
	background-position: -865px -80px;
}
li#nav_contactus a:hover, li#nav_contactus a.sfhover {
	background-position: -865px -40px;
}
li#nav_contactus ul li a {
	width: 174px;
	background-image: none;
}
li#nav_contactus ul li a:hover {
	background-image: none;
}

#nav li ul li a:hover {
	background-color: black;
}


/* classes for the left navigation */
#navsidebar {
	width: 220px;
	float: left;
}
#navsidebar ul {
	list-style-type: none;
	margin: 12px;
	padding: 0px;
	display: block;
	font-size: 80%;
	font-weight: bold;
	line-height: 120%;
}
#navsidebar ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 0px;	
}
#navsidebar ul li a {
	text-decoration: none;
	margin: 0px;
	display: block;
	padding-top: .5em;
	padding-right: 0em;
	padding-bottom: .5em;
	padding-left: 0em;
}
#navsidebar ul li.here {
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009966;
}
#navsidebar ul li a:visited {
	color: #003300;
}
#navsidebar ul li a.here, #navsidebar ul li a:visited.here {
	color: #009966;
	font-weight: bold;
}

#navsidebar ul li ul li a.here, #navsidebar ul li ul li a:visited.here {
	color: black;
	font-weight: bold;
}

#navsidebar ul li a:hover {
	background-color: #E9EFD7;
	text-decoration: underline;
}

#navsidebar ul li ul {
	list-style-type: none;
	padding: 0px;
	display: block;
	border: none;
	font-size: 100%;
	font-weight: normal;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .75em;
	margin-left: 0px;
}
#navsidebar ul li ul li {
	list-style-type: none;
	border: none;
	color: #999999;
	background-image: url(../images/leftnavbullet.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
}
#navsidebar ul li ul li a {
	text-decoration: none;
	margin: 0px;
	display: block;
	padding-top: 0.25em;
	padding-right: 0em;
	padding-bottom: .75em;
	padding-left: 0em;
}
#navsidebar ul li ul li a:hover {
	background-color: #E9EFD7;
	text-decoration: underline;
}

/* classes for content area and background color columns */
#contentcontainer {
	width: 735px;
	float: right;
}
#contentcontainerpadding {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#contentandsidebarcontainer {
	width: 960px;
	float: left;
	background-image: url(../images/contenttile.gif);
	background-repeat: repeat-y;
}




/* classes for three layouts */

/* styles for page with sidebar */
#layout_main {
	overflow: auto;
	width: 100%;
	background-image: url(../images/sidebar_divider.gif);
}

#layout_main_nosidebar {
	overflow: auto;
	width: 100%;
	background-image: none;
}

#LVM {
	min-height: 950px;
	height: auto;
	overflow: auto;
	width:675px;

}

#layout_nosidebar {
	overflow: auto;
	width: 100%;
	background-image: none;
}

#layout_main #content_main {
	width: 440px;
	float: left;
}

#layout_main #content_mainfull {
	width: 700px;
	float: left;
}







#leftclasspromo   {
	width: 200px;
	font-size: 100%;
	margin: 0px;
	padding: 12px;
}


#leftclasspromo h5 {
	padding: 0;
	font-size: 100%;
	color: #EF5D00;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .25em;
	margin-left: 0;
}

#leftclasspromo ul {
	margin: 0;
	padding: 0;
}

#leftclasspromo ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .25em;
	margin-left: 0;
	padding: 0;
	border: none;
}

#leftclasspromo dl {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}

#leftclasspromo dl dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#leftclasspromo dl dd {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .75em;
	margin-left: 0;
}











#layout_main #content_sidebar {
	width: 200px;
	float: right;
	font-size: 90%;
}

#layout_main #content_sidebar h5 {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	font-size: 110%;
	color: #EF5D00;
}

#layout_main #content_sidebar ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}

#layout_main #content_sidebar ul li {
	margin-bottom: .75em;
}

#layout_main #content_sidebar dl {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}

#layout_main #content_sidebar dl dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#layout_main #content_sidebar dl dd {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .75em;
	margin-left: 0;
}

#content_main_columns_container {
	overflow: auto;
}

#content_main_columns_container .column1 {
	width: 200px;
	float: left;
	display: inline;
}

#content_main_columns_container .column2 {
	width: 200px;
	margin-left: 20px;	
	float: left;
	display: inline;
}

/* classes for the breadcrumb navigation */
#contentcontainer ul#breadcrumb {
	list-style-type: none;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#contentcontainer ul#breadcrumb li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
}
#contentcontainer ul#breadcrumb li a {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/breadcrumbbullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* this is the main page head */
h1 {
	font-weight: bold;
	color: #451D06;
	font-size: 140%;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_main h2 {
	font-weight: bold;
	color: #451D06;
	font-size: 105%;
	margin-top:  0em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0em;
	padding: 0em;
}
#content_main h3 {
	font-weight: bold;
	color: #451D06;
	font-size: 105%;
	margin-top: 0.75em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0em;
	padding: 0em;
}
#content_main h4 {
	font-weight: bold;
	color: black;
	font-size: 90%;
	margin-top: .75em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding: 0em;
}
#content_main h5 {
	font-weight: bold;
	color: black;
	font-size: 90%;
	margin-top: .75em;
	margin-right: 0em;
	margin-bottom: .2em;
	margin-left: 0em;
	padding: 0em;
}
#content_main p {
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.25em;
	margin-left: 0em;
	font-size: 90%;
	line-height: 130%;
}

#content_main p.intro {
	font-size: 110%;
	color: #451D06;
}

#content_main ul, #content_main ol, #content_main dl {
	margin-top: .25em;
	margin-bottom: 1em;
	padding: 0px;
	margin-right: 0px;
	margin-left: 25px;
	font-size: 90%;	
}
#content_main ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .3em;
	margin-left: 0;
}
#content_main dl {
	margin-top: .25em;
	margin-bottom: 1em;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 90%;	
}

dl dt {
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: .25em;
	margin-left: 0px;
	font-weight: bold;
}
dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
dl dd span {
	margin: 0px;
	padding: 0px;
	color: #666666;	
}

blockquote {
	font-style: italic;
	margin-bottom: 2.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
blockquote p {

}
blockquote p.author {
	font-style: normal; 
}
blockquote p.author strong {
		font-style: normal; 
}

/* classes for footer list and links */
#footer {
	clear: both;
	height: 30px;
	padding-top: 5px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 80%;
	background-color: #451D06;
}
#footer ul li {
	list-style-type: none;
	float: left;
	color: white;
	padding-top: 5px;
	margin-left: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer ul li a {
	color: white;
}
#footer ul li a:hover {
	color: #FFFF66;
}
#footer ul li.copyright {
	float: right;
	padding-right: 15px;
}


/* find a doctor styles */
table.formtable {
	width: 435px;
	font-size: 90%;
}

table.formtable td {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

table.formtable th {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	vertical-align: top;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009966;
	text-align: left;
}
table.formtable p {
	margin: 0;
	padding: 0;
}
table.formtable span.formnote {
	font-size: 85%;
	color:#333333;
	display: block;
}
table.formtable td table td {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	border: none;
}
span.req {
	color: red;
}

table.formtable span.error {
	font-weight: bold;
	color: #CC0000;
}

#errorMessage {
	width: 435px;
	background-color: #FEFFE3;
	border: 1px solid #CCCC99;	
	margin-bottom: 1em;
}

#errorMessage p {
	font-weight: bold;
	color: #CC0000;
	margin: 0;
	padding: 0;
	margin: 6px;
}

table.formtable td label {
}

dl.findadoctor_results {
	margin: 0px;
	padding: 0px;	
}
img.doctorphoto {
	float: right;
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content_main h3 span {
	font-weight: normal;
	font-size: 80%;
	display: block;
}

table.datatable {
	border: 1px solid #CCCCCC;
}
table.datatable th {
	background-color: #FF9933;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
table.datatable tr {
}
table.datatable td {
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#layout_main #content_main p.paralink {
	padding: 0px;
	margin-top: -.75em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
	
}
#layout_main #content_main p.paralink a {
	background-image: url(/images/icon_magglass.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
.spanheader {
	font-weight: bold;
}

#layout_main #content_main ul.classrecord {
	list-style-type: none;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
	padding: 0;
}

#layout_main #content_main ul.classrecord li {
	padding: 0;
	margin-top: .25em;
	margin-right: 0em;
	margin-bottom: .25em;
	margin-left: 0em;
}

p.note {
	font-size: 85%;
}
img.locationphoto {
	border: 1px solid #999999;
	margin-bottom: 20px;
}

img.locationmap {
	margin-bottom: 10px;
}

table.dayinlifegrid td img {
	border: 4px solid #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
}

#navsidebar h4 {
	font-size: 100%;
	color: #451D06;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#navsidebar p {
	margin-top: .25em;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-size: 85%;
}

#homepromos {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.homepromo {
	float: left;
	width: 330px;
	display: inline;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 20px;
}
.cleared {
	clear: left;
	margin-right: 0px;
}
.homepromo img {
	float: left;
	border: 4px solid #FFFFFF;	
}

.homepromo h3 {
	margin-left: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 100%;
}

.homepromo p {
	margin-left: 100px;
	padding: 0px;
	margin-top: .25em;
	margin-right: 0px;
	margin-bottom: .25em;
	font-size: 90%;		
}

#navsidebar ul.homelinks {
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 12px;
}

#navsidebar ul.homelinks li {
	border: none;
	background-image: url(/images/leftnavbullet.gif);
	padding-left: 12px;
	background-repeat: no-repeat;
}

#navsidebar ul.homelinks li a {
	font-weight: normal;
}
div#sitemap ul {
	font-size: 100%%;
}
div#sitemap ul li {
	font-size: 100%;
	font-weight: bold;
}
div#sitemap ul li ul {
	font-size: 100%;
}
div#sitemap ul li ul li {
	font-size: 90%;
	font-weight: normal;	
}
div#sitemap ul li ul li ul li ul li {
	font-size: 100%;
}

/* lightbox styles */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* photo gallery */

#photogallery {
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 11px;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
}

#photogallery img {
	border: 1px solid #CCCCCC;
	margin-top: 11px;
	margin-left: 11px;
	float: left;
}

/* styles for  though search results */

div.searchpaging {
	width: 100%;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

div.searchpaging ul {
	list-style-type: none;
	/*width: 100%;*/
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
}
div.searchpaging ul li {
	float: right;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.classofferpromo {
	border: 2px dotted #D9832B;
	padding: 8px;
	background-color: #FFFFCC;
	font-size: 80%;
	line-height: 130%;
	margin-top: .5em;
	margin-bottom: .5em;
}
.classofferpromo span {
	font-weight: bold;
	color: #D9832B;
}
.classlist {
	margin-top: -1em;
	margin-bottom: 3.5em;
}


/* Blog Styles */
#bodytile #container #contentandsidebarcontainer #contentcontainer #contentcontainerpadding #content #layout_main #content_main .postdate {
	font-size: 10px;
}
#bodytile #container #contentandsidebarcontainer #contentcontainer #contentcontainerpadding #content #layout_main #content_main .postcategories {
	font-size: 10px;
	margin-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 1em;
}
#bodytile #container #contentandsidebarcontainer #contentcontainer #contentcontainerpadding #content #layout_main #content_main ul#browseposts {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bodytile #container #contentandsidebarcontainer #contentcontainer #contentcontainerpadding #content #layout_main #content_main ul#browseposts li#browseprev{
	float: left;
}
#bodytile #container #contentandsidebarcontainer #contentcontainer #contentcontainerpadding #content #layout_main #content_main ul#browseposts li#browsenext{
	float: right;
}