@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a:link {
	color: #CCCCCC;
	text-decoration:none;
}
a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
a:active {
	color: #CCCCCC;
	text-decoration:none;
}
.img-border {
	border: 4px double #737373;
}

p {
	margin: 15px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: center;
}

.td_left-bg {
	background-image: url(../images/td_left_bg.jpg);
	background-repeat: repeat-y;
}
.td-right-bg {
	background-image: url(../images/td_right_bg.jpg);
	background-repeat: repeat-y;
}
.td-center-bg {
	background-image: url(../images/template_r6_c2.jpg);
	background-repeat: repeat-y;
}
.td-footer-bg {
	background-image: url(../images/template_r9_c1.jpg);
	background-repeat: no-repeat;
}

a:visited {
	color: #CCCCCC;
	text-decoration:none;
}

#copyright {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
}
#sub-nav {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-align: center;
}
.sub-heading {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 5px;
	
}

/* FORM STUFF */

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 200px;
  text-align: right;
  }

div.row span.formw {
	float: right;
	width: 235px;
	text-align: left;
  } 
  
/* lower form */

div.row2 {
  clear: both;
  padding-top: 5px;
  }

div.row2 span.label2 {
  float: left;
  width: 200px;
  text-align: right;
  }

div.row2 span.formw2 {
	float: right;
	width: 350px;
	text-align: left;
  } 
  
  
  
  /* listings */

.listing {
	margin:15px auto;
	width:798px;
	border:1px solid #333;
}

.listing-left-col, .listing-right-col {
	float:left;
}

.listing-left-col { width:220px; }
.listing-right-col { width:578px; }

.listing-id, .listing-title {
	height:25px;
	line-height:25px;
	background-color:#333;
	color:#FFF;
}

.listing-id, .listing-thumb {
	width:220px;
	text-align:center;
	font-size:75%;
}

.listing-thumb img, .listing-details {
	margin:10px;
}

.listing-title {
	width:558px;
	margin-top:10px;
	padding-left:10px;
	text-align:left;
	font-weight:bold;
	font-size:140%;
}

.listing-details div {
	float:left;
	width:279px;
	margin-bottom:6px;
}

.listing-address {
	float:left;
	width:558px !important;
	margin-bottom:6px;
}

.view-details {
	margin:12px 0 0 0 !important;
}

.view-details a {
	font-size:110%;
}

.details_head {
	height:25px;
	line-height:25px;
	padding-left:5px;
	font-size:140%;
	font-weight:bold;
	background:#333;
}

.thumb {
	margin-left:3px;
	margin-bottom:3px;
}

.first_thumb {
	margin-left:0 !important;
}

.description {
	margin:12px 0;
	width:560px !important;
}

.directions {
	width:560px !important;
}


.button {
	position:relative;
	width:300px;
	margin:10px auto;
	height:26px;
	line-height:26px;
	border:1px solid #FFF;
	background:#333;
	text-align:center;
}

.button a {
	display:block;
}




#sortable_imgs {
	list-style:none; 
	padding:0; 
	margin:0;
	height:400px;
}

#sortable_imgs li {
	text-align:center; 
	width:87px; 
	height:95px; 
	float:left; 
	padding:2px; 
	margin:2px 2px 2px 0; 
	background:#222;
}

#sortable_imgs a {
	font-size:10px;
	text-decoration:none;
}
