﻿/* --------------------------------------------
|  GLOBAL STYLESs
--------------------------------------------- */
html { border: none; height: 100%;}

body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	line-height: 13px;
	background: url(graphics/bg_header.jpg) repeat-x; 
	height: 100%;
	position: relative;
	}

body td {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
.hidden{display:none;}
.visible{display:block;}
img {border: 0;}
p {margin: 0 0 10px 0;}

a {
	text-decoration: underline;
	font-weight: normal;
	color: #00337F;
	}

a:hover {
	text-decoration: underline;
	color: #5E6B82;
	}

h1, h2, h3, h4, h5, form {margin: 0;}
h1 { font-size: 13px; }
h2 { 
	font-size: 12px; 
	border-width: 1px;
	border-style: none none solid none;
	padding: 8px 0;
	margin: 8px 0 9px 0;
	}
h3 { font-size: 11px;}
select {
	color: #39465c;
	border: 1px solid #a5acb2;
	}
/* --------------------------------------------
|  NAVIGATION												
--------------------------------------------- */

#nav {
	margin: 5px 0 0 1px;
	padding: 0;
	list-style: none;
	height: 35px;
	border-bottom: 11px solid #5e6b82;	
	width: 755px;
	background: url(graphics/bg_nav_bar.gif) 0px 0 no-repeat;
	}
#nav li {
	float: left;
	}
#nav li a {
	outline: none;
	display: block;
	padding: 0 0;
	height: 35px;
	line-height: 35px;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(graphics/nav/nav_matrix.gif);
	}

#bOne {background-position: 0 0; width: 56px;}#bOne:hover {background-position: 0 -35px;}#nav li.current #bOne {background-position: 0 -35px;}
#bTwo {background-position: -56px 0; width: 84px;}#bTwo:hover {background-position: -56px -35px;}#nav li.current #bTwo {background-position:  -56px -35px;}
#bThree {background-position: -140px 0; width: 132px;}#bThree:hover {background-position: -140px -35px;}#nav li.current #bThree {background-position: -140px -35px;}
#bFour {background-position: -272px 0; width: 97px;}#bFour:hover {background-position: -272px -35px;}#nav li.current #bFour {background-position: -272px -35px;}
#bFive {background-position: -370px 0; width: 122px;}#bFive:hover {background-position: -370px -35px;}#nav li.current #bFive {background-position: -370px -35px;}
#bSix {background-position: -492px 0; width: 121px;}#bSix:hover {background-position: -492px -35px;}#nav li.current #bSix {background-position: -492px -35px;}
#bSeven {background-position: -614px 0; width: 62px;}#bSeven:hover {background-position: -614px -35px;}#nav li.current #bSeven {background-position: -614px -35px;}
#bEight {background-position: -676px 0; width: 81px;}#bEight:hover {background-position: -676px -35px;}#nav li.current #bEight {background-position: -676px -35px;}

#loginArea {
	margin: 0;
	padding: 10px 17px 1px 30px;
	list-style: none;
	float: right;
	background: url(graphics/bg_client_login.jpg) no-repeat;
	position: relative;
	}
	#loginArea li { 
		float: left; 
		padding: 0; 
		margin: 0;
		}
		#loginArea li a {
			text-decoration: none;
			overflow: hidden;
			text-indent: -9999px;
			display: block;
			float: left;
			line-height: 19px;
			height: 19px; 
			}
		#loginArea .login a { width: 98px; background: url(graphics/b_client_login.gif) no-repeat;}
		#loginArea .login a:hover { background-position: 0 -19px; }	
		#loginArea .contact a { width: 80px; background: url(graphics/b_contact_us.gif) no-repeat;}
		#loginArea .contact a:hover { background-position: 0 -19px; }
		


#subNav {
	background: url(graphics/bg_quicklinks_hd.gif) no-repeat;
	width: 171px;
	margin: -114px 0 26px 0;
	position: relative;
	}
	#subNav img {
		margin: 10px 0 0 16px;
		padding-bottom: 9px;
		}
	#subNav ul {
		margin: 0;
		padding: 0 0 29px 0;
		background: url(graphics/bg_quicklinks_ul.gif) 1px 100% no-repeat;
		list-style: none;
		position: relative;
		}
	#subNav li {
		background: #e7e7e9 url(graphics/quicklink_separator.gif) 19px 5px no-repeat;
		margin: 0 1px 0 2px;
		padding: 5px 0 6px 33px;
		border-bottom: 1px solid #fff;
		}
		#subNav li.bottom {
			border-color: #e7e7e9;
			}
	#subNav li a {
		text-decoration: none;
		}
	#subNav li a:hover {
		text-decoration: underline;
		}

#subNav_level {
	background: url(graphics/bg_quicklinks_hd.gif) no-repeat;
	width: 171px;
	margin-bottom:10px;
	position: relative;
	}
	#subNav_level img {
		margin: 10px 0 0 16px;
		padding-bottom: 9px;
		}
	#subNav_level ul {
		margin: 0;
		padding: 0 0 29px 0;
		background: url(graphics/bg_quicklinks_ul.gif) 1px 100% no-repeat;
		list-style: none;
		position: relative;
		}
	#subNav_level li {
		background: #e7e7e9 url(graphics/quicklink_separator.gif) 19px 5px no-repeat;
		margin: 0 1px 0 2px;
		padding: 5px 0 6px 33px;
		border-bottom: 1px solid #fff;
		}
		#subNav_level li.bottom {
			border-color: #e7e7e9;
			}
	#subNav_level li a {
		text-decoration: none;
		}
	#subNav_level li a:hover {
		text-decoration: underline;
		}

/* --------------------------------------------
|  STRUCTURE												
--------------------------------------------- */

#siteContainer { width: 770px; text-align: left; margin: 0 auto; }

#siteContainerTable {padding: 0px; margin: 0px; height: 100%; width: 100%; text-align: center; }
#siteContainerTable .topArea {vertical-align: top; text-align: center; }
#siteContainerTable .bottomSticky {vertical-align: bottom;}


/* -- HEADER -- */
#header {height: 248px; /*background: url(graphics/bg_my_cabb.gif) 637px 100px no-repeat; UNTIL COMPLETE*/ position: relative;}
#logo {
	margin-top: 14px;
	}
#header #contact {
	position: absolute;
	margin: 40px 0 0 116px;
	}
#myCabb {
	display:none; /*UNTIL COMPLETED */
	position: absolute;
	margin: 100px 0 0 300px;
	}
/* -- BODY -- */
#contentArea {background: #fff url(graphics/bg_content_area.jpg) no-repeat; padding: 16px 16px 0 0;}
#contentPage {
	height: 100%;
	width: 100%;
}
#home {
	height: 100%;
	width: 100%;
}
	#contentPage #contentArea { background-image: none;} 
	#generic #contentArea {background-image: none;}
	#contentPage h1 {
		width: 100%;
	}
	#contentArea.listing {
		float: left;
		}
#contentHeader, #contentHeaderNoTab{
	margin: 1px 0 -2px 0;
	}
	#contentHeader img {
		margin: 77px 0 -1px 18px;
		display: inline;
		}
	#contentHeaderNoTab .subHeader {
		position: absolute;
		margin: 70px 0 0 70px;
		padding: 0 0 10px 0;
		color: #eabd2c;
		font-weight: bold;
		font-size: 17px;
		}
#flashContainer {	width: 432px; height: 170px; float: left; }
#headerContainer {	
	position: absolute;
	z-index:10;
	margin-top:150px;
	margin-left:15px;
}
#home #contentHeader {
	background: url(graphics/headers/bg_hd_cabb.jpg) no-repeat;	
	width: 100%;
	height: 170px;
	}
	#home #contentHeader img {
		margin: 149px 0 -5px 16px;
		}
#contentPage #contentHeader, #generic #contentArea {
	background-repeat:  no-repeat;	 
	}
	.headerBusiness {
		background: url(graphics/headers/h_businesses_for_sale.jpg);
		}
	.headerAbout {
		background: url(graphics/headers/h_about_cabb.jpg);
		}
	.headerContact {
		background: url(graphics/headers/h_about_cabb.jpg);
		}
	.headerCareer {
		background: url(graphics/headers/h_career.jpg);
		}
	.aboutCabb {
		background: url(graphics/headers/h_about_cabb.jpg);	
		}
	.buyingABusiness {
		background: url(graphics/headers/h_buy_a_business.jpg);
		}
	.findABroker {
		background: url(graphics/headers/h_find_a_broker.jpg);
		}
	.sellABusiness {
		background: url(graphics/headers/h_sell_a_business.jpg);
		}
	.resources {
		background: url(graphics/headers/h_resources.jpg);
		}
/* --- Business Search and Personal Business Assisant Round Boxes --- */
#searchAssistantBoxes {
	font-size: 10px;
	float: right;
	width: 320px;
	min-height: 362px;
	height: auto !important;
	height: 362px;
	margin: -159px 0 0 0;
	}

		
	#personalAssistant {
		background: url(graphics/bg_personal_assistant.gif) no-repeat;
		width: 310px;
		margin: 0 0 12px 0;
		padding-top: 8px;
		}
		#personalAssistant .assistantHeader {
			margin: 0 0 0 20px;
			padding: 4px 0 10px 32px;
			/*background: url(graphics/assistant.gif) 0px 4px no-repeat;*/
			background: url(graphics/cabb_logo_small.gif) -2px 2px no-repeat;
			}
		#personalAssistant .assistantText {
			padding: 0 20px 0 52px;
			margin: -8px 0 12px 5px;
			}
			#personalAssistant .assistantText a {
				color: #39465c;
			}
		#personalAssistant img {margin-left:5px;}  
			
/* ---  Active Tab Styles --- */
	.searchTabs {
		margin: 0 0 10px 0;
		position: relative;		
		width: 320px;	
		}
		#section1 {
			display: block;
			}
		.searchTabs#businessSearch {
			background: url(graphics/bg_business_search.gif) no-repeat;
			}
			.searchTabs#businessSearch form, .cabbForm form {
				width: 320px;	
				}
		.searchTabs#brokerSearch {
			background: url(graphics/bg_broker_search.gif) no-repeat;
			}
		.searchTabs .businessBtn {
			margin: 10px 0 15px 20px;
			}
		.searchTabs .brokerBtn {
			margin: 10px 0 15px 20px;
			}
		.searchTabs form, .cabbForm form {
			background: url(graphics/bg_business_assist_footer.gif) 0 100% no-repeat;
			min-height: 142px;
			height: auto !important;
			height: 142px;
			/*padding-bottom: 19px;*/
			}
		.searchTabs ul {
			list-style: none;
			margin: 0 0 0 20px;
			padding: 0;
			}
		.searchTabs label, .cabbForm label {
			font-weight: bold;		
			display: block;
			margin: 0 0 2px 0;
			}
		.searchTabs select {
			margin: 0 0 10px 0;
			border: 1px solid #7f9db9;
			}
		#brokerSearch .addPadLeft {
			margin: 0 0 5px 10px;
			}
		.searchTabs .inputText {
			margin: 0 0 5px 0;
			border: 1px solid #7f9db9;
			font-size: 11px;
			}
		.searchTabs .searchBtn {
			margin: 3px 10px -8px 0;
			}

/* --- Personal Assistant --- */
		#loginAssistantForm {
			background: url(graphics/bg_assist_form.gif) 1px 100% no-repeat;
			}
			#loginAssistantForm ul{
				margin: 0; 
				padding: 0 25px 0 52px;
				text-align: right;
				list-style: none;
				}
			#loginAssistantForm li {
				margin: 0;
				padding: 0;
				}
			#loginAssistantForm label {
				width: 56px;
				float: left;
				text-align: right;
				font-weight: bold;
				padding: 4px 0;
				margin: 0 6px 0 0;
				}
			#loginAssistantForm input.assisstTextBox {
				width: 163px;
				height: 18px;
				margin: 0 0 6px 0;
				border: 1px solid #7f9db9;
				}
			#loginAssistantForm input.loginAssistBtn {
				margin: 0 0 8px 0;
				padding: 2px 0 0 0
				}
			#loginAssistantForm .forgotPass {
				float: left;
				padding: 4px 0 0 67px;
				}

.addPadding {
	margin: 0 0 0 18px;
	}
.welcomeText {
	width: 379px;
	line-height: 19px;
	margin: 0 0 16px 16px;
	}
.roundBox {
	position: relative;
	width: 244px;
	margin: 0 0 0 -1px;
	font-size: 11px;
	float: left;
	}
	.roundBoxHeader {
		background: url(graphics/bg_round_box_hd.gif) no-repeat;
		color: #39465c;
		height: 39px;
		}
	.roundBoxHeader p {
		text-align: left;
		padding: 5px 5px 1px 12px;
		margin: 0;
		}
	.roundBoxHeader img {
		margin: 10px 0 0 12px;
		}
	.roundBoxBody {
		border: 1px solid #c5cad3;
		padding: 0 12px 0 12px;
		margin: 0 0 0 1px;
		}
	.sponsor {
		border: 1px solid #c5cad3;
		padding: 4px 12px 4px 12px;
		margin: 0 0 2px 1px;
		text-align: center;
		}
	.roundBoxSubTitle {
		font-size: 11px;
		font-weight: bold;
		background: #c5cad3;
		margin: 0 0 0 1px;
		padding: 2px 0 2px 12px;
		}
	.newsItem a {
		font-weight: bold;
		color: #39465c;
		}
		.newsItem a:hover {
			text-decoration: none;
			color: #5E6B82;
			}
	.roundBoxBody .moreLink {
		color: #039;
		font-weight: bold;
		margin-bottom: 14px;
		}
		.roundBoxBody .moreLink a {
			text-decoration: underline;
			font-weight: bold;
			color: #039;
			}
			.roundBoxBody .moreLink a:hover {
				text-decoration: none;
				color: #5E6B82;
				}
	.roundBoxBody ul {
		list-style: none;
		margin: 10px 0;
		padding: 0;
		}
		.roundBoxBody li{
			margin: 1px 0;
			padding: 0;
			clear: both;
			}
		.newsLocation {
			font-style: italic;
			}
		.newsDate {
				
			}		
/*----------------------------------------------
| COMPANY NEWS
-----------------------------------------------*/ 			
.newsHeadline {
	text-align: right;
	}
.newsDate {
	font-weight: normal;
	}
.newsTitle {
	float: left;
	}		


	
ul.arrowList {
	margin: 0;
	padding: 13px 0 16px 0;		
	list-style: none;
	}
	.arrowList li {
		background: url(graphics/quicklink_separator.gif) 4px 5px no-repeat;
		margin: 0 1px 0 2px;
		padding: 2px 0 3px 17px;
		}
		.arrowList li.bottom {
			border-color: #e7e7e9;
			}
	.arrowList li a {
		color: #039;
		text-decoration: none;
		}
	.arrowList li a:hover {
		text-decoration: underline;
		}
		
/* -- FOOTER -- */
#footerWrapper {
	background: url(graphics/bg_footer.gif) 50% 0 no-repeat;
	clear: both;
	}
#footerContainer {
	clear: both;
	background: url(graphics/bg_footer_container.gif) repeat-x;
	margin-top: 16px;
	}
#footer {
	width: 710px;
	height: 122px;
	clear: both; 
	text-align: left;
	font-size: 10px;
	margin: 0 auto;
	}
	#footerNav {
		width: 100%;
		text-align: center;		
		list-style: none;
		margin: 0 0 0 0px;
		padding: 4px 0 0 0;
		}
	#footerNav li {
		float: left;;
		margin: 0;
		padding: 0  0 0 18px;
		}
	#footer li a {
		color: #fff;
		text-decoration: none;
		}
		#footer li a:hover {
			text-decoration: underline;
			}
	#footer #copyright {
		clear: both;
		margin: 0;
		padding: 58px 0 0 0;
		}
	#footer #legal {
		margin: 0 0 0 0;
		padding: 3px 0 0 0;
		list-style: none;
		}
	#footer #legal li {
		float: left;
		margin: 0;
		padding: 0 0 0 12px;
		background: url(graphics/footer_legal_sparator.gif) 5px 3px no-repeat;
		}
		#footer #legal .firstChild {
			padding: 0;
			background: none;
			}
	#footer #legal a {
		color: #39465c;
		}
	#footer #ibba {
		position: absolute;
		margin: 3px 0 0 306px;
		}

/* --------------------------------------------
|  SITE MAP													
--------------------------------------------- */
	
	.siteMapList { margin-top: 15px; width: 730px;}
	.siteMapList dt {
		background:url(graphics/ico_folder.gif) 0 4px no-repeat;
		padding-left:20px;
		line-height:20px;
		}
	.siteMapList dd {	
		padding-left:10px;
		margin-left:25px;
		line-height:16px;
		background:url(graphics/sitemap_2nd.gif) no-repeat;
		}
	.siteMapList dd a {	
		color: #666 !important;
		text-decoration:none;
		}
	.siteMapList .bottom { background:url(graphics/sitemap_2nd_bottom.gif) no-repeat; }


/* --------------------------------------------
|  CONTENT SPECIFIC										
--------------------------------------------- */

.clearBoth {clear: both;}
.floatLeft {float: left;}
.hideLayer {
	display: none;
}

/* --- listing print page --- */
#printPage {
	background: none;
	background-color: White;
	border: none;
	}
	#printHeader {
		padding-top: 10px;
		border-style: none none solid none;
		border-width: 1px;
		text-align: right;
		}
		#printHeader img {float: left;}
	#printFooter {
		border-style: solid none none none;
		border-width: 1px;
		padding: 10px 0;
		margin: 0;
		}
	#printPage #siteContainer {
		background: none;
		width: 680px;
		}
		#printPage h1 {margin: 11px 0 14px 8px;}
		
		#printPage #listingRight {width: 400px;}
			#printPage #listingRight table{width: 280px;}
			
			#printPage .listingList {
				width: 300px;
				padding: 0;
				}
		.printListStyle li, .printListStyle {
			list-style-position: outside;
			display: block;
			width: 200px;
			}
			#printPage #listingDocuments ul{
				height: auto;
				overflow: visible;
				}
				#printPage #listingPhotos img{padding: 2px 0 2px 8px;}
				
		#printPage .cSplitLeft {
			width: 270px;
			float: left;
			margin-right: 40px;
			}
		#printPage .cSplitRight {
			width: 240px;
			clear: right;
			}
		#printPage #listingContact {
			float: left;
			}

/* --------------------------------------------
|  PAGE SPECIFIC											
--------------------------------------------- */
/* --- Home --- */

.viewAll {
	text-align: center;
	margin: 7px 0 5px 0;
	}
.viewAll a{
	font-weight: bold;
	}

.become {
	text-align: center;
	margin: 0 0 16px 0;
	}
#home #colLeft {float: left; width: 256px; margin: 0;}
#home #colMiddle {float: left; width: 255px;}
#home #colRight {float: left; margin-right: -5px;}
#contentPage #colLeft, #generic #colLeft {float: left; width: 530px; margin-right: 19px;}
#contentPage #colRight, #generic #colRight {float: left; z-index: 400;}
#colLeft {float: left; width: 510px; margin-right: 39px;}
#colLeftWithAlreadyBox {float: left; width: 490px; margin-right: 39px;}
/* --------------------------------------------
|	LISTING DETAILS
--------------------------------------------- */ 

#listingBrief {
	border-top:5px solid #8f9db6;
	border-bottom:1px solid #8f9db6;
	margin: 0px 0 13px 0;	
	padding: 10px;
	background-color:#F5F5F7;
	}
	#listingBrief h3 { font-size: 12px; }
	#listingLogo {
		float:left;
		margin-right: 15px;
		}
	#briefDetails {
		float: left;
		}
	#iconMap {
		width: 40px;
		float: left;
		text-align: center;
		text-decoration: none;
		}
		#iconMap img { display: block; }
#icons {
	float: right; 
	margin-top: -60px;
	}
#icons a {
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 20px;
	}
	#icons img { display: block; }
		
.cSplitLeft {
	width: 250px;
	float: left;
	}
.cSplitRight {
	width: 240px;
	float: right;
	}
#listingLeft {
	width: 269px;
	float: left;
	}
#listingRight {
	width: 260px;
	float: left;
	}
.listingNav {
	padding:0;
	margin: 0;
	list-style: none;
	float: right;
	text-align: right;
	}
	
	.listingHeadBlock {
		display: block;
		padding: 5px 0 5px 13px;
		font-weight: bold;
		}
	#listingPhotos {width: 254px;}
		#listingPhotos .listingMainPhoto {
			margin: 8px 0 0 9px;
			display: none;
			}
			#listingPhotos #photo1 { display: block; }
		
		#photoNav { padding-left: 9px; margin-top: 5px; height: 55px; overflow: hidden;}
		#listingPhotoReg {
			background: url(graphics/listing_photo_login.gif) 50% 50% no-repeat;
			height: 180px;
			margin: 10px;
			border-style: solid;
			border-width: 1px;
			}
			#listingPhotoReg p {
				padding: 30px 50px;
				text-align: center;
				}
				#listingPhotoReg p a { font-weight: bold; }
		#listingPhotos ul {
			margin: 0 0 8px 0;
			padding: 0;
			height: 55px;
			width: 217px;
			float: left;
			list-style: none;
			}
			#listingPhotos ul li {
				height: 55px;
				overflow: hidden;
				margin: 0 0 0 0;
				padding: 0;
				background: none;
				float: left;
				}
				#listingPhotos ul li a { margin-left: 4px; display: block; height: 47px; width: 67px; overflow: hidden;}
				#listingPhotos #thumbLeft , #listingPhotos #thumbRight {
					display: block;
					height: 47px;
					width: 10px;
					float: left;
					}
				#thumbLeft {background: url(graphics/bg_listing_photo_left.gif) 50% 50% no-repeat;}
				#thumbRight {background: url(graphics/bg_listing_photo_right.gif) 50% 50% no-repeat;}
	
	#listingDocuments {
		width: 254px;
		margin: 10px 0 0 0;
		padding-bottom: 1px;
		}
		#listingDocumentReg {
			background: url(graphics/bg_document_register.gif) 16px 50% no-repeat;
			height: 91px;
			}
			#listingDocumentReg p {
				padding: 20px 5px 0 100px;
				text-align: center;}
		#listingDocuments ul {
			height: 88px;
			overflow: auto;
			margin: 0 0 5px 0;
			padding: 0;
			list-style: none;
			}
			#listingDocuments ul li {
				margin-top: 4px;
				margin-bottom: 0;
				margin-left: 15px;
				background: none;
				padding: 0;
				line-height: 16px;
				}
				#listingDocuments ul li img { vertical-align: middle;margin-right: 3px; }
			#listingDocuments #docScroll ul li a { font-weight: bold; }
	
	#listingContact {
		border-width: 1px;
		border-style: solid;
		width: 254px;
		margin-top: 18px;
		}
		#listingContact .pad {
			padding: 8px;
			}
			#listingContact #contactDetails {float: left;}
		#listingContact img {
			float: left;
			margin-right: 10px;
			}
		#listingContact .contactToday {
			display: block;
			margin: 8px 0 0 0;
				}
			#listingContact .contactToday a {
				background: url(graphics/bg_contact_today.gif) 100% 50% no-repeat;
				padding: 1px 13px 1px 12px;
				font-size: 10px;
				text-decoration: none;
				}
			
	.listingNav li {
		background: none !important;
		display: inline;
		margin: 0 0 0 12px !important;
		}
		.listingList {
			width: 100%;
			margin-bottom: 20px;
			}
			.listingList th { text-align: left; }
			.listingList td, .listingList th { padding-top:2px; padding-bottom:2px; }
			#listingRight .listingList td, #listingLeft .listingList th { padding-top: 3px; padding-bottom: 3px; }
			#listingRight .listingList td {text-align: right;}
			.listingList td {	padding-left: 10px;}
				.listingList th, .listingList td em  {	font-weight: bold;}
				.listingList th span { font-weight: normal;}

/* --------------------------------------------
|	LISTING DETAILS COLORS
--------------------------------------------- */ 
.listingList th span {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
h2 { color: #666666;}
h2, #listingContact { border-color: #CCC; }

h1, h3,
.listingList th, 
.listingList td em
{color: #3f4650;}
.listingHeadBlock { background-color: #3a465c; color: #FFF; }
	
a, .listingNav li {color: #043294;}
#listingPhotos #photoNav a, #listingContact .contactToday a, .listingFlags .contactToday a { background-color: #CD6601 !important; }
#listingPhotos #photoNav a:hover { background-color: #D14719 !important; }

#listingContact .contactToday a, .listingFlags .contactToday a{color: #FFF;}
#listingContact .contactToday a:hover, .listingFlags .contactToday a:hover { background-color: #D14719 !important;}

#listingDocuments ul li a { color: #660000; font-weight: bold; }
#listingDocuments ul li a:hover { color:#CC3300 }
#listingPhotoReg { border-color: #676767; }
#listingDocuments,
#listingPhotos
{background: #EEE;}

	#iconMap, #icons a {color: #000;}
	#iconMap:hover, #iconSave:hover, #iconPrint:hover {color: #D14719;}

#listingContactForm,#listingContactConfirm  {background: #ff9933; border-color: #999;}
#listingContactForm p,#listingContactConfirm p {color: #FFF; }
/* --- weDoSearching --- */
#weDoSearching {
	background: url(graphics/bg_we_do_searching.gif) no-repeat;
	margin: 0px 0;
	width: 187px;
	height: 136px;
	float: left;
	display:none !important; /*HIDE UNTIL COMPLETE*/
	}
	#weDoSearching img {
		margin: 75px 0 0 14px;
		}
.addPadVertical {
	margin: 8px 0;
	float: left;
	clear: both;
	}
/* --------------------------------------------
| BUY A BUSINESS PAGE
--------------------------------------------- */
.tLink a, .tLink_opened a {
	color: #999999;
	}
.tLink_opened a {
	color: #cc3300;
	}

/* --------------------------------------------
|	LISTING CONTACT FORM
--------------------------------------------- */ 
#listingContactForm {
	width: 260px;
	border-style: solid;
	border-width: 1px;
	position: absolute;
	margin: 0 0 0 265px;
	display: none;
	}
	#listingContactForm .pad {padding: 14px 0 14px 17px;}
	#listingContactForm p { font-weight: bold;}
		#listingContactForm input, #listingContactForm textarea, #listingContactForm p {
			font-size: 11px;
			margin-bottom: 7px;}
			#listingContactForm #contact_submit {margin: 0 7px 0 0; float: left;}
		#contact_name, #contact_email {width: 198px;}
		#contact_phone { width: 157px; }
		#listingContactForm textarea {
			display: block; 
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			width: 225px;
			height: 68px;
			}
#listingContactConfirm {
	width: 260px;
	border-style: solid;
	border-width: 1px;
	position: absolute;
	margin: 0 0 0 265px;
	display: none;
	}
	#listingContactConfirm .pad {padding: 14px 0 14px 17px;}
	#listingContactConfirm p { font-weight: bold;}
		#listingContactForm input, #listingContactForm textarea, #listingContactForm p {
			font-size: 11px;
			margin-bottom: 7px;}

	/* --- Contact Us --- */
/*----------------------------------------------
| SEARCH RESULTS LISTING
-----------------------------------------------*/

.attributes {
	margin: 0px 1px -7px 0;
	}
#resultsBrief {
	border-width: 1px;
	border-style: solid none solid none;
	height: 30px;
	margin: 0 0 5px 0;
	}
	#resultsBrief span {
		margin: 0 8px 0px 0;
		}
	#resultsBrief .listingNav {
		margin: 3px 0 -3px 0;
		}
		
	#resultsBrowser {		
		height: 56px;
		}
		#resultsBrowser p {
			margin-bottom: 3px;
			}
		#resultsViewing {
			margin: 0 40px 0 0;
			}
		#num_results {
			margin: 0 0px -3px 0px;
			}
		#resultsPages {
			margin: 3px 0 20px 0;
			padding: 0;
			display: block;
			float: right;
			}
			#resultsPages ul {
				float: left;
				margin: 0;
				padding: 0;
				}	
			#resultsPages li {
				list-style: none;
				background: url(graphics/results_separator.gif) 3px 3px no-repeat;
				float: left;
				margin: 0 6px 0 0;
				padding: 0 0 0 12px;
				}
			#resultsPages .firstChild {
				background: none;
				}
			#resultsPages .current a {
				text-decoration: none;
				font-weight: bold;
				}
			
	#resultsContainer	{
		margin: 10px 0;
		}
		.resultsTable {
			width: 100%;
			}			
			.resultsTable th {				
				padding: 2px 0 6px 2px;
				font-weight: normal;
				line-height: 16px;
				}
				.resultsTable h2 {
					font-size: 11px;
					}
				.resultsTable th a {
					text-decoration: none;
					}					
					.resultsTable .underline {
						text-decoration: underline;
						}
				.resultsBrowser {
					color: #000;
					}
				.resultsDetails {
					line-height: 16px;					
					}
				.resultsDetails td {
					padding: 8px 0 8px 0;					
					}
					.resultsDetails .checkSelect {
						margin-top: -2px;
						margin-bottom: 0;
						}
				.resultsDetailLeft {
					width: 118px;
					margin-top: 10px;
					float: right;
					}
					.resultsDetailLeft p {
						margin-bottom: 14px;
					}
					.resultsDetailLeft h2, .resultsDetailRight h2{
						margin: 6px 0 0 0;
						height: 12px;
						padding: 0 0 2px 0;
						border: 0;						
						}
				.resultsDetailRight {
					float: left;
					width: 100%;					
					padding-left:10px;
					padding-bottom: 15px;
					color: #000;
					line-height: 14px;
					}
					.resultsDetailRight h2 a{
						text-decoration: underline;
						font-weight: bold;
						}
					.resultsDetailRight p {
						padding-right: 10px;
						}
					.resultsDetailRight #icons {
						float: left;
						margin: 0;
						}
						.resultsDetailRight #icons a {
							margin: 0 20px 0 4px;
							}
					.listingFlags {
						display: inline;
						float:right;						
						}
						.listingFlags .contactToday {
								display: block;
								margin: 3px 0 0 0;
								float: right;
								white-space: nowrap;
								text-align: right;
								clear: right;
								width: 142px;
								}
						.listingFlags .contactToday a {
							background: url(graphics/bg_ligting_flag.gif) 0 50% no-repeat;
							padding: 1px 18px 1px 18px;
							font-size: 10px;
							text-decoration: none;
							}
/* --------------------------------------------
| SEARCH RESULTS COLORS
--------------------------------------------- */
.resultsDetailLeft h2, .resultsDetailRight h2, #colLeft h2 {color: #3a465c;}
#colLeft dl, {color: #666;}
.gray {font-weight: bold; color: #666;}
#resultsBrief {
	border-color: #ddd;
	}
#resultsBrowser {
	color: #6a6a6a;
	}
#resultsPages .current a {
	color: #666;
	}
.resultsTable th {
	color: white;
	background-color: #3a465c;
	}
.resultsTable th a {				
	color: white;
	}
.resultsTable th {				
	border-bottom: 11px solid white;
	}
.resultsTable th a:hover {
	color: #ccc;					
	}
.resultsDetails {
	background: #f1f1f1;
	}
	.resultsDetails td {
		border-top: 3px solid #cbcbcb;
		border-bottom: 1px solid #cbcbcb;
		}
		
								
	#colLeft h2 {
		margin: 0 0 0 0;
		font-size: 12px; 
		}
	#colLeft dl {
		margin: 3px 0 19px 14px;
		font-size: 10px;
		}
		#colLeft dt {
			margin: 0;
			font-weight: bold;
			}
		#colLeft dd {
			margin: -2px 0 10px 0;
			}

/*----------------------------------------------
| CONTACT US
-----------------------------------------------*/

.smallMap {
	font-weight: normal;
	text-decoration: none;
	background: url(graphics/b_map_small.gif) 4px 0 no-repeat;
	display: block;
	height: 21px;
	float: right;
	line-height: 19px;
	padding-left: 27px;
	}
	.smallMap:hover {
		background-position: 4px -21px;
		}

.contactDetails {
	width: 207px;
	border-left: 1px; 
	border-left-style: solid;
	float: left;
	}
	.detailsPad {
		padding-left: 20px;
	}
	.contactDetails p {
		border-bottom: 1px;
		border-bottom-style: solid;
		padding-bottom: 14px;
		}
		.contactDetails h2 {
			margin-top: 0;
			padding-top: 0;
			}
.contactForm {
	width: 400px;
	margin: 0px 120px 0 0;
	float: left;
	}
	.contactForm form {
		text-align: right;
		}
	.contactForm label {font-weight: bold; width: 50px;}
	
	.contactForm textarea, .contactForm input {
		width: 240px;
		margin: 3px 0 0 0;
		}
	.contactForm textarea {height: 100px;}
		.contactForm .submit {
			width: 89px;
			}

		.defaultForm label {font-weight: bold; font-size: 10px;}
			.requiredNote { background: url(graphics/bg_required_large.gif) no-repeat; padding-left: 19px;}
			.requiredNote, label em {font-weight: bold;}
			label.required { background: url(graphics/bg_required_small.gif) 100% 50% no-repeat; padding: 0 14px 0 0;}
		.defaultForm h4 {
			border-top: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			padding: 6px 4px;
			font-size: 12px;
			margin: 15px 0 5px 0;
			}
		.defaultForm p {margin: 0 0 4px 0; padding: 0; font-size: 10px;}
		.defaultForm hr { 
			margin: 3px 0;
			padding: 0;
			height: 1px;
			width: 100%;
			border-style: solid none none none;
			border-width: 1px;
			border-color: #CCC;}
		.defaultForm .inputRadio { margin-left: 20px; vertical-align: middle; }
		.defaultForm .inputSelect,
		.defaultForm .inputText,
		.defaultForm textarea {
			margin-top: 3px;
			width: 340px;
			font-size: 11px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			}
		.defaultForm textarea {height: 70px; width: 95%;}
			
		.defaultForm .shortText {width: 150px; margin-right: 5px;}
		select.shortText { width: 157px !important; }
		
		.defaultForm .hiddenSet {display: none;}
		
		.defaultForm fieldset {
			border: none;
			margin: 5px 5px 10px 5px;
			padding: 5px;
			background: #FFF url(graphics/bg_fieldset.gif) 0 100% repeat-x;}						
			
		.pabNotification

/*------------------------------------------------
| TUTORIAL POPUP
-------------------------------------------------*/
div.tutorialHd {
	height: 73px;
	background: url(graphics/bg_tutorial_blue_top.jpg) 0 0 no-repeat;
	color: white;
	font: bold 40px arial;
	}
	.tutorialHd p {
		margin: 27px 0 0 20px;
		position: absolute;
		white-space: nowrap;
		color: #eabd2d;
		}
	.tutorialNav {
		background: url(graphics/bg_tutorial_nav.gif) no-repeat;
		position: absolute;
		/*top: 421px;*/
		bottom: 0;
		width: 100%;
		height: 31px;
		border-width: 13px;
		font-size: 11px;
		}
	.tutorialNav ul {
		vertical-align: top;
		margin: 8px 0 0 0;
		padding: 0 0 0 0;
		float: left;
		}
	.tutorialNav li {
		background: url(graphics/tutorial_nav_separator.gif) 0px 9px no-repeat;
		list-style: none;
		float: left;
		margin: 0 7px 0 0;
		padding: 0 0 0 11px;
		color: white;
		font-weight: bold;
		}
		.tutorialNav li a, .tutorialNav li a:hover {
			text-decoration: none;
			}
		.tutorialNav li.firstChild {
			background: none;
			}
#splashPage {
	background: url(graphics/bg_tutorial_splash.jpg) no-repeat;
	text-align: left;
	}
	#splashPage div{height: 474px; width: 646px; text-align: left;}
	#splashPage p {
	width: 266px;
	margin: 240px 0 0 75px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	}
	#splashPage img {
		margin: 31px 0 0 113px;
		float: left;
		}
#tutorial2 {
	background: url(graphics/bg_tutorial2.jpg) 0 -20px no-repeat;
	font-size: 12px;
	text-align: left;
	}	
	#tutorial2 div.popup{width: 646px; text-align: left; line-height: 18px; color: #000;}
	#tutorial2 p {
		margin: 16px 0 0px 20px;
		width: 380px;
		text-align: left;
		}
	#tutorial2 img {
		position: absolute;
		vertical-align: bottom;
		top: 390px;
		left: 480px;
		}
	.dotsList {
		margin-top: 30px;
		list-style: none;
		}
		.dotsList li{
			text-align: left;
			line-height: 13px;
			padding: 0 0 5px 12px;
			margin: 0 0 0 12px;
			font-weight: bold;
			background: url(graphics/list_separator_big.gif) 0% 3px no-repeat;
			}

#splashPage p {color: white;}
.tutorialNav li a {color: white;}
	.tutorialNav li.current a, .tutorialNav li a:hover {color: #f90;}
	.tutorialNav {border-color: #333;}
#printHeader, #printFooter {border-color: #CCC;}
.smallMap {color: #000}

.requiredNote, label em {color: #CC3300;}
.defaultForm h4 {	background: #EEE;color: #CC3300}



/*--------------------------------------------
|	LISTING SEARCH
---------------------------------------------*/
.advancedSearchBox {
	width: 700px; 
	/*background: url(graphics/bg_advanced_hd.gif) no-repeat;*/
	background:url(../../dt_local/images/bg_advanced_search.gif) repeat-y;
	float: left;
	margin: 0 0 12px 0;
	padding: 0 0 15px 0;
	color: #39465c;
	}

	.advancedSearchBox input {
		margin: 0 5px 0 0;
		}
	.advancedSearchBox label {
	padding: 9px 0 5px 0;
	color: #39465c;
	font-weight: normal;
		}
	.advancedSearchBox .searchBtn {
		margin-bottom: -2px;
		}
	.advancedSearchBox select.shortRange {
		width: 140px;
		font-size:10px;
		}
	.advancedSearchBox select.wideRange {
		width: 180px;	
		font-size:10px;	
		}
	.advancedSearchBox .cabbForm .plainList ul {
		list-style: none;
		}
.quickSearchHeader {
	color: #fff; 
	padding: 7px 20px 20px 20px;
	}

.advancedSearchBox .cabbForm {
	margin: 0 0 0 20px; 
	padding: 0 0 0 0; 
	float: left;
	}
#advancedSearch {
	padding-bottom: 15px;
	float: left;
	margin-left:16px;
	position:relative;
	}
	#advancedSearch .cabbForm h2 {
		border-bottom: 3px solid #fff;
		background: #e7e9ed;
		width: 335px;
		padding: 4px 0 4px 0;
		margin: 0 0 5px -16px;
		text-indent: 16px;
		color: #d06402;
		font-size: 11px;
		}	
#advancedSearch .formSplitLeft {
	float: left; margin-right: 14px; padding-left: 16px;
	width:auto;
	}
#advancedSearch .formSplitRight {
	float: left;  padding-left: 16px; 
	}
#listing_id_quick, .textInputAdv {
	border: 1px solid #a5acb2; 
	margin-bottom: 2px;
	}
	.textInputAdv.wide {
		width: 180px;
		font-size:10px;
		}
.customRange {
	margin-left: 5px;
	}
	.customRange:hover {
		text-decoration: none;
		}
input.advancedCheck {
	margin: 5px 5px 0 0;
	padding: 0;
	}
.multiSelect {
	width: 300px;
	font-size: 11px;
	height: 105px;	
	}
.formSubmitRight {
	width: 685px;
	text-align: right;
	}
#match_option {
	position:relative;
	left:135px;
	}
#keyword_match{
	width:100px;
	}
#savedSearches {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: right;
	width: 450px;
	height:105px;
	overflow:auto;
	}
	#savedSearches li {
		width: 420px;
		margin: 6px 6px 6px 6px;
		padding: 0;
		border-bottom:1px dotted #ccc;
		}
	#savedSearches li a {
		float: left;
		}
	#savedSearches li .delete {
		cursor:pointer;
		}
	#savedSearches .date {
		text-align: right;
		}
	#savedSearches .controls {
		padding-left:10px;
		padding-top:5px;
		}
#quickSearch {
	height:30px;
	border:1px solid #999;
	}
#quickSearch input {
		color: #39465c;
		font-size: 10px;
		padding-left: 3px;		
		}
	#quickSearch .searchBtn {
		vertical-align: bottom;
		padding-bottom: 2px;
		}
.searchHead{
	float:right;
	position:relative;
	margin-right:20px;
	}
.divider{
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
	}
#add_button {
	position:relative;
	top:5px;
	left:3px;
	}
.industry_select{
	width: 300px;
	font-size: 11px;
	color: #666;
	}
.industry_select .industryRoot{
	color:#000;
	}


/* --- Advanced Search -
.advancedSearchBox {
	width: 700px; 
	background:url(dt_local/images/bg_advanced_search.gif) repeat-y;
	float: left;
	margin: 0 0 12px 0;
	padding: 0 0 15px 0;
	color: #39465c;
	}
	.advancedSearchBox input {
		margin: 0 5px 0 0;
		}
	.advancedSearchBox label {
		padding: 9px 0 5px 0;
		color: #39465c;
		font-weight: normal;
		}
	.advancedSearchBox .searchBtn {
		margin-bottom: -2px;
		}
	.advancedSearchBox select.shortRange {
		width: 140px;
		}
	.advancedSearchBox select.wideRange {
		width: 180px;		
		}
	.advancedSearchBox .cabbForm .plainList ul {
		list-style: none;
		}
.quickSearchHeader {
	color: #fff; 
	padding: 7px 20px 20px 20px;
	}
#quickSearch {

	padding-bottom: 16px;
	width: 685px; 
	float: left;
	}
	#quickSearch .cabbForm {
		float: right;
		margin-top: -14px;
		position: relative;
		}
	#quickSearch input {
		color: #39465c;
		font-size: 11px;
		padding-left: 3px;		
		}
	#quickSearch .searchBtn {
		vertical-align: bottom;
		padding-bottom: 2px;
		}
.advancedSearchBox .cabbForm {
	margin: 0 0 0 20px; 
	padding: 0 0 0 0; 
	float: left;
	}
#advancedSearch {
	padding-bottom: 15px;
	float: left;
	}
	#advancedSearch .cabbForm h2 {
		border-bottom: 3px solid #fff;
		background: #e7e9ed;
		width: 335px;
		padding: 4px 0 4px 0;
		margin: 0 0 5px -16px;
		text-indent: 16px;
		color: #d06402;
		font-size: 11px;
		}	
#listing_id_quick, .textInputAdv {
	height: 16px; 
	border: 1px solid #a5acb2; 
	margin-bottom: 2px;
	}
	.textInputAdv.wide {
		width: 230px;
		}
.customRange {
	margin-left: 5px;
	}
	.customRange:hover {
		text-decoration: none;
		}
input.advancedCheck {
	margin: 5px 5px 0 0;
	padding: 0;
	}
.grayRule {
	border: none;
	color: #fff;
	border-bottom: 1px solid #ccc;
	margin-top: 16px;
	width: 660px;
	float: left;
	} 
	
.formSplitLeft {
	float: left; margin-right: 14px; padding-left: 16px;
	}
.formSplitRight {
	float: left;  padding-left: 16px; 
	}
.formSubmitRight {
	width: 685px;
	text-align: right;
	}
.multiSelect {
	width: 300px;
	font-size: 11px;
	height: 105px;	
	}
.addPadTop {
	margin: 10px 0 0 0;
	}
.addPadRight {
	padding: 0 10px 0 0;
	}
.radioPad {
	padding: 0;
	margin: 0 0 0 -3px;
	}
#savedSearches {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
	width: 300px;
	}
	#savedSearches li {
		width: 300px;
		margin: 6px 0;
		padding: 0;
		}
	#savedSearches li a {
		float: left;
		}
	#savedSearches .date {
		text-align: right;
		}
input.noPad {
	margin: 0 2px 0 0; padding: 0;
	}
	*/
/* --- Login --- */

.loginBtn {
	margin-top: 0px;
	}
	
/* --- Email PAB Signup --- */
.pbaNotification {
	background: url(graphics/assistant_large.gif) no-repeat;
	padding: 5px 0 40px 60px;
	}
.pbaNotification input.radioArray {
	float: left;
	}
.pbaNotification label {
	float: left;
	line-height: 17px;
	padding: 0 24px 0 5px;
	}
.pbaNotification .addPadBottom {
	line-height: 23px;
	font-size: 12px;
	}
.asterisk {
	color: #c60;
	}	
	
#alreadyRegistered {
		background: url(graphics/bg_already_registered.gif) no-repeat;
		width: 210px;
		margin: 0 0 12px 0;
		min-height: 132px;
		height: auto !important;
		height: 132px;
		}
		#alreadyRegistered input {
			font-weight: bold;
		}
		.rightColFloatLeft {
			margin-left: -3px;
		}
		#alreadyRegistered .loginHeader {
			margin: 0 0 0 18px;
			padding: 9px 0 0 0;
			}
		#alreadyRegistered .assistantText {
			padding: 0 20px 0 52px;
			margin: -8px 0 12px 0;
			}
			#alreadyRegistered .assistantText a {
				color: #39465c;
			}
#alreadyRegistered ul {
	list-style: none;
	margin: 0 0 0 18px;
	padding: 0;
	}
#alreadyRegistered input {
	display: block;
	margin: 5px 0;
	width: 168px;
	}
#alreadyRegistered input.login {
	display: inline;
	width: auto;
	}
.alreadyForgotPass {
	font-size: 10px;
	line-height: 25px;
	padding: 0 8px 10px 0;
	float: left;
	}
#colLeft.withAlreadyBox {
	width: 470px;
	}
.pbaSubmit {
	margin-top: 15px;
	}
.plainList ul {
	list-style: none;
	}
.searchCriteria input {	text-align:right;padding-right:6px }
.searchRow { margin:2px 0 2px 0;padding:0;clear:both;float:none }
.searchTitles, .searchCriteria,.searchTo  { float:left;clear:none; }
.searchTitles {	width:120px;padding:4px 0}
.searchTo {	width:30px;text-align:right;margin:0 5px 0 0;padding:4px 0 0 0}
#searchFormContents{
	margin: 0 0 0 10px;
}
#locationsList {
width:100%;clear:both;float:none
}
#locationsListBK {
width:100%;clear:both;float:none
}

/* ad banner */
#makeMeScrollable  {
        width: 755px;
        height: 70px;
        padding-right: 16px;
        position: relative;
    }

#makeMeScrollable div.scrollableArea img  {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        border: 1px solid #ddd;
    }
	
li.newsItem {
	line-height: 1.2em;
	padding: .5em;
}
li.newsItem a.first {
	font-size: 10pt;
	line-height: 1.4em;
}
.speakers img {
margin: 5px;
padding: 3px;
border: 2px solid #bae2fe;
float: left;
}
.speakers p {
margin: 2em 0 0 120px;
}
.speakers li {
list-style-type: none;
margin: 0 0 1em 0;
float: left;
}
.speakers p a {
font-weight: bold;
}

#social {
	position: absolute;
	right: 35px;
	top: 90px;
	}
