@charset "utf-8";
/* Exchange Group CSS */

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	padding: 15px 0;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 18px;
	color: #636363;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#right {
	float: right;
	width: 650px;
	padding: 10px 0 0 10px;
	background: #e6e7e7;
	margin-bottom: 20px;
}

#left {
	float: left;
	width: 260px;
}

/* Left Content Styles */
#home-nav {
	height: 36px;
	background: url(../images/home-nav-bg.png) repeat-x top;
	width: 250px;
}

#home-nav a img {
	margin: 3px 0 0 12px;
	border: 0;
}

#left-content {
	width: 250px;
}

#left-content img.splash-image {
	margin-bottom: 17px;
	border: 1px solid #b0b0b0;
}

#left-content h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 1px;
	color: #ffffff;
}

#left-content h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 18px;
	color: #636363;
}

#left-content p {
	margin-bottom: 1px;
}
#left-content p.break {
	padding-bottom: 20px;
	background: url(../images/home-nav-bg.png) repeat-x bottom;
}
#left-content td.contact {
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Right Styles */

#search-form {
	background: #fff;
	margin: -10px 0 10px -10px;
	height: 40px;
}

#search-form form {
	float: right;
	width: 330px;
}

#search-form form button {
	border: 0;
	background: #fff;
	float: right;
}

#search-form form input {
	margin: 0 5px 0 0;
	width: 200px;
	height: 20px;
}

#right table#contractors th {
	height: 36px;
	background: #516e32;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	padding-left: 10px;
	border-right: 10px solid #e6e7e7;
	border-bottom: 10px solid #e6e7e7;
}

#right table#contractors td {
	padding: 10px;
	background: #fff;
	margin: 0 0 5px 0;
	border-right: 10px solid #e6e7e7;
	border-bottom: 10px solid #e6e7e7;
	vertical-align: top;
}

#right table#contractors p.address {
	clear: left;
	margin-top: 10px;
}

#right table#contractors td.contractor-name {
	width: 210px;
	padding: 10px;
}

#right table#contractors td.contractor-info {
	width: 400px;
	padding: 10px;
}

#right a {
	color: #b08115;
}

#right p {
	margin-bottom: 10px;	
}

#right p.more-info {
	margin: 0;
}

#contractor-info {
	margin-right: 10px;
}

#contractor-info h2 {
	font-size: 13px;
	color: #262626;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#contractor-info ul {
	margin-bottom: 10px;
}

#contractor-info ul li {
	margin-left: 25px;
}

#contractor-info #name {
	background: #516e32;
	padding: 4px 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	border-bottom: 5px solid #E6E7E7;
}

#contractor-info #name h1 {
	font-size: 14px;
	color: #fff;
}

#contractor-info #phone {
	float: right;
}

#contractor-info #contractor-content {
	background: #fff;
	padding: 20px 10px;
	margin-bottom: 10px;
	color: #262626;
}

/* Contractor Nav & Footer Styles */
#contractor-nav {
	float: right;
	margin-right: 10px;
	padding-bottom: 15px;
}

#contractor-nav ul li {
	display: inline;
	list-style: none;
}

#contractor-nav ul li#l-arrow {
	padding-right: 10px;
}
#contractor-nav ul li#r-arrow {
	padding-left: 10px;
}

#contractor-nav a {
	color: #636363;
	text-decoration: none;
	padding: 4px;
}

#contractor-nav a.active {
	background: #d0d0d0;
}

#contractor-nav a:hover {
	text-decoration: underline;
}

#contractor-nav a img {
	border: 0;
}

#footer {
	clear: both;
	width: 640px;
	padding: 10px 0;
	border-top: 1px solid #b0b0b0;
	text-align: center;
}

#footer #footer-nav {
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 30px;
}

#footer #footer-nav a {
	color: #262626;
	text-transform: uppercase;
} 

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}
.img-left {
	float: right;
	margin: 0 10px 10px 0;
}
