/************************************************************************/	
/************************** BASIC HTML ELEMENTS *************************/
/************************************************************************/	

* {/*all html elements default to no padding, borders, etc. */
	border-collapse:collapse;
	margin:0;
	padding:0;
	border:0;
	outline-style:none;
	outline-width:0px;
}
body {
	background-color:#FFF;
}

a, a:visited, a:hover, a:active  {
	color:#000;
	text-decoration: none;
}
a:hover, a:active  {
	text-decoration: underline;
	color: #999;
}
p {
	margin-top:0px;
	margin-bottom:20px;
}
strong {
	font-weight:bold;
	color:#393939;
}
/* headlines - used as 'colored bars' in design, block elements that change color for each section */
h1, h2, h3, h4, h5, h6 {
	display:block;
	font-weight:normal;
	text-transform:uppercase;
}
h1, h2 {
	color:#FFF;
	font-size:14px;
	line-height:14px;
	padding:6px 15px 6px 15px;
	margin-bottom:1px;
}
h3, h4, h5, h6 {
	color:#000;
	font-size:13px;
	line-height:13px;

}
h3, h4 {
	padding:3px 15px 3px 15px;
}
#right_column h1, #right_column h2, #right_column h3, #right_column h4 {
	margin:0 -10px 1px -10px;
}
#right_column h3, #right_column h4 {
	margin-bottom:5px;
}
.column_group h3, .column_group h4 {
	margin:-12px -12px 10px -12px;
}






hr {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	height:1px;
	background:#CCC;
}
/* img -'behavior" allows IE6 to properly display transparent .png files */
/* - requires 2 files in /css folder 'iepngfix.htc', and 'blank.gif'*/
img {
	border:none;
	padding:0;
	behavior:url('/css/iepngfix.htc'); 
} 
table {
	
}
td {
	text-align:left;
	vertical-align:top;
	padding:5px;
}
th {
	text-align:center;
	vertical-align:bottom;
	font-weight:bold;
	background-color:#EBE9E6;
}
ul {
	margin:12px 0 10px 15px;
	padding:0;
	list-style-type: square;
}
ul ul {
	margin:3px 0 4px 35px;
	list-style-type:circle;
}
ol {
	margin:12px 0 10px 20px;
	padding:0;
	list-style-type:decimal;
	font-family:Arial, Helvetica, sans-serif;
}
ol ol {
	list-style-type:lower-alpha;
}
/*************************** FORM ELEMENTS  **********************************/
label {
	display:block;
	margin:0;
	font-weight:bold;
	color:#333;
}
input {
	width:215px;
	height:17px;
	margin:0 0 8px 0;
	padding:2px 2px 0 2px;
	border:solid 1px #888;
	font-size:12px;
	line-height:135%;
	font-family:Arial, Helvetica, sans-serif;
}

input.gsearch {width:140px; margin:0px; margin-top:3px; margin-bottom:3px;}
#right_column div span.button input.gsubmit {height:23px; margin:3px 5px 0 0; padding:1px; width:60px;}

 
div.search {height:84px;}
div.search strong {line-height:100%; font-size:11px;}
 
select {
	width:220px; /*make 'select' 5px wider than 'input' to match */
	height:21px;
	border:solid 1px #999;
	margin:0 0 8px 0;
	padding:1px 0 0 2px;
	line-height:135%;
}
textarea {
	width:213px; /* if no scrolls - make 'textarea' 2px narrower than 'input' to match */
	height:150px;
	margin:0 0 8px 0;
	padding:1px 3px 1px 3px;
	border:solid 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* hide scrollbars if text area desired (less than approx 200px x 200px) */
/*	overflow-x:hidden; */
/*	overflow-y:hidden;*/
}
.errorMessage {
	color:#F00;
	font-weight:bold;
	font-style:italic;
}
.fieldError {
	border-color:#F00;
	background:#F5FFFF;
}
.rightNote { /* small notes on form - e.g. "*all fields required" */
	margin-top:-16px;
	text-align:right;
	font-size:11px;
	color:#666;
}

/* BUTTONS - NOTE! Rather than apply styles to buttons, wrap buttons in '<div class="buttonHolder"> [--button--] </div>' */

/* Crossbroswer Hack - Format "buttonHolder" rather than button, so hover works in IE - look, size, text alignment, etc. are consistent */
.buttonHolder {
	display: inline-block;
	height:18px;
	width:60px;
	margin:3px 5px 0 0;
	border:solid 1px #999;
	background: #CCC;
	padding:0; /*don't change padding - change in button css instead */
}
.buttonHolder:hover {
	background: #999;
}
/* actual button */
.buttonHolder button, .buttonHolder input {
	/* tweak all 3 of these to get consistent vertical place of text within button in all 3 browsers */
	height:18px;				/* use "holder" for appearance of button height - button may exceed height of holder to get text right, since overflow is hidden in holder */
	padding:1px 1px 5px 1px; 	/* Firefox/Safari bottom padding pushes text up */
	line-height:135%; 			/* IE more sensitive to line height - in Safari, label will probably ride a pixel higher */
	/* specify these to override browser defaults - more consistency */
	font-weight:bold;
	letter-spacing:.2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* don't edit these, edit "buttonHolder" instead */
	margin:0;
	width:100%;
	background:none;
	border:none;
	outline:none;
}

/* CHECKBOXES - NOTE! Rather than apply styles to checkboxes, wrapcheckboxesbuttons in '<div class="checkboxHolder"> [--checkboxHolder--] </div>' */
.checkboxHolder {
	display: inline-block;
	width:auto;
	height:20px;
}
.checkboxHolder input {
	float:left;
	width:auto;
	border:none;
	margin-top:5px;
}
div.checkbox_group  {

}
div#contactForm div.checkbox_group input, div#contactForm div.checkbox_group input.checkbox {
	display:inline;
	width:21px;
}

div#contactForm.labels_left label {
	display:inline-block;
	width:97px;
	text-align:right;
	vertical-align:top;
	margin-right:1px;
}
div#contactForm.labels_left hr {
	margin:4px 0 12px 125px;
	height:1px;
	background:#DDD;
	width:304px;
}
.checkError {
	border-color:#F00;
	border-style:solid;
	border-width:1px;
	background:#F5FFFF;
}


/* Styles Available in Admin Tool - must be copied into '/css/editorstyle.css' file */
.float_Image_Left {
	margin:0 10px 6px -1px;
	border:solid 1px #999;
	float:left;
}
.float_Image_Right {
	margin:0 -1px 6px 10px;
	border:solid 1px #999;
	float:right;
}
.float_Left_w_Border {
	margin:0 9px 6px 0px;
	border:none;
	float:left;
}
.float_Right_w_Border {
	margin:0 0 6px 9px;
	border:none;
	float:right;
}


.smallText	{
	color:#999999; 
	font:normal 9px Helvetica, Arial, sans-serif; 
	letter-spacing:0px;
}

/*************************************************************************/	
/*************************** BODY CONTENT/STRUCTURE **********************/
/*************************************************************************/

#container {
	width:960px;
	text-align:left;
	border:solid 1px #000;
	margin-bottom:4px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	font-weight: normal;
	/* cross-browser hack to center div */
	margin-left:auto;
	margin-right:auto;
}
#container.admin a#logo_link, a:hover#logo_link {
	background:#567E96;
	background-image: url(/images/logo-1.jpg);
}
#header {
	border-bottom:dotted 1px #000000;
}
#pageBody {
	width:725px;
	float:left;
	border-right:dotted 1px #000000;
}
#leftTop {

	border-bottom:dotted 1px #000;
	height:215px;
}
#leftTopVideo {	
	float:left;
	width:257px;
	height:209px;
	border-right:dotted 1px #000;
	overflow:hidden;
	padding:3px 0 0 3px;
}
#leftTopQuotes {	
	float:left;
	width:257px;
	height:209px;
	border-right:dotted 1px #000;
	overflow:hidden;
	padding:3px 0 0 3px;
}
#leftTopQuotesInner {	
	margin:3px 3px 0 3px;
	height:201px;
	margin-right:8px;
	border-width:1px;
	border-style:solid;
	overflow:hidden;
	font-size:11px;
	background-image:url(/images/quotes.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:140%;
	padding:6px;
	
}
#leftTopQuotesInner IMG {	
	width:85px;
	height:119px;
	border-right-width:1px;
	border-style:solid;
	border-bottom-width:1px;
	border-top:none;
	border-left:none;
	margin:-6px 8px 2px -6px;
	float:left;
}

#topMiddleImage {
	float:right;
	width:474px;
	height:215px;
	background-position: top left;
	background-repeat:no-repeat;
	margin-right:-10px;	
}
#content {
	margin:0 3px 90px 0;
	background:#FFF;
}
#social_network_links {
	position:absolute;
	margin:-60px 0 0 1px;
	border-top:dotted 1px #000;
	width:708px;
	text-align:left;
	padding:15px 0 0 15px;
}
#social_network_links SPAN {
	display:inline-block;
	height:26px;
	vertical-align:top;
	margin-right:10px;
}
#social_network_links A {
	display:inline-block;
	margin-right:10px;
	height:26px;
	vertical-align:top;
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:29px;
}

#social_network_links A.twitter {
	background-image:url('/images/twitter.jpg');
}
#social_network_links A.facebook {
	background-image:url('/images/facebook.jpg');
}
#social_network_links A.linkedin {
	background-image:url('/images/linkedin.jpg');
}

#bottomAds { 										
	width:722px;
	overflow:hidden;
}
.bottomAd {
	display: inline-block;
	height:139px;
	width:225px;
	margin:8px -2px 8px 11px;
	border:solid 1px #999;
	background:#999;
}
.bottomAd_white {
	display: inline-block;
	height:100px;
	width:205px;
	background:#FFF;
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:center center;
	padding:10px;
}
.bottomAd_white:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60; 
	opacity:0.60;
}

.bottomAd_white a:link, bottomAd_white a:visited {
	height:100px;
	width:205px;
	display:block;
	text-decoration:none;
}



.float_right{float:right;}


a#logo_link, a:hover#logo_link {								
	position:absolute; 
	margin:1px 0 0 1px; 
	display:block; 
	height:145px; 
	width:258px; 
	background-position:left top;
	background-repeat: no-repeat;
	
}
a:hover#logo_link {
	margin:0;
	filter:alpha(opacity=70);
	opacity:0.70;
	border:solid 1px #CCC;
}

span.hidden_text {
	display:none;
}

/*************************** RIGHT COLUMN SECTIONS  **********************************/


#right_column {
	float:right;
	width:214px;
	margin-top:1px;
	border-left:dotted 1px #000000;
	margin-left:-3px;
	margin-bottom:0;
	padding:1px 10px 85px 10px;
	overflow:hidden;
	height:1010px;
	background:#FFF;
}
#right_column div {
	margin:0 -10px 0 -10px;
	padding:0 10px 0 10px;

}
#right_column a, #right_column a:visited, #right_column a:active, #right_column a:hover  {
	display:block;
}
#right_column h5 a  {
	margin:4px 0 4px 0;
}

#right_column label {
	position:absolute;
	display:inline-block;
	font-weight:normal;
	text-transform:uppercase;
	margin:7px 0 0 0;
	line-height:12px;
}

#right_column div.data {
	line-height:200%;
	padding-bottom:10px;
}
#right_column div.markets{
	padding-bottom:5px;
}
#market_widget {
	text-align:center;
	width:200px;
}



#right_column div.markets h3 {
	margin-top:10px;
	margin-bottom:11px;
}
#right_column div.weather{
	margin-bottom:-3px;
}  
#right_column div.weather h3 {
	margin-bottom:12px;
}    
#weather_widget {
	text-align:center;
	width:190px; 
}
#right_column div.weather span.headline_right {
	position:absolute;
	width:215px;
	text-align:right;
	font-size:11px;
	color:#666;
	margin-top:0px;
}   

#right_column div.capital{
	margin-bottom:-1px;
}   
#right_column div.capital h3{
	margin-bottom:11px;
}  
#capital_widget {
	text-align:center; 
	width:210px; 
	height:140px; 
	overflow:hidden; 
	border-bottom:solid 10px #FFF;
}
/* --- Calendar --- */
#right_column div#calendar {
	border-bottom:dotted 1px #000;
	padding-bottom:8px;
	background:#FFF;
}
#calendar h2 {
	margin-top:1px;
}
#calendar h2, #calendar h3 {
	text-align:center;
}
a.calendarLeftLink, a.calendarRightLink  {background:yellow;
	display:block;
	position:absolute;
	width:40px;
	line-height:16px;
	padding:1px 0 2px 0;
	font-size:14px;
	background:url(/images/transparent.gif); /* bg helps hover state in IE */
}
a.calendarLeftLink  {
	margin-left:-10px;
	padding-left:10px;
	text-align:left;
}
a.calendarRightLink {
	margin-left:174px;
	padding-right:10px;
	text-align:right;
}
a:hover.calendarLeftLink , a:hover.calendarRightLink {
	text-decoration:none;
	background:#CCC;
}

#calendar h4 {
	margin-top:-4px;
	padding-left:0;
	padding-right:0;
	text-align:center;

}
#calendar span.day_abbreviations span, 
#calendar span.day_spacers span,
#calendar span.day_numbers span,
#calendar span.day_numbers a {
	display:inline-block;
	width:28px;
	text-align:center;
	padding:1px 0 1px 0;
}
#calendar span.day_abbreviations {
	display:block;
	margin:-4px -10px 3px -10px;
	text-align:center;
}

#calendar span.day_numbers a.today, 
#calendar span.day_numbers span.today {
	font-weight:bold;
}
span.calendar_text {
	display:block;
	text-align:center;
	border-top:dotted 1px #000;
	margin:4px -10px 0 -9px;
	padding:1px 0 1px 0;
}

/*************************************************************************/	
/*************************** MAIN MENU  **********************************/
/*************************************************************************/

#menu ul, #menuBottom ul {
	float:right;
	margin:0;
	padding:0;
	border:solid 1px white;
}
#menu ul li, #menuBottom ul li {
	display:inline-block;
	float:left;
	width:97px;
	height:143px;
	border-left:dotted 1px #000000;
	text-align:right;
	margin:0 1px 0 1px;
	padding:0 0 2px 0;
	background:#FFF;
}
#menu ul li:hover {
	cursor: auto;
}
#menu ul li a, #menuBottom li a {
	display:block;
	float:right;
	width:68px;
	text-align:right;
	padding:25px 8px 15px 0;
	color:#000;
	text-decoration:none;
	line-height:135%;
}
#menu ul li a:hover {
	color:#000;
}
#menu li:hover a {
	color:#FFF;
}
#menu ul li ul {
	position: relative;
	float:right;
	width:90px;
	margin:0;
	padding:0;
	background:none;
	display:none;
	border:none;
}
#menu ul li:hover ul, #menu ul li.selected ul {
	display:inline;
}
#menu ul li ul li {
	float:none;
	display:inline;
	width:97px;
	height:auto;
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#menu ul li ul li a, #menu ul li ul li a:hover {
	float:none;
	width:80px;
	text-align:right;
	padding:0;
	font-size:10px;
}
/* Menu Bottom - e.g. "Contact", etc. */
#menuBottom {
	clear:both;
	height:24px;
	border-top:dotted 1px #000;
}
#menuBottom ul {
	background:none;
}
#menuBottom ul li {
	height:20px;
	overflow:hidden;
}
#menuBottom ul li .text {
	display:block;
	margin-top:3px;
	line-height:normal;
	letter-spacing:-.3px;
	margin:3px -5px -3px -3px;
	text-align:center;
	text-transform:lowercase;
}
#menuBottom ul li a {
	width:auto;
	float:none;
	text-align:right;
	padding:3px 10px 0 0;
	line-height:15px;
	margin:0 -1px 2px 1px;
	height:19px;
}
#menuBottom ul li a:hover {
	background:#999;
	color:#FFF;
}




/* **************************** FOOTER  ****************************** */

#footer {
	width:960px;
	/* cross-browser hack to center div */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#999;
}
#privacy_disclaimer {
	position:absolute;
	width:960px;
	text-align:right;
}
#privacy_disclaimer a {
	color:#999;
}

/************* Page Column Layout ************/
/* full content area width - no columns */
div.no_columns {
	padding:40px;
}
/* horizontal row of columns, stack column groups on top of each other for multiple rows of columns */
.column_group { 
	border-bottom:dotted 1px #000;
	margin-right:-2px;
	overflow:hidden;
}

.column_3_3rd, .column_left_3rd, .column_left_2_3rd, .column_middle_3rd, .column_right_3rd, .column_right_2_3rd {
	border-left:dotted 1px #000;
	border-right:dotted 1px #000;
	display: inline-block;
	vertical-align:top;
	padding:15px;
	background:#FFF;
}
.column_3_3rd {
	border:none;
	width:695px;		
}

.column_left_3rd, .column_left_2_3rd { 
	border-left:none;
}
.column_right_3rd, .column_right_2_3rd { 
	border-right:none;
	margin-right:-3px;
}
/* width of columns - note: widths are a few pixels different for IE - see "/includes/inc_dynamic_styles.cfm" for IE hacks */
.column_left_3rd {
	width:215px;
	margin-right:-4px;
}
.column_left_2_3rd {
	width:453px;
	margin-right:-4px;
}
.column_middle_3rd {
	width:207px;
	margin-right:-4px;
}
.column_right_3rd {	
	width:211px;		
}
.column_right_2_3rd {
	width:449px;		
}

/*************************************************************************/	
/*************************** INDIVIDUAL PAGES ****************************/
/*************************************************************************/

#container div.column_group span.column_left_2_3rd span.headline_right {
	position:absolute;
	width:140px;
	margin:-29px 0 0 315px; 
	text-align:right;
	font-size:11px;
	color:#F00;
}
#container div.column_group div.home_rss {
	margin-top:-18px;

}
#container div.column_group div.home_rss h5 {
	font-weight:bold;

}

/************* GET INVOLVED FORM ************/
#getInvolvedForm {
	margin:20px 0 15px 0;
}
#getInvolvedForm label {
	display:inline-block;
	width:90px;
	text-align:right;
}
#getInvolvedForm input {
	width:200px;
	margin-right:100px;
}
#getInvolvedForm div.buttonHolder {
	margin-left:93px;
}
#getInvolvedForm div.buttonHolder input {
	width:60px;
}
#LeaseLocator_image {
	margin-top:10px; 
}
/************* SPONSORSHIP FORM ************/
#sponsorshipForm {
	margin:20px 0 15px 0; display:inline-block; width:39%;
}
#sponsorshipForm label {
	display:inline-block;
	width:55px;
	text-align:right;
}
#sponsorshipForm input {
	width:200px;
	margin-right:0px;
}
#sponsorshipForm2 {
	margin:20px 0 15px 0; display:inline-block; width:59%; vertical-align:top;
}
.sponsorshipForm2{
	margin:0; display:inline-block;
}
.sponsorshipForm2 label {
	display:inline-block;
	text-align:left;
	float:right;
}
#sponsorshipForm2 input {
	display:inline-block;
	width:20px;
	margin-right:0px;
	text-align:right;
}
#sponsorshipForm2-1 {
	width:42%;
}
#sponsorshipForm2-1 label {
	width:150px;
}
#sponsorshipForm2-2 {
	 width:56%; float:right;
}
#sponsorshipForm2-2 label {
	width:205px;
}
#sponsorshipForm2 div.buttonHolder {
	margin-left:-40px; text-align:center; margin-top:150px; margin-right:0;
}
#sponsorshipForm2 div.buttonHolder input {
	width:54px;
}

/************* CONTACT FORM ************/
#getInvolvedForm {
	margin:20px 0 15px 0;
}
#getInvolvedForm label {
	display:inline-block;
	width:90px;
	text-align:right;
}
#getInvolvedForm input {
	width:200px;
	margin-right:100px;
}
#getInvolvedForm div.buttonHolder {
	margin-left:93px;
}
#getInvolvedForm div.buttonHolder input {
	width:60px;
}

#contactForm {

}

#contactForm input {
	width:300px;	
}

#contactForm .buttonHolder {display:block;}
#contactForm .buttonHolder input {width:60px;}

/************* Leadership ************/
#leadership_list {
	width:720px;
	overflow:hidden;
	margin-left:2px;
}
#leadership_list table { 
	font-size:12px;
	line-height:normal;
	letter-spacing:.2px;
	margin:1px 0 2px -1px;
	background-color:#FFF;
}
#leadership_list td img { 

	height:120px;
}
div#leadership_list table td { 
	padding:0;
	vertical-align:top;
}
#leadership_list td.photo { 

	height:120px;
	border-left:dotted 1px #000;
}
#leadership_list table td.photo.empty { 

	height:120px;
	border-bottom:none;
	background:#FFF;
}
#leadership_list td.title { 
	height:5px;
	padding:0;
	vertical-align:top;
}
#leadership_list td.title h5 { 
	font-size:13px;
	text-transform:uppercase;
	line-height:115%;
	padding:3px 0 3px 5px;
}


#leadership_list td.name, #leadership_list td.company  { 
	padding:2px 0 0 2px;
	background-color:#FFFFFF;
}
#leadership_list td.name { 
	padding-left:5px;
	

}
#leadership_list td.name h6, #leadership_list td.name h6 strong { 
	color:#222;
	font-weight:bold;
	text-transform:none;
	padding-bottom:2px;
}
#leadership_list td.name strong { 
	font-weight:bold;
	color:#777;
}
#leadership_list td.photo, #leadership_list td.name, #leadership_list td.company  {
	border-bottom:dotted 1px #000;
}

/************* Members Firms ************/
div.column_group.Member-Firms span h4 { 
	margin-top:10px;
}
div#Member-Firms-Links {
	background:#FFF;
	padding:10px 12px 10px 12px;
	text-align:center;
}
div.column_group.Member-Firms span.column_left_3rd,
div.column_group.Member-Firms span.column_middle_3rd,
div.column_group.Member-Firms span.column_right_3rd {
	padding-top:0;
}
div.column_group.Member-Firms h4.column_top {
	margin-top:0;
}

div#Member-Firms-Links.alpha a {
	padding:0 4px 0 4px;
	display:inline-block;
	text-transform:uppercase;
}
div#Member-Firms-Links.firm a {
	padding:0 8px 0 8px;
	display:inline-block;
}
div#Member-Firms-Links a:hover {
	background:#DDD;
}

/************* Members Firms New ************/
div.column_group.Member-Firms span h4 { 
	margin-top:10px;
}
div#Member-Firms-Links-New {
	background:#FFF;
	padding:10px 18px 10px 18px;
	text-align:center;
	border-bottom:dotted 1px #000;
}
div#Member-Firms-Links-New STRONG {
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}
div.member-firm-item span { 
	display:inline-block;
	vertical-align:top;
	padding:0 4px 0 3px;

}

div.member-firm-item, div.member-firm-item.even  {
	padding:2px 0 2px 0;
	font-size:11px;
	letter-spacing:0;
}
div.member-firm-item.odd  {
	background:#F3F3F3;
}
div.member-firm-item.group_divider  {
	padding-left:2px;
}
div.member-firm-item span.tdc_company_name {
	width:195px;
}
div.member-firm-item span.tdc_name {
	width:110px;
}
div.member-firm-item span.tdc_phone {
	width:90px;
}
div.member-firm-item span.tdc_website {
	width:155px;
}

div.member-firm-item span.tdc_type_name {
	width:110px;
}
div.member-firm-item span span  {
	width:0;
	padding:0;
}
/************* Member Highlights ************/
DIV#container.section6.Member-Highlight 
SPAN.main_image {
	max-height:260px;
	height:auto !important;
	height:260px;
	overflow:hidden;
	display:block;
	vertical-align:top;
	width:215px;
	background:#E7EBE8;
	border:solid 1px #6E8878;
	float:left;
	margin:-2px 12px 12px -1px;
}
DIV#container.section6.Member-Highlight 
SPAN.main_image IMG {
	width:215px;
}
DIV#container.section6.Member-Highlight 
A.list_link { 
	display:block;
	margin:3px 0 17px 0;
	vertical-align:middle;
	text-decoration:none;
}
DIV#container.section6.Member-Highlight 
SPAN.column_3_3rd A:hover.list_link { 
	background:#E7EBE8;
}
DIV#container.section6.Member-Highlight 
SPAN.column_3_3rd SPAN.list_image {
	max-height:75px;
	height:auto !important;
	height:75px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	width:60px;
	background:#E7EBE8;
	border:solid 1px #6E8878;
	text-align:center;
}
DIV#container.section6.Member-Highlight 
SPAN.column_3_3rd SPAN.list_image IMG {
	width:60px;
}
DIV#container.section6.Member-Highlight 
SPAN.column_3_3rd SPAN.member_list_text {
	display:inline-block;
	vertical-align:top;
	width:610px;
	margin:8px 0 0 6px;
}

/************************************************************************/	
/******************* CODE BELOW FOR ADMIN TOOLS ONLY ********************/	
/************************************************************************/
/************************************************************************/	
/******************* NOTE: "SEARCH AND REPLACE THESE COLORS *************/	
/******************* TO CHANGE ENTIRE ADMIN COLOR SCHEME    *************/
/*******************                                        *************/	
/******************* ADMIN  LINK/TEXT  COLOR "#330033"      *************/	
/******************* LIGHT  BACKGROUND COLOR "#DFF4FF"      *************/	
/******************* MEDIUM BACKGROUND COLOR "#D9FFD9"      *************/
/************************************************************************/
/************************************************************************/


/* -- Admin Color Scheme (should contrast with site design colors - so links/editable areas stand out) -- */
	.editColor {
	color:#330033;
}
.editBG {
	border:dashed 1px #DDD;
	margin:-1px;
}
#editBG {
	border:dashed 1px #DDD;
	margin:-1px;
}
/* -- Admin Text-- */		
	#adminComment {
	color:#330033;
	font:italic 11px/120% Helvetica, Arial, sans-serif;
	letter-spacing:-.3px;
	background-color:#D9FFD9;
	margin:3px 0 3px 0;
	padding:1px;
	text-align:left;
}
.adminNote {
	color:#777777;
	font:normal 9px/120% Helvetica, Arial, sans-serif;
	letter-spacing:  0px;
}
.editTab {
	color:#330033;
	font-weight:bold;
	background-color: #DFF4FF;
	text-transform:lowercase;
}
/* -- Admin Links-- */	
	a.editLink:link {
	color:#FFF;
	font-weight:bold;
}
a.editLink:visited {
	color:#FFF;
	font-weight:bold;
}
a.editLink:hover {
	color:#FFF;
	font-weight:bold;
}
.adminNote a:link {
	color:#777777;
	font:normal 9px Helvetica, Arial, sans-serif;
}
.adminNote a:visited {
	color:#777777;
	font:normal 9px Helvetica, Arial, sans-serif;
}
.adminNote a:hover {
	color:#CCCCCC;
	font:normal 9px Helvetica, Arial, sans-serif;
}
a.editColor:link {
	color:#330033;
}
a.editColor:visited {
	color:#330033;
}
a.editColor:hover {
	color:#999966;
}
/* -- Mod Pages -- */	
	#adminBody {
	min-height:320px;
	height:auto !important;
	height:320px;
	width:535px;
	margin:40px;
	color:#555555;
	font:normal 11px/140% Helvetica, Arial, sans-serif;
	letter-spacing:0.6px;
}
#adminBody h1 {
	color:#000000;
	margin:0 0 10px 0;
	font:normal 20px Helvetica, Arial, sans-serif;
	letter-spacing:0.3px;
	text-transform:lowercase;
	border-bottom:none;
}
#adminBody strong {
	color:#330033;
	font-size:12px;
}
#adminPageTitle {
	float:right;
	position:absolute;
	width:165px;
	margin:200px 0 0 680px;
	text-align:right;
}
#adminPageTitle h1 {
	color:#330033;
}
.pageAdminTD {
	background-color:#FFFFFF;
	width:560px;
}/*sets min height for all pages*/
.rightAdminTD {
	background-color:#E9E9E9;
	width:200px;
	text-transform:lowercase;
}
#rightAdminHeadline {
	background-color:#DFF4FF;
	padding:35px 30px 40px 30px;
	border:solid 1px #DDDDDD;
	color:#330033;
	font:bold 20px/115% Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
}
.rightAdminBotTD {
	background-color:#E9E9E9;
}
#adminSeo {
	background-color:#F7F7F7;
	padding:10px 10px 10px 10px;
	border: solid 1px #DDD;
	margin-top:15px;
}
/* --Input-- */	
	.adminLongInput {
	width:400px;
}
.adminSeoInput {
	width:500px;
}
/* --TinyMCE-- */	
	#tinyMce {
	padding-bottom:0;
	width:552px;
}
#tinyMceLabelAndTabs {
	height:19px;
	width:530px;
}
#tinyMceLabel {
	float:left;
	padding-top:3px;
}
#tinyMceTabs {
	float:right;
	padding:0;
	margin-right:5px;
}
.tinyMceTabA {
	width:106px;
	height:20px;
	margin:0 0 -1px 0;
	padding:0 2px 0 2px;
	font:normal 10px/130% Helvetica, Arial, sans-serif;
	letter-spacing:0px;
	background-color:#EEEEEE;
	color:#555555;
}
.tinyMceTabS {
	width: 84px;
	height:20px;
	margin:0 -5px -1px 0;
	padding:0 2px 0 2px;
	font:normal 10px/130% Helvetica, Arial, sans-serif;
	letter-spacing:0px;
	background-color:#EEEEEE;
	color:#555555;
}
.tinyMceTabSelected {
	background-color: #ECF9FF;
	color:#330033;
}
.tinyMceTextArea {
	height:550px;
	width:540px;
}
#tinyMceSelect {
}
#tinyMceSelect textarea {
	width:552px;
}
#tinyMceSelect select {
	width:200px;
}
#tinyMceRuler {
	width:537px;
	background-color:#FBFBFB;
	padding-top:7px;
	font:normal 10px/200% Helvetica, Arial, sans-serif;
	letter-spacing:0px;
	color:#999999;
	background-image:url(/images/admin/pixel_ruler.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#tdc_press_release_styleselect_text {
	width:50px;
}
/* --sets width of tinyMCE toolbar, overrules CSS in "/tinymce/jscripts/themes/skins/default/ui.css"-- */	
	.defaultSkin .mceToolbar {
}
/* --Buttons -- */	
	#bottomButtons {
	height:24px;
	margin-top:10px;
}
#bottomButtonsLeft {
	float: left;
}
#bottomButtonsRight {
	float:right;
}
.adminButton {
	padding:1px 2px 1px 2px;
	color:#292929292929;
	background-color:#EEEEEE;
	font:bold 11px/120% Helvetica, Arial, sans-serif;
	text-transform:lowercase;
	text-decoration:none;
}
.adminButton:hover {
	padding:1px 2px 1px 2px;
	color:#330033;
	background-color:#ECF9FF;
	font:bold 11px/120% Helvetica, Arial, sans-serif;
	text-transform:lowercase;
	text-decoration:none;
}
/************************************************************************/	
/************************** UNIQUE ADMIN PAGES **************************/	
/************************************************************************/


/* -- Admin Nav-- */	
	#adminNav {
	text-align:center;
	border-top:solid 1px #CCC;
	background-color:#ECF9FF;
	padding:3px 10px 3px 10px;
	color:#330033;
	font:normal 11px/140% Helvetica, Arial, sans-serif;
	letter-spacing:0px;
}
/* -- Login Page -- */	
	#adminLogin {
	padding:10px;
	margin-bottom:15px;
	background-color:#DFF4FF;
	line-height:150%;
	text-align:left;
	letter-spacing:.2px;
}
#adminLogin hr {
	height:2px;
	font-size:0;
	line-height:0;
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	border-bottom:solid 2px #DEDEDE;
}
#adminLogin strong {
	color:#330033;
}
.browserLogos {
	width:600px;
}
.browserLogos td {
	padding-right:50px;
}
.loginInput {
	width: 160px;
	margin-bottom:8px;
}
/* -- Manager Accounts (Users) Page -- */	
	.userDetailTD td {
	padding:4px;
}
.userListTD td {
	padding:3px;
	vertical-align:middle;
	border-bottom:solid 1px #EEEEEE;
}



/* -- Widget Boxes -- */


/* News Item Slideshow */
DIV.slideshow_container {
	width:693px;
	border-width:1px;
	border-style:solid;
	margin:15px 0 15px 0px;
}
