@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*border: 0;*/
}
body {
	background-color: #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
}
.block {
	display: block;
}
.clear_both {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.pad_right {
	padding-right: 10px;
}
.pad_left {
	padding-left: 10px;
}
.pad_bottom {
	padding-bottom: 10px;
}
.pad_top {
	padding-top: 10px;
}
.pad_all {
	padding: 10px;
}

/* PAGE STRUCTURE */
#wrapper {
	width: 970px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#wrapper #header {
	display: block;
	height: 100px;
}
#wrapper #header #wh_left {
	float: left;
	width: 470px;
	height: 100px;
	text-align: left;
}
#wrapper #header #wh_right {
	float: right;
	width: 480px;
	height: 100px;
	text-align: right;
}
#wrapper #navigation {
	display: block;
	height: 40px;
	background: #fff url('../images/bg-nav.gif') repeat-x left top;
}
#wrapper #content {
	display: block;
}
#wrapper #footer {
	display: block;
	height: 130px;
	padding-top: 10px;
	background: #617983 url('../images/bg-footer.gif') repeat-x left top;
}
#wrapper #footer #wf_left {
	float: left;
	height: 130px;
	width: 300px;
}
#wrapper #footer #wf_left p {
	color: #fff;
	font-size: 10px;
	text-align: left;
	line-height: 39px;
	padding-left:10px;
}
#wrapper #footer #wf_left a{
	font-size: 12px;
	color: #fff;
}
#wrapper #footer #wf_left a:hover{
	font-size: 12px;
	color: #fff;
	text-decoration: underline; 
}
#wrapper #footer #wf_right {
	float: right;
	height: 130px;
	width: 660px;
	text-align: right;
}
#wrapper #footer #wf_right p {
	color: #fff;
	font-size: 12px;
	text-align: left;
	line-height: 13px;
	padding-left:18px;
}
#wrapper #footer #wf_right a{
	color: #fff;
}
#wrapper #footer #wf_right a:hover{
	color: #fff;
	text-decoration: underline;
}
#wrapper #footer #wf_right ul {
	float: right;
	list-style-type: none;
}
#wrapper #footer #wf_right ul li {
	float: left;
	padding-right: 10px;
}

/* Homepage Styles */
#wrapper #content #home_top {
	padding: 10px 5px 0;
}
#wrapper #content #home_top #wht_left {
	float: left;
	width: 762px;
}
#wrapper #content #home_top #wht_left #whtl_search {
	display: block;
	height: 348px;
	background: url('../images/bg-home-top-left.jpg') no-repeat left top;
}
#wrapper #content #home_top #wht_left #whtl_search #whtls_box {
	display: block;
	width: 251px;
	height: 168px;
	background: url('../images/bg-home-search.jpg') no-repeat right bottom;
	padding: 94px 0 0 40px;
}
#wrapper #content #home_top #wht_left #whtl_search #whtls_box form select {
	display: block;
	width: 235px;
	padding: 5px;
	border: 1px solid #666;
	margin-bottom: 10px;
	
	
	_float: left;
	_padding: 5px;
	_clear: left;
	_width: 235px;
	_height: 18px;
	_font-size: 11px;
	_line-height: 13px;
	_margin-bottom: 10px;
	_border: 1px solid #666;
}

#wrapper #content #whtl_locations {
	display: block;
	height: 105px;
	padding-left: 2px;

}
#wrapper #content #whtl_locations .whtll_item {
	float: left;
	width: 158px;
	height: 105px;
}
#wrapper #content #whtl_locations .whtll_item .whtlli_img {
	display: block;
	height: 50px;
	text-align: left;
}
#wrapper #content #whtl_locations .whtll_item p {
	font-size: 12px;
	text-align: center;
}
#wrapper #content #whtl_locations .whtll_item p span {
	font-size: 14px;
	text-align: center;
}
#wrapper #content #home_top #wht_right {
	float: right;
	width: 191px;
}
#wrapper #content #home_top #wht_right #whtr_testimonials {
	display: block;
	height: 176px;
	background: url('../images/bg-home-testimonials.jpg') no-repeat left top;
	font-size: 12px;
	padding: 30px 0px 0px 0px;
	font-style: italic;
}

#wrapper #content #home_bottom {
	display: block;
	height: 212px;
	padding: 0 5px 10px;
}
#wrapper #content #home_bottom #whb_left {
	float: left;
	height: 212px;
	width: 619px;
}
#wrapper #content #home_bottom #whb_right {
	float: right;
	height: 187px;
	padding: 25px 14px 0 14px;
	width: 303px;
	font-size: 12px;
	background: url('../images/bg-home-bottomright.jpg') no-repeat left top;
}
#wrapper #content #home_bottom #whb_right .whbr_pad {
	padding-top: 8px;
}
/* Testimonials Styles Starts Here  */
	#ViewPort
	{
		position:	relative;
		padding-left:20px;
		width:		185px;
		height:		160px;
		padding:	0px;
		overflow:	hidden;
		text-align:justify;		
	}
	div.testimonial
	{
		position:	relative;
		width:		170px;
		font-family:verdana;
		font-size:	11px;
		padding:	0px;		
	}
	div.testimonial h2
	{
		font-size:	13px;
		font-weight:	bold;
	}
/* Testimonials Styles End Here  */
