body {
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}

a:link { color: #333; text-decoration: underline; }
a:visited { color: #d99e45; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: none; }

.wrapper {
	position: relative;
	margin: 0 auto;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 12px;
	font-weight: bold;
	padding-top: 10px;
	width: 90%;
	border-bottom: 1px solid #999;
}

hr {
	border: 0;
	width: 100%;
	color: #f00;
	background-color: #fff;
	height: 1px;
}

/* MAIN SITE */

.mainBg {
	background: #838383 url(images/mainBg.gif) repeat-x top;
}

#header {
	height: 143px;
	background: transparent url(images/header.jpg) no-repeat top;
}

#content {
	background-color: transparent;
	padding: 20px 0 0 0;
	width: 800px;
	margin: 0 auto;
	text-align: justify;
}

#navigation {
	position: relative;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 7px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 7px;
}

#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited { 
	padding: 6px 10px 7px 10px; 
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

#navigation a:hover {
	color: #fff;
	background-color: #4b4e59;
	text-decoration: none;
}

/* SPLASH */

.splashBg {
	background: #838383 url(images/splashBg.gif) repeat-x top;
}

.splashHeader {
	position: relative;
	height: 66px;
	background: transparent url(images/splashHeader.gif) no-repeat top;
}

#splashMain {
	position: relative;
	height: 394px;
}

#splashFooter {
	position: relative;
	margin: 35px 0 0 0;
}

#splashFooter a:link {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none; 
	border: 1px solid #fff;
	background: url(images/splashFooterButton.gif) repeat-x bottom;
	color: #fff;
	padding: 7px 20px 7px 20px;
}

#splashFooter a:hover {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none; 
	border: 1px solid #fff;
	background-color: #d99e45;
	background-image:  none;
	color: #fff;
	padding: 7px 20px 7px 20px;
}

.clearBoth {
	clear: both;
}

#footer {
	position: relative;
    bottom: 0;
	font-size: 10px;
	line-height: 28px;
	border-top: 1px solid #ededed;
	margin: 20px 0 0 0;
}

/* OTHER STYLES */

.floatLeft {
	float: left;
	width: 42%;
	background-color: #909090;
	padding: 10px 20px 10px 20px;
	height: auto;
	border-bottom: 3px solid #666;
}

.floatRight {
	float: right;
	width: 42%;
	background-color: #909090;
	padding: 10px 20px 10px 20px;
	height: auto;
	border-bottom: 3px solid #666;
	
}

.listingsLeft {
	float: left;
	width: 30%;
	padding: 0;
	height: auto;
	margin: 0 0 20px 0;
}

.listingsRight {
	float: right;
	width: 60%;
	padding: 0 20px 10px 20px;
	height: auto;
}

.clickOn {
	text-align: center;
	padding: 5px 0 20px 0;
	line-height: 25px;
}

.lgTxt {
	font-size: 14px;
}

.smTxt {
	font-size: 11px;
}

.whiteTxt {
	color: #fff;
}

.blackTxt {
	color: #333;
}

.boldTxt {
	font-weight: bold;
}

.redTxt {
	color: #000099;
}

.box {
	background-color: #333;
	border: 1px solid #fff;
	padding: 10px;
}

/* FORM */

input.txt {
  color: #333;
  background-color: #ededed;
  border: 1px inset #333;
  width: 200px;
}
input.btn {
  color: #333;
  background-color: #ededed;
  border: 1px outset #333;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 35%;
  font: bold 12px Arial, Helvetica, sans-serif;
}








