/***** DEFAULTS *****/
body {
	margin			: 0px 0px 0px 0px;
	padding			: 0px 0px 0px 0px;
	background-color: #eeeeee;
	}

img {
	border: 1pt solid;
	color: rgb(0, 0, 0);
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

li {
	padding: 3px 0px 3px 0px;
	}
	
/***** CONTENTS/BUTTONS *****/

table.button {
	width: 100%;
	}

img {
	border: none;
	color: rgb(0, 0, 0);
	}


/***** HEADER/FOOTER *****/
table.header {
	background-color	: #666666;
	width				: 100%;
	height				: 100px;
	border-bottom		: 1px solid #FFFFFF;
	}

td.header-logo {
	height				: 100px;
	padding				: 19px 0px 0px 20px;
	}

td.nav {
	height	: 15px;
	padding	: 10px 0px 0px 10px;
	}

.nav a {
	font-family	: Arial,Helvetica,sans-serif;
	color		: #cc6633;
	font-size	: 10px;
	font-weight	: normal;
	}

.nav a:hover {
	text-decoration	: none;
	color			: #FFFFFF;
	}

td.footer {
	border-top	: 1px solid #FFFFFF;
	height		: 140px;
	}

.footer table {
	padding: 0px 0px 30px 56px;
	}

.copyright {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 10px;
	color		: #FFFFFF;
	}

td.copyright {
	padding: 0px 0px 0px 78px;
	}

.trailside-link, .trailside-link a {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #000000;
	}

.trailside-link a {
	text-decoration	: underline;
	}

.trailside-link a:hover {
	color	: #101D20;
	}
	
/***** GENERAL STYLES *****/
.white_header {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 18px;
	font-weight	: bold;
	color		: #eeeeee;
	}

.white_title {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 15px;
	font-weight	: bold;
	color		: #eeeeee;
	}

.white_credits {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 16px;
	color		: #eeeeee;
	}

.white-arihel-12 {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 16px;
	color		: #000000;
	}
	
/***** HOME PAGE *****/
td.home-middle-images {
	background-color	: #FFFFFF;
	height				: 199px;
	}

.home-middle-images img {
	padding: 3px 2px 0px 0px;
	}

td.home-info {
	padding	: 5px 0px 0px 56px;
	}

.home-info h1 {
	font-family	: Arial,Helvetica,sans-serif;
	font-size	: 30px;
	font-weight	: normal;
	line-height	: 31px;
	color		: #425455;
	margin		: 0px 0px 0px 0px;
	}

.home-info h2 {
	font-family	: Arial,Helvetica,sans-serif;
	font-size	: 21px;
	font-weight	: normal;
	color		: #425455;
	margin		: 0px 0px 0px 0px;
	}

td.home-left {
	padding		: 29px 0px 0px 0px;
	width		: 318px;

	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 16px;
	color		: #FFFFFF;
	}

.home-left h1 {
	margin: 0px 0px 8px 0px;
	}

.home-left strong {
	font-weight		: bold;
	text-transform	: capitalize;
	}

td.home-right {
	/*padding		: 67px 0px 0px 47px;*/
	padding		: 29px 0px 0px 47px;
	color		: #101D20;
	font-size	: 15px;
	}
	
.home-right hr {
	border			: 0px none;
	background-color: #425455;
	width			: 275px;
	height			: 1px;
	text-align		: left;
	margin			: 9px 0px 9px 0px;
	}

/***** RESULTS *****/
td.pagination {
	border-top		: 1px solid #FFFFFF;
	border-bottom	: 1px solid #FFFFFF;
	height			: 38px;
	padding			: 0px 0px 4px 56px;
	}

.pagination table {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #FFFFFF;
	height		: 24px;
	}

.pagination strong {
	font-family	: Arial,Helvetica,sans-serif;
	font-size	: 16px;
	color		: #FFFFFF;
	font-weight	: normal;
	}

.pagination input {
	width				: 20px;
	border				: 1px solid #FFFFFF;
	background-color	: #7C9D9F;
	margin				: 0px 5px -16px 5px;
	text-align			: center;
	
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #FFFFFF;
	}

.pagination table a img {
	position	: relative;
	top			: 7px;
	}

table.results-main {
	padding: 23px 0px 0px 56px;
	}
	
.result {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 16px;
	color		: #FFFFFF;
	}

td.results-td {
	padding: 0px 30px 60px 0px;
	}

table.result {
	width	: 150px;
	/*padding	: 0px 30px 60px 0px;*/
	}

td.results-image {
	height				: 150px;
	width				: 150px;
	/*background-color	: #FFFFFF;*/
	background-color	: #7C9D9F;
	border				: 1px solid #FFFFFF;
	}

/***** DETAILS *****/
table.detail-main {
	padding	: 20px 0px 0px 0px;
	}

td.detail-image {
	width: 400px;
	}

td.details {
	padding	: 0px 0px 0px 15px;
	}

.details {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #666666;
	}

.details h1 {
	font-family	: Arial,Helvetica,sans-serif;
	font-size	: 22px;
	color		: #666666;
	font-weight	: normal;
	}

.details a {
	font-family	: Arial,Helvetica,sans-serif;
	font-size	: 12px;
	color		: #993300;
	font-weight	: normal;
	}

a.large_image_links {
	color			: #666666;
	font-size		: 10px;
	text-decoration	: underline;
	}

/***** TEXT *****/
table.text-main {
	padding: 60px 0px 35px 110px;
	}

td.text {
	width	: 514px;
	margin	: 0px 20px 0px 0px;
	}

.text, .text a {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 15px;
	color		: #666666;
	}

.text a:hover {
	text-decoration:underline;
	}

.text h1, .text-darkblue h1, .home-left h1 {
	font-family	: Arial,Helvetica,sans-serif;
	font-size	: 22px;
	color		: #FFFFFF;
	font-weight	: normal;
	}

.text h2 {
	font-family	: Arial,Helvetica,sans-serif;
	font-size	: 15px;
	color		: #FFFFFF;
	font-weight	: normal;
	margin		: 17px 0px 7px 0px;
	}

.text-darkblue h2 {
	font-size	: 17px;
	color		: #FFFFFF;
	font-weight	: normal;
	margin		: 17px 0px 7px 0px;
	}
.text-darkblue, .text-darkblue a {
	color		: #101D20;
	font-size	: 13px;
	font-weight	: bold;
	}

.text-darkblue em {
	font-weight: normal;
	}

.text-darkblue em a {
	font-size		: 13px;
	font-weight		: normal;
	text-decoration	: underline;
	}
	
.text-darkblue a {
	font-size		: 11px;
	text-decoration	: underline;
	}

.text-darkblue a:hover {
	color: #FFFFFF;
	}

table.pull-link {
	background-image	: url(/images/pull-link-bg.jpg);
	background-repeat	: no-repeat;
	height				: 191px;
	width				: 155px;
	/*margin				: 30px 0px 0px 80px;*/
	
	font-family			: Arial,Helvetica,sans-serif;
	font-size			: 15px;
	color				: #FFFFFF;
	}

.pull-link strong {
	font-weight	: normal;
	font-size	: 16px;
	}

.pull-link a {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	text-decoration		: underline;
	color				: #000000;
	}

.pull-link a:hover {
	color:#FFFFFF;
	}

td.pull-link-td {
	padding: 30px 0px 0px 85px;
	}

/***** SEARCH *****/

table.search-main {
	padding: 60px 0px 0px 50px;
	}
	
.search td {
	padding: 0px 15px 17px 0px;
	}

.search {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 15px;
	color		: #FFFFFF;
	}

.search input {
	width				: 250px;
	background-color	: #FFFFFF;
	border				: none;
	height				: 20px;
	padding				: 3px 0px 3px 2px;
	
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #101D20;
	}

.search select {
	width		: 250px;
	
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #101D20;
	}

/***** ESTIMATE *****/
table.estimate-main {
	padding: 60px 0px 0px 36px;
	}
	
.estimate td {
	padding: 0px 15px 17px 0px;
	}

.estimate {
	color		: #101D20;
	font-size	: 13px;
	font-weight	: bold;
	font-family	: Arial, Helvetica, sans-serif;
	}

.estimate input {
	width				: 250px;
	background-color	: #FFFFFF;
	border				: none;
	height				: 20px;
	padding				: 3px 0px 3px 2px;
	
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #101D20;
	}

.estimate textarea {
	width				: 250px;
	height				: 175px;
	background-color	: #FFFFFF;
	border				: none;
	padding				: 3px 0px 3px 2px;
	
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #101D20;
	}

.estimate em {
	font-weight: normal;
	}

.estimate h1 {
	font-family	: Arial,Helvetica,sans-serif;
	font-size	: 22px;
	color		: #FFFFFF;
	font-weight	: normal;
	margin		: 0px 0px 0px 0px;
	}

.estimate h2 {
	font-family	: Arial,Helvetica,sans-serif;
	font-size	: 15px;
	color		: #101D20;
	font-weight	: normal;
	margin		: 0px 0px 0px 0px;
	}

.estimate hr {
	width				: 695px;
	height				: 4px;
	border				: 0px none;
	background-color	: #5E7879;
	margin				: 0px 0px 0px 74px;
	}

/***** CASCADE *****/
.contact {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 15px;
	color		: #000000;
	font-weight	: bold;
	}

.contact em {
	font-family	: Arial,Helvetica,sans-serif;
	font-size	: 12px;
	font-style	: italic;
	font-weight	: normal;
	color		: #000000;
	}

.contact a {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #000000;
	text-decoration : underline;
	font-weight		: bold;
	}

.contact a:hover {
	color: #FFFFFF;
	}

