/*----------------------- document setup --------------------------------- */
body {
	margin: 0px;
	background: #111111;
	text-align: center;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #ebebeb;
	font-size: 12px;
	line-height: 17px;
}


* {
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3 {
	margin-bottom: 10px;
	font-weight: normal;
}


.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}


a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #df0303;
}

a:hover {
	text-decoration: underline;
}

.align-left {
	float: left;
	clear: none;
}

.align-right {
	float: right;
	clear: none;
}

/*-------------- layout ---------------- */
#container { 
	width: 920px;
	margin: 0px auto;
	text-align: left;
}
#left-column {
	width: 441px;
	float: left;
	margin-right: 10px;
}


#right-column {
	float: left;
	width: 469px;
	margin: 0px;
}

#contact-area {
	background: url(/images/contact-info-top.jpg) no-repeat #6d0004;
	margin-top: 10px;
	padding: 7px 7px 0px;	
}

#contact-area a {
	color: white;
	font-weight: bold;
}

#welcome-area {
	background: url(/images/titles/header-welcome.jpg) no-repeat #6d0004;
	padding: 10px 15px;
	padding-top: 50px;
}

#testimonials {
	background: url(/images/titles/header-testimonials.jpg) no-repeat #6d0004;
	padding: 0px 15px;
	padding-top: 50px;
}

#footer {
	border-top: 1px dotted #666666;
	color: #666666;
	font-size: 10px;
	height: 30px;
	margin-top: 15px;
	padding-top: 5px;
}

	
/*-------------- the menu ------------- */
#menu li {
	padding: 7px;
	border-bottom: 1px dotted silver;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}


#menu li.active a {
	color: white;
}

#menu li.last {
	border: 0px;
}


/*------------- blog/columns ------------- */
.column {
	float: left;
	margin-right: 10px;
}

.small {
	width: 205px;
}

.large {
	width: 226px;
}

.huge {
	width: 705px;
}

.last {
	margin: 0px;
}
.content ul {
	margin-left: 20px;
}

.post-info {
	width: 390px;
	border-top: 1px dotted silver;
	padding-top: 3px;
	font-size: smaller;
}

.blog-post h1 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0px;
}

/*------------------ listings ------------- */
#featured-listing {
	margin-bottom: 20px;
}

.listing-unit {
	padding: 15px;
	background: url(/images/listing-bg.jpg) repeat-x #770004;
}

.listing-unit img {
	width: 81px;
}

.listing-unit-bottom {
	background: url(/images/listings-bottom.jpg) no-repeat;
	width: 469px;
	height: 19px;
}

.listing-unit-bottom-large {
	background: url(/images/listings-bottom-large.jpg) no-repeat;
	width: 705px;
	height: 19px;
}

/*------------------ forms ----------------- */
table.form {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

table.form td {
	border-top: 1px dotted #ac5557;
	padding: 10px 5px;
}

table.form td.label {
	width: 22%;
}

table.form h3 {
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
}

/*------------------ styles --------------- */
.dotline {
	background: url(/images/dot.gif) repeat-x;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}

.label {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
}
.bottom-piece {
	height: 22px;
	background-repeat: no-repeat;
	width: 100%;
}

#content {
	width: 675px;
	padding: 15px;
	background: url(/images/big-curve-top.jpg) no-repeat #6d0004;
}

#content-bottom {
	width: 705px;
	height: 20px;
	background: url(/images/big-curve-bottom.jpg) no-repeat;
}

#content ul {
	list-style-type: none;
}

#content a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}



/*-------------- errors n such --------------- */
.notice, .errorExplanation {
	padding: 5px 10px 5px 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	width: 480px;
}
.notice {
	color: #577700;
	border: 1px solid #658900;
	background: url(/images/forge/miniicons/icon_accept.gif) #E9F1D5 no-repeat 8px 6px;
}
.errorExplanation {
	color: red;
	border: 1px solid red;
	background: url(/images/forge/miniicons/action_stop.gif) white no-repeat 8px 6px;
}