/* CSS styles to override or in addition to those found in Blueprint */

/* ----------- Global -------------- */

body {
	background:#DFCE9F url(../images/bg_page.jpg) repeat-x;
}

a:link,
a:visited {
	color:#3A42A4;
	font-weight:bold;
}

a:hover {
	color:#A67437;
}

#footer a:link,
#footer a:visited 
{
    font-weight:normal;
}

/* ----------- Layout -------------- */

#header {
	position:relative;
	background: url(../images/thehills_950.jpg) no-repeat;
	height:175px;
	border:1px solid #3A42A4;
	width:948px;
}

#header .logo {
	margin:20px 0 0 20px;
}

#header .serving {
	position:absolute;
	top:20px;
	left:165px;
	color:#214A63;
	font-size:1.3em;
	font-weight:bold;
}

#header .serving dl {
	line-height:1.2em;
}

#header .serving dd {
	margin-left:70px;
	margin-top: -1.1em;
	text-align:center;
}

#header .contact {
	position:absolute;
	bottom:10px;
	right:10px;
	text-align:right;
	color:#EDEDED;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
}

#header .contact a 
{
    color:#EDEDED;
    text-decoration:none;
}

#main {
	background:#FFF;
	border:1px solid #3A42A4;
	border-top-style:none;
	width:747px;
}

#content {
	padding-right:15px;
}

#sidebar {
}

#sidebar ul.nav {
	float:right;
	list-style:none;
	width:180px;
	margin:0 0 1.5em;
	padding:0;
}

#sidebar .nav li,
#sidebar .nav li.current {
	background:#214A63 url(../images/white_tri.png) 7px 7px no-repeat;
	padding-left:25px;
	border:1px solid #BFA98E;
	line-height:1.8em;
	margin-bottom:5px;
}

#sidebar .nav li.current {
	background:#BFA98E url(../images/blue_tri.png) 7px 7px no-repeat;
	border-color:#A67437;
	color:#214A63;
}

#sidebar .nav li:hover {
	background:#214A63 url(../images/yellow_tri.png) 7px 7px no-repeat;
}

#sidebar .nav li.current:hover {
	background:#BFA98E url(../images/blue_tri.png) 7px 7px no-repeat;
}

#sidebar .nav a,
#sidebar .nav li.current a {
	display:block;
	padding:1px 0;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

#sidebar .nav li.current a {
	color:#214A63;
}

#sidebar .nav a:hover,
#sidebar .nav li.current a:hover {
	color:#FC0;
}

.breadcrumbs {
	background:url(../images/crumb_anchor.png) no-repeat;
	padding-left:19px;
	height:24px;
	margin-bottom:1.5em;
}

.breadcrumbs ul.crumb {
	margin:0;
	padding:0;
	list-style:none;
}

ul.crumb li {
	float:left;
	background:url(../images/curmb_r.png) top right no-repeat;
}

ul.crumb li a,
ul.crumb li span {
	float:left;
	line-height:24px;
	display:block;
	padding:0 20px 0 25px;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/crumb_l.png) top left no-repeat;
}

.toc, .aside
{
    float:right;
    width:200px;
    margin:0 0 10px 10px;
    padding:10px;
    background: #DFD2C3;
    border:1px solid #A67437;
}

.toc ul ul 
{
    padding-left:1em;
}

.aside {
	background:#FFF;
	padding:0;
}

.aside h2.heading {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	padding:0;
}

.photo-right
{
    float:right;
    margin:0 0 7px 7px;
}

.photo-right .caption {
	text-align:right;
}

.hp-slideshow {
	float:right;
	height:247px;
	width:322px;
	margin:0 0 7px 7px;
}

.hp-slideshow img {  
    padding: 10px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  300px; 
    height: 225px; 
    top:  0; 
    left: 0 ;
}

.flickr-slideshow {
	text-align:center;
	margin-bottom:2em;
}

.flickr-slideshow object {
	border:10px solid #eee;
}

.ico-16 
{
    margin-right:5px;
    vertical-align:middle;
}

.link {
	padding-left:16px;
	background:url(../images/ico_ext_link.png) no-repeat 0px 3px;
	line-height:1.3em;
}

#alert-panel,
#confirm-panel,
.alert-panel {
	border:2px dotted #C00;
	padding:10px;
	margin-bottom:1em;
}

#confirm-panel {
	border-color:#00C;
}

#alert-panel .error,
#alert-panel .warning,
#alert-panel .info {
	display:block;
	height:1%;
	min-height:15px;
	padding:0 0 7px 32px;
	line-height:1.3em;
	font-weight:bold;
}

#alert-panel .error {
	background:url(../images/ico_error.gif) no-repeat;
	border:none;
}

#alert-panel .warning {
	background:url(../images/ico_warning.gif) no-repeat;
}

#alert-panel .info {
	background:url(../images/ico_info.gif) no-repeat;
}

/* ----------- Typography ------------ */

h1 {
	font-size:2.5em;
}

h2 {
	font-size:2.0em;
}

h2.heading {
    font-size:1.5em;
    background:#FFEEBE url(../images/bg_heading.png) repeat-x;
    border-bottom:1px solid #A67437;
    padding-left:10px;
}

h2.heading a {
	vertical-align:top;
}

h2.services
{
    font-size:1.5em;
    margin-bottom:0;
}

h3 {
	font-size:1.5em;
}

.small {
	font-size:.9em;
	line-height:1.3em;
}

#content p {
	font-size:120%;
}

ul ul {
    list-style:square;
}

/* --------- Tables ------------ */

.services {
	border-collapse:collapse;
}

.services th {
	background:#DFD2C3;
	color:#214A63;
	padding:2px 5px;
    border-bottom:1px solid #A67437;
    border-top:1px solid #A67437;
}

.services th img {
	vertical-align:middle;
	margin-left:5px
}

.services td {
	padding:5px;
}

legend 
{
    padding:0 5px;
}

fieldset.login 
{
    width:70%;
    margin: 2em auto;
}

label 
{
    margin-right:8px;
}

input[type=text], input[type=password] 
{
    margin-right:8px;
}