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 {
	line-height: 1.1ems;
	color: #003c38;
	font-size: 12px;
}
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 {
	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;
}
*+html div#HotTopicSign {
	padding-top: 9px;
}
div#HotTopicSign p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #FFF;
	margin-bottom:0px;
	margin-top:0px;

}
*+html div#HotTopicSign p{
	line-height: 110%;
}
.HotTopicEmail{
	margin:2px;
}
.brownType {
	color: #703317;
}
*+html .bottom_pad ul { padding-left:30px!important; }
.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:-40px;
	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: 15px;
	padding-left: 13px;
	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 (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;
}

