@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	/*background-image: url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#2A2B00;*/
	background:#282900;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
}

td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
}

a {
	/*color:#3A5012;*/
	color:#476314;
	cursor:pointer;
}

a:hover {
	color:#000;
	cursor:pointer;
	text-decoration:none;
}

h1 {
	color:#000;
	font-size:23px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
	background-image:url(images/leaf.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.h1txt {
	color:#596E05;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.h1txt2 {
	color:#3A5012;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding:10px 0px 0px 0px;
	display:block;
}

h2 {
	color:#596E05;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

h3 {
	color:#3A5012;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 25px;
	background-image:url(images/leaf.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:30px;
}


ul {
	font-size:11px;
	color:#000;
	list-style:none;
	display:list-item;
}

ul li {
	background-image:url(images/bull.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 5px 20px;
}


.GallTitle {
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	padding:5px 0px 15px 0px;
}

.GallThm {
	margin:3px;
	/*padding:3px;
	background-color:#FFF;*/
}

.more {
	background-image:url(images/btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:100px;
	height:29px;
	color:#FFF;
	display:block;
	/*padding:7px 0px 0px 18px;*/
	padding:7px 0px 0px 0px;
	text-align:center;
	vertical-align:middle;
}

.more a {
	color:#FFF;
	text-decoration:none;
}

.more a:hover {
	color:#000;
	text-decoration:none;
}

ul.features {
	font-size:11px;
	color:#000;
	list-style:none;
	display:list-item;
	padding:0px;
	margin:0px;
}

.features li {
	padding:0px 0px 10px 18px;
	margin:0px;
	background-image:url(images/bull.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

ul.topnav {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}

.topnav li{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	list-style:none;
	display:inline;
	word-spacing:15px;
}

.topnav li a{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	word-spacing:0px;
}

.ft1 {
	font-size:11px;
	color:#000;
	word-spacing:0px;
}

.ft1 a{
	font-size:11px;
	color:#000;
	word-spacing:0px;
}

.ft1 a:hover{
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

.ft {
	font-size:11px;
	color:#000;
	word-spacing:5px;
}

.ft a{
	font-size:11px;
	color:#000;
	word-spacing:0px;
}

.ft a:hover{
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

.ftwhite {
	font-size:11px;
	color:#fff;
}

.ftwhite a{
	font-size:11px;
	color:#93C73C;
	text-decoration:none;
}

.ftwhite a:hover{
	font-size:11px;
	color:#cccccc;
}

.white {
	color:#FFF;
}

.trHead, .trHead h3 {
	background-color:#496B0E;
	color:#FFF;
}

.trgreen {
	background-color:#B5CE8C;
}

fieldset {
	border:1px solid #333;
}

.input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:normal;
	color: #5A7A15;
	background-color:#fff;
	border:1px solid #5A7A15;
	width: 250px;
	height:25px;
	background-image:url(images/field-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:3px;
	margin:5px;
}

.input1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:normal;
	color: #5A7A15;
	background-color:#fff;
	border:1px solid #5A7A15;
	width: 60px;
	height:25px;
	background-image:url(images/field-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:3px;
	margin:5px;
}

.textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:normal;
	color: #5A7A15;
	background-color:#fff;
	border:1px solid #5A7A15;
	padding:3px;
	width: 280px;
	height:60px;
	background-image:url(images/field-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:3px;
	margin:5px;
}


.submit {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:100px;
	height:29px;
	color:#FFF;
	display:block;
	text-align:center;
	vertical-align:middle;
	border:0px;
	background-color:transparent;
	margin:5px;
}

.testi {
	/*width:450px;
	height:114px;*/
	width:750px;
	background-image:url(images/Reviews22.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.testibg {
	width:750px;
	background-image:url(images/Reviews22bg.jpg);
	background-position:bottom left;
	background-repeat:repeat-y;
	margin:5px 0px 20px 40px;
	min-height:150px;
}
.testitxt {
	margin:0px 0px 0px 120px;
	padding:40px 0px 30px 30px;
	line-height:18px;
}

.green {
	color:#607706;
}

.img {
	margin:3px;
	padding:3px;
	background-color:#FFF;
}

.title {
	color:#3A5012;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 25px;
	background-image:url(images/leaf.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:30px;
}


.frame1 {
	width:376px;
	height:174px;
	background-image:url(images/frame.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 0px 30px;
}

.indent {
	margin:0px 0px 0px 50px;
	padding:40px 0px 0px 0px;
	line-height:18px;
}

.managedby {
	position:absolute;
	width:250px;
	height:123px;
	margin-left:280px;
}
.chat {
	position:absolute;
	top:0px;
	z-index:1000;
}
#sci1DA img {
	width:117px;
	height:50px;
}

/*********  Pop Up Styles  **********/


.hideshow {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index:100;
}
#fade {
 background: #000;
 position: fixed;
 width: 100%;
 height: 100%;
 /*filter:alpha(opacity=80);
 opacity: .80;
 opacity: 8.0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
 left: 0;
 z-index: 10;
}
.popup_block {
 background: #643615;
 padding: 10px 20px;
 border: 2px solid #c5a26a;
 float: left;
 width: 500px;
 position: fixed;
 top: 20%;
 left: 50%;
 margin: 0 0 0 -250px;
 z-index: 100;

}
.popup_block .popup {
 float: left;
 width: 100%;
 height:auto;
 background: #d2b587;
 margin: 10px 0;
 padding: 10px 0;
 border: 1px solid #c5a26a;
 overflow-y:auto;
}
.popup img.cntrl {
 position: absolute;
 right: -20px;
 top: -20px;
 border:0px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
 position: absolute;
 top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
 position: absolute;
 top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +((documentElement.clientHeight-this.clientHeight)/2) : document.body.scrollTop +((document.body.clientHeight-this.clientHeight)/2));

 left:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollLeft + (document.body.clientWidth /2 ) : document.body.scrollLeft + (document.body.offsetWidth /2 ));
}

#callme {
	/*background-repeat: repeat-x;
	height: 177px;
	z-index: 200;
	width: 100%;*/
	position: fixed;
	bottom: 0px;
	right: 0px;
}	
* html #callme {
	position: absolute; /* position fixed for IE6 */
	top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
	bottom:0px;
	right:0px;
}

/*********************/