/* @override http://midmolandandlots.com/styles/styles.css */

/*
HTML STYLES
*/
body	{
	background: #FFF url(/images/background.gif) repeat-y center top;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h1	{
	margin: 0;
	width: 550px;
	height: 190px;
	background: transparent url(/images/cnt_image2.jpg) no-repeat;
}
	h1 span, #col2 li span	{
		position: absolute;
		top: 0;
		left: -9999px;
	}
h2	{
	margin: 0 0 1.5em 0;
	line-height: 30px;
	padding-left: 15px;
	font-size: 1.3em;
	color: #DBE0DD;
	font-weight: normal;
	background: #4E6A58;
}
address	{
	margin: 0;
	padding: 0;
	font-style: normal;
}
a	{ color: #4E6A58; }
a:hover	{ color: #E43; }

/*
COMMON STYLES
*/
.hide	{
	position: absolute;
	top: 0;
	left: -9999px;
}


/*
LAYOUT STYLES
*/
#container	{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#col1	{
	width: 550px;
	float: left;
}
#col2	{
	width: 230px;
	float: left;
}
	#col2 ul	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#map, #about	{
		line-height: 0;
		font-size: 0;
	}
	#map a	{
		display: block;
		width: 230px;
		height: 128px;
		background: transparent url(/images/rht_viewmap1.jpg) no-repeat top left;
	}
	#about a	{
		display: block;
		width: 230px;
		height: 128px;
		background: transparent url(/images/rht_aboutcolumbia.jpg) no-repeat top left;
	}
	#contact	{
		display: block;
		width: 230px;
		height: 260px;
		font-size: .8em;
		text-align: center;
		color: #4E6A58;
		line-height: 1.3em;
		background: transparent url(/images/rht_contactus.gif) no-repeat top left;
	}
		#contact a	{ color: #4E6A58; }
		#contact a:hover	{ color: #E43; }
		#contact address	{ padding-top: 80px; }
	#about a:hover, #map a:hover	{
		background-position:  top right;
	}
#menu	{
	margin: 0 auto;
	padding: 0;
	height: 30px;
	text-align: right;
	background: #4E6A58;
	font-size: .7em;
	text-transform: uppercase;
	width: 780px;
}
	#menu ul	{
		margin: 0 10px 0 0;
		padding: 0;
		list-style-type: none;
	}
		#menu li	{
			display: inline;
			margin: 0;
			padding: 0 10px;
			line-height: 30px;
		}
		#menu a	{
			color: #A6B4AB;
			text-decoration: none;
		}
		#menu a:hover	{ color: #FFF; }
#content	{
	background: transparent url(/images/cnt_background.jpg) repeat-x;
	font-size: .8em;
	line-height: 1.4em;
	padding: 1px 30px 30px 30px;
	min-height: 210px;
}
	* html #content	{ height: 210px; }
.listing	{
	width: 100%;
	border-collapse: collapse;
	color: #666;
	font-size: 1em;
}
	.listing a	{
		text-decoration: none;
		color: #4E6A58;
	}
	.listing a:hover	{
		color: #F5634A;
	}
	.listing td	{
		padding: 0 0 0 5px;
		vertical-align: top;
	}
	.listing dl	{
		margin: 0;
		padding: 0;
	}
	.listing dt	{
		font-weight: bold;
		color: #000;
	}
	.listing dd	{
		margin: 0 0 1.5em 0;
		padding: 0;
	}
.copyright	{
	text-align: center;
	font-size: .7em;
	color: #8C9F93;
}
	.copyright a	{
		color: #8C9F93;
		text-decoration: none;
		font-weight: bold;
	}
		.copyright a:hover	{ color: #4E6A58; }
#map2{
	height:128px;
	width:230px;
}
#about2{
	height:128px;
	width:230px;
}


/* @group form styling */
.contact_form {
	/*float: left;
	width: 500px;*/
	margin: 0;
	color: #4E6A58;
	margin-bottom: 20px;
	padding: 0;
}

.contact_form dt {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}
.contact_form dd {
	float: left;
	width: 340px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
form input, form textarea {
	background: url(/images/formBackground.jpg) top left repeat-x;
	background-color: #fff;
}

.form_error {
	margin-bottom:10px;
	color: #DBE0DD;
	padding: 5px;
	line-height: 20px;	
	background-color: #4E6A58;
}

/* @end */