body {
	background-color: #ede4d9;
	margin: 0 auto;
	text-align: center;
	font: normal normal 1em/1.2em "Arial", verdana, tahoma, sans-serif;
}

img { border: none; }

#wrapper {
	background-color: #f0eee7;
	margin: 0 auto;
	border: 1px solid #11224f;
	width: 800px;
}

#header {
	background: transparent url(../images/header.gif) no-repeat;
	height: 122px;
	text-align: left;
}

	#header h1 { display: none; }

#seal {
	display:block;
	height:125px;
	width:125px;
}

#badge {
	display: block;
	height: 125px;
	width:125px;
	float: right;
}
	
	
#topnav{}

	#topnav ul {
		padding: 0;
		margin: 5px 0;
	}

	#topnav li {
		display: inline;
		margin-left: 25px;
	}

	#topnav li a:link,
	#topnav li a:visited{
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}

	#topnav li a:hover,
	#topnav li a:active{
		text-decoration: underline;
	}

#right-content {
	float: right;
	width: 160px;
	
}
	.right-menu {
	padding:0px;
	margin:0px;
	}
	
	.right-menu li {
		background: transparent url(../images/button.gif) no-repeat;
		padding: 10px 0 15px 10px;
		color: #FFF;
		width:150px;
		list-style: none;
		font-size: 1em;
		text-align: left;
	}

		.right-menu li.search {
			padding-top: 7px;
			margin-bottom: 3px;
		}

			.right-menu li.search input {
				border: 1px solid #000;
				font-size: .7em;
			}

	.right-menu a:link,
	.right-menu a:visited {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

	.right-menu a:hover,
	.right-menu a:active
	{
		text-decoration: underline;
	}

	.right-menu a.system-link {
		color: #ffcc00;
	}


#left-content {
	width: 600px;
	float: left;
	text-align: left;
}

#item-listing-content {
	width: 500px;
	float: left;
	text-align: left;
}

#ads {
	float: left;
	width: 125px;
	margin-top: 40px;
}

#quick-search {
	font-weight: bold;
	overflow: auto;
	margin-top: 10px;
}

	#quick-search input, 
	#quick-search select {
		font-size: .7em;
	}

	.search-column {
		padding: 40px 0;
		width: 160px;
		text-align: center;
	}

	.search-column.state {
		background: transparent url(../images/search-state.gif) no-repeat;
	}

	.search-column.state-active {
		background: transparent url(../images/search-state-red.gif) no-repeat;
	}

	.search-column.region {
		background: transparent url(../images/search-region.gif) no-repeat;
	}

	.search-column.region-active {
		background: transparent url(../images/search-region-red.gif) no-repeat;
	}

	.search-column.county {
		background: transparent url(../images/search-county.gif) no-repeat;
	}

	.search-column.county-active {
		background: transparent url(../images/search-county-red.gif) no-repeat;
	}

	.search-column.zip {
		background: transparent url(../images/search-zip.gif) no-repeat;
	}

	.search-column.zip-active {
		background: transparent url(../images/search-zip-red.gif) no-repeat;
	}

		.search-column.zip input,
		.search-column.zip-active input {
			text-align: center;
			width: 125px;
			font-weight: bold;
		}

.category-list {
	margin: 20px 0;
	text-align: center;
	overflow: auto;
	background: transparent url(../images/big-box-middle.gif);
}

	.category-list-bottom {
		clear: both;
		height: 25px;
		background: transparent url(../images/big-box-bottom.gif) no-repeat;
	}

	.category-list h3 {
		background: transparent url(../images/big-box-top.gif) no-repeat;
		margin: 0;
		height: 40px;
		text-align: left;
		padding: 5px;
		padding-top: 20px;
		color: #fff;
		text-align: center;
		font-size: 1.5em;
	}

	.category-list ul {
		list-style: none;
		padding: 0;
		margin: 10px 0;
		margin-left: 60px;
	}

	.category-list li {
		width: 215px;
		height: 20px;
		margin: 0 30px 10px 0;
		background: #fff url(../images/category-button.gif) no-repeat;
		float: left;
		font-weight: bold;
		font-size: .7em;
	}

	.category-list a:link,
	.category-list a:visited {
		color: #000;
		text-decoration: none;
	}

	.category-list a:hover,
	.category-list a:active
	{
		text-decoration: underline;
	}


.listing-item {
	background-color: #eee;
	border: solid #a3afcd;
	border-width: 1px 2px 2px 1px;
	margin: 5px 0 5px 0;
	text-align: left;
	overflow: none;
}

	.listing-item h3 {
		background: #b3bdd6 none;
		margin: 0 0 4px 0;
		padding: 3px;
	}

	.listing-item a:link,
	.listing-item a:visited {
		color: #11224f;
		text-decoration: none;
	}

	.listing-item a:hover,
	.listing-item a:active {
		color: #11224f;
		text-decoration: underline;
	}

	.listing-item p {
		margin: 0;
		padding: 3px;
		font-size: .8em;
		text-align: justify;
		overflow:auto;
	}

	.listing-item span {
		text-align: center;
		float: right;
		padding: 0 10px;
		margin: 5px 0 10px 10px;
		background: #e1e1e1 none;
		border: 2px solid #ccc;
		color: #11224f;
		font-size: .8em;
	}

		.listing-item span strong {
			display: block;
			font: bold normal 1.8em/1em "Arial";
		}

.listing-details {
	margin: 0px;
}

	.listing-details h3 {
		background: #e1e1e1 none;
		text-align: left;
		margin: 0 0 4px 0;
		padding: 3px;
	}

	.listing-details table {
		width: 480px;
	}

	.listing-details td {
		background: #fff;
		padding: 5px;
		border-bottom: 1px solid #e1e1e1;
		text-align: left;
		font-size: .8em;
	}

	.listing-details td.header {
		font-size: 1em;
		font-weight: bold;
		background: #e1e1e1 none;
		text-align: left;
		margin: 0 0 4px 0;
		padding: 3px;
	}

	.listing-details td.title {
		vertical-align: top;
		width: 25%;
		text-align: right;
		font-weight: bold;
	}

	.listing-details p {
		margin: 0;
		padding: 0;
	}

	.listing-details img {
		margin: 0 5px 5px 0;
		border: 5px solid #ccc;
	}

.list-mark {
	float: right;
}

/***
 * Classifieds Stylings
 ***/

.pages {
	text-align: left;
	color: #ffcc00;
	background-color: #26396c;
	padding: 3px;
	margin: 10px 0 10px 0;
}

	 .pages span {
		float: right;
	}

	.pages a:link,
	.pages a:visited {
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}

	.pages a:hover,
	.pages a:active
	{
		text-decoration: underline;
	}

	.pages select {
		font-size: .75em;
	}

.page-control {
	width: 460px;
	text-align: left;
	color: #26396c;
	padding: 4px;
	background-color: #ccc;
	margin-bottom: 2px;
}

	 .page-control span {
		float: right;
	}

	.page-control a:link,
	.page-control a:visited {
		font-weight: bold;
		color: #26396c;
		text-decoration: none;
	}

	.page-control a:hover,
	.page-control a:active
	{
		text-decoration: underline;
	}

#icons {
	clear: both;
	text-align: left;
	padding: 5px;
}

	#icons span {
		float: right;
	}

#footer {
	clear: both;
	background-color: #11224f;
	width: 100%;
	height: 25px;
	color: #fff;
	font-size: .7em;
}

	#footer a {
		color: #fff;
	}

.crumb {
	clear: both;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 10px 0;
	color: #888;
}

	.crumb a:link,
	.crumb a:visited {
		color: #11224f;
		text-decoration: none;
	}

	.crumb a:hover,
	.crumb a:active
	{
		color: #11224f;
		text-decoration: underline;

	}

	.crumb span {
		float: right;
	}

	.crumb .highlight {
		float: none;
		background-color: maroon;
		color: white;
		padding: 0 3px;
	}

#content {
	margin: 0 10px;
	
}

.form-wrapper {}

	.form-wrapper h2 {
		margin: 0;
	}

	.form-wrapper p {
		background: #eee none;
		border-top: 2px solid #a3afcd;
		font-size: .8em;
		margin: 10px 0 10px 0 !important;
		padding: 3px;
		width: 500px;
	}

		.form-wrapper p span {
			color: maroon;
			font-weight: bold;
		}

	.form-wrapper table {
		margin: 0 0 20px 0;
		width: 500px;
	}

	.form-wrapper td.label {
		text-align: right;
	}

	.form-wrapper td {
		padding: 3px;
		border-top: 2px solid #ccc;
		border-bottom: 1px solid #f0eee7;
		line-height: 2em;
		background-color: #e0e0e0;
	}

	.form-wrapper span {
		font-style: italic;
		font-size: .8em;
		background-color: #F8F7D2;
		padding: 2px;
		margin-left: 5px;
	}

	.form-wrapper label {
		font-weight: bold;
		font-size: .8em;
	}


.buttons {
	margin: 0 0 25px 0;
}


#alert {
	margin: 0 0 15px 0;
	border-top: 2px solid #d77575;
	border-bottom: 2px solid #d77575;
	background: #fdefef;
	color: #cc6161;
}

	#alert h3 {
		padding: 3px;
		background: #FBDDDD;
		margin: 0;
		text-transform: none;
	}

	#alert ul,
	#alert li {
		margin: 0;
		padding: 0;
	}

	#alert li {
		margin-left: 5px;
		list-style: none;
	}


#success {
	background-color: #acd373;
	color: #007236;
	font-weight: bold;
	border-bottom: 2px solid #007236;
	border-top: 2px solid #007236;
}

	#success p {
		margin: 0;
		padding: 5px 10px;
	}


#redirect {
	width: 75%;
	margin: 0 auto 0 auto;
}

	#redirect h3 {
		padding-bottom: 10px;
		margin-left: 0;
		margin-right: 0;
		border-bottom: 1px solid #EEE;
	}

	#redirect p.body {
		border-top: 2px solid #F2EDB0;
		border-bottom: 2px solid #F2EDB0;
		padding: 10px;
		background-color: #FCFBED;
		margin: 0;
	}

	#redirect p {
		margin-top: 10px;
		padding: 10px 0;
	}

	#redirect a:link,
	#redirect a:visited{
		color: #555;
		text-decoration: underline;
	}


	#redirect a:hover,
	#redirect a:active{
		color: #555;
		text-decoration: none;
	}


#welcome {
	text-align: left;
	margin: 10px;
	background: #DAD5C2 none;
	border: 1px solid #c2ba9d;
	font-size: .8em;
	padding: 3px;
	padding-right: 0;
}

	#welcome p {
		margin: 0;
	}

	#welcome ul {
		margin: 0;
		padding: 0;
		float: right;
	}

	#welcome ul,
	#welcome li {
		margin: 0;
		padding: 0;
	}

	#welcome li {
		list-style: none;
		display: inline;
		margin-right: 3px;
	}

	#welcome span {
		color: #11224f;
		font-weight: bold;
	}


	#welcome a:link,
	#welcome a:visited {
		color: #000;
		text-decoration: underline;
	}


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



#imageUploads img ,
#currentImages img {
	border: 5px solid #fff;
	margin-right: 10px;
}

#uploadfield {
	background: #e0e0e0 none;
	vertical-align: middle;
}

.tablemain {

}

	.tablemain th {
		background: #e0e0e0;
		padding: 3px;
	}

	.tablemain td {
		font-size: .9em;
		padding: 3px;
	}

	.tablemain td.row_0 {
		background: #f0eee7 none;
	}

	.tablemain td.row_1 {
		background: #fbfbfb none;
	}
	.advertise_ad {
	margin-top:10px;
	}
	
	#community1{
	background-image: url(http://www.only.sc/workspaces/www/templates/domains/only.sc/images/city_county100x195.gif);
	background-repeat:no-repeat;
	width: 100px;
	height: 205px;
	margin-left:3px;
}

#community1 .click_chambers{
	width: 100px;
	height: 50px;
	margin-left: 3px;
	margin-top: 20px;
	display:block;
	float:left;
	
}

#community1 .click_bbb{
	width: 100px;
	height: 50px;
	margin-left: 3px;
	margin-top: 50px;
	display:block;
	float:left;
	
}