body { font-family: Arial, Helvetica, sans-serif;
	margin:0;
	}

p { font-size: 12px;
	line-height: 18px;
	color:#654E3C;
	}

h1 { font-size: 24px;
	 font-weight: bold;
	 color:#391515;}

h2 { font-size: 18px;
	 font-weight: bold;
	 color:#C78241;}

h3 { font-size: 14px;
	 font-weight: bold;
	 color:#777248;}

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

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

a:hover { text-decoration: none;
	color:#B17D34;}

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

.imgborder { BORDER: #625E3C 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color:#69421F;
	background:#69421F;
	height:1px;
	border:0;}
	
/* Template */
.bg {background:#F8E6C0 url(assets/images/bg_repeat.jpg) top left repeat-x;}
.body_bg {background:url(assets/images/body_repeat.jpg) top center repeat-y;}
.top {background:url(assets/images/top.jpg) top center no-repeat;}
.bottom {background:url(assets/images/bottom.jpg) top center no-repeat;}
.top_bg {background:url(assets/images/top_bg.jpg) top no-repeat;}
.top_curve {background:url(assets/images/top_curve.jpg) top no-repeat;}
.navbg {background:url(assets/images/nav_left.jpg) top no-repeat;}
.logo_bg {background:url(assets/images/logo_bg.jpg) top no-repeat;}
.body_top {background:url(assets/images/body_top.jpg) top no-repeat;}
.body_bottom {background:url(assets/images/body_bottom.jpg) bottom no-repeat;}

.address {font-size:12px;
	color:#340D13;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:5px;
	}
.phone {font-size:20px;
	color:#340D13;
	font-weight:bold;
	padding-right:5px;
	}
	
#nav ul {margin:0;	
	padding:0;
	}
#nav li {list-style:none;
	line-height:18px;
	margin:0;
	text-align:right;
	}
#nav a {font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	}
#nav a:hover {font-size:11px;
	color:#FFCB6F;
	font-weight:bold;
	text-decoration:none;
	display:block;
	}
.links:hover {background:url(assets/images/navigation/links.jpg) left no-repeat;}
.library:hover {background:url(assets/images/navigation/library.jpg) left no-repeat;}
.news:hover {background:url(assets/images/navigation/news.jpg) left no-repeat;}
.contact:hover {background:url(assets/images/navigation/contact.jpg) left no-repeat;}

.bottomlinks p{color:#8F8A5C;}
.bottomlinks a{font-size:12px;
	color:#C68241;
	font-weight:bold;
	text-decoration:none;
	}
.bottomlinks a:hover {font-size:12px;
	color:#A07844;
	font-weight:bold;
	text-decoration:none;
	}

/* End Template */

/* Splash */
.s_top {background:url(assets/splash/images/s_top.jpg) top center no-repeat;}
.s_bg {background:url(assets/splash/images/s_bg.jpg) top center no-repeat;}
.s_bottom {background:url(assets/splash/images/s_bottom.jpg) top no-repeat;}

/* End SPlash */

/* Floating DIV */
#container {position:absolute;
	z-index:1;
	}
#nav
{
position:relative;
z-index:2;
top:35px;
left:0px;
margin:0px;
padding:0px;
width:225px;
height:262px;
} 

/* End DIV */
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */



#toplinks { 
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
}

/* contact form */
#contactForm {
	background:#c78143;
	width:227px;
	padding-bottom:10px;
}
.tntForm {
	width: 200px;
	height: auto;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	font: 11px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
}
	.tntForm input,
	.tntForm textarea,
	.tntForm select {
		width: 192px;
		height: 16px;
		margin: 1px 0 1px 12px;
		padding:1px 2px;
		display: inline-block;
		position: relative;
		font: 11px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
		color: #000;
		background-color: #e7e0ca;
		border: 2px solid #8b9766;
		box-shadow: inset 100px 1px 5px #7b776c;
			-moz-box-shadow: inset 2px 2px 10px #7b776c;
			-webkit-box-shadow: inset 0 1px 5px #7b776c;
		z-index: 80;
	}
	.tntForm select {
		width: 230px;
		height: 26px;
	}
	.tntForm textarea {
		overflow: auto;
		height: 100px
	}
	.tntForm #captchaIMG {
		width:  121px;
		height: 28px;
		margin: 4px 0 4px 12px;
		z-index: 80;
		border:1px solid #000;
	}
	.tntForm input.hidden {
		display: none !important;
	}
	.tntForm #Submit {
		width: 55px;
		height: 30px;
		margin:4px 16px 4px 0px;
		float:right;
		padding: 0;
		display: block;
		font: 13px/30px Century Gothic, Arial, Helvetica, sans-serif;
		color: #000;
		text-align: center;
		background: transparent url(assets/images/subNav_bg.png) repeat-x left top;
		border: 1px solid #000;
		background-color: #fff;
		cursor: pointer;
	}
	.tntForm #Submit:hover {
		background-color: #e7e0ca;
	}
