/* Basics CSS*/

html {overflow: scroll;}

body {
	margin: 0px;
	color: #333;
	background:#d7eec2 url(../images/bg_page.gif) repeat-x fixed;
	padding:0;
	font: 80%/1.3 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #4B712B;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #000;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
	background: transparent;
	border: 1px solid #2d5622;
 }

#hdr {
 padding-top: 180px;
 background: transparent url(../images/headerlogo.gif) no-repeat;
 }


#nav {
 float:left;
 width:130px;
 padding-bottom: 30px;
}


#cont {
	float: right;
	padding: 20px;
	color: #314A1C;
	background: #FFF;
	width:751px;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #4c2408;
text-decoration: underline;
}
#cont a:hover {
	text-decoration: none;
	color: #930;
}
#cont h2 {
 color: #4c2408;
}

#cont ul ul{
	margin-left: 50px;
 }

#ftr {
	clear: both;
	color: #000;
	background:#EFF8E7;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #aad287;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
	color: #4B712B;
	text-decoration: underline;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.boxQuote {
	color: #4C2408;
	background: #EFF8E7;
	margin: 10px 0px 10px 20px;
	padding: 5px 15px 15px;
	float: right;
	width: 180px;
	border: 1px solid #aad287;
}
.boxQuote ul li ul li{
	margin-left: -25px;
 }
.boxAccent {
	color: #4C2408;
	background: #EFF8E7;
	border: 1px solid #aad287;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.txtBigBrown {
	font-size: 120%;
	color: #4c2408;
	font-weight: bold;
	text-align: center;
}
.txtBigBrownItal {
	color: #4c2408;
	text-align: center;
	font: italic bold 120% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.bkgNav {
	height: 22px;
	background: #653e1d;
}
.txtHeaderBrownCtr {
	font: bold 20px bold "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #4c2408;
	text-align: center;
}
.txtHeaderBrown {
	font: bold 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #4c2408;
}
.map {
	float: right;
	width: auto;
}
.txtCapRedHdr {
	font: small-caps 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #900;
	text-align: center;
	display: block;
	border-bottom: thin solid #0C5418;
	width: 100%;
}
.tblAmazon table {
	text-align: left;
	width: 700px;
	empty-cells:show;
	border-collapse: collapse;
}
.tblAmazon td {
	padding: 5px;
	vertical-align: top;
}
.tblAmazonGreen {
	border-left: 1px solid #060;
}
.tblAmazon td img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border-width: 0px;
}