@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/bg.png);
padding: 0px;
margin: 0px;
color: #876F6D;
font-size: 0.9em;
height:100%;
}

a {
color:#98983d;
text-decoration:none;
}

a:hover {
color:98983d;
text-decoration:underline;
}

h1, h2, h3.title a {
color: #cc6358;
font-size: 1.4em;
}

#primary_navigation {
background:#393939 url(images/navbg.png) repeat-x scroll 0 35px;
height:25px;
margin:0 auto;
padding:0px;
text-align:center;
width:100%;
}
  
#primary_navigation ul {
display:inline;
list-style:none;
}

#primary_navigation ul li {
display:inline;
}

#primary_navigation ul a {
color:#FFFFFF;
text-decoration:none;
text-transform:lowercase;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 0.8em;
padding-left: 9px;
padding-right: 9px;
}

#primary_navigation ul a:hover {
background: bottom no-repeat;
padding-bottom: 12px;
padding-top: 13px;

}

#primary_navigation .active a {
 background: bottom no-repeat;
color:#FFFF00;
padding-bottom: 12px;
padding-top: 10px;
}

#primary_navigation li.active a {
	color: #FFFF00;
}

#content {
width: 700px;
background:url(images/content.png);
color: #000000;
margin: 0 auto;
margin-top: 0px;
padding-top:0px;
height:100%;
}

#header {
background:url(images/header.png) no-repeat bottom left;
width: 599px;
height: 122px;
margin-left: 50px;
padding-top: 10px;
padding-right:4px;
padding-bottom:0px;
margin-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
color:#000;
text-align:right;
font-style:italic;
font-weight:bold;
}

#header h1{
font-size:39px;
color:#000;
margin-top: 30px;
margin-left:20px;
width: 580px;
}

#header span#site_heading{
display: block;
background:url(images/headerbg.png);
}

#header h1 a {
  color: black;
  text-decoration: none;
}

#header span#site_subheading {
  display: block;
  font-size: medium;
}

#location_1 {
overflow: hidden;
background: url(images/sidebar_bkg.jpg) repeat-y 0% 0%; 
float: right; 
margin: 0; 
padding: 15px 10px 0 0; 
width: 
225px; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
line-height: 14px; 
}

#location_1 h2 span {
display: block;
color: #cc6358; 
font-size: 11px; 
font-weight: bold; 
letter-spacing: 1px; 
margin: 0; 
padding: 0 0 0px 10px; 
text-transform: uppercase; 
}

#location_1 h2 {
  margin: 0;
  padding: 0;
}

#location_1 .component {
margin: 0 40px 0 0; 
padding: 0 0 15px 0; 
}

#location_1 .component_content {
  padding-left: 10px;
}

#location_1 ul {
  margin: 0;
  padding: 0;
}

#location_1 ul li {
margin: 7px 0; 
padding: 0;
list-style: none;

}

#location_1 ab {
background: no-repeat 21px 50%; 
border: none; 
color: #876F6D;
display: block; 
height: 24px; 
line-height: 24px; 
padding: 0 0 0 31px; 
text-decoration: none; 
width: 191px; 
}

#location_1 ab:hover {
background: #fbf7f7 no-repeat 21px 50%; 
border-bottom: 1px solid #d3cac9; 
border-top: 1px solid #d3cac9; 
color: #98983d;
display: block; 
height: 22px; 
line-height: 22px; 
ext-decoration: none; 
width: 158px; 
}

.sidebar-bottom {
background: url(images/sidebar_bottom.jpg) no-repeat 0% 100%; 
display: block;
height: 23px; 
margin: 0 0 35px 0; 
padding: 0; 
}

#location_0 {
clear: left;
width: 400px;
overflow: hidden;
padding-left:55px;
float:left;
font-family: Arial, Helvetica, sans-serif;
}

.float-left  { float: left; padding-right: 5px; }
.float-right { float: right; padding-left: 5px; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

#endcontent {
height: 1px;
clear:both;}

#footer {
padding-left:55px;
padding-right:70px;
height: 42px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
margin-top: 25px;
padding-bottom:10px;
margin-bottom:0px;
font-size: 12px;
}

img {
border:none;
margin-top:5px;
}

.blog_post .date {
font-size: x-small;
}

#location_1 .nav_label ul { border-left: 2px solid #ddd;}
#location_1 .nav_label li { padding-left: 15px; }


