
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

#onemain
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}



#onepage-background-gradient
{
	position: absolute;
	background-image: url('images/Page-BgGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width:100%;
	height: 283px;
	
}

#onepage-background-gradient
{
	background-position: top left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.oneSheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 800px;
	min-width:51px;
	min-height:51px;
}

.oneSheet-body
{
	position: relative;
	z-index: 1;
	padding: 9px;
}

.oneSheet-tr, .oneSheet-tl, .oneSheet-br, .oneSheet-bl, .oneSheet-tc, .oneSheet-bc,.oneSheet-cr, .oneSheet-cl
{
	position:absolute;
	z-index:-1;
}

.oneSheet-tr, .oneSheet-tl, .oneSheet-br, .oneSheet-bl
{
	width: 78px;
	height: 78px;
	background-image: url('images/Sheet-s.png');
}

.oneSheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 39px, 39px, auto);
}

.oneSheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 39px, 39px);
}

.oneSheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(39px, 39px, auto, auto);
}

.oneSheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(39px, auto, auto, 39px);
}

.oneSheet-tc, .oneSheet-bc
{
	left: 39px;
	right: 39px;
	height: 78px;
	background-image: url('images/Sheet-h.png');
}

.oneSheet-tc
{
	top: 0;
	clip: rect(auto, auto, 39px, auto);
}

.oneSheet-bc
{
	bottom: 0;
	clip: rect(39px, auto, auto, auto);
}

.oneSheet-cr, .oneSheet-cl
{
	top: 39px;
	bottom: 39px;
	width: 78px;
	background-image: url('images/Sheet-v.png');
}

.oneSheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 39px);
}

.oneSheet-cl
{
	left:0;
	clip: rect(auto, 39px, auto, auto);
}

.oneSheet-cc
{
	position:absolute;
	z-index:-1;
	top: 39px;
	left: 39px;
	right: 39px;
	bottom: 39px;
	background-color: #FFFFFF;
}


.oneSheet
{
	margin-top: 20px !important;
}

#onepage-background-simple-gradient, #onepage-background-gradient, #onepage-background-glare
{
	min-width:800px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.onemenu a, .onemenu a:link, .onemenu a:visited, .onemenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.onemenu, .onemenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.onemenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.onemenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.onemenu li li
{
	float: none;
}

.onemenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.onemenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.onemenu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.onemenu:after, .onemenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.onemenu, .onemenu ul
{
	min-height: 0;
}

.onemenu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.onemenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





div.onenav-center
{
	position:relative;
	float:right; 
	right:50%;
	
}

ul.onemenu
{
	position:relative;
	float:left; 
	left:50%;
}

.firefox2 ul.onemenu
{
	float:none;
}


/* menu structure */

.onemenu
{
	padding: 0px 9px 0px 9px;
}

.onenav
{
	position: relative;
	height: 29px;
	z-index: 100;
}

.onenav .l, .onenav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 29px;
	background-image: url('images/nav.png');
}

.onenav .l
{
	left: 0;
	right:9px;
}

.onenav .r
{
	right: 0;
	width: 782px;
	clip: rect(auto, auto, auto, 773px);
}


/* end Menu */

/* begin MenuItem */
.onemenu ul li
{
	clear: both;
}

.onemenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.onemenu a .r, .onemenu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('images/MenuItem.png');
}

.onemenu a .l
{
	left:0;
	right:0px;
}

.onemenu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.onemenu a .t 
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
	color: #28290F;
	padding: 0 17px;
	margin: 0 0px;
	line-height: 29px;
	text-align: center;
}

.onemenu a:hover .l, .onemenu a:hover .r
{
	top:-29px;
}

.onemenu li:hover>a .l, .onemenu li:hover>a .r
{
	top:-29px;
}

.onemenu li:hover a .l, .onemenu li:hover a .r
{
	top:-29px;
}
.onemenu a:hover .t
{
	color: #F5F0E0;
}

.onemenu li:hover a .t
{
	color: #F5F0E0;
}

.onemenu li:hover>a .t
{
	color: #F5F0E0;
}



/* end MenuItem */

/* begin MenuSeparator */
.onenav .onemenu-separator
{
	display: block;
	width: 1px;
	height: 29px;
	background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.onemenu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 32px;
	width: 180px;
	overflow:hidden;
	line-height: 32px;
	margin-right: auto;


	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #B0B384;
}

.onenav ul.onemenu ul span, .onenav ul.onemenu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.onemenu ul a, .onemenu ul a:link, .onemenu ul a:visited, .onemenu ul a:hover, .onemenu ul a:active, .onenav ul.onemenu ul span, .onenav ul.onemenu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 32px;
	color: #51511F;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.onemenu ul ul a
{
	margin-left: auto;
}

.onemenu ul li a:hover
{
	color: #000000;
	border-color: #CCB361;
	background-position: 0 -32px;
}

.onemenu ul li:hover>a
{
	color: #000000;
	border-color: #CCB361;
	background-position: 0 -32px;
}

.onenav .onemenu ul li a:hover span, .onenav .onemenu ul li a:hover span span
{
	color: #000000;
}

.onenav .onemenu ul li:hover>a span, .onenav .onemenu ul li:hover>a span span
{
	color: #000000;
}


/* end MenuSubItem */

/* begin Header */
div.oneHeader
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 782px;
	height: 225px;
}


div.oneHeader-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 782px;
	height: 225px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.oneLogo
{
	display : block;
	position: absolute;
	left: 218px;
	top: 68px;
	width: 554px;
}

h1.oneLogo-name
{
	display: block;
	text-align: right;
}

h1.oneLogo-name, h1.oneLogo-name a, h1.oneLogo-name a:link, h1.oneLogo-name a:visited, h1.oneLogo-name a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 44px;
font-style: normal;
font-weight: bold;
text-decoration: none;
font-variant: small-caps;
	padding:0;
	margin:0;
	color: #EDEEE3 !important;
}

.oneLogo-text
{
	display: block;
	text-align: right;
}

.oneLogo-text, .oneLogo-text a
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
	padding:0;
	margin:0;
	color: #EDEEE3 !important;
}
/* end Logo */

/* begin ContentLayout */
.onecontentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 782px;
}
/* end ContentLayout */

/* begin Box, Block */
.oneBlock
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.oneBlock-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.oneBlock
{
	margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.oneBlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.oneBlockHeader .t
{
	height: 30px;
	color: #000000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-variant: small-caps;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;	
}





.oneheader-tag-icon
{
    height: 30px;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 16px;
	background-repeat: no-repeat;
	min-height: 15px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.oneBlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.oneBlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}

.oneBlockContent-tr, .oneBlockContent-tl, .oneBlockContent-br, .oneBlockContent-bl, .oneBlockContent-tc, .oneBlockContent-bc,.oneBlockContent-cr, .oneBlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.oneBlockContent-tr, .oneBlockContent-tl, .oneBlockContent-br, .oneBlockContent-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/BlockContent-s.png');
}

.oneBlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.oneBlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.oneBlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.oneBlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.oneBlockContent-tc, .oneBlockContent-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/BlockContent-h.png');
}

.oneBlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.oneBlockContent-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.oneBlockContent-cr, .oneBlockContent-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/BlockContent-v.png');
}

.oneBlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.oneBlockContent-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.oneBlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #E5E6D6;
}


.oneBlockContent-body
{
	color:#505232;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 13px;
}

.oneBlockContent-body a:link
{
	color: #5C5F3A;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.oneBlockContent-body a:visited, .oneBlockContent-body a.visited
{
	color: #9A9E61;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.oneBlockContent-body a:hover, .oneBlockContent-body a.hover
{
	color: #9A8232;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.oneBlockContent-body ul
{
	list-style-type: none;
	color: #3B3C25;
	margin:0;
	padding:0;
}

.oneBlockContent-body ul li
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 13px;
line-height: 125%;
  line-height: 1.25em;
  padding: 0px 0 0px 15px;
  background-image: url('images/BlockContentBullets.png');
  background-repeat: no-repeat;
}

/* end Box, BlockContent */

/* begin Box, Post */
.onePost
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.onePost-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}



.onePost
{
	margin: 7px;
}

/* Start images */
a img
{
	border: 0;
}

.onearticle img, img.onearticle
{
	margin: 1em;
}

.onemetadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.onearticle table, table.onearticle
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.onearticle table, table.onearticle .onearticle tr, .onearticle th, .onearticle td
{
	background-color:Transparent;
}

.onearticle th, .onearticle td
{
	padding: 2px;
	border: solid 1px #B0B384;
	vertical-align: top;
	text-align:left;
}

.onearticle th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.onePostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 31px;
text-align: center;
	color: #4D4F30;
}

.onePostHeader a, .onePostHeader a:link, .onePostHeader a:visited, .onePostHeader a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 31px;
text-align: center;
	margin:0;
	color: #4D4F30;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.onePostHeader a:link
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
font-variant: small-caps;
  color: #5C5F3A;
}

.onePostHeader a:visited, .onePostHeader a.visited
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
font-variant: small-caps;
  color: #5C5F3A;
}

.onePostHeader a:hover, .onePostHeader a.hovered
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
font-variant: small-caps;
  color: #B19539;
}
/* end PostHeader */

/* begin PostMetadata */
.onePostMetadataHeader
{
	padding:1px;
	background-color: #E1E2D0;
	border-color: #C4C7A3;
border-style: solid;
border-width: 1px;
}
/* end PostMetadata */

/* begin PostIcons */
.onePostHeaderIcons
{
	padding:1px;
}

.onePostHeaderIcons, .onePostHeaderIcons a, .onePostHeaderIcons a:link, .onePostHeaderIcons a:visited, .onePostHeaderIcons a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: center;
	color: #4D4F30;
}

.onePostHeaderIcons a, .onePostHeaderIcons a:link, .onePostHeaderIcons a:visited, .onePostHeaderIcons a:hover
{
	margin:0;
}

.onePostHeaderIcons a:link
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-decoration: none;
	color: #6E6F2A;
}

.onePostHeaderIcons a:visited, .onePostHeaderIcons a.visited
{
font-style: italic;
font-weight: normal;
text-decoration: none;
	color: #6E6F2A;
}

.onePostHeaderIcons a:hover, .onePostHeaderIcons a.hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-decoration: underline;
	color: #9A8232;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
  color: #31331F;
}


.onePostContent p 
{
	margin: 0.5em 0;
}

.onePostContent, .onePostContent p
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
text-align: justify;
  color: #31331F;
}

.onePostContent
{
  margin:0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #6C6F44;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #6C6F44;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #222315;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #B19539;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 33px;
  color: #87722C;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 31px;
  color: #87722C;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 20px;
  color: #6C6F44;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 18px;
  color: #3E3414;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 15px;
  color: #3E3414;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 13px;
  color: #3E3414;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #7E824F;
	margin:1em 0 1em 2em;
	padding:0;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 13px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.onePost li
{
	padding:1px 0 1px 21px;
	line-height:1.2em;
}

.onePost ol li, .onePost ul ol li
{
	background: none;
	padding-left:0;
}

.onePost ul li, .onePost ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:21px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.onePostContent blockquote p
{
	color:#12130C;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

blockquote,
.onePostContent blockquote
{
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 32px;
	background-color:#E1E2D0;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin PostMetadata */
.onePostMetadataFooter
{
	padding:1px;
	background-color: #E1E2D0;
}
/* end PostMetadata */

/* begin PostIcons */
.onePostFooterIcons
{
	padding:1px;
}

.onePostFooterIcons, .onePostFooterIcons a, .onePostFooterIcons a:link, .onePostFooterIcons a:visited, .onePostFooterIcons a:hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: center;
	color: #5F623C;
}

.onePostFooterIcons a, .onePostFooterIcons a:link, .onePostFooterIcons a:visited, .onePostFooterIcons a:hover
{
	margin:0;
}

.onePostFooterIcons a:link
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-decoration: none;
	color: #6E6F2A;
}

.onePostFooterIcons a:visited, .onePostFooterIcons a.visited
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-decoration: none;
	color: #6E6F2A;
}

.onePostFooterIcons a:hover, .onePostFooterIcons a.hover
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-decoration: underline;
	color: #9A8232;
}
/* end PostIcons */

/* begin Button */
.onebutton-wrapper .onebutton
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:29px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
	vertical-align: middle;
}

.onebutton img, .onebutton-wrapper img
{
  margin: 0;
}

.onebutton-wrapper
{
	display:inline-block;
	vertical-align: middle;
	position:relative;
	height: 29px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .onebutton-wrapper
{
	display:block;
	float:left;
}

.onebutton-wrapper .onebutton
{
	display:block;
	height: 29px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 11px !important;
	line-height: 29px;
	text-decoration: none !important;
	color: #424319 !important;
}

input, select
{
  vertical-align: middle;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
}

.onebutton-wrapper.hover .onebutton, .onebutton:hover
{
	color: #F1F1E9 !important;
	text-decoration: none !important;
}

.onebutton-wrapper.active .onebutton
{
	color: #FAF8F0 !important;
}

.onebutton-wrapper .l, .onebutton-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 87px;
	background-image: url('images/Button.png');
}

.onebutton-wrapper .l
{
	left:0;
	right:5px;
}

.onebutton-wrapper .r
{
	width:403px;
	right:0;
	clip: rect(auto, auto, auto, 398px);
}

.onebutton-wrapper.hover .l, .onebutton-wrapper.hover .r
{
	top: -29px;
}

.onebutton-wrapper.active .l, .onebutton-wrapper.active .r
{
	top: -58px;
}


/* end Button */

/* begin Footer */
.oneFooter
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 782px;
	margin: 5px auto 0px auto;
}

.oneFooter .oneFooter-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 10px;
	text-align: center;
}

.oneFooter .oneFooter-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 782px;
	height: 150px;
	bottom:0;
	left:0;
}


.onerss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 32px;
	width: 32px;
    cursor: default;
}




.oneFooter .oneFooter-text p
{
	margin: 0;
}

.oneFooter .oneFooter-text
{
	display:inline-block;
	color:#595C38;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

.oneFooter .oneFooter-text a:link
{
	text-decoration: none;
	color: #1F2013;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.oneFooter .oneFooter-text a:visited
{
	text-decoration: none;
	color: #5C5F3A;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.oneFooter .oneFooter-text a:hover
{
	text-decoration: none;
	color: #5C5F3A;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.onepage-footer, .onepage-footer a, .onepage-footer a:link, .onepage-footer a:visited, .onepage-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#929438;
}

.onepage-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#A0A46A;
}
/* end PageFooter */

/* begin LayoutCell */
.onecontentLayout .onecontent
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 570px;
}
.onecontentLayout .onecontent-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 780px;
}
/* end LayoutCell */

/* begin LayoutCell */
.onecontentLayout .onesidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 210px;
}
/* end LayoutCell */



.commentlist, .commentlist li
{
	background: none;
}

.commentlist li li
{
	margin-left:30px;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}

.commentlist li cite
{
	font-size:1.2em;
}

#commentform textarea
{
	width: 100%;
}

img.wp-smiley
{
	border:none;
	margin:0;
	padding:0;
}

.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .onearticle .aligncenter img, .aligncenter img.onearticle, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin: 1em;
	margin-left: 0;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End */


.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

.gallery {
    letter-spacing: normal;
}

#todays-events{
  position: relative;
  z-index: 11;    
}

#upcoming-events{
  position: relative;
  z-index: 10;    
}
