body {
	margin: 0px;
	padding: 0px;
	text-align: center; /* Used for centering pages in IE */
	background-color: #f8f7e9;
	background-image: url(../images/SPScreamPages.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.white_type {
	color: #FFF;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #003c38;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
/* You may use pixels or ems for text sizing */
p, div#content li {
	font-size: 14px;
	line-height: 1.1ems;
	color: #003c38;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #703317;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003c38;
	margin-top: 0px;
	margin-bottom: 2px;
	}
h3 {
	font-size: bold .9ems;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 1.475em;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 0px;
	}

.arrows {
	padding-right: 5px;
}
.line {
	margin-left: -10px;
	margin-right: 10px;
	margin-top: -6px;
	margin-bottom: 5px;
	color: #703317;

}
.line_brown {
	margin-left: -6px;
	margin-right: 3px;
	margin-top: -3px;
	margin-bottom: 5px;
	background-color: #703317;
	color: #703317;
	height: 2px;
}
.linebrown {
	margin-left: -10px;
	margin-right: 10px;
	margin-top: -6px;
	margin-bottom: 5px;
	color: #703317;
}
.boxbottom {
	margin-right: 10px;
	margin-left: -10px;
	margin-bottom: 0px;
	vertical-align: bottom;
	margin-top: -5px;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
                }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#header {
}

div#flash {
	background-image: url(../images/FlashBKGR.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 364px;
	width: 1024px;
	margin: 0px;
	position: relative;
	z-index: 0;
}	

div#content {
	margin-top: 15px;
	height: 1024%;
	width: 994px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
div#LEFT_content {
	float: left;
	width: 619px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
}

div#LEFT_content a:link {
	color: #003c38;
	text-decoration: underline;
}
div#LEFT_content a:visited {
	color: #003c38;
	text-decoration: underline;
} 
/* All links must inclde some type of hover interactivity */
div#LEFT_content a:hover {
	font-weight: bold;
	color: #003c38;
	text-decoration: underline;
} 
div#LEFT_content a:active {
	color: #003c38;
	text-decoration: underline;
}

div#Right_content {
	width: 300px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: right;
	padding: 5px;
}

div#About_Head {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 12px;
	margin-bottom: 0px;
	vertical-align: top;
	background-image: url(../images/About_Top.png);
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

div#About {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003c38;
	text-align: left;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 12px;
	margin-bottom: 0px;
	margin-top:0px;
	vertical-align: top;
	background-image: url(../images/About_BKGR.png);
	padding-bottom: 5px;
}

div#About p {
	color: #703317;
}

div#About img{
	margin-left: -14px;
}

div#About a:link {
	color: #703317;
	text-decoration: none;
}
div#About a:visited {
	color: #703317;
	text-decoration: none;
} 
/* All links must inclde some type of hover interactivity */
div#About a:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: none;
} 
div#About a:active {
	color: #703317;
	text-decoration: none;
}
div#AboutDOC{
	width:90%;
	padding-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003c38;
	margin-top:-5px;
	margin-bottom:10px;
}

div#AboutDOC p{
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom:0px;
}

div#AboutDOC a:link {
	color: #003c38;
	text-decoration: none;
}
div#AboutDOC a:visited {
	color: # ;
	text-decoration: none;
} 
/* All links must inclde some type of hover interactivity */
div#AboutDOC a:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: underline;
} 
div#AboutDOC a:active {
	color: #003c38;
	text-decoration: none;
}

div#AboutTEAM{
	width:90%;
	padding-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003c38;
	margin-top:-5px;
	margin-bottom:10px;
}

div#AboutTEAM p{
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom:0px;
	color: #003c38;
}

div#AboutTEAM .indent{
	padding-left:35px;
}

div#AboutTEAM a:link {
	color: #003c38;
	text-decoration: none;
}
div#AboutTEAM a:visited {
	color: #003c38;
	text-decoration: none;
} 
/* All links must inclde some type of hover interactivity */
div#AboutTEAM a:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: underline;
} 
div#AboutTEAM a:active {
	color: #003c38;
	text-decoration: none;
}

div#AboutFacility{
	width:90%;
	padding-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003c38;
	margin-top:-5px;
	margin-bottom:10px;
}

div#AboutFacility p{
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom:0px;
}

div#AboutFacility a:link {
	color: #003c38;
	text-decoration: none;
}
div#AboutFacility a:visited {
	color: #003c38 ;
	text-decoration: none;
} 
/* All links must inclde some type of hover interactivity */
div#AboutFacility a:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: underline;
} 
div#AboutFacility a:active {
	color: #003c38;
	text-decoration: none;
}

div#About_Foot {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width: 270px;
	color: #FFF;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top:0px;
	margin-bottom: 0px;
	vertical-align: top;
	background-image: url(../images/About_Bottom.png);
	padding-bottom: 0px;
	
}

div#Testimonials_Top{
	width: 280px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: -0px;
	vertical-align: top;
	padding-bottom: 0px;
	margin-bottom: -4px;
	clear:both;

}
div#Testimonials {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003c38;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	vertical-align: top;
	background-image: url(../images/brown_box_bkgr.png);
	padding-bottom: 0px;
	margin-bottom:-5px;
}

div#Testimonials_Bottom{
	width: 280px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
	padding-bottom: 0px;

}


div#Testimonials a:link {
	color: #003c38;
	text-decoration: underline;
}
div#Testimonials a:visited {
	color: #003c38;
	text-decoration: underline;
} 
/* All links must inclde some type of hover interactivity */
div#Testimonials a:hover {
	font-weight: bold;
	color: #003c38;
	text-decoration: underline;
} 
div#Testimonials a:active {
	color: #003c38;
	text-decoration: underline;
}

div#Testimonials h2 a:link {
	color: #003c38;
	text-decoration: none;
}
div#Testimonials h2 a:visited {
	color: #003c38;
	text-decoration: none;
} 
/* All links must inclde some type of hover interactivity */
div#Testimonials h2 a:hover {
	font-weight: bold;
	color: #003c38;
	text-decoration: underline;
} 
div#Testimonials h2 a:active {
	color: #003c38;
	text-decoration: none;
}

div#Testimonials h2 {
	margin-top: 0px;
	margin-bottom:5px;
}

div#Testimonials h2 a:link {
	color: #003c38;
	text-decoration: none;
}
div#Testimonials h2 a:visited {
	color: #003c38;
	text-decoration: none;
} 
/* All links must inclde some type of hover interactivity */
div#Testimonials h2 a:hover {
	font-weight: bold;
	color: #003c38;
	text-decoration: none;
} 
div#Testimonials h2 a:active {
	color: #003c38;
	text-decoration: none;
}

div#Testimonial {
	background-image: url(../images/Testimonial_About.png);
	height: 153px;
	width: 155px;
	margin-top: -5px;
	margin-left: -8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 125px;
	margin-bottom: 5px;
	background-position: top;
}
.testimonialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003c38;
}

div#HotTopic {
	background-image: url(../images/Hot_Topic.png);
	height: 155px;
	width: 155px;
	margin-top: -4px;
	margin-left: -8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 125px;
	margin-bottom: 5px;
	margin-right:0px;
}
.HotTopiclText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003c38;
}

.HotTopicsSUB{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003c38;
}


div#GC {
	background-image: url(../images/GC_ABOUT.png);
	height: 155px;
	width: 155px;
	margin-top: 0px;
	margin-left: -8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 125px;
	margin-bottom: 0px;
	margin-right:0px;
	
}
.GCText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003c38;
}

.GCSUB{
	font-family: Arial, Helvetica, sans-serif;
	margin-top:65px;
	font-size: 14px;
	color: #003c38;
	display:block;
}

.green_link{
	color: #003c38;
}

.TestimonialPhoto {
	margin-top: -6px;
	margin-right: 10px;
	margin-left: -8px;
	margin-bottom: 6px;
}
.testimonialTopper {
	margin-left: -10px;
}
div#HotTopicSign {
	height: 60px;
	width: 250px;
	background-image: url(../images/brown_Hot_Topic_Box.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 30px;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}

div#HotTopicSign p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #FFF;
	margin-bottom:0px;
	margin-top:0px;

}
.HotTopicEmail{
	margin:2px;

}

.brownType {
	color: #703317;
}
.DocBox   {
	font-size: 10px;
	color: #003c38;
}
.DocBoxh1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003c38;
	margin-bottom: 2px;
	margin-top: 20px;
	padding-top: 20px;
}

/* -- bottom tour original
div#BottomTour {
	height: 82px;
	width: 200px;
	background-image: url(images/brown_TourIcon.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
	color: #003c38;
	margin-bottom: 15px;
}
div#BottomTour a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003c38;
	text-decoration: none;
}
*/

div#BottomTour2 {
	height: 80px;
	width: 220px;
	background-image:url(../images/brown-TourIconBack.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
}
div#BottomTour2 img{
	float:left;
	border-width:0px;
	margin-left:-80px;
	margin-top:-10px;
	margin-right:10px;
}

div#BottomTour2 p {
	margin:0px;
}

div#BottomTour2 p a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #703317;
	text-decoration: none;
	line-height: 140%;
}
div#BottomTour2 p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #703317;
	text-decoration: none;
	line-height: 140%;
} 
/* All links must inclde some type of hover interactivity */
div#BottomTour2 p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003c38;
	text-decoration: none;
	line-height: 140%;
} 
div#BottomTour2 p a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #703317;
	text-decoration: none;
	line-height: 140%;
}

div#footer {
	clear: both;
	clear:both;
	height: 23px;
	width: 100%;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 7px;
	background-color: #703317;
}

div#footer a:link {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
div#footer a:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
} 
/* All links must inclde some type of hover interactivity */
div#footer a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
} 
div#footer a:active {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

div#footer ul {
	margin-left:-25px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

div#footer li {
	font-size: 12px;
	display: inline; /* Menu links are horizontally aligned using display: inline */
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
}
div#owner {
}

div#copyright {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #10409F;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	

/* ----------------------------  NAVIGATION (Main) ----------------------------  */

div#nav{
	height: 68px;
	width: 1024px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/HP_NaviBar-Long-back.png);
	background-repeat: no-repeat;
	background-position:right top;
}

ul#mainnav {
	float: left;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	position: relative;
	text-align: center;
	}

ul#mainnav li {
	text-align: center;
	display: block;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	display: block;
	width:134px;
	line-height: 19px;
	color: #FFF;
	background-image: url(../images/HP_NaviBar-Long.png);
	background-repeat: no-repeat;
	height: 68px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #003c38;
	background-image: url(../images/Green_Navi.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


/*----------------------Sub Nav------------------------------------------*/
/* About -- aboutnav --*/

ul#aboutnav{
	border-top-color:#FFF;
	border-top:1px;
	border-top-style:solid;
	width: 989px;
	position: absolute;
	top: 33px;
	left: 0px;
	height: 32px;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: repeat-x;
	padding-left:35px;
	margin-left: auto;
	margin-right:auto;
	visibility:hidden;
}
ul#aboutnav li{
	display: inline;
}

ul#aboutnav li a:link, ul#aboutnav li a:visited, ul#aboutnav li a:active {
	width:auto;
	font-size: 8pt;
	text-decoration: none;
	line-height: 14px;
	color: #703317;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-position: center 0px;
	display:inline;
}

ul#aboutnav li a:hover, ul#aboutnav li a.current:link, ul#aboutnav li a.current:visited {
	color: #003c38;
	background-image: url(../images/lightgreen_selected.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}

ul#mainnav li:hover ul#aboutnav {
	visibility: visible;
}

/* Services -- servicenav --*/

ul#servicenav{
	border-top-color:#FFF;
	border-top:1px;
	border-top-style:solid;
	width: 1009px;
	position: absolute;
	top: 33px;
	left: 0px;
	height: 32px;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: repeat-x;
	padding-left:15px;
	margin-left: auto;
	margin-right:auto;
	display:none;
}
ul#servicenav li{
	display: inline;
}

ul#servicenav li a:link, ul#servicenav li a:visited, ul#servicenav li a:active {
	width:auto;
	font-size: 8pt;
	text-decoration: none;
	line-height: 14px;
	color: #703317;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-position: center 0px;
	display:inline;
}

ul#servicenav li a:hover, ul#servicenav li a.current:link, ul#servicenav li a.current:visited {
	color: #003c38;
	background-image: url(../images/lightgreen_selected.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}

ul#mainnav li:hover ul#servicenav {
	display: block;
}

/* Surgery Center -- surgerynav --*/

ul#surgerynav{
	border-top-color:#FFF;
	border-top:1px;
	border-top-style:solid;
	width: 629px;
	position: absolute;
	top: 33px;
	left: 0px;
	height: 32px;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: repeat-x;
	padding-left:395px;
	margin-left: auto;
	margin-right:auto;
	display:none;
}
ul#surgerynav li{
	display: inline;
}

ul#surgerynav li a:link, ul#surgerynav li a:visited, ul#surgerynav li a:active {
	width:auto;
	font-size: 8pt;
	text-decoration: none;
	line-height: 14px;
	color: #703317;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-position: center 0px;
	display:inline;
}

ul#surgerynav li a:hover, ul#surgerynav li a.current:link, ul#surgerynav li a.current:visited {
	color: #003c38;
	background-image: url(../images/lightgreen_selected.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}

ul#mainnav li:hover ul#surgerynav {
	display: block;
}


/* Patient Info -- patientnav --*/

ul#patientnav{
	border-top-color:#FFF;
	border-top:1px;
	border-top-style:solid;
	width: 682px;
	position: absolute;
	top: 33px;
	left: 0px;
	height: 32px;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: repeat-x;
	padding-left:342px;
	margin-left: auto;
	margin-right:auto;
	display:none;
}
ul#patientnav li{
	display: inline;
}

ul#patientnav li a:link, ul#patientnav li a:visited, ul#patientnav li a:active {
	width:auto;
	font-size: 8pt;
	text-decoration: none;
	line-height: 14px;
	color: #703317;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-position: center 0px;
	display:inline;
}

ul#patientnav li a:hover, ul#patientnav li a.current:link, ul#patientnav li a.current:visited {
	color: #003c38;
	background-image: url(../images/lightgreen_selected.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}

ul#mainnav li:hover ul#patientnav {
	display: block;
}


/* Gallery -- gallerynav --*/

ul#gallerynav{
	border-top-color:#FFF;
	border-top:1px;
	border-top-style:solid;
	width: 709px;
	position: absolute;
	top: 33px;
	left: 0px;
	height: 32px;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: repeat-x;
	padding-left:315px;
	margin-left: auto;
	margin-right:auto;
	display:none;
}
ul#gallerynav li{
	display: inline;
}

ul#gallerynav li a:link, ul#gallerynav li a:visited, ul#gallerynav li a:active {
	width:auto;
	font-size: 8pt;
	text-decoration: none;
	line-height: 14px;
	color: #703317;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-position: center 0px;
	display:inline;
}

ul#gallerynav li a:hover, ul#gallerynav li a.current:link, ul#gallerynav li a.current:visited {
	color: #003c38;
	background-image: url(../images/lightgreen_selected.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}

ul#mainnav li:hover ul#gallerynav {
	display: block;
}


/* News -- newsnav --*/

ul#newsnav{
	border-top-color:#FFF;
	border-top:1px;
	border-top-style:solid;
	width: 794px;
	position: absolute;
	top: 33px;
	left: 0px;
	height: 32px;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: repeat-x;
	padding-left:230px;
	margin-left: auto;
	margin-right:auto;
	display:none;
}
ul#newsnav li{
	display: inline;
}

ul#newsnav li a:link, ul#newsnav li a:visited, ul#newsnav li a:active {
	width:auto;
	font-size: 8pt;
	text-decoration: none;
	line-height: 14px;
	color: #703317;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-position: center 0px;
	display:inline;
}

ul#newsnav li a:hover, ul#newsnav li a.current:link, ul#newsnav li a.current:visited {
	color: #003c38;
	background-image: url(../images/lightgreen_selected.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}

ul#mainnav li:hover ul#newsnav {
	display: block;
}

/* Spa -- spanav --*/

ul#spanav{
	border-top-color:#FFF;
	border-top:1px;
	border-top-style:solid;
	width: 714px;
	position: absolute;
	top: 33px;
	left: 0px;
	height: 32px;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: repeat-x;
	padding-left:310px;
	margin-left: auto;
	margin-right:auto;
	display:none;
}
ul#spanav li{
	display: inline;
}

ul#spanav li a:link, ul#spanav li a:visited, ul#spanav li a:active {
	width:auto;
	font-size: 8pt;
	text-decoration: none;
	line-height: 14px;
	color: #703317;
	background-image: url(../images/LT-Green-Drop.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-position: center 0px;
	display:inline;
}

ul#spanav li a:hover, ul#spanav li a.current:link, ul#spanav li a.current:visited {
	color: #003c38;
	background-image: url(../images/lightgreen_selected.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}

ul#mainnav li:hover ul#spanav {
	display: block;
}

/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 990px;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: block;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 200px;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #ccc;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */

img.HPleft {
	float: left;
}
img.HPright {
	float: right;
}
.hidden { display: none; }
.unhidden { display: block; }
img.down2px {
	padding-top: 10px;
	margin-top: 5px;
}
div#DocBoxRosen a:link {
	color: #003c38;
	font-weight: bold;
}

.H2_Link{
	color: #003c38;
	text-decoration: none;
}

div.hr{
	margin-left: -8px;
	margin-right: 15px;
	margin-top: -3px;
	margin-bottom: 5px;
	width:285px;
	height:2px;
	background: #703317;
	line-height:1px;
	font-size: 1px;
}
.plus3{
	margin-top:3px;
	padding-top:3px;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.greenCAPS {
	text-transform: capitalize;
	color: #003c38;
}
.H1Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #703317;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#LEFT_content a.H1Link:link {
	color: #703317;
	text-decoration: underline;
}
div#LEFT_content a.H1Link:visited {
	color: #703317;
	text-decoration: underline;
} 
/* All links must inclde some type of hover interactivity */
div#LEFT_content a.H1Link:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: underline;
} 
div#LEFT_content a.H1Link:active {
	color: #703317;
	text-decoration: underline;
}

.centerPHOTO {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.googleMAP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003c38;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div#LEFT_content a.googleMAP:link {
	color: #703317;
	text-decoration: underline;
	text-align: center;
}
div#LEFT_content a.googleMAP:active {
	color: #703317;
	text-decoration: underline;
}
div#LEFT_content a.googleMAP:visited {
	color: #703317;
	text-decoration: underline;
}
div#LEFT_content a.googleMAP:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: underline;
}

