:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none; outline: none; }
* { padding: 0; margin: 0; }

/*---:[ global elements ]:---*/

body {	
background: #16552d;
font-family: "Arial", Verdana, Arial, Helvetica, sans-serif;
font-size: small; /* for compliant browsers */
position: relative;
text-align: center;
margin: 0 auto;
min-width: 780px;
width: 100%;
}

html>body { /* be nice to Opera */
font-size: small;
}

table {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px;
}
td {
	padding: 2px 5px;
}

h1 { 
	font-size: 150%;
}

h2 { 
	font-size: 120%;
}

h3 { 
	font-size: 100%;
}

h4 { 
	font-size: 90%;
}

ul li {
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 10px 10px 40px;
	list-style: disc outside;
	color: #222222;
	}	
	
ul.list-no-bullet li {

	line-height: 120%;

	list-style: none none;

}

ul.list-no-bullet ul {

	line-height: normal;
}


a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover, a:active {
	color: #F00;
}

img { 
	border-width: 0; 
	display: block;
}

.mgtop {
	margin-top: 10px;
}

.mgleft {
	margin-left: 10px;
}

.mgright {
	margin-right: 10px;
}

.mgbottom {
	margin-bottom: 20px;
}

.pdbottom {
	padding-bottom: 20px;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.box-50 {
	width: 230px;
}

.box-100 {
	width: 678px;
}

.clearboth {
	clear: both;
}

.clearnone {
	clear: none;
}

.border {
	border: 1px solid #CCCCCC;
}

.caption {
	text-align: center;	
}

/*---:[ core layout elements ]:---*/

#container {		
	width: 780px;
	margin: 0 auto;
}

#header {
	background: transparent url("img/top.gif") 0 48px no-repeat;
	height: 83px;
	position: relative;
}

#logo {
	background: transparent url("img/logo.gif") 0 0 no-repeat;
	width: 227px;
	height: 225px;
	position: absolute;
	left: 5px;
	top: 0;
	margin: -1px 0 0 12px;
}

#logo a {
	height: 225px;
	width: 227px;
	display: block;
	position: absolute;
	left: 0;
}

#menu {
	background: #16552d url("img/menu.gif") 0 23px no-repeat;
	width: 528px;
	float: left;
	position: relative;
	left: 253px;
	height: 65px;
}

#menu li {
	list-style: none;
    display: inline;
	margin: 0;
	padding:0;
}

#menu li a{
	display: block;
	float: left;
}

#one a{
	height: 23px;
	width: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 23px;
}

#one a:hover, #one .selected {
	background: #16552d url("img/menu.gif") 0 -49px no-repeat;
}

#two a{
	height: 23px;
	width: 77px;
	display: block;
	position: absolute;
	left: 50px;
	top: 23px;
}

#two a:hover,#two .selected {
	background: #16552d url("img/menu.gif") -50px -49px no-repeat;
}

#three a{
	height: 23px;
	width: 125px;
	display: block;
	position: absolute;
	left: 125px;
	top: 23px;
}

#three a:hover,#three .selected {
	background: #16552d url("img/menu.gif") -125px -49px no-repeat;
}

#four a{
	height: 27px;
	width: 130px;
	display: block;
	position: absolute;
	left: 250px;
	top: 23px;
}

#four a:hover,#four .selected {
	background: #16552d url("img/menu.gif") -250px -49px no-repeat;
}

#five a{
	height: 37px;
	width: 60px;
	display: block;
	position: absolute;
	left: 380px;
	top: 23px;
}

#five a:hover,#five .selected {
	background: #16552d url("img/menu.gif") -380px -49px no-repeat;
}

#six a{
	height: 44px;
	width: 82px;
	display: block;
	position: absolute;
	left: 440px;
	top: 23px;
}

#six a:hover,#six .selected {
	background: #16552d url("img/menu.gif") -440px -49px no-repeat;
}

#innercontainer {
	background: transparent url("img/bg.gif") top left repeat-y;	
	width: 780px;
	min-height: 300px;
	padding: 0 0 20px 0;
}

#imageSlideshowHolder {
					  width:361px;
					  height:243px;
					  margin-left:5px;
					  float:left;
					  display:inline;
					  }
#imageSlideshowHolder img {
						  margin-top:6px;
						  margin-left:6px;
						 position:absolute;}

#leftcolumn {
	margin: 150px 0 0 0;
	width: 252px;
	float: left;
	text-align: left;
}

#leftcolumn #address{
	color: #16552d;
	font-size: 110%;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}

#leftcolumn li a{
	color: #E8D4BD;
	text-decoration: none;
}

#leftcolumn li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#rightcolumn {
	text-align: left;
	padding: 0 20px 0 0;
	margin: 0 0 0 252px;
	width: 522px;
	*margin:0px; 
	*float:right; 
	*clear:left;
}

#rightcolumn h2 {
	color: #16552d;
	padding: 10px 20px;
}
.grnHdl {
	color: #16552d;
	padding: 10px 20px;
}


#rightcolumn h3 {
	color: #FFFFFF;
	padding: 10px 20px;
}

#rightcolumn img {
	border: 3px solid #E2C8AD;
	margin: 0 20px;
	_margin: 0 10px 0 20px;
}

#rightcolumn p {
	color: #222222;
	padding: 5px 10px 5px 20px;
	line-height: 20px;
}

#specialbox {
	background: #E2C8AD url("img/hp_specialbox_top.gif") 0 0 no-repeat;
	width: 521px;
	margin: 0 0 0 1px;
}

#specialbox h3 {
	color: #16552d;	
	padding: 20px 20px 0 20px;
	font-size: 130%;
}

#specialbox h4 {
	color: #C95D19;
	padding: 0 20px;
}

#specialbox p{
	color: #444444;
	line-height: 14px;
}

#specialboxfooter {
	background: transparent url("img/hp_specialbox_bottom.gif") 0 0 no-repeat;
	height: 12px;
	width: 521px;
	margin: 0 0 0 1px;
	*padding-top:240px;
}

form {
	padding: 10px 20px 0 20px;
	color: #222222;
}

#footer {
	background: transparent url("img/bottom.gif") top left no-repeat;	
	width: 780px;
	height: 31px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #D2A97F;
	font-weight: bold;
}