
/* 
	Resets default browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:#f8f8f8; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

body { 
	font-family:Verdana, sans-serif;
	letter-spacing:0;
	/* color:#434343;  sets default text color for site */
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

#header {
	width:1000px;
	height:240px;
	margin:0 auto;
	/* "auto" makes the left and right margins center the wrapper */
}
	
/* #nav {
	width:920px; /* KENZO must be less than 1000 by left margin + ul li right margin of each menu item - **original nav ID before reducing size and adding testimonials** 
	height:40px;
	margin:0 0 0 50px;
	position:relative;
} */

#nav {  /* new nav settings with smaller font and added testimonials */
	background:url(../img/nav/nav-bg.png) 0 0 no-repeat;
	width:930px; /* KENZO must be less than 1000 by left margin + ul li right margin of each menu item */
	height:23px;
	margin:0 0 0 60px;
	position:relative;
}


#container {
	position:relative;
	width:1000px;
	margin:0 auto;
	z-index:0;
	font-size:.9em;
	margin-top:-10px;
}

#example {
	width:1000px;
	height:480px;
	margin:30px 0 15px 0;
	position:relative;
}

#ribbon {
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
}

#breadcrumbs {
	position:absolute;
	margin-top:-45px;
	margin-left:10px;
	color:#adac9c;
}

#breadcrumbs a {
	color:#adac9c;
	text-decoration:none;
}

#breadcrumbs a:hover {
	color:#fe6005;
}

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1000px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:1000px;
	height:480px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:195px;
	left:0px;
	width:45px;
	height:90px;
	display:block;
	z-index:101;
}

#slides .next {
	left:935px;
}

/* /slides  */

/*
	Slideshow Lower Circle Nav 
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/slideshow/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


#schedule-btn-home {
	float:left;
	margin:60px 0 0 50px;
}

#schedule-btn-global {
	float:left;
	margin:60px 0 0 80px;
}

#schedule-btn-pricing {
	float:left;
	margin:60px 30px 0 50px;
}

#schedule-btn-contact {
	float:left;
	margin:80px 0 0 50px;
}

#schedule-btn-contact-thanks {
	float:left;
	margin:220px 0 0 50px;
}


#home-contact-blurb {
	float:left;
	margin:-65px 0 30px 390px;
}

#home {
	float:left;
	background:url(../img/home/bg-blue.jpg) 0 0 no-repeat;
	width:1000px;
	height:100% !important;
	margin:-40px 0 20px 0;
}

#home-slides {
	float:left;
	background-image:url(../img/slideshow/slide01.jpg);
	width:1000px;
	height:480px;
	/* height:100% !important;   KENZO - reactivate once multiple slides available*/
	margin:25px 0 0 0;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1000px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:1000px;
	height:480px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:195px;
	left:0px;
	width:45px;
	height:90px;
	display:block;
	z-index:101;
}

#slides .next {
	left:935px;
}

/* .home-contact-blurb {
	float:left;
	background:url(../img/home/contact-blurb.png) 0 0 no-repeat;
	width:950px;
	height:70px;
	margin:370px 0 0 50px;
}
*/

.home-learn-more {
	float:left;
	background:url(../img/home/learn-more.png) 0 0 no-repeat;
	width:581px;
	height:18px;
	margin:0 0 0 210px;
}

.home-add-events {
	float:left;
	margin:400px 0 0 50px;  /* KENZO orig version 70 0 0 50 - 2nd version top margin 450*/
}

.home-add-events-slides {
	float:left;
	margin:25px 0 0 50px;  /* KENZO orig version 70 0 0 50 - 2nd version top margin 450*/
}

.home-events {
	float:left;
	width:950px;  /* KENZO - was 1000px wide - Width + any left margin CANNOT exceed 1000px */
	margin:30px 0 0 50px;
}

.home-event-item {
	float:left;
	margin:0 0 0 0;
}

.home-event-moon {
	float:left;
	background:url(../img/home/small-moon.png) 0 0 no-repeat;
	width:22px;
	height:22px;
	margin:8px 15px 0 15px;
}

.home-event-link {
	float:left;
	margin:-15px 0 50px 580px;  /*KENZO - adjust margins based on how many items displayed (was 15px 0 30px 800px for 3 item launch) */
}

.home-events-coming {
	float:left;
	margin:0 0 0 40px; /* bottom was 40px */
}

.global-3-col {
	float:left;
	width:860px;
	height:100% !important;
	margin:30px 0 0 80px;
}

.global-3-col p {
	font-size:1em;
	line-height:1.25em;
	text-align:justify;
	color:#847254;
}

.global-3-col {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	-webkit-column-width: 255px; /* Chrome, Safari, Opera */
    column-width: 255px;
}

.global-header {
	float:left;
	width:800px;
	height:70px;
	margin:50px 0 0 80px;
}

.global-contact-blurb {
	float:left;
	background:url(../img/contact-blurb.png) 0 0 no-repeat;
	width:575px;
	height:70px;
	margin:50px 0 30px 50px;
}

/* 
.global-contact-blurb {
	float:left;
	background:url(../img/contact-blurb.png) 0 0 no-repeat;
	width:575px;
	height:70px;
	margin:50px 0 30px 390px;
}
*/

.global-pull-quote {
	float:left;
	margin:30px 0 30px 5px;
}

.global-entry-endpic {
	background:url(../img/home/small-moon.png) no-repeat;
	width:22px;
	height:22px;
	margin:10px 0 0 135px;
}


/*
	Records
*/

#records {
	float:left;
	background:url(../img/records/bg-vert.jpg) 0 0 no-repeat;
	width:1000px;
	height:100% !important;
	margin:0 0 0 0;
}

.records-text {
	float:left;
	width:580px;
	height:100% !important;
	margin:50px 0 0 215px;
}

.records-text p {
	font-size:1em;
	line-height:1.25em;
	text-align:justify;
	color:#847254;
	height:100% !important;
}

.testimonials-text-1 {
	float:left;
	width:580px;
	height:100% !important;
	margin:50px 0 0 215px;
}

.testimonials-text-1 p {
	font-size:1em;
	line-height:1.25em;
	text-align:justify;
	color:#847254;
	height:100% !important;
}

.records-contact-blurb {
	float:left;
	background:url(../img/contact-blurb.png) 0 0 no-repeat;
	width:575px;
	height:70px;
	margin:30px 0 30px 390px;
}

/*
	Mystic
*/

#mystic {
	float:left;
	background:url(../img/mystic/bg-vert.jpg) 0 0 no-repeat;
	width:1000px;
	height:100% !important;
	margin:0 0 0 0;
}

.mystic-text {
	float:left;
	width:580px;
	height:100% !important;
	margin:50px 0 0 215px;
}

.mystic-text p {
	font-size:1em;
	line-height:1.25em;
	text-align:justify;
	color:#847254;
}

.mystic-text h2 {
	color:#847254;
	margin:0 0 15px 0;
}

.mystic-contact-blurb {
	float:left;
	background:url(../img/contact-blurb.png) 0 0 no-repeat;
	width:575px;
	height:70px;
	margin:50px 0 30px 390px;
}

.mystic-starbreak p {
	color:#847254;
	font-size:1em;
}

.mystic-caption-sm {
	float:right;
	margin:10px 0 0 0;
}

.mystic-caption-sm {
	font-size:.7em;
	font-style:inherit;
}

/*
	Events
*/

#events {
	float:left;
	background:url(../img/events/bg-vert.jpg) 0 0 no-repeat;
	width:1000px;
	height:100% !important;
}

.events-horiz-section {
	float:left;
	width:1000px;
	margin:50px 0 0 0;
}

.events-upcoming {
	float:left;
	background:url(../img/events/upcoming.png) no-repeat;
	width:29px;
	height:152px;
	margin:0 0 0 50px;
}

.events-events-title {
	float:left;
	background:url(../img/events/events-title.png) no-repeat;
	width:235px;
	height:50px;
	margin:0 0 0 10px;
}

.events-calendar-top {
	float:left;
	margin:60px 0 0 -250px;
}

.events-headline-top {
	float:left;
	margin:-180px 0 0 305px;
}

.events-2nd-item-spacer {
	float:left;
	width:1000px;
	margin:0 0 0 400px;
}

.events-calendar-2nd {
	float:left;
	margin:20px 0 0 79px;
}

@-moz-document url-prefix() {  /* targets Firefox browsers only */
.events-headline-top {
     float:left;
	 margin:-72px 0 0 305px;
}
}

.events-subheader-top {
	float:left;
	margin:-125px 0 0 305px;
}

@-moz-document url-prefix() {  /* targets Firefox browsers only */
.events-subheader-top {
     float:left;
	 margin:-16px 0 0 305px;
}
}

.events-text-narrow-top {
	float:left;
	width:470px;
	height:100% !important;
	margin:-100px 0 0 325px;
}

.events-text-narrow-top p {
	font-size:.9em;
	line-height:1.25em;
	text-align:justify;
	color:#847254;
}

@-moz-document url-prefix() {  /* targets Firefox browsers only */
.events-text-narrow-top {
    float:left;
	width:470px;
	height:100% !important;
	margin:15px 0 0 325px;
}
}

.events-text-narrow-top ul {
	font-size:.9em;
	list-style-type: none;
	padding: 0px;
    margin: 0px;
	line-height:1.5em;
	color:#847254;
}

.events-text-narrow-top ul li {
	font-size:.9em;
	background-image: url(../img/events/moon-list-icon.png);
	background-repeat:no-repeat;
	background-position: 0px center;
    padding-left: 15px;
	line-height:1.75em;
	color:#847254;
}

.events-headshot {
	float:left;
	background:url(../img/events/headshot-sm.jpg) no-repeat;
	width:123px;
	height:135px;
	margin:-80px 0 5px 17px;
}


@-moz-document url-prefix() {
.events-headshot {
    float:left;
	background:url(../img/events/headshot-sm.jpg) no-repeat;
	width:123px;
	height:135px;
	margin:20px 0 5px 17px;
}
}

.events-previous-title {
	float:left;
	background:url(../img/events/previous-title.png) no-repeat;
	width:29px;
	height:134px;
	margin:0 0 0 50px;
}

.events-calendar {
	float:left;
	margin:0 0 0 74px;
}

.events-headline {
	float:left;
	margin:0 0 0 30px;
}

.events-subheader {
	float:left;
	margin:10px 0 0 30px;
}

.events-pdf {
	float:left;
	background:url(../img/events/pdf-flier-link.png) 0 0 no-repeat;
	width:78px;
	height:15px;
	margin:10px 0 0 800px;
}

.events-text {
	float:left;
	width:630px;
	height:100% !important;
	margin:10px 0 0 50px;
}

.events-text p {
	font-size:.9em;
	line-height:1.25em;
	text-align:justify;
	color:#847254;
}

.events-text-narrow {
	float:left;
	width:470px;
	height:100% !important;
	margin:10px 0 0 50px;
}

.events-text-narrow p {
	font-size:.9em;
	line-height:1.25em;
	text-align:justify;
	color:#847254;
}

.events-text-narrow ul {
	font-size:.9em;
	list-style-type: none;
	padding: 0px;
    margin: 0px;
	line-height:1.5em;
	color:#847254;
}

.events-text-narrow ul li {
	font-size:.9em;
	background-image: url(../img/events/moon-list-icon.png);
	background-repeat:no-repeat;
	background-position: 0px center;
    padding-left: 15px;
	line-height:1.75em;
	color:#847254;
}

ul li.top-push {
	margin-top:10px;
}

.events-spacer {
	float:left;
	width:1000px;
	height:10px;
}

.events-contact-blurb {
	float:left;
	background:url(../img/contact-blurb.png) 0 0 no-repeat;
	width:575px;
	height:70px;
	margin:50px 0 30px 50px;
}

.events-pre-events-title {
	float:left;
	width:235px;
	height:50px;
	margin:0 0 0 10px;
}

.events-previous-pic-top {
	float:left;
	margin:80px 0 0 -230px;
	width:280px;
}

.events-pre-headline-top {
	float:left;
	margin:80px 0 0 60px;
}

.events-pre-subheader-top {
	float:left;
	margin:-25px 0 0 305px;
}

.events-pre-text-narrow-top {
	float:left;
	width:470px;
	height:100% !important;
	margin:10px 0 0 325px;
}

.events-pre-text-narrow-top p {
	font-size:.9em;
	line-height:1.25em;
	text-align:justify;
	color:#847254;
}

.events-previous-pic {
	float:left;
	margin:0 0 0 95px;
}

.events-pre-headline {
	float:left;
	margin:0 0 0 60px;
}

.events-text-pre {
	float:left;
	width:460px;  /* width 470 work with flush margins below */
	height:100% !important;
	margin:20px 0 0 80px;  /* margin 10 0 0 70 sets text flush with headers */
}

.events-text-pre p {
	font-size:.9em;
	line-height:1.25em;
	text-align:justify;
	color:#847254;
}

.events-active {
	float:left;
	margin:-220px 0 0 305px;
}

.events-active-2nd {
	float:left;
	margin:-180px 0 0 400px;
}

@-moz-document url-prefix() {  /* targets Firefox browsers only */
.events-active {
     float:left;
	 margin:-112px 0 0 305px;
}
}

.events-coming-soon {
	float:left;
	margin:-180px 0 0 305px;
}

@-moz-document url-prefix() {  /* targets Firefox browsers only */
.events-coming-soon {
     float:left;
	 margin:-72px 0 0 305px;
}
}

.events-pdf-link {
	float:left;
	margin:0 0 0 800px;
}

@-moz-document url-prefix() {  /* targets Firefox browsers only */
.events-pdf-link {
     float:left;
	 margin:0 0 0 800px;
}
}

/*
	Testimonials
*/
	
#testimonials {
	float:left;
	background:url(../img/testimonials/bg-vert.jpg) 0 0 no-repeat;
	width:1000px;
	height:100% !important;
	margin:0 0 0 0;
}

.testimonials-text {
	float:left;
	width:580px;
	height:100% !important;
	margin:50px 0 0 215px;
}

.testimonials-text p {
	font-size:1em;
	line-height:1.25em;
	text-align:justify;
	color:#847254;
	height:100% !important;
}
	
/*
	Contact
*/

#contact {
	float:left;
	background:url(../img/contact/bg.jpg) 0 0 no-repeat;
	width:1000px;
	height:593px;
	margin:0 0 0 0;
}

.contact-upper-left {
	float:left;
	width:350px;
	margin:50px 0 0 50px;
}

.contact-for-more {
	width:298px;
	height:54px;
	margin:0 0 0 0;
}

.contact-phone-number {
	float:left;
	width:300px;
	height:40px;
	margin:20px 0 0 0;
}

.contact-you-may {
	float:left;
	width:316px;
	height:82px;
	margin:50px 0 0 0;
}

.contact-email-address {
	float:left;
	width:370px;
	height:32px;
	margin:30px 0 0 0;
}

#contact-upper-right {
	float:right;
	width:500px;
	margin:50px 0 0 0;
}

.contact-email-form-title {
	width:121px;
	height:20px;
	margin:0 0 0 0;
}

#email-form {
	float:left;
	width:450px;
	margin:0 0 0 0;
}

#contact-thanks {
	float:left;
	background:url(../img/contact/bg-thanks.jpg) 0 0 no-repeat;
	width:1000px;
	height:540px;
	margin:0 0 0 0;
}

#contact-thanks-upper-left {
	float:left;
	width: 450px;
	margin:0 0 0 0;
}

#contact-thanks-header {
	float:left;
	width:400px;
	margin:50px 0 0 50px;
}

#contact-email-sent-btn {
	float:left;
	margin:30px 0 0 75px;
}

#contact-email-sent-text {
	float:left;
	margin:30px 0 0 15px;
}

#contact-email-sent-msg {
	float:left;
	margin:10px 0 0 130px;
}

#contact-thanks-upper-right {
	float:right;
	width:500px;
	margin:50px 0 0 0;
}

#contact-error-upper-left {
	float:left;
	width: 450px;
	margin:0 0 0 0;
}

#contact-error-text {
	float:left;
	margin:30px 0 0 130px;
}

#contact-error-msg {
	float:left;
	margin:12px 0 0 135px;
}

#contact-error-upper-right {
	float:right;
	width:500px;
	margin:50px 0 0 0;
}

#back-button {
	float:left;
	background:url(../img/contact/back-btn.png) 0 0 no-repeat;
	width:250px;
	height:249px;
	margin:30px 0 0 80px;
}

#done-button {
	float:left;
	margin:30px 0 0 80px;
}

#contact-thanks-phone {
	float:left;
	background:url(../img/contact-blurb.png) 0 0 no-repeat;
	width:575px;
	height:70px;
	margin:120px 0 30px 50px; /* top margin was 50px */
}

#contact-error-header {
	background-image:url(../img/contact/error-title.png);
	width:170px;
	height:60px;
	margin:45px 0 15px 128px;
}
	
#contact h1 {
	font-size: .9em;
	color: #663;
	margin-right: 30px;
	margin-bottom:-10px;
	line-height: 20px;
	text-align: left;
}
	
#contact p {
	font-size: .8em;
	color: #663;
	margin-top: 20px;
	margin-bottom:-20px;
	margin-right:25px;
	text-align: justify;	
}
	
.send {
	margin-top: 30px;
	margin-left:400px;
}
	
.msginput { 
	font-size: 1.0em;
	font-family: Verdana;
	color: #333;
	border: 1px solid #DFC33D; 
}

#email-msg {
	margin:-30px 0 0 0;
}

/*
	Form
*/

#form {
	float:left;
	background:url(../img/form/bg-vert.jpg) 0 0 no-repeat;
	width:1000px;
	height:100% !important;
	margin:0 0 0 0;
}

#form-box {
	float:left;
	width:580px;
	height:100% !important;
	margin:25px 0 0 175px;
}

.form-text {
	float:left;
	width:580px;
	height:100% !important;
	margin:50px 0 0 215px;
}

.form-text p {
	font-size:1em;
	line-height:1.25em;
	text-align:justify;
	color:#847254;
}

.form-text h2 {
	color:#847254;
	margin:0 0 15px 0;
}

.form-contact-blurb {
	float:left;
	background:url(../img/contact-blurb.png) 0 0 no-repeat;
	width:575px;
	height:70px;
	margin:50px 0 30px 390px;
}

.form-starbreak p {
	color:#847254;
	font-size:1em;
}

.form-caption-sm {
	float:right;
	margin:10px 0 0 0;
}

.form-caption-sm {
	font-size:.7em;
	font-style:inherit;
}

#form-thanks {
	float:left;
	background:url(../img/form/bg-schedule.jpg) 0 0 no-repeat;
	width:1000px;
	height:540px;
	margin:0 0 0 0;
}

#form-thanks-upper-left {
	float:left;
	width: 450px;
	margin:0 0 0 0;
}

#form-thanks-header {
	float:left;
	width:400px;
	margin:50px 0 0 50px;
}

#form-sent-btn {
	float:left;
	margin:30px 0 0 75px;
}

#form-sent-text {
	float:left;
	margin:30px 0 0 15px;
}

#form-sent-msg {
	float:left;
	margin:10px 0 0 130px;
}

#form-thanks-upper-right {
	float:right;
	width:500px;
	margin:50px 0 0 0;
}

#form-done-button {
	float:left;
	margin:30px 0 0 80px;
}

#form-thanks-phone {
	float:left;
	background:url(../img/contact-blurb-reverse.png) 0 0 no-repeat;
	width:575px;
	height:70px;
	margin:120px 0 30px 50px;
}

#form-select {
	float:left;
	background:url(../img/form/bg-select.jpg) 0 0 no-repeat;
	width:1000px;
	height:540px;
	margin:0 0 0 0;
}

#form-select-upper-left {
	float:left;
	width: 450px;
	margin:0 0 0 0;
}

#form-select-header {
	float:left;
	width:400px;
	margin:50px 0 0 50px;
}

#form-select-btn {
	float:left;
	margin:30px 0 0 75px;
}

.form-select-text {
	float:left;
	color:#2b86c5;
	font-size:1.025em;
	font-weight:bold;
	margin:0 0 10px 0;
}

.form-select-timebox {
	float:left;
	height:40px;
	margin:40px 0 0 0;
}

#form-select-msg {
	float:left;
	margin:-30px 0 0 130px;
}

#form-select-upper-right {
	float:right;
	width:500px;
	margin:50px 0 0 0;
}

#form-formbox {
	float:left;
	width:800px;
	margin:10px 0 0 130px;
}

#form-next-button {
	float:left;
	margin:-125px 0 0 500px;
}

#form-select-phone {
	float:left;
	background:url(../img/contact-blurb-reverse.png) 0 0 no-repeat;
	width:575px;
	height:70px;
	margin:120px 0 30px 50px;
}

SELECT { border: solid 1px #2b86c5; font-weight: bold; font-size:1.05em; color:#2b86c5; }


#pricing {
	float:left;
	background:url(../img/pricing/bg-pricing-moon-only.jpg) 0 0 no-repeat;
	width:1000px;
	height:420px;
	margin:0 0 0 0;
}

#pricing-one-hour {
	float:left;
	width:400px;
	margin:35px 0 0 50px;
}

#pricing-blurb {
	float:left;
	margin:-20px 0 0 125px;
}

#pricing-pre-footer {
	float:left;
	margin:170px 0 0 0;
	width:1000px;
}
/*
	Footer
*/

#footer {
	clear:both;
	text-align:center;
	width:1000px;
	height:100% !important;
	margin:0 0 30px 0;
	/* border-top:1px solid #8e5621; */
}

#footer a:link,a:visited {
	color:#ddc9a9;
	text-decoration:none;
}

#footer a:hover,a:active {
	color:#847254;
	text-decoration:none;
}

#copyright {
	float:left;
	margin:38px 0 10px 20px;
	font-size:.7em;
}

@-moz-document url-prefix() {  /* targets Firefox browsers only */
#copyright {
    float:left;
	margin:52px 0 10px 20px;
	font-size:.7em;
}
}

#lot49 {
	float:right;
	margin:38px 20px 10px 0;
	font-size:.7em;
}


/*
	Anchors
**disabled due to footer conflict above**

a:link,a:visited {
	color:#8e5621;
	text-decoration:none;
	font-size:.9em;
}

a:hover,a:active {
	color:#E18324;
	font-size:.9em;
}
*/