/* #STYLES# */

body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#content a {
	color: #EA9156; /* ORANGE */
	text-decoration: none;
}

#content a:hover {
}

#content_bar #content h1 {
	font-size: 1.3em;	
}

#content_bar #content h2 {
	font-size: 1.2em;
}

#content_bar #content h3 {
	font-size: 1.15em;
}

#content_bar #content h4 {
	font-size: 1.10em;
}

#content h5 {
	font-size: 1.05em;

}

#content h6 {
	font-size: 1em;
}

/* #LAYOUT# */
/* GLOBAL */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 13px;
}

div#print_logo {
	display: none;
}

div#container {
	width: 955px;
	background-image: url(/images/sage_back_200.gif);
	background-repeat: repeat-y;
}

div#header {
	position: relative;
	width: 955px;
	height: 87px;
}

div#header h1 {
	width: 201px;
	height: 87px;
	margin: 0;
}

div#header h1 a {
	display: block;
	width: 201px;
	height: 87px;
	text-indent: -1000em;
	background-image: url(/images/Logo.jpg);
}

div#header div#nav {
	width: 745px;
	position: absolute;
	bottom: 11px;
	right: 0px;
}

#nav ul {
	float: left;
	margin: 0;
	font-size: .95em;
	padding: 0;
}

#nav ul li {
	list-style-type: none;
	float: left; 
	margin-left: 8px;
}

#nav ul li.first {
	margin-left: 0;
}

#nav ul li a {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #418343; /* SAGE */
	font-weight: bold;
}

#nav ul li a:hover {
	color: white;
	background-color: #EA9136; /* ORANGE */
}

#photo_bar {
	background-image: url(/images/sage_back_200.gif);
	background-repeat: repeat-y;
	width: 955px;
	padding: 0;
	margin: 0;
}

#photo_bar .side_column {
	width: 172px;
	padding: 27px 14px 14px;
	float: left;
}

#photo_bar .main_column {
	width: 745px;
	float: right;
}

#photo_bar .side_column h2 {
	margin: 0;
	font-size: 2.15em;
	line-height: 1.1em;
	font-weight: normal;
}

#content_bar {
	width: 955px;
	background-image: url(/images/tri_color_back.gif);
	background-repeat: repeat-y;
}

#content_bar .side_column {
	width: 200px;
	margin-right: 10px;
	padding: 0; 
	float: left;
}

#content_bar .main_column {
	width: 745px;
	float: right;
}

#content_bar #news h2, #content_bar #locations h2, #content_bar #testimonials h2, #content_bar .side_column h2 {
	color: white;
	margin: 0;
	line-height: 27px;
	font-size: 1.1em;
	padding-left: 14px;
}

#content_bar ul li {
	list-style-type: none;
}

#content_bar .side_column ul, #locations ul {
	margin-left: 0;
	padding-left: 14px;
}

#content_bar .side_column h2 {
	background-color: #418343; /* SAGE */
}

#content_bar .side_column li, #content_bar #locations li {
	font-size: .9em;
	line-height: 2.2em;
	height: 2.2em;
}


#testimonials {
	width: 195px;
	float: left;
	margin: 0;
}

#testimonials p {
	font-size: .95em;
	font-style: italic;
	width: 164px;
	padding-left: 14px;
}

#testimonials p.more {
	font-size: .9em;
	font-style: normal;
	width: 164px;
}

#testimonials img {
	margin-left: 14px;
}

#footer {
	background-color: white;
	text-align: center;
	font-size: .8em;
	line-height: 1em;
	padding-bottom: 10px;
}

#footer a {
	color: #EA9136; /* ORANGE */
}

/* HOMEPAGE */


#index_photo_bar .main_column {
	height: 368px;
}


#index_photo_bar .side_column p {
	font-size: .9em;
	line-height: 1.55em;
	margin: 0;
}

#index_photo_bar .side_column p a {
	text-decoration: none;
	color: #EA9136; /* ORANGE */
	font-weight: bold;
}

#index_content_bar {
}

#index_content_bar .side_column ul li {
	padding-left: 14px;
	background-image: url(/images/ArrowGreen.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#index_content_bar .main_column h2 {
	background-color: #EA9136; /* ORANGE */
}

#index_content_bar .main_column h3, #index_content_bar .main_column p {
	padding: 0 14px;
}

#news {
	width: 390px;
	float: left;
	margin: 0;
}

#news p, #news h3 {
	font-size: .9em;
}

#locations {
	width: 160px;
	float: left;
	margin: 0;
}

#locations li {
	font-size: .9em;
	padding-left: 14px;
	background-image: url(/images/ArrowOnWhite.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

/* SUBPAGES */

#subpage_photo_bar .main_column {
	height: 129px;
}

#breadcrumbs {
	background-color: #EA9136; /* ORANGE */
	color: white;
	margin: 0 0 14px;
	line-height: 27px;
	font-size: 1.1em;
	padding-left: 14px;
}

#breadcrumbs a {
	color: white;
}

#breadcrumbs a:hover {
	color: black;
}

#subpage_content_bar .side_column ul {
	padding-left: 0;
}

#subpage_content_bar #content_bar .side_column ul li {
	padding: 0;
	margin: 0;
	height: 2.2em;
}

#subpage_content_bar .side_column ul li a {
	display: block;
	padding-left: 14px;
	margin: 0;
	line-height: 2.2em;
	height: 2.2em;
}

#subpage_content_bar .side_column ul li a:hover {
	background-color: white;
}

#content {
	width: 522px;
	float: left;
	padding: 14px;
}

#subpage_content_bar #content h3 {
}

#subpage_content_bar #content ul {
	padding-left: 14px;
	margin-left: 0;
}

#subpage_content_bar #content ul li {
	padding-left: 21px;
	margin-left: 0;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

/* COPIED CLASSES */

.ActionMessage {
	color: red;
}

a.Address {
	color: #EA9136;
	font-size: .9em;
	line-height: 1em;
	text-decoration: underline;
}

a.Address:hover {
	color: #418343;
}

.BigOrange {
	color: #EA9136; /* ORANGE */
	font-size: 1.4em;
}

.BodyCopy {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

.squarebullet {
	padding-left: 21px;
	margin-left: 0;
	clip: rect(auto, auto, auto, 0px);
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 0px;
	padding-left: 24px;
	text-indent: 0px;
	top: 0px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.PageTitle {
	color: #38713B; /* GREEN */
	font-size: 1.1em;
	font-weight: bold;
}

img.left {
	border: 1px solid #444;
	margin-right: 8px;
	margin-left: 0px;
	margin-bottom: 5px;
	float: left;
	clear: left;
}

img.right {
	border: 1px solid #444;
	margin: 0 0 5px 8px;
	display: block;
	float: right;
	clear: right;
}

.podcast {
	background-image: url(/images/podcast.jpg);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	top: 0px;
	clip: rect(auto,auto,auto,0px);
	padding-left: 23px;
	padding-bottom: 0px;
	left: 20px;
}

.RequiredInformation {
	background-color: #FDECD7;
}

.SmallHomeCopy {
	font-size: .9em;
	color: black;
}

/* UTILITY */

.clearing {
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
