/* Main Content */

#main {
	width: 471px;
	float: left;
	padding: 20px 78px 20px 25px;
}

* html #main {
	width: 574px;
}

#main h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#main p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 1.5em;
}

#main ul {
	margin-top: 2px;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	left: 1em;
}

#main ul li {
	font-size: 12px;
	line-height: 16px;
}

/* Custom Backgrounds */

.our-profile {
	background: url(../images/background-our-profile.jpg) top left no-repeat;
}

.texas {
	background: url(../images/background-texas.jpg) top left no-repeat;
}

.services {
	background: url(../images/background-services.jpg) top left no-repeat;
}

.title-search {
	background: url(../images/background-title-search.jpg) top left no-repeat;
}

.associates {
	background: url(../images/background-associates.jpg) top left no-repeat;
}

.order-request {
	background: url(../images/background-order-request.jpg) top left no-repeat;
}

.news {
	background: url(../images/background-news.jpg) top left no-repeat;
}

/* Custom Header Photos */

.our-profile #photo {
	background: url(../images/photo-our-profile.jpg) top left no-repeat;	
}

.texas #photo {
	background: url(../images/photo-texas.jpg) top left no-repeat;	
}

.services #photo {
	background: url(../images/photo-services.jpg) top left no-repeat;	
}

.title-search #photo {
	background: url(../images/photo-title-search.jpg) top left no-repeat;	
}

.associates #photo {
	background: url(../images/photo-associates.jpg) top left no-repeat;	
}

.order-request #photo {
	background: url(../images/photo-order-request.jpg) top left no-repeat;	
}

.news #photo {
	background: url(../images/photo-news.jpg) top left no-repeat;	
}

/* Custom Sidebar Colors */

.our-profile #sidebar {
	background: #62BEC4;
}

.texas #sidebar {
	background: #FFB734;
}

.services #sidebar {
	background: #BBBC12;
}

.title-search #sidebar {
	background: #DE691F;
}

.associates #sidebar {
	background: #DE691F;
}

.order-request #sidebar {
	background: #DE691F;
}

.news #sidebar {
	background: #82C0AA;
}

/* Custom Page Title */

.our-profile #page {
	background: url(../images/page-our-profile.gif) top left no-repeat;
}

.texas #page {
	background: url(../images/page-texas.gif) top left no-repeat;
}

.services #page {
	background: url(../images/page-services.gif) top left no-repeat;
}

.title-search #page {
	background: url(../images/page-title-search.gif) top left no-repeat;
}

.associates #page {
	background: url(../images/page-associates.gif) top left no-repeat;
}

.order-request #page {
	background: url(../images/page-order-request.gif) top left no-repeat;
}

.news #page {
	background: url(../images/page-news.gif) top left no-repeat;
}

#copyright {
	margin-top: 10px;
	border-top: 2px ridge #BBB;
	padding-top: 10px;
	font-size: 11px;
	color: #333;
}