/*CSS Document - Tim Kramer High Tide Media Group*/

body, img  {
	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: "Trebuchet MS", "Segoe UI", Calibri, Arial, sans-serif;
	border: 0;
}

#mainContainer {
	width: 940px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#navContainer {
	margin:0 auto;
	background-image: url(images/button-row.jpg);
	background-repeat: no-repeat;
	width:940px;
	height: 30px;
}

#navBar {
	margin:0;
	padding:0;
	width:100%;
	}

#navBar li {
	display:inline;
	padding:0;
	margin:0;
}

#navBar a:link, #navBar a:visited {
	color:#00CC00;
	float:left;
	width:auto;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	font-family: "Trebuchet MS", "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 9px 9px 4px 9px;
	letter-spacing: 1px;
}

#navBar a:hover {
	color:#fff;
	background-color: #4B4B4B;
}


#lowerContainer {
	width: 940px;
	margin: 0 auto;
	background-color: #FFF;
}

#listingsContainer {
	width: 940px;
	margin: 0 auto;
	background-color: #303030;
}

#footer {
	background-image: url(images/footer-green-curves.jpg);
	background-repeat: no-repeat;
	width:940px;
	height: 80px;
	font-family: "Trebuchet MS", "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0 auto;
}

h1 {
	font-family: "Trebuchet MS", "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 19px 0;
}

.whiteTitles h1 {
	font-family: "Trebuchet MS", "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
}

h2 {
	font-family: "Trebuchet MS", "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #B30000;
	margin: 10px 0 10px 0;
}

h4 {
	color: #C00;
}



a:link {
	text-decoration: underline;
	color:#00CC00;
}
a:visited {
	text-decoration: underline;
	color:#00CC00;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active {
	text-decoration: none;
	color:#000000;
}
.creamSidebar {
	width: 250px;
	background-color: #EEFEE2;

}

.creamSidebar p {
	text-align: left;
	line-height: 23px;
	text-indent: 8px;
}


.pageContentsTable {
	font-family: "Trebuchet MS", "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
}



.imagesPaddingLeft {
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.imagesPaddingRight {
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 2px;
}

.whiteText {
	font-family: "Trebuchet MS", "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.justified {
	text-align: justify;
}

.rightJustified {
	text-align: right; 
}

.redTitles h1 {
	font-family: "Trebuchet MS", "Segoe UI", Calibri, Arial, sans-serif;
	font-size: 16px;
	color: #069;
}

#listingsContainer .pageContentsTable tr .pageTitles h1 {
	color: #FFF;
}

.redBold {
	color: #F00;
}

.realEstateLinks {
	line-height: 28px;
}

