/***  styles  ***/

  body {
	margin: 0;
	padding: 0;
	background-color: #656565;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #f9f9f9;

} form, input, ul, li {
	margin: 0;
	padding: 0;

} img {
	border: 0;
/*dacc12 and hover cecf7d */
} a, a:visited {
	color: #ccc;
	text-decoration: none;

} a:hover, a:active {
	color: #fff;
	text-decoration: underline;

} label {
	display: block;
	clear: both;
	line-height: 22px;

} label input {
	float: right;

} ul {
	margin-left: 36px;

} ul.doublespace li {
	margin-bottom: 1.2em;
	list-style-type: none;
} ul.doublespace li ul li {
	margin-bottom: 5px;
	list-style-type: circle;	
} .lt {
	color: #bbb;

} .sm {
	font-size: 11px;

} .error {
	color: red;

} .clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;

} .adminonly {
	display: none;

/***  shared elements  ***/

} .content {
	margin: 30px 10px 30px;

} 
 .staticcontent {
	margin: 30px 10px 30px;

} 

.goldbox {
	border: 1px solid #dacc12;
	background-color: #4b4d4c;
	

/***  homepage  ***/

} #homefeature {
	padding-left: 5px;
	width: 632px;
	height: 337px;


/***  category pages  ***/

} #categoryheader {
	position: relative;
	margin-left: 5px;
	width: 640px;

} #categorydescription {
	position: absolute;
	z-index: 2;
	font-size: 14px;
	bottom: 0px;
	left: 4px;

} #listings {
	float: left;

} div.listing {
	width: 400px;
	margin: 12px 0 12px 5px;
	background-color: #565151;

} .listingphotos {
	float: right;
	width: 192px;
	text-align: right;
	margin-left: 10px;

} .listingtitle {
	font-weight: bold;
	margin-bottom: 1.2em;

} #rightadcolumn {
	clear: right;
	float: right;
	margin: 12px 5px;
	text-align: center;

} #featuredadcolumn {
	float: right;
	margin: 12px 7px 12px 0;
	width: 368px;

} #featuredadcolumn div {
	padding: 58px 5px 30px;
	text-align: center;
	margin: 0 0 18px;

} .featuredad {
	background: url('/images/featuredad-bg.gif') left top no-repeat !important;

} .premierad {
	background: url('/images/premierad-bg.gif') left top no-repeat !important;

}

.ltBox {
	margin: 5px;
	padding: 5px;
	width: 400px;
	border: thin solid #dacc12;
	background-color: #666666;
}

.dkBox {
	margin: 5px;
	padding: 5px;
	width: 400px;
	border: thin solid #dacc12;
	background-color: #333333;
}

h1, h2, h3 {
	font-family: Garamond, Georgia, "Times New Roman", serif;
}

/*----Form Style-------------*/
form.contactform fieldset {
	margin-bottom: 10px;

}
form.contactform legend {
	padding: 0 2px;
	font-weight: bold;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #FFFFFF;
}
form.contactform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.contactform fieldset ol {
  margin: 0;
  padding: 0;
}
form.contactform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.contactform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.contactform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.contactform fieldset fieldset label {
  display: block;
  width: auto;
}

form.contactform em {
  font-weight: bold;
  font-style: normal;
  color: #dacc12;
}

form.contactform label {
  width: 120px; /* Width of labels */
}
form.contactform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

#adexamples {
	float: right;
	clear: right;
	padding: 5px;
	background-color: black;
}

#keywords {
	height: 300px;
	width: 600px;
	display: none;
}
