/*
teal: 45c0b7
*/

@media print {
	#logo h1 a {
		background-image: none;
		text-indent: 0;
	}
	#content h2 {
		background-image: none;
		text-indent: 0;
	}
}

body { text-align: center; }
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#contact-info {
	float: right;
}
#logo {
	clear: right;
	height: 70px;
	width: 600px;
	margin-bottom: -40px;
	z-index: 0;
}
#logo h1 {
	padding: 0;
	margin: 0;
}
#logo h1 a {
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
	height: 75px;
}
#left {
	float: left;
	width: 150px;
	z-index: 100;
}

#left ul {
	padding: 0;
	margin: 10px 10px 0 0;
}
#left li {
	list-style: none;
	padding-bottom: 13px;
	padding-right: 7px;
	text-align: right;
}
#left li a {
	color: #45c0b7;
	font: 15px/12px 'century gothic', helvetica, arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#left li a:hover { color: #4c3c2d; }

#content {
	background: #4C3C2D url(../images/bg.gif);
	margin-top: 36px;
	width: 620px;
	float: right;
	padding: 8px 15px 8px 15px;
	color: #fff;
	font: 14px 'arial narrow',verdana;
	text-shadow: 1px 1px 1px #403227;
	z-index: 0;
}

#content h2 {
	text-indent: -9999px;
	overflow:hidden;
	height: 30px;
	width: 170px;
	padding: 0;
	margin: 10px 0 0 0;
}

#content a { color: #45c0b7; }
#content a:hover { color: #CED8E5; }


#content h2#about { background: url(../images/about.gif) no-repeat; }
#content h2#contact { background: url(../images/contact.gif) no-repeat; }
#content h2#search { background: url(../images/search.gif) no-repeat; }
#content h2#ourlistings { background: url(../images/ourlistings.gif) no-repeat; }
#content h2#shortsale { background: url(../images/shortsale.gif) no-repeat; }

#copper-roof {
	margin: 50px 0 -10px 55px;
}

* html #copper-roof {
	margin-bottom: 30px;
}


/* common to all forms in a #form element */
.form fieldset { border: 1px solid #fff; background: #706357; }
.form textarea { overflow: auto; }
.form label input, .form label textarea { color: #4C3C2D; }
.form #button input { padding: 2px 16px; font-weight: bold; font-family: verdana; }
.form .highlight { background: #ffa; }

.form .error, .form .success
{
	display: block;
	padding: 2px 0 2px 4px;
	margin: 4px 0;
	font: bold 12px arial;
	color: #000;
}
.form .success { background: #fc5; }
.form .error { background: #f00; color: #fff; }

/* specific for shortsale page */
#shortsale-form fieldset { background: #706357; }
#shortsale-form h3 { margin: 0 0 10px; font: italic 18px 'trebuchet ms'; color: #4C4138; }
#shortsale-form tr { vertical-align: top; }
#shortsale-form th { font-weight: normal; text-align: right; width: 200px; }
#shortsale-form td input, #shortsale-form td textarea { border: none; padding: 2px 4px; font: bold 11px arial; }
#shortsale-form td input.wide { width: 240px; }
#shortsale-form textarea { width: 240px; height: 70px; overflow: auto; }

#shortsale-form .narrow input { width: 100px; }

#shortsale-form #button { margin: 20px 140px 0 0; text-align: right; }
#shortsale-form #button input { font: bold 12px arial; padding: 1px 15px; }

.twitter, .facebook { display: inline-block; padding: 12px 10px 12px 38px; background-image: url('http://copperroofproperties.com/images/sprite.png'); }
.twitter:hover, .facebook:hover { background-color: rgba(43, 32, 18, 0.3); -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.twitter { background-position: -182px -1597px; }
.facebook { margin-left: 15px; background-position: -182px -1695px; }
