/* ==================================================  */
/* heading, img, link styles                           */

h1,h2,h3,h4 { font-family:Arial, Verdana, sans-serif }
h1 { font-size:20px; margin-top:0; margin-bottom:2px }
h2 { font-size:16px; margin-top:10px; margin-bottom:0 }
h3 { font-size:14px; margin-top:8px }
h4 { font-size:12px; margin-top:6px }

a:hover { text-decoration:none }

img { border:0 }

#crumbs { /* Page Bread Crumbs */font-size:9px; margin-bottom:10px }
#crumbs a { text-decoration:none }

input.button { background:#666; color:#fff; padding:2px; font-size:10px }
.footnote,.smallgrey { font-size:9px; color:#999 }
#footer,#footer a { color:#fff }




/*			==================================================	*/
/*			Body Styles											*/

body, form {
			margin: 0;
			}

body, 
input, 
select, 
textarea {
			font-family: Verdana, Arial, sans-serif;
			font-size: 11px;
			color: #333;
			}

.clear {
			clear: both;
			}

p {
			margin-bottom: 10px;
			}




/*			==================================================	*/
/*			Surrounding Container Div							*/
/*			Apply classes for 'sitelink' or 'wide' layouts 		*/


/*			------------------------------	*/
/* 			Generic							*/

#container {
		min-width: 480px; /* 760 */
			margin-left: auto;
			margin-right: auto;
			
			}

/*			------------------------------	*/
/* 			Centered Layout					*/

body.centered #container {
			width: 480px; 
			}

/*			------------------------------	*/
/* 			Wide Layout						*/

body.wide #container {
			}

/*			------------------------------	*/
/* 			SiteLink Specific				*/

body.sitelink #container {
			min-width: 480px;
			}



/*			==================================================	*/
/*			Header Styles										*/

/*			------------------------------	*/
/* 			Generic							*/

#header {
			width: 100%;
			}

#header h1 {
			margin: 0;
			display: block;
			border-bottom: 0;
			}

#header h1 span { position: absolute; top: -100px; left: 0 } /* moves h1 off-page */	

#header-nav-container {
			}


#header-nav {
			padding: 5px 0 5px 0;
			margin: 0;
			font-family: Arial, Verdana, sans-serif;
			font-size: 11px;
			font-weight: bold;
			}

#header-nav li {
			display: inline;
			list-style: none;
			padding: 0;
			margin: 0;
			}

#header-nav li a {
			text-decoration: none;
			padding: 5px 8px;
			margin: 0;
			color: #fff;
			border-right: 1px #fff solid;
			}



/*			------------------------------	*/
/* 			SiteLink Specific				*/

body.sitelink #header {
			display: none;
			}

/*			------------------------------	*/
/* 			ImgNav Specific					*/

body.imgnav #header {
			position: relative;
			}

body.imgnav #header #nav {
			}

body.imgnav #header #nav ul li a {
			display: block;
			position: absolute;
			text-decoration: none;
			border: 0;
			}

body.imgnav #header #nav ul li a:hover {
			border: 0;
			text-decoration: none;
			}

body.imgnav #header #nav ul li a em { visibility: hidden; }

/*			==================================================	*/
/*			Middle Container Styles								*/

/*			------------------------------	*/
/* 			Generic							*/

#middle {

			}

/*			------------------------------	*/
/* 			SiteLink Specific				*/

body.sitelink #middle {

			}

/*			------------------------------	*/
/* 			Wide Layout Specific			*/

body.wide #middle {
			width: 760px;
			}


/*			==================================================	*/
/*			Content Section Styles								*/

/*			------------------------------	*/
/* 			Generic							*/

#content {
			padding-top: 10px;
			padding-bottom: 10px;
			margin-bottom: 10px;
			 /* margin-left: 160px;  BDP */
			/* margin-right: 135px;  BDP */

			/* Hack for internet explorer table width sizes */
			/* voice-family: "\"}\"";  */
			/* voice-family: inherit; */
			height: 1%;
			}


/*			------------------------------	*/
/* 			NoAds Layout Specific			*/

body.noads #content {
			margin-right: 10px;
			}

/*			------------------------------	*/
/* 			SiteLink Specific				*/

body.sitelink #content {
			margin-left: 0;
			margin-right: 0;
			}

body.sitelink #crumbs {
			display: none;
			}

/*			------------------------------	*/
/* 			Full Column Pages Specific		*/

		
body.home #content,
body.listing #content,
body.agent #content,
body.searchjump #content {
			margin-left: 10px;
			}	

body.fullcolumn #sidebar-left,
body.home #sidebar-left,
body.listing #sidebar-left,
body.agent #sidebar-left  {
			display: none
			}

body.searchresults #content,
body.fullcolumn #content {
			margin-left: 10px;
			margin-right: 10px;
			padding-left: 0;
			padding-right: 0;
			}
			
body.searchresults #sidebar-left,
body.searchjump #sidebar-left {
			display: none
			}

/*			------------------------------	*/
/* 			Home Page Specific (Membership)	*/

body.home #splash {
			display: none;
			margin: 10px 0;
			text-align: center;
			background: #f2f2f2;
			}

body.home #splash img {

			}

body.home h3.calendarHeader {
			color: #fff;
			}

body.home .event h4 {
			margin-bottom: 0;
			}

body.home .event p {
			margin-top: 0;
			margin-bottom: 10px;
			}

body.home .event {
			border-bottom: 1px #ccc solid;
			margin-bottom: 10px;
			}

body.home #membership {
			border: 1px #999 solid;
			margin-bottom: 10px;
			padding: 5px;
			}

body.home #membership table {
			width: 100%;
			}

body.home #membership td {
			vertical-align: top;
			width: 33%;
			padding: 3px 0;
			}

body.home #membership p {
			margin-bottom: 0;
			padding-top: 5px;
			margin-top: 5px;
			border-top: 1px #666 solid;
			}

body.home #membership h2 {
			font-size: 16px;
			margin: 0;
			padding: 0;
			border-bottom: 1px #666 solid;
			}

body.home #membership a {
			text-decoration: underline;
			}



/*			==================================================	*/
/*			Left Sidebar Styles									*/

/*			------------------------------	*/
/* 			Generic							*/

#sidebar-left {
			float: left;
			width: 150px;
			margin: 0;
			margin-right: 5px;
			font-family: Arial, Verdana, san-serif;
			}

#sidebar-left h3 {
			margin: 0;
			font-size: 12px;
			font-family: Arial, sans-serif;
			padding: 6px 5px 4px 5px;
			color: #fff;
			}

#sidebar-left h3 a {
			color: #fff;
			}

#sidebar-left-content {
			background: #efefef;
			}

#sidebar-left-content p {
			margin-left: 5px;
			margin-right: 5px;
			}

#sidebar-left #searchDiv {
			padding: 5px;
			}

#sidebar-left #searchDiv p {
			margin-top: 0;
			margin-bottom: 5px;
			}

#sidebar-left #loginDiv {
			padding-top: 10px;
			}
			
			
/*			------------------------------	*/
/* 			Featured Listings Specific  	*/

#featuredListingsDiv {
			position: relative;
			float: right;
			width: 100%;
			text-align: center;
			margin-bottom: 10px;
			}
			
#featuredListingsDiv h3 { 
			text-align: left;
			margin-bottom: 8px;
			}
			
#featuredListingsDiv p {
			font-family: Arial;
			font-size: 11px;
			font-weight: bold;
			color: #333;
			text-align: center;
			padding: 0px 8px;			
			margin: 0px;
			}
			
#featuredListingsDiv p.main {	
			margin: 3px 0px 3px 0px;
}
			
#featuredListingsDiv p.subInfo {
			font-weight: normal;
			font-size:10px;
}

#featuredListingsDiv p.small {
			font-weight: normal;
			font-family: verdana; 
			font-size: 9px;
			padding-bottom: 10px;
			}

#featuredListingsDiv img {
			border: 1px solid #333333;
			padding-bottom: 0px;
			margin-bottom: 0px;
			}
			
#flad {
			display: none;
}



/*			------------------------------	*/
/* 			Resources Section Specific		*/

#sidebar-left ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			}

#sidebar-left ul li {
			/* Hack for internet explorer list item padding */
			voice-family: "\"}\""; 
			voice-family: inherit;
			height: 1%;
			}

#sidebar-left ul li a {
			display: block;
			padding: 3px 3px 3px 5px;
			border-bottom: 1px #eee solid;
			font-weight: bold;
			text-decoration: none;
			font-family: Arial, sans-serif;
			
			/* Hack for internet explorer list item padding */
			voice-family: "\"}\""; 
			voice-family: inherit;
			height: 1%;
			}

#sidebar-left ul li a:hover {
			background: #ddd;
			}

/*			------------------------------	*/
/* 			SiteLink Specific				*/

body.sitelink #sidebar-left {
			display: none;
			}

/*			------------------------------	*/
/* 			Full Column Pages Specific		*/

body.fullcolumn #sidebar-left {
			display: none;
			}


/*			------------------------------	*/
/* 			Homepage Specific				*/

body.home #sidebar-left #loginDiv, 
body.home #sidebar-left #loginHeader {
			display: none;
			}


/*			==================================================	*/
/*			Right Sidebar Styles								*/

/*			------------------------------	*/
/* 			Generic							*/

#sidebar-right {
			float: right;
			width: 130px;
			margin: 0;
			margin-left: 5px;
			padding: 5px 0;
			text-align: center;
			}

#sidebar-right img {
			margin-bottom: 5px;
			width: 120px;
			height: 60px;
			}
		
#sidebar-right h3 {
			margin: 0px;
			font-size: 12px;
			font-family: Arial, sans-serif;
			width: 117px;
			color: #fff;
			text-align: center;
			}

#sidebar-right h3 a {
			color: #fff;
			}
					

	   
#sidebar-right h3 {
			background: #74002F;
			color: #fff;
			}

#sidebar-right #searchDiv,
#sidebar-right #loginDiv,
#sidebar-right #resourcesDiv {
			border: 1px solid #74002F; 
			border-top: 0;
			margin-bottom: 5px;
			}
	
/*			------------------------------	*/
/* 			Homepage Specific				*/


body.home #sidebar-right h3 {
			margin: 0;
			font-size: 12px;
			font-family: Arial, sans-serif;
			padding: 6px 5px 4px 5px;
			}

body.home #sidebar-right #calendarDiv {
			padding: 5px;
			}

/*			------------------------------	*/
/* 			SiteLink Specific				*/

body.sitelink #sidebar-right {
			display: none;
			}

/*			------------------------------	*/
/* 			Full Column Pages Specific		*/

body.fullcolumn #sidebar-right {
			display: none;
			}


/*			------------------------------	*/
/* 			NoAds Specific					*/

body.noads #sidebar-right {
			display: none;
			}

/*			------------------------------	*/
/* 			Home Page Specific				*/
/*			Calendar of Events				*/

body.home #calendarDiv {
			}

body.home h3.calendarHeader {
			margin: 0 0 5px 0;
			font-size: 12px;
			font-family: Arial, sans-serif;
			padding: 6px 5px 4px 10px;
			}




/*			==================================================	*/
/*			About Section										*/

#about-cie-catylist {
			margin: 0 auto;
			padding-top: 0.5em;
			border-top: 1px solid #ccc;
}


#about-cie-catylist p#blurb {
			margin-top: 0;
			border-bottom: 1px solid #ccc;
			margin-bottom: 0.5em
}

#about-cie-catylist p {
			padding: 1em 0;
}

#join-box { 
	float: right; 
	width: 27%; 
	background: #efefef; 
	border: 1px solid #ccc; 
	font-size: 12px; 
	margin: 1em 0 1em 1em;
	padding: 1em
}

#join-box h2 { border-bottom: 1px solid #ccc; margin-top: 0; margin-bottom: 0.5em; padding-bottom: 0.25em }
#join-box p { font-size: 11px }


/*			==================================================	*/
/*			Footer Styles										*/

/*			------------------------------	*/
/* 			Generic							*/

#footer {
			clear: both;
			padding: 5px;
			font-size: 9px;
			}
		
#footer img {
			}

#footer p	{
			margin: 0;
			}
