/* CSS Document */

body { 	font-family: Georgia, Times New Roman, serif;
		font-size: 12px;
		line-height: 16px;
		color:#000000;
		margin-top: 0px;}

p { font-size: 12px;
	line-height: 16px;}

h1 { font-family: "Americana BT", Georgia, Times New Roman, serif;
	 font-size: 24px;
	 font-weight: bold;
	 color:#006348;}

h2 { font-size: 18px;
	 font-weight: bold;
	 font-style:italic;
	 color:#895955;}

h3 { font-size: 14px;
	 font-weight: normal;
	 text-transform:uppercase;
	 color:#7BB084;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#006046;}

a:hover { text-decoration: underline;}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;
	 margin-left:-15px;}

hr {color:#895955;
	background-color:#895955;
	height:1px;
	border:0;}

.imgborder { BORDER: #006046 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}
			  
.bg1 {
	background-image: url(assets/images/v2_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bodybg { background-image:url(assets/images/bodybg.gif);
		  background-repeat:no-repeat;
		  background-position:top;
		  background-color:#3C3C3C;}

.nav {  font-family: "Americana BT", Georgia, Times New Roman, serif;
		font-size: 12px;
		font-weight: bold;
		color:#000000;
		text-decoration:none;}

.nav:hover { color:#006046;
			 text-decoration:none;}

.navline {border-bottom: 1px solid #dfdfdf;}

.address {	font-size: 18px;
			line-height:22px;
			color:#00634A;
			padding-left:20px;}

.enter {font-size: 24px;
		font-weight: normal;
		color:#ffffff;
		text-transform:uppercase;
		text-decoration:none;}

.enter:hover { color:#7B9A8D;
			 text-decoration:none;}

.splashaddress {text-transform:uppercase;
				font-size: 12px;
				line-height:14px;}

.gradientbg {
	background-image: url(assets/images/gradientbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#FFFFFF;
}
.mainbg {
	background-image: url(assets/images/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#733934;
}
.shadowright {
	background-image: url(assets/images/shadow_rbg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.shadowleft {
	background-image: url(assets/images/shadow_lbg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.ebg {
	background-image: url(assets/images/e3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.emailus {	font-size: 16px;
			line-height:24px;
			color:#733934;
			font-weight:bold;
			text-decoration:none;}

.textlink { color:#ffffff;
			font-weight:normal;
			font-size:10px;}
			
.backtotop {font-size:10px;}
