body {
  margin:0 auto;
  padding:0;
  background:#f4f4f4 url(/assets/templates/leaves/bg.gif) top center repeat-y;
  color:#303030;
}

p {
  line-height: 1.6em;
  text-align: justify;
}

/*
p:first-line {
font-variant: small-caps
}
*/

#container {
  display: block;
	width: 750px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 80%;
	line-height: 1.6em;
  color:#303030;
	background-color: #FFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	margin-bottom: 30px;
	background-color: #FFF;
}

h2 {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

h3 {
  margin-top: 0;
}

h4 {
  font-variant: small-caps
}

a {
	color:#CC6714;
	text-decoration: none;
}

a:hover {
	color:#CC6714;
	background-color: #e0d9ca;
}

input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}

.button {
	padding: 2px;
}

td {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

#header {
	border-bottom: 4px solid #948979;
	padding: 10px 0;
	margin-bottom: 10px;
  text-align: center;
}

#header img {
  border: 0;
  margin:0 auto;
}

#header form {
	float:right;
	margin-top: -55px;
/*			font-size: 9px;*/
}

/* the slogan */
#header p { 
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
}

/* NAVIGATION ELEMENTS */

#navigation {
  float:left;
  width:170px;
  margin:0 10px 10px 0;
  padding: 0 0px 0 0;
  border-right: 1px solid #f0f0f0;
}

#navigation ul {
  padding: 0;
  margin: 0;
  list-style:none;
  width: 100%;
}

#dropmenu ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#dropmenu li {
  border-bottom: 1px solid #948979;
  border-bottom: 1px solid #f0f0f0;
}

#dropmenu li.last {
  border-bottom: 0;
}

#dropmenu a
{
  display: block;
  width: 100%;
  text-decoration: none;
}

#dropmenu li li {
  border-bottom: 1px solid #fff;
}

#dropmenu li li.last {
  border-bottom: 0;
}

#dropmenu li li a
{
  display: block;
  width: 155px;
  text-decoration: none;
  padding-left: 15px;
}

#dropmenu li.here a {
	background: #F5F5F5 url(/assets/templates/leaves/arrow.gif) 96% 50% no-repeat;
}

#dropmenu li.here li a {
	background: white;
}

#dropmenu li li.here a {
	background: #F5F5F5 url(/assets/templates/leaves/arrow.gif) 96% 50% no-repeat;
}

#dropmenu a:hover
{
	background: #000000 url(/assets/templates/leaves/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#CC6714;
}

#dropmenu li a:hover
{
	background: #000000 url(/assets/templates/leaves/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#CC6714;
}

#dropmenu li li a:hover
{
	background: #000000 url(/assets/templates/leaves/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#CC6714;
}

#pagetrail {
  background: #f5f5f5;
  padding: 2px 5px;
  display: block;
  font-size: 75%;
  border-bottom: 1px dashed #f0f0f0;
  margin-bottom: 15px;
}

#pagetrail a {      
}


/* THE SMALL BOX BELOW NAV */

#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

/* CONTENT ELEMENTS */

img#panel {
/*   position: absolute;
left: 160px;
top: 85px;    */
display: block;
width: 554px;
border: 3px solid #f5f5f5;
padding: 3px;
margin: 0 0 5px 0;
}

#content {
  margin:0 0 10px 170px;
  border-left:1px solid #f0f0f0;
  padding:0 0 0 10px;
  line-height:1.6em;
  text-align:left;
}

#content p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
}

/* SIDEBAR ELEMENTS */

#sidebar {
	float: right;
	width: 175px;
}

#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

/* FOOTER ELEMENTS */

#footer {
  display: block;
/*      margin:0 auto;*/
/*      width:760px;*/
  text-align:right;
  color:#ccc;
  font-size:0.9em;

	margin-top: 10px;
	clear: both;
	background-color:#948979;
	padding: 0px 5px 0px 5px;
}

#footer p {
  color:#ccc;
	padding: 5px;
  text-align:right;
}

#footer p a {
  color:#ccc;
	border-bottom: 1px dotted #89817f;
}

#footer p a:hover {
	color: #FFFFFF;
	background-color:#575352;
}

#search {
  margin-top: 50px;  
}













/* Forms 
------------------------------------------------------------------------------- */

fieldset {
    border: none;
}

td.label {
  text-align: right;
  white-space: nowrap;
}

/*
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
// style the form elements to look similar across browsers ... emulates Safari 
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

*/