	

/* Home Page */

#homecontent {
	width: 615px;
	height: auto;
	float: left;
	padding: 5px;
	text-align: left;
	}	

#homemovie {
	width: 355px;
	height: 300px;
	float: left;
	background-color: #ffffff;
	background-image:url(../images/subpages/buttons_bkgd.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	}
	
#homebottomblock {
	width: 615px;
	height: auto;
	clear: both;
	text-align: left;
	}

	
/* Scroll Code */
	
#showscroll { /* container for scrollbox and bars.. .creates hole in layout */
	height:294px;
	width:250px;
	position:relative;
	text-align:left;
	float:right;
	background-color:#ffffff;
	background-image:url(../images/home/scroll_background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
	overflow: hidden;
}

#showscroll-box { /*container for scrolling area */
	position: absolute;
	margin: 4px 14px 4px 0px;
	height: 280px;
	overflow: hidden;
}

#showscroll-content { /*where the content sits */
	position: relative;
	left: 0px;
	width:220px;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 11px;
	color: #3f3f3f;
	line-height: 14px;
	margin-left: 10px;
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}

#showscroll-area { /* middle part of scroller */
	position: absolute;
	right: 0px;
	top: 21px;
	height: 257px;
	width: 18px;
	background: url(../images/home/scroll_line.gif) repeat-y top right;
	overflow: hidden;
}

#showscroll-drag {
	position: absolute;
	top: 0px;
	width: 18px;
	height: 14px;
	background: url(../images/home/scroll_arrows.gif) no-repeat top right;
	cursor:pointer;
	margin-top: 3px;
}

#showscroll-up {
	position:absolute;
	right: 0px;
	top: 0px;
	width:18px;
	height:21px;
	background: url(../images/home/scroll_top.gif) no-repeat top right;
	cursor:pointer;
}

#showscroll-down {
	position:absolute;
	bottom:0;
	right:0px;
	width:18px;
	height:21px;
	background: url(../images/home/scroll_bottom.gif) no-repeat bottom right;
	cursor:pointer;
}


/* Testimonial Styles */

.testimonials {
	padding:5px;
	background-color: #3c3f43;
	text-align: right;
	}

.testimonialcopy {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 12px;
	text-indent: -8px;
	margin-left: 13px;
	}
	
.testimonials a {
	color: #ffffff;
	text-decoration: none;
	}
	
.testimonials a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.testimoniallines {
	background-color: #3c3f43;
	width: 1px;
	padding-bottom: 10px;
	}

