/* Global styles */
body 
{
	background-color: #ac6b33;
	color: black;
	padding: 0;
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	-moz-opacity: .99; /* Firefox bug fix */
}
body a         { color: white; text-decoration:none; }
body a:visited { color: white; }


/* header tags */
h1 
{
	margin: 1.0em 0px 0px 0px;
	font:  bold 150% sans-serif;
	color: #eddfb2;
	/* border-bottom: 2px dotted #226; */
}
h2
{
	margin: 1.2em 0px 0px 0px;
	font:  bold 125% sans-serif;
	color: #eddfb2;
}
h3
{
	margin: 1.0em 0px 0px 0px;
	font:  bold 110% sans-serif;
	color: #eddfb2;
}
p
{
	margin: 0.5em 0px 0px 0px;
}

/* header/masthead */
#masthead-left
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
/* border: 1px solid black; */
}
#masthead-left img
{
/*  background: url(images/header01.png) no-repeat 0 0;  */
  display: block;
  width: 126px;
  height: 209px;
}
#masthead-center
{
  position: absolute;
	top: 0px;
  left: 126px;
  z-index: 1;
/* border: 1px solid black; */
}
#masthead-center img
{
/*  background: url(images/header02.png) no-repeat 0 0;  */
  display: block;
  width: 416px;
  height: 95px;
}
#masthead-right
{
	background-color: #864e1d;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 70px;
	z-index: 0;
/* border: 1px solid black; */
}


#navigation-general
{
	background-color: #d5ae5c;
	position: absolute;
	top: 70px;
	height: 25px;
	width: 100%;
	z-index: 0;
	font-size: 80%;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
/* border: 1px solid black; */
}
#navigation-general .separator {
/*  color: #d5ae5c; */
}
#navigation-general p {
  padding: 0;
  padding-top: 3px;
  padding-right: 50px;
  margin: 0;
  margin-left: 542px;
  /* right: 25px; */
  line-height: 1em;
}
#navigation-general a {
  text-shadow: 0 0 0 #000;
  color: #64350d;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}
#navigation-general a.here {
  background: url(/images/nav-underline.gif) no-repeat center bottom;
}
#navigation-general a:hover {
  color: white;
  background: url(/images/nav-underline.gif) no-repeat center bottom;
}
#navigation-general a strong {
  font-weight: normal;
  color: white;
}
#navigation-general ul
{ 
	margin: 0px 0px 0px 146px;
	padding: 3px 25px 0px 0px;
	line-height: 1em;
}
#navigation-general li
{
	padding-right: 0.3em;
    display: inline; 
	color: #64350d;
}
#navigation-general li:first-child:before 
{ 
	padding-right: 0px;
    content: ""; 
}
#navigation-general li:before 
{ 
	padding-right: 0.8em;
    content: "•"; 
	font-size: 80%;
} 

#navigation-services
{
	background-color: #eddfb2;
	position: absolute;
	top: 95px;
	height: 25px;
	width: 100%;
	z-index: 0;
	font-size: 90%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
/* border: 1px solid black; */
}
#navigation-services .separator 
{
  color: #eddfb2;
}
#navigation-services p
{
  margin: 0px 0px 0px 146px;
  padding: 3px 25px 0px 0px;
  line-height: 1em;
}
#navigation-services a 
{
  text-shadow: 0 0 0 #000;
  color: #64350d;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}
#navigation-services a.here 
{
  background: url(/images/nav-underline.gif) no-repeat center bottom;
}
#navigation-services a:hover {
  color: #ce9665;
  background: url(/images/nav-underline.gif) no-repeat center bottom;
}
#navigation-services a strong {
  font-weight: normal;
  color: white;
}
#navigation-services ul
{ 
	margin: 0px 0px 0px 146px;
	padding: 3px 25px 0px 0px;
	line-height: 1em;
}
#navigation-services li
{
	padding-right: 5px;
    display: inline; 
	color: #64350d;
}
#navigation-services li:first-child:before 
{ 
	padding-right: 0px;
    content: ""; 
}
#navigation-services li:before 
{ 
	padding-right: 10px;
    content: "•"; 
	font-size: 80%;
} 
/*
#navigation-services ul
{ 
    display: inline; 
	list-style-type: circle;
}
#navigation-services li
{ 
    display: inline; 
    content: " | "; 
} 
#navigation-services li.first
{ 
    content: ""; 
}
*/


#navigation-footer
{
/*
	background-color: #d5ae5c;
	position: absolute;
	top: 70px;
	height: 25px;
	width: 100%;
	z-index: 0;
	font-size: 80%;
*/
	margin: 0;
	padding: 0 0 0.5em 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
#navigation-footer .separator {
/*  color: #d5ae5c; */
}
#navigation-footer a {
  text-shadow: 0 0 0 #000;
  color: white;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}
#navigation-footer a.here {
  background: url(/images/nav-underline.gif) no-repeat center bottom;
}
#navigation-footer a:hover {
  color: white;
  background: url(/images/nav-underline.gif) no-repeat center bottom;
}
#navigation-footer a strong {
  font-weight: normal;
  color: white;
}
#navigation-footer ul
{
	margin: 0;
	padding: 0.5em 0 0 0;
/*
	margin: 0px 0px 0px 146px;
	padding: 3px 25px 0px 0px;
*/
	line-height: 0.1em;
}
#navigation-footer li
{
	padding-right: 0.2em;
    display: inline; 
	color: #eddfb2;
}
#navigation-footer li:first-child:before 
{ 
	padding-right: 0px;
    content: ""; 
}
#navigation-footer li:before 
{ 
	padding-right: 0.7em;
    content: "•"; 
	font-size: 80%;
} 


#content-wrapper
{
	clear: both;
	margin: 140px 20px 0 130px;
	padding: 0px 0 15px 0;
	z-index: 3;
	color: #eddfb2;
/* border: 1px solid black; */
}
#content-main
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
/* border: 1px solid black; */
}
#content-main img
{
	margin-left: 0.5em;
	float: right;
	width: 150px;
	border: 1px solid black;
}
/*** this interferes with #content_edit .label ***
#content-main .label
{
	padding: 0px 5px 15px 0px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-style: oblique;
	font-weight: bold;
}
***/
#content-main .description
{
	padding: 0px 5px 15px 0px;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
#content-main .address
{
	padding: 10px 0px 5px 15px;
	text-align: left;
	font-weight: bold;
}
#content-main .list_line_even 
{
  background:   #864e1d;
}
#content-main .list_line_odd 
{
  background:   #763e0d;
}

#content-right
{
	position: relative;
	float: right;
	margin: 0px 0px 0 0px;
	padding: 0px 0px 20px 15px;
	width: 250px;
	text-align: left;
/* border: 1px solid black; */
}
#content-right img
{
	margin: 0px 0px 0px 25px;
	text-align: center;
	border: 1px solid black;
}
#content-right .sidebar-item
{
	margin-top: 30px;
	padding: 10px;
	background-color: #864e1d;
	border: 1px inset #864e1d;
}
#content-right .sidebar-item h2
{
	margin: 0.0em 0px 0px 0px;
	padding-bottom: 5px;
	font:  bold 125% sans-serif;
	color: #eddfb2;
	border-bottom: 1px solid #eddfb2;
}
#content-right .sidebar-item p
{
	margin: 0.5em 0px 0px 0px;
	font-size: 90%;
}
#content-right .sidebar-ad
{
	margin-top: 30px;
	padding: 10px;
	background-color: #864e1d;
	border: 1px inset #864e1d;
	text-align: center;
	font-size: 90%;
}
#content-right .sidebar-ad h2
{
	margin: 0.0em 0px 0px 0px;
	padding-bottom: 5px;
	font:  bold 125% sans-serif;
	color: #eddfb2;
	border-bottom: 1px solid #eddfb2;
}
#content-right .sidebar-ad p
{
	margin: 0.5em 0px 0px 0px;
/*	font-size: 90%; */
}

.pricing-wrapper
{
	width: 500px;
	text-align: left;
	
	color: #64350d;
	background-color: #d5ae5c;
	border: 1px inset #864e1d;
	/* border: 1px solid #864e1d; */
}
.pricing
{
	padding: 5px 5px 5px 10px;
	text-align: center;
}
.pricing table
{
	width: 100%;
}
.pricing td
{
	text-align: center;
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
}
.pricing-wrapper .pricing-footnote
{
	padding: 0px 0px 5px 15px;
	font-size: 80%;
}


/* content item form */
#content_edit
{
	padding: 0 10px 0 10px;
	text-align: left;
}
#content_edit .entry
{
	font-size:      90%;
}
#content_edit .entry .edit_actions 
{
	padding-left:   10em;
	font-size:      x-small;
	text-align:     right;
	vertical-align: top;
}
#content_edit .list_line_even 
{
  background:   #864e1d;
}
#content_edit .list_line_odd 
{
  background:   #763e0d;
}
#content_edit .label
{
	padding-top: 0.3em;
	float: left;
	width: 100px;
	font-size: 90%;
	text-align: right;
}
#content_edit .value_field
{
	padding-bottom: 2px;
	text-align: left;
}


/* data edit form */
#data_edit
{
	padding: 0 10px 0 10px;
	text-align: left;
}

#data_edit .entry
{
	font-size:      90%;
}
#data_edit .entry .edit_actions 
{
	padding-left:   10em;
	font-size:      x-small;
	text-align:     right;
	vertical-align: top;
}
#data_edit .entry .live_date
{
	font-size:      x-small;
}
#data_edit .list_line_even 
{
  background:   #864e1d;
}
#data_edit .list_line_odd 
{
  background:   #763e0d;
}
#data_edit .label
{
	padding-top: 0.3em;
	float: left;
	width: 100px;
	font-size: 90%;
	text-align: right;
}
#data_edit .label_left_align
{
	padding-top: 0.3em;
	float: none;
	width: 100px;
	font-size: 90%;
	text-align: left;
}
#data_edit .value_field
{
	padding-bottom: 2px;
	text-align: left;
}
#data_edit .data_preview
{
	margin: 1em 0 1em 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: 250px;
	border: 1px inset #864e1d;
}

.data_edit_inline
{
	margin:     1em 0 0 0;
	text-align: right;
	font-size:  80%;
	border-top: 1px solid white;
}

/* user data forms */
.user_form
{
	margin: 1em 0 0 0;
	padding: 0px 10px 10px 10px;
	width: 500px;
	text-align: left;
}
.user_form fieldset 
{
	text-align: left;
	background: #ac6b33;
}
.user_form legend
{
/*	color: #F9F1D0;
	background: #202060;
*/
	font-family: sans-serif;
	padding: 0.2em 0.5em;
	border: 2px groove silver;
}
.user_form label 
{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
.user_form .submit
{
 	margin-left: 25em;
}


.google-map
{
	padding: 5px 0px 0px 15px;
}


#footer
{
	clear: both;
	margin: 5px 200px 0 150px;
	padding: 15px 0px 5px 0px;
	width: 75%;
	text-align: center;
	font-size: 70%;
	line-height: 1.5em;
	white-space: nowrap;
	color: #eddfb2;
	border-top: 1px solid #864e1d;
	/* background-color: f3deb4; */
}
