@charset "UTF-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: visible;
	background-color: #FFFFFF;
	background-image: url(img/interface/backStrip.jpg);
	background-repeat: repeat-x;
}
.thrColEls #container {
	width: 820px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-color: #003082;
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 820px;
}
#mainMenu {
	height: 25px;
	width: 805px;
	margin-top: 5px;
	background-color: #770000;
	text-align: left;
	left: auto;
	right: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#mainBody {
	width: 820px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#footer {
	height: 18px;
	width: 814px;
	margin-top: 5px;
	background-color: #770000;
	text-align: center;
	left: auto;
	right: auto;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 11px;
	clear: both;
	float: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#banner {
	float: left;
}
#bannerLinks {
	float: right;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin: 0px;
	width: 122px;
	height: 54px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bannerLinks p {
	margin: 0px;
	padding: 0px;
}
#menuDrops {
	float: none;
	padding-top: 3px;
}
.headlineLink1 {
	color: #99CCFF;
	text-decoration: none;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	font-family: Arial, sans-serif;
}
.headlineLink2 {
	color: #FF9900;
	text-decoration: none;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
}
#searchForm {
	text-align: left;
	display: inline;
}
#searchForm #form1 #textfield {
	line-height: 10px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	height: 16px;
}
#searchForm input {
	color: #666666;
	height: 17px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	padding-left: 6px;
	margin-left: 2px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#copyright {
	font-family: Arial, sans-serif;
	font-size: 8px;
	line-height: 12px;
	height: 14px;
	padding-top: 4px;
	float: none;
	clear: left;
}
#pageContainer {
	width: 820px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	overflow: hidden;
}
#pageContainerMain {
	width: 820px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 632px;
	overflow: hidden;
}
#pageWideFrame {
	width: 1018px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
	background-color: #FFFFFF;
	height: 600px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* padding keeps the content of the div away from the edges */
	color: #000000;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#mainContent {
	width: 509px;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	height: 605px;	/*height: 610px;
	overflow: auto;*/
	overflow: hidden;
	float: left;
	left: 5px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 12px;
	margin: 0px;
}
#mainContentWide {
	width: 784px;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;	/*height: 610px;
	overflow: auto;*/
	overflow: hidden;
	float: left;
	left: 5px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 12px;
	margin: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#sideRightBelowTabs {
	clear: both;
}
#loginPanel {
	background-color: #C0C289;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	padding: 12px;
	margin: 0px;
}
#leftMenu {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 155px;
}
#rightTabMenu {
	background-color: #85530F;
	padding: 0px;
	height: 260px;
	width: 97%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rightLoginMenu {
	height: 180px;
	width: 97%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#rightSubSpace {
	background-color: #FFFFFF;
	height: 175px;
	width: 97%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#leftMenu ul {
	list-style-type: none;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#leftMenu ul li {
	list-style-type: none;
	margin: 0px;
}
#leftMenu li a {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 14px;
	width: 133px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#leftMenu li a:hover {
	color: #000000;
	background-color: #99CCFF;
}
#loginForm {
	background-color: #D3D5B7;
	margin: 0px;
	height: 144px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 300px;
}
#loginHeader {
	color: #FFFFFF;
	background-color: #003082;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	height: 10px;
	width: 300px;
}
#loginForm p {
	font-size: 11px;
	padding-left: 20px;
	line-height: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
}
#loginForm a {
	color: #770000;
	text-decoration: none;
	font-weight: bold;
}
#loginForm #loginTable td {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#loginForm #form1 #login {
	width: 50px;
	background-color: #FFFFFF;
	background-image: none;
	border: 2px solid #770000;
	font-weight: bold;
	color: #770000;
	height: 18px;
	font-size: 9px;
	line-height: 9px;
	padding: 0px;
}
#loginForm #loginTable {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*Tags for Main Content in Center of Page */
#mainContent h1 {
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-family: Arial, sans-serif;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
#mainContent p {
	padding-bottom: 6px;
	margin: 0px;
}
.quote {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	font-family: Arial, sans-serif;
	color: #003082;
	padding-bottom: 12px;
}
#mainContent h5 {
	font-style: italic;
	font-weight: normal;
	color: #003082;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003082;
	border-bottom-color: #003082;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 30px;
	width: 300px;
}
#mainContent h2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #000000;
	font-size: 16px;
}
#mainContent .contactEntry {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #770000;
	margin-bottom: 4px;
	padding-bottom: 8px;
}
#mainContent .contactTitle {
	font-weight: bold;
}
#mainContent .contactPhone {
	font-style: italic;
}
#mainContent .contactEmail {
	text-decoration: none;
	color: #003082;
	font-weight: bold;
}
#mainContent h3 {
	font-size: 14px;
	margin: 0px;
	color: #770000;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#mainContent .board {
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 6px;
	text-indent: -24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 24px;
}
#mainContent ul {
	list-style-type: square;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 36px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#mainContent li {
	color: #000000;
	padding-bottom: 6px;
	margin: 0px;
	padding-top: 0px;
}
#mainContent blockquote {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 012px;
	margin-left: 24px;
}
#mainContent .boldLink {
	font-weight: bold;
	color: #003082;
	text-decoration: none;
}
.boldLink {
	font-weight: bold;
	color: #003082;
	text-decoration: none;
}
#mainContent .normalLink {
	font-weight: normal;
	color: #003082;
	text-decoration: none;
}
#mainContent .legaleze {
	font-size: 9px;
}
#mainContent #rates {
	font-size: 10px;
	width: 90%;
}
#mainContent #partners {
	font-size: 9px;
	width: 90%;
}
#mainContent #leadshare {
	font-size: 9px;
	vertical-align: top;
	width: 480px;
}
#mainContent #leadshare .subhead {
	background-color: #D3D5B7;
}
#mainContent #leadshare td {
	vertical-align: top;
}
#mainContent #leadshare th {
	text-align: center;
	color: #FFFFFF;
	background-color: #770000;
}
.tabPanelContent li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
}
#mainContent ul ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
	list-style-type: none;
}
#mainContent h4 {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
	color: #770000;
}
#flashTable {
	background-color: #FFFFFF;
	height: 135px;
	width: 100%;
}
#iFrameDiv {
	width: 532px;
	height: 580px;
	overflow: hidden;
}
#iFrameDivWide {
	width: 1018px;
	overflow: visible;
	background-color: #FFFFFF;
}
#scrollingContent {
	height: 580px;
	width: 520px;
	overflow: auto;
	padding-right: 12px;
}
#scrollingContent2 {
	height: 580px;
	width: 775px;
	overflow: auto;
	padding-right: 12px;
}
#floatLogin {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 300px;
	margin-top: 220px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 4px;
	border: 2px solid #CCCCCC;
}
#loginLayer {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:200%;
	z-index:10001;
	background-image: url(img/interface/alphaBack.png);
	visibility: hidden;
}
#loginLayer #floatLogin #loginHeader a {
	color: #D3D5B7;
	text-decoration: none;
}
#loginButton {
	display: block;
}
#loginButton input {
	background-color: #FFFFFF;
	display: block;
	border: thin solid #990000;
	color: #990000;
}
.frameContent {
	background-color: #FFFFFF;
	text-align: left;
	background-image: none;
}
.frameContent h5 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.frameContent h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.frameContent h5 a {
	color: #770000;
	text-decoration: none;
}
.frameContent h5 a:hover {
	color: #85530F;
	text-decoration: none;
}
.frameContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-size: 11px;
	line-height: 11px;
}
.frameContent ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#scrollingIframeContents {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 450px;
}
#scrollingContentMembers {
	height: 420px;
	width: 490px;
	overflow: auto;
	padding-right: 12px;
}
/* Format for opening page index.html */
#mainBody #pageContainerMain #lowerMain #zone5 {
	float: left;
	clear: none;
	width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#tabStory {
	background-color: #FF0000;
}
#tab1 {
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 270px;
	background-color: #85530F;
	position: absolute;
	left: 0px;
	top: 0px;
}
#tab2 {
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 270px;
	background-color: #85530F;
	position: absolute;
	left: 0px;
	top: 0px;
}
#tabs {
	background-color: #85530F;
	height: 35px;
	width: 270px;
}
#singleTab {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 135px;
	background-color: #85530F;
	display: inline;
	float: left;
}
#singleTabOff {
	background-image: url(img/interface/tabUnselected.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 135px;
	float: left;
	display: inline;
}
#tabContent {
	height: 205px;
	width: 250px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#tabs a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#TabFooterLink a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#bottomLeftAccordian {
	height: 180px;
	width: 270px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	overflow: hidden;
}
#openExtra {
	background-color: #CCCCCC;
	height: 100%;
	width: 100%;
}
#PartnersFlash {
	padding-top: 12px;
}
#PRHeader {
	color: #FFFFFF;
	background-color: #6597CA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 14px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	height: 10px;
}
#PRContent {
	background-repeat: no-repeat;
	height: 155px;
	width: 270px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#PRContent a {
	color: #FFFFFF;
	text-decoration: none;
}
#PRContent.PRText {
	display: block;
	bottom: 20px;
	position: absolute;
}
#PRContent .PRText {
	position: absolute;
	bottom: 10px;
	width: 260px;
	line-height: 18px;
}
#PRContent ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
	margin: 0px;
}
#folderTabs ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#folderTabs #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#folderTabs .showAll {
	text-align: center;
	padding-left: 40px;
}
#openLogin {
	width: 270px;
	float: left;
}
#openTop {
	margin-bottom: 5px;
}
#openPR {
	width: 270px;
	float: none;
	margin-left: 275px;
}

#openContent {
	width: 545px;
	margin-top: 0;
	margin-right: 275px;
	margin-bottom: 0;
	margin-left: 0px;
}
/*FORMAT FOR OPENING PAGE GRID HERE*/
/*------------------------|-----------*/
/*|                       |          |*/
/*|                       |          |*/
/*|                       |          |*/
/*|                       |          |*/
/*|                       |          |*/
/*|----------|------------|----------|*/
/*|          |            |          |*/
/*|          |            |          |*/
/*|----------|------------|----------|*/
/*|          |            |          |*/
/*|          |            |          |*/
/*-----------|------------|-----------*/
/* clean opening page css here */
#row1 {
	width: 820px;
}
#row1Col1 {
	float: left;
	width: 545px;
	height: 260px;
		margin-right: 5px;
}
#row1Col2 { /*NOT USED IN CURRENT LAYOUT*/
}
#row1Col3 {
	/* since this element is floated, a width must be given */
	width: 270px; /* padding keeps the content of the div away from the edges */
	height: 260px;
	position: relative;
	overflow: hidden;
	float: right;
}
#row2 {
	width: 820px;
	margin-top: 5px;
	float:left;
}
#row2Col1 {
	width: 270px;
	float: left;
	margin-right: 5px;
	height: 150px;
	text-align: center;
	padding-top: 30px;
	background-color: #D2D5B6;
}
#row2Col2 {
	width: 270px;
	height: 165px;
	float: left;
	margin-right: 5px;
	text-align: center;
	padding-top: 15px;
	background-color: #DADDC4;

}
#row2Col3 {
	width: 270px;
	height:180px;
	float: right;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
}
#row3 {
	width: 820px;
	margin-top: 5px;
	float:left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 180px;
}
#row3Col1 {
		width: 270px;
	float: left;
	margin-right: 5px;
	height: 180px;
		background-color: #666;
	

}
#row3Col2 {
	width: 270px;
	height: 180px;
	float: left;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}
#row3Col2 ul li a {
	color: #7DA7D3;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 8px;
}
#row3Col2 ul li a:hover {
	color: #FFF;
	font-weight: bolder;
	background-image: url(img/interface/listArrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#row3Col2 ul li {
	padding-bottom: 4px;
	font-size: 12px;
	background-image: url(img/interface/listArrowClear.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 8px;
}
#row3Col3 {
	width: 270px;
	height:180px;
	float: right;
	position: relative;
	overflow: hidden;
		background-color: #00F;
}
#rightSideRow1 {
	height: 260px;
	margin-bottom: 5px;
}
#rightSideRow2 {
	height: 180px;
	margin-bottom: 5px;
	position: absolute;
	top: 265px;
}
#rightSideRow3 {
	height: 180px;
	position: absolute;
	top: 450px;
}
#row3Col2 ul {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	list-style-type: none;
}
#quickLinks {
	background-color: #1C3E93;
	height: 155px;
	margin: 0px;
	padding: 0px;
}
/* ChamberMaster Overrides */
#cm_contentpage {width:750px;}

#cm_hotdeal_img{
	
    clear: right;
    float: right;
	 border: none;
	 width: 92px;
	 height:18px;
	 /*if you do not want the hot deals button to appear on the website
	 simply change line below to 'background-image: none'  --Do not use 'Display: none;' */
	 background-image: url(http://www.loudounchamber.org/chambermaster/MemberDiscount.gif); 
	 background-repeat: no-repeat;
	 cursor: hand;
	 cursor: pointer;
}
/* hot deals image on search results page for each member listing*/
#cm_hotdealresults_img
{
    clear: right;
    float: right;
	 border: none;
	 width: 75px;
	 height:14px;
	 background-image: url(http://www.loudounchamber.org/chambermaster/MemberDiscount75.gif); 
	 background-repeat: no-repeat;
	 cursor: hand;
	 cursor: pointer;
}	
#cm_footer_links a {
    background-color: #600;
    border: 1px solid #600;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
    border-radius: 2px;
    box-shadow: 0 1px 2px #000;
    color: #fff;
    font-size: 12px;
	font-weight:bold;
    line-height: 3.3em;
    margin-bottom: 3px;
    margin-right: 6px;
    padding: 5px;
    white-space: nowrap;
	text-decoration:none;
}
#cm_footer_links a:hover {
	background-color:#600;
}
.cm_container_center {
	padding-top:6px;
}
#cm_events_col2 .cm_button, #cm_events_col2 span.cm_button, #cm_events_col2 .cm_button a:visited, #cm_events_col2 span.cm_button a:visited, #cm_events_col2 a.cm_button, #cm_events_col2 a.cm_button:visited {
     top: 6px;
}

.cm_button, span.cm_button, .cm_button a:visited, span.cm_button a:visited, a.cm_button, a.cm_button:visited, #cm_id_quick_link .cm_category A:hover, #cm_contentpage input[type="button"], #cm_contentpage input[type="submit"] {
     background-color: #700;
	 border:1px solid black;
}
#cm_id_quick_link .cm_category A:hover {border:none;}
#cm_contentpage input[type="button"]:hover, #cm_contentpage input[type="submit"]:hover, .cm_small_link a:hover, .cm_button:hover, span.cm_button:hover, a.cm_button:hover, #cm_dir_index a:hover, #cm_quick_link ul li a:hover {
     background-color: #8C393D;
	 color:#fff !important;
}

#cm_id_quick_link .cm_category a {
     color: #000000;
}

.cm_result_bar, .cm_hotdeal_category_row, .cm_jobs_category_row {
     background-color: #003082;
     background-image: -moz-linear-gradient(center top , #99ccff, #003082);
}

td.cm_event_link_list_on a:hover, #cm_events_upcoming a:hover, #cm_events_featured a:hover {
     color: #003082 ! important;
}

.cm_result_bar:before, .cm_hotdeal_category_row:before, .cm_jobs_category_row:before {
     border-color: #FFFFFF #FFFFFF #8C393D #8C393D;
}
.cm_jobs_category_header_left a {color:#fff; padding:3px; text-decoration:none}
.cm_jobs_category_header_left a:hover {text-decoration:underline;}
.cm_jobs_table, .cm_hotdeals_table {width:750px;}
.cm_jobs_phone_right {color:#ffffff; }


/*** START News ***/
#cm_news_index table{
	padding: 15px 0 15px 0;		
}
		
td.cm_news_date {
	width: 60px;
	color: #003366;
	vertical-align: top;
}
td.cm_news_item a{
	color: #003366;
	vertical-align: top;	
	text-decoration: none;
}
td.cm_news_item a:hover, td.cm_news_item a:visited{
	color: #003366;
	vertical-align: top;	
	text-decoration: underline;
}
/*** END News ***/

/* bus dir search results row spacer and info request Publications row spacer */
.cm_rowspacer td
{
    border-bottom: .1em #ccc solid;
	 width: 100%;
}

.cm_sponsor
{
    background-color:#ffffff;
}
.cm_sponsor td div{
	padding-left:10px;
	margin-top:5px;
	margin-bottom: 5px;
}
.cm_nonsponsor td div{
	padding-left:10px;
	margin-top:5px;
	margin-bottom: 5px;
}
.cm_div_searchresults_map
{
    float: left;    
    /*for white bg sites*/
	 background-image: url(http://public.chambermaster.com/Content/Images/markersmall.png);      
   /*for colored bg sites*/
	 background-image: url(http://public.chambermaster.com/Content/Images/map.gif);      
    height: 26px;
    width: 26px;  
    margin-left: 10px;
    background-repeat: no-repeat;
	 padding-right: 5px;
	 cursor: hand;
	 cursor: pointer;
}

.cm_member_name
{
    float:left;
	 /*clear: left;	 */
	 padding-right: 3px;
	 display: block;
	 font-weight: bold;
	 color: #003366;
}

.cm_member_name a {
	font-size: inherit;
}

.cm_visit_website
{
    float: right;
    clear:right;
	 display: inline;
}

.cm_address
{
    clear:left;
    float:left;    
    width: 75%;
	 display: block;
}
.cm_phone
{
    float: right;
    clear:right;
	 display: inline;
}

.cm_search_desc
{
    width: 100%;
    clear:left;
    float: left;
    font-style: italic;
	 padding-top:5px;
}
#cm_id_quick_link
{
    table-layout: auto;
    width: 100%;
	float: left;
}

#cm_id_quick_link tr td{
	padding-bottom: 1em;
}

#cm_2colmemberlogo {
	float: left;
	clear:both;
	text-align:center;
	padding: 5px;
}

#cm_2colmemberlogo img {
	float: left;
	text-align:center;
	padding: 2px;
}
