﻿/* =============================================================================

CONTAINER HEIGHT FIXES FOR MOZILLA

============================================================================= */

#subWrapper:after,
#header:after,
#leftNav:after,
#footer:after,
#contentBox:after,
.bottomContent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* =============================================================================

GENERAL STYLES

============================================================================= */

form,
input {
margin: 0;
padding: 0;
position: relative; 
vertical-align: middle;
}

ul,
li {
margin: 0;
padding: 0;
}

ul .letters li {
	list-style-type: lower-alpha;
}

h1, h2, h3, h4, h5, h6, h7 {
margin: 0;
padding: 0;
}

a {
color: #a36b2e;
text-decoration: underline;
}

a:hover {
color: #615330;
text-decoration: none;
}

a img {
border: 0;
}

.leftImage {
float: left;
margin: 0 6px 6px 0;
}

.rightImage {
float: right;
margin: 0 0 6px 6px;
}

.centeredImage {
text-align: center;
margin: 6px;
}

.center {
	text-align: center;
}

.center img {
	margin: 0 1em;
}

/* =============================================================================

LAYOUT/STRUCTURAL STYLING - DO NOT EDIT!

============================================================================= */

body {
  padding: 0;
  margin:0;
  height:100%;
  background: #fff url('/images/page_bg.jpg') top left repeat-x;
  font:x-small verdana,helvetica,sans-serif; 
  color: #63562a;
  }
  
#wrapper {
background: #fff url('/images/subwrapper_bg.jpg') top left repeat-y;
margin: 0 auto;
padding: 0;
width: 907px;
}

#subWrapper {
  position: relative;
  margin: 0 0 0 12px;
  padding: 0;
  overflow: hidden;
  }



/* =============================================================================

HEADER

============================================================================= */

#header {
overflow: hidden;
height: 104px;
background: #eee7d7 url('/images/child_tagline_top_right.jpg') top right no-repeat;
margin: 0 8px 0 12px;
text-align: right;
}

#home #header {
background: #eee7d7 url('/images/tagline_top_right.jpg') top right no-repeat;
}

#logo {
	float: left;
	padding: 22px 0 0 14px;
}

/* =============================================================================

LEFT RAIL

============================================================================= */

#leftColumn {
width: 122px;
padding: 0;
position: absolute;
left: 0;
top: 0;
background: url('/images/leftcolumn.jpg') top left repeat-y;
}

#leftNav {
border-width: 0px;
border-style: solid;
font-family: arial, sans-serif;
}

#leftNav ul li {
padding: 0;
margin: 0;
list-style-type: none;
}

#leftNav ul li a {
padding: 0 16px 0 8px;
text-align: right;
margin: 8px 0;
display: block;
color: #a6712b;
font-size: 150%;
text-decoration: none;
line-height: 100%;
min-height: 21px;
}

#leftNav ul li a.last {
}

#leftNav ul li a:hover {
color: #9a956b;
background: url('/images/menu_hover_arrow.jpg') 100% 50% no-repeat;
}


/* =============================================================================

RIGHT RAIL

============================================================================= */

#home #rightColumn {
position: absolute;
top: 0;
right: 0;
width: 351px;
background: url('/images/rightcolumn_bg.jpg') top left repeat-y;
}

#rightColumn #message {
	font-size: 115%;
	line-height: 125%;
	padding: 0 38px 0 23px;
	text-align: justify;
}

#rightColumn h3 {
	color: #a4722b;
	font-size: 150%;
}

#child #rightColumn {
	position: absolute;
	top: 0;
	right: 0;
	width: 202px;
	background: url('/images/child_rightcolumn_bg.gif') top left repeat-y;
}

#child #rightColumnInner {
	background: url('/images/child_rightcolumn_sample.gif') top left no-repeat;
	min-height: 610px;
	padding: 34px 0 0 0;
}

#child #rightColumn img {
	margin-bottom: 8px;
}


/* =============================================================================

CENTER COLUMN - HOMEPAGE

============================================================================= */

#home #centerColumn {
margin: 0 351px 0 122px;
padding: 0;
text-align: right;
background: #fff url('/images/home_centercolumn_bg.jpg') top repeat-y;
}



/* =============================================================================

CENTER COLUMN - CHILD PAGE

============================================================================= */

#child #centerColumn {
margin: 0 202px 0 122px;
padding: 0 10px 0 10px;
background: #fff url('/images/child_centercolumn_bottom.jpg') bottom left no-repeat;
font-size: 110%;
position: relative;
}

#backToTop {
	position: absolute;
	bottom: 15px;
	left: 15px;
}


#child #centerColumn #contentBox {
padding: 18px 0 38px 0;
}

#child #centerColumn .content {
	padding: 0 18px;
	text-align: justify;
}

#centerColumn h1 {
	color: #9d9773;
	margin: 0 0 12px -6px;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 230%;
}

#centerColumn h2 {
	color: #a8722c;
	margin: 0 0 0 -3px;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 150%;
}

#child #centerColumn ul {
	margin-left: 2em;
}

#child #centerColumn li {
	margin: 0 0 1em 0;
	list-style-type: none;
	background: url('/images/bullet.gif') 0 50% no-repeat;
	padding: 0 0 0 1.25em;
}

#child #centerColumn .bottomContent {
	padding: 15px;
	background: #d7d7d7 url('/images/child_centercolumn_inner_bg.jpg') top left repeat-x;
	text-align: justify;
}

.halfWidth {
	width: 50%;
	float: left;
}

/* =============================================================================

FOOTER

============================================================================= */

#footer {
background: #fff;
color: #8d8c60;
font-size: 115%;
padding: 0 0 12px 0;
}

#footer a {
color: #bd965f;
}

#contactInfo {
float: left;
padding: 0 0 0 142px;
background: url('/images/contact_us.gif') 27px 2px no-repeat;
width: 414px;
text-align: right;
}

#contactInfo #address {
float: left;
text-align: left;
padding: 0 67px 0 0;
}

#contactInfo #phoneEmail {
text-align: right;
}

#copyright {
float: right;
text-align: right;
padding: 0 28px 0 0;
}

