/*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: #FFF;
	font-family: "Trebuchet MS", "Segoe UI", Calibri, sans-serif;
	border: 0;
}

#mainContainer {
	width: 940px;
	background-color: #000;
	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:#000;
	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, 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: #000;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
}

#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, sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0 auto;
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 0 0;
	text-align: center;
	color: #FFF;
}

.whiteTitles h1 {
	font-family: "Trebuchet MS", "Segoe UI", Calibri, sans-serif;
	font-size: 16px;
	color: #FFF;
}

.menuTables {
	font-family: "Trebuchet MS", "Segoe UI", Calibri, sans-serif;
	font-size: 14px;
	color: #FFF;
	border-color: #999;
	border-width: 1px;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #900;
	margin: 10px 0 10px 0;
}



a:link {
	text-decoration: underline;
	color:#0CF;
}
a:visited {
	text-decoration: underline;
	color:#0CF;
}
a:hover {
	text-decoration: none;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color:#0C3;
}


.whiteBgTable {
	font-family: "Trebuchet MS", "Segoe UI", Calibri, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000;
	text-align: center;
	background-color:#666;
}

.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";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.justified {
	text-align: justify;
}

.rightJustified {
	text-align: right; 
}

