@charset "utf-8";
/* CSS Document */

body {
	background-color:#1A1A1A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1A1A1A;
	margin:0;
	padding:0;
	}
h1 {
	font-size:14px;
	margin:0;
	margin-bottom:12px;
	}
a {
	text-decoration:none;
	color: #7C671F; /* dark gold */
	}
a:hover {
	text-decoration:underline;
	/*color:#917213;*/ /* dark gold */
	}
p {
	line-height:130%;
	font-size:11px;
	margin-top:0;
	margin-bottom:11px;
	}
ul {
	margin:0;
	padding:0;
	margin-bottom:11px;
	padding-left:25px;
	}
li {
	margin:0;
	}
img {border:none;}

/* -----------------------------------------------------*/

#container {
	width:779px;
	margin:0 auto;
	}
#banner {
	width:779px;
	margin-bottom:10px;
	}
#content {
	width:779px;
	position:relative;
	height:340px;
	padding-bottom:25px;
	padding-top:10px;
	}
#left-col {
	width:495px;
	float:left;
	position:relative;
	}
#left-col img {
	position:relative;
	width:422px;
	padding-left:71px;
	}
#right-col {
	background: #9AADBB url(../images/sub01_05.jpg) no-repeat bottom left;
	width: 282px;
	float:right;
	position:relative;
	overflow: hidden;
	}
#right-text {
	position:relative; 
	width:252px;
	height:254px;
	padding:10px 15px 10px 15px;
	overflow:auto;
	}
#news-link {
	width:235px;
	margin:0;
	padding: 0 0 12px 0;
	}
#news-link p {
	padding: 0;
	}
#news-col1 {
	margin:0;
	padding:0;
	width:50px;
	float:left;
	}
#news-col2 {
	margin:0;
	padding:0;
	float:left;
	width: 185px;
	}
#testimonials {
	width: 495px;
	height: 310px;
	overflow: auto;
	position: relative;
	float: left;
	background-color:#333333;
	/*margin-left:-50px;*/
}
#quote {
	color:#908F35; /*green */
	width: 450px;
	padding:20px;
	
	}
#quote p {
	font-size:12px;
	line-height:15px;
	}
#scrollbar {
	width:200px;
	position:relative;
	padding-left:150px;
	}
#lftscroll {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #787C57;
	width: 25px;
	height: 30px;
	text-align: center;
	float: left;
	vertical-align: middle;
}
#rtscroll {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #787C57;
	width: 25px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	float: right;
}
#rtscroll a, #lftscroll a {
	color: #787c57;
	text-decoration: none;
}
#rtscroll a:hover, #lftscroll a:hover {
	color: #908F35; /* green */
	text-decoration: none;
}
	
/* FOOTER ----------------------------------------------*/
#footer {
	font-size:11px;
	color:#fff;
	position: relative;
	clear:left;
	background-color:#333333;
	height:60px;
	}
#footer ul {
	list-style: none;
	margin:0;
	padding:0;
	}
#footer li {
	float:left;
	}
#footer li a {
	text-decoration:none;
	display: block;
	height: 26px;
	padding:5px 18px;
	margin:0;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
#footer li a:hover {
	text-decoration:none;
	color:#BAB62E; /* gold */
	}	