/*  @@@@@[  Wrappers  ]@@@@@ */

body {
	background: #f1efde url(../images/bkg_nav.gif) repeat-x center 6px;
	font: 62.5%/140% "Trebuchet MS", Helvetica, sans-serif;
	color: #59584f;
	text-align: center;
	margin: 0px 0px 20px;
	} 
/*  Percentages for font size are used by pre-7.0 Internet Explorer only */

html > body {
	font: 10px/18px "Trebuchet MS", Helvetica, sans-serif;
	} /* Base font size is now 10px; all subsequent font sizes use ems */

#wrapper {
	text-align: left;
	background: #fff;
	 }
 
.wrapped {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	}

/* @@@@@[  Main Page  ]@@@@@ */

#nav {
	padding-bottom: 0px;
	text-align: center;
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	background: url(../images/bkg_main.gif) repeat-y;
	}
	
#mainliner {
	background: url(../images/bkg_main_top.jpg) no-repeat top;
	padding-top: 11px;
	}
	
#mainwrapper {
background: #9c8d6b;
}

.minheight {
	height: 300px;
	width: 1px;
	float: left;
	} /* This is used to maintain a certain height of secondary pages and can be safely removed */

#rightside {
	float: right;
	width: 715px;
	display: inline;
	margin-right: 19px;
	}

#content {
	padding: 25px 75px 5px 40px;
	font: 1.1em "Trebuchet MS", Helvetica, sans-serif;
}

#content ul {
	margin: 0px 0px 15px 30px;
	padding: 0px;
	}

#content li {
	background: url(../images/bullet.gif) no-repeat left .5em;
	list-style: none;
	padding-left: 13px;
	}

.clr {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
	}


/*  @@@@@[  left side column / subnav  ]@@@@@ */

#column {
	float: left;
	width: 214px;
	padding-left: 30px;
	padding-top: 9px;
	font-size: 1.1em;
	line-height: 1.8em;
	}

#column h1 {
	color: #6f7c19;
	font: normal 1.7em/2em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 22px;
	margin-top: 2px;
	}

#column .subnav {
	padding: 0px 18px 18px 16px;
	background: url(../images/bkg_subnav_low.gif) no-repeat center bottom;
	margin-bottom: 10px;
	}

#column .columnpadding {
	padding: 0px 18px 18px 16px;
	}

#column .subnav a:visited, #column .subnav a:active, #column .subnav a:link {
	display: block;
	text-decoration: none;
	color: #59584f;
	height: 100%;
	}

#column .subnav a:hover {
	display: block;
	text-decoration: none;
	color: #59584f;height: 100%;
	}

#column .subnav .sub1 a:visited, #column .subnav .sub1 a:active, #column .subnav .sub1 a:link {
	padding: 3px 15px 3px 16px;
	color: #59584f;
	background: url(../images/bullet_subnav.gif) no-repeat left .9em;
	font-weight: bold;
	line-height: 1.8em;
	}

#column .subnav .sub1 a:hover {
	padding: 3px 15px 3px 16px;
	color: #6F7C19;
	background: url(../images/bullet_subnav.gif) no-repeat left .9em;
	font-weight: bold;
	line-height: 1.8em;
	}


/* @@@@@[  Header / Footer  ]@@@@@ */

#header {
	padding-top: 6px;
	height: 67px;
	position: relative;
	}

#topright {
	top: 16px;
	right: 43px;
	position: absolute;
	font-size: 1.1em;
	line-height: 1.7em;
}

#topright form {
display:inline;
}

#topright input {
border:none;
background-color:#f1efde;
color:#59584f;
font: 100%/155% "Trebuchet MS", Helvetica, sans-serif;
font-weight:bold;
}

#footer {
	font-size: 1.1em;
	padding-top: 8px;
	text-align: right;
	padding-right: 20px;
	width: 960px;
	padding-left: 20px;
	}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	text-decoration: none;
	}

#footer a:hover {
	color: #666;
	text-decoration: underline;
	}
	
a.seo:visited, a.seo:active, a.seo:link {
	text-decoration: none;	color: #666;
	}

a.seo:hover {
	text-decoration: none;
	cursor: text;
	}


/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */

a:link, a:visited, a:active {
	color: #6f7c19;
	text-decoration: underline;
	}
	
a:hover {
	color: #6f7c19;
	text-decoration: none;
	}

h1 {
	color: #6f7c19;
	font: normal 1.7em/2em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0px;
	margin-bottom: .2em;
	}
	
h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
	}
	
h1 a:hover {
	text-decoration: underline;
	}

h2 {
	font-weight: bold;
	color: #6f7c19;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	font-size: 1em;
	}
	
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .3em;
	}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 13px;
	}

.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
img.right {
	margin-bottom: 10px;
	margin-left: 13px;
	}
	
img.left {
	margin-bottom: 10px;
	margin-right: 13px;
	}
	
/* Google maps infowindow style */
.iwstyle {
	font-size:14px;
	}

