body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;   
	text-align:center; /*For IE6 Shenanigans*/
	background-color:#171612;
	color: #FEF8E1;
}

/************** tk styles ******************/
*{
   margin:0;
   padding:0;
}
a:link, a:visited, a:active {
	color: #FEF8E1;
	text-decoration:none;
}
a:hover {
	color:#FEA300;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;

}
#left {
	width: 240px;
	height: 700px;
	float:left;
	position: relative;
	background-color:#171612;
}

#right {
	float: right;
	width: 740px;
	height: 700px;
	position: relative;
	background-color:#171612;
}
#leftContainer {
	position: relative;
}
#ContactPhone {
	padding: 10px 0px 2px 20px;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
#Contact {
	background-color: #EFA255;
	padding: 5px 0px 5px 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	visibility: hidden;
}
#Contact a:link, #Contact a:visited, #Contact a:active {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
#Contact a:hover {
	text-decoration: underline;
	color:#333333;
}
#footerWrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding-top: 5px;
	margin-top: 5px
}
#footerWrapperMaps {
	margin: 0 auto;
	text-align: left;
	padding-top: 5px;
	margin-top: 5px
}
.ticker {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
#ThriveContent {
	padding: 5px 20px 0px 20px;
}
#ThriveContent input {
	margin-bottom: 8px;
}
#breadcrumbs {
	font-style: italic;
	font-size: 9px;
	color: #7836D3;
	padding-bottom: 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 57px;
	letter-spacing: -2.7px;
	color: #FEF8E1;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	/*color: #B4AF9C;*/
	color: #ffffff;
	margin-top: 10px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FEF8E1;
	margin-top: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FEF8E1;
	font-weight: normal;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #FEF8E1;
	font-weight: normal;
}
.purple {
	color: #7836D3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
}
#ThriveContent p {
	color: #B4AF9C;
	font-size: 14px;
	line-height: 19px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#ThriveContent ol {
	margin-left: 35px;
	color:#B4AF9C;
	font-size: 14px;
	line-height: 19px;
}
#ThriveContent ul {
	margin-left: 35px;
	color:#B4AF9C;
	font-size: 14px;
	line-height: 19px;
}
#ThriveContent a:link, #ThriveContent a:visited, #ThriveContent a:active {
	color: #ED5C11;
	text-decoration: underline;
}
#ThriveContent a:hover {
	color:#FEA300;
}
#ThriveScrollBig {
	border: 0px;
	overflow-y: auto; 
	scrollbar-arrow-color: blue; 
	scrollbar-base-color: #F37021;
	scrollbar-face-color: #e7e7e7; 
	scrollbar-3dlight-color: #a0a0a0; 
	scrollbar-darkshadow-color: #888888;
	width: 680px;
	height: 465px;
	padding-right: 25px;
}
#ThriveScrollBig-new {
	border: 0px;
	width: 680px;
}
#ThriveScrollshort {
	border: 0px;
	overflow-y: auto; 
	scrollbar-arrow-color: blue; 
	scrollbar-base-color: #F37021;
	scrollbar-face-color: #e7e7e7; 
	scrollbar-3dlight-color: #a0a0a0; 
	scrollbar-darkshadow-color: #888888;
	width: 680px;
	height: 330px;
}
#ThriveContent #quote {
 	padding: 0px 25px 0px 25px;
	font-style:italic;
	font-size: 14px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
#ThriveContent .EventsTableHome td {
	padding: 5px;
	color:#171612;
	font-size: 14px;
}
#ThriveContent .EventsTableHome {
	width: 100%;
	padding-top: 10px;
}
#ThriveContent .EventsTableHome a:link, #ThriveContent .EventsTableHome a:visited, #ThriveContent .EventsTableHome a:active {
	color: #171612;
}
#contactThankyou {
	font-size: 14px;
	color: #FEF8E1;
}
.special { /* this is for the hidden field in the forms to help prevent spam */
display:none;
}
.quotationBegin {
	/*font-size: 45px;
	font-weight:bold;
	color:#7836D3;
	height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 35px;*/
	 width: 50px;
	 height: 50px;
	 float:left;
	 background-image:url(images/quote-begin.gif);

}
.quotationEnd {

	 width: 50px;
	 height: 50px;
	 float:right;
	 background-image:url(images/quote-end.gif);

}
.quoteBreak {
	clear:both;
}
/***************** left column menu styles *******************/
.urbangreymenu{
width: 240px; /*width of menu*/
position: absolute; 
bottom: 100; 
left: 0;
/*background-color: #ffffff;*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: #FEF8E1;
/*background: #b1f321 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
/*background: #B1BA42; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #FEF8E1;
display: block;
}
.urbangreymenu .headerbar a:hover{
text-decoration: underline;
color: #FEF8E1;
display: block;
}
/*  fix for non expanding items  */
.urbangreymenu .headerbar2{
font: bold 13px Verdana;
color: white;
/*background: #b1f321 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
/*background: #7836D3; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}
.urbangreymenu .headerbar2 a{
text-decoration: none;
color: white;
display: block;
}
.urbangreymenu .headerbar2 a:hover{
text-decoration: underline;
color: white;
display: block;
}
.urbangreymenu .headerbar2active {
	font: bold 13px Verdana;
	color: #73C3930;
	/*background: #b1f321 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	background: #B1BA42; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}
.urbangreymenu .headerbar2active a:visited{
	font: bold 13px Verdana;
	color: #3C3930;
	/*background: #b1f321 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	background: #B1BA42; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 0px; /*31px is left indentation of header text*/
	text-decoration: none;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: #666666;
/*background: #ffffff;*/
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 31px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #666666;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #ED5C11;
/*background: #FFFFCC;*/
}
.urbangreymenu .selected a {
	color: #FEF8E1;
}
.urbangreymenu .selected a:hover {
	color: #FEF8E1;
}
.urbangreymenu .unselected {
	/*background-color: #DBDECB;*/
}
/***************** end menu styles *****************************/


/*  EXPANDING IMAGE SCRIPT ON REACH GROW THRIVE MAP PAGE */

img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}


/************default styles *******************/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FEF8E1;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
#help {
	float:right;
	/*text-align:center;*/
	padding-top: 10px;
}
.RGT {
	font-weight: bold;
	font-style: italic;
}
