@charset "utf-8";
/* CSS Document */

.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #319A00;
}
.Header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: 300;
	color: #006600;
}
.Header2 {
	font-size: 48px;
	font-style: normal;
	color: #339900;
	font-weight: bold;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
}
.maintext {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #003000;
}
.twoColFixLtHdr #headerimage {
	color: #333300;
	background-color: #FFFFFF;
	height: 120px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/riverside.jpg);
}
.linktext_a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #319A00;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/greenthin.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ADBA73;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-webkit-box-shadow: 8px 8px 20px  #2f570b;
	-moz-box-shadow: 8px 8px 20px #2f570b;
	box-shadow: 8px 8px 20px #2f570b; 
    filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#4F7302'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#4F7302')"; /* IE8 */
} 
.twoColFixLtHdr #header {
	color: #333300;
	background-color: #FFFFFF;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border: 1px solid #FFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Arial Narrow";
	color: #003300;
	letter-spacing: 3px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	color: #003000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 18px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #ADBA73;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent .maintext h1 {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}
.maintexth1 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003300;
}
.subheading {
	font-size: 12px;
	color: #000000;
}
.Header3 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.imageleft {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	padding-top: 5px;
}
.twoColFixLtHdr #container #sidebar1 .news {
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}
.imageright {
	padding-bottom: 10px;
	float: right;
	padding-top: 5px;
	padding-left: 10px;
}
.linktext_a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
	text-decoration: underline;
}
.logo {
	background-image: url(images/logomaster.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: right;
}
.rating {
	float: right;
	height: 80px;
	width: 150px;
	text-align: left;
	padding-bottom: 30px;
	padding-left: 10px;
}
.twoColFixLtHdr   #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 155px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	height: 700px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 18px;
}
.twoColFixLtHdr #container #sidebar2 .rating .maintext .outof {
	font-size: 10px;
}
.offers {
	float: right;
	width: 150px;
	text-align: left;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ADBA73;
	border-right-color: #ADBA73;
	border-bottom-color: #ADBA73;
	border-left-color: #ADBA73;
	margin-top: 10px;
}
.twoColFixLtHdr #container #sidebar2 .feedback {
	font-size: 75%;
}
.subhead {color: #339200}
.linktext_abold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #319A00;
	text-decoration: none;
	font-weight: bold;
	width: 150px;
}
.back {
	float: right;
	height: 50px;
	width: 150px;
	text-align: left;
	padding-bottom: 50px;
	margin-top: 10px;
	border: 1px none #ADBA73;
}
.twoColFixLtHdr #mainContentfull {
	margin-right: 195px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 18px;
}

/*             styles for the star rater                */	
	.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 150px;
	height: 30px;
	position: relative;
	background-image: url(images/star_rating.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		height:30px;
		width: 30px;		
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:30px;
		height: 30px;
		line-height:30px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
	z-index: 2;
	left: 0px;
	border:none;
	background-image: url(images/star_rating.gif);
	background-position: left center;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:30px;
	}
	.star-rating a.two-stars{
		left:30px;
	}
	.star-rating a.two-stars:hover{
		width: 60px;
	}
	.star-rating a.three-stars{
		left: 60px;
	}
	.star-rating a.three-stars:hover{
		width: 90px;
	}
	.star-rating a.four-stars{
		left: 90px;
	}	
	.star-rating a.four-stars:hover{
		width: 120px;
	}
	.star-rating a.five-stars{
		left: 120px;
	}
	.star-rating a.five-stars:hover{
		width: 150px;
	}
	.star-rating li.current-rating{
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	background-image: url(images/star_rating.gif);
	background-position: left bottom;
	}
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}		
	
.yourrating {color: #339200}
.linktextright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #319A00;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
}
.maintextbold {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #003000;
	font-weight: bold;
}

