* 
{
	padding: 0;
	margin: 0;
}

html {
}

body {
	background: url('/images/background.jpg') repeat-x #dab945;
	font-size: .9em;
	color: #000;	
}

html, body, input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	padding-bottom: 15px;
	font-size: 1.5em;
}

h2
{
	padding-bottom: 15px; 
	font-size: 1.35em;
}

h3
{
	font-size: 1.25em;
}

h4
{
	font-size: 1em;
}

h5
{
	font-size: 1em;
}

hr
{
	clear: both;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ADAEB2;
}

p
{
	padding: 0 0 1.1em 0;
}

ul, ol
{
	margin: 0 0 1em 2.5em;
}

img
{
	border: 0;
}

a
{
	color: #4d3d03;
}

input, select, textarea
{
	text-align: left;
	font-size: 1em;
}

/**
 * =======================================================================================
 * Wrapper
 * =======================================================================================
 */

div#wrapper
{
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
	background: #fff;
}

/**
 * =======================================================================================
 * Header
 * =======================================================================================
 */

div#header
{
	width: 960px;
	height: 206px;
	background: url('/images/header.jpg') no-repeat top left;
}

div#logo {
	width: 250px;
	height: 206px;
	float: left;
}

div#headerPhone {
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic", serif;
	font-size: 24px;
	position: absolute;
	left: 700px;
	top: 13px;
	text-align: center;
	color: #eee;
}


/**
 * =======================================================================================
 * Nav
 * =======================================================================================
 */

div#nav
{
	width: 960px;
	height: 43px;
	background: #725b08 url('/images/nav-bg.gif') repeat-x top;
	text-align: center;
}

div#nav ul
{
	margin: 0;
	list-style: none;
}

div#nav ul li
{
	padding: 0;
	display: inline;
}

/**
 * =======================================================================================
 * Content
 * =======================================================================================
 */

div#content
{
	clear: both;
	overflow: hidden;
	font-size: .85em;
}

/**
 * Left
 */

div#content-left
{
	float: left;
	overflow: hidden;
	width: 183px;
}

div#content-left,
div#content-left a
{
	color: #000;
}

div#content-left div.inner
{
	padding: 15px 0 0 0;
	text-align: center;
}

/**
 * Right
 */

div#content-right
{
	float: left;
	overflow: hidden;
	width: 777px;
	font-size: 1.1em;
}

div#content-box-top
{
	margin-top: 15px;
	width: 755px;
	height: 16px;
	background: url('/images/content-top.gif') no-repeat top left;
}

div#content-box
{
	overflow: hidden;
	width: 755px;
	background: url('/images/content-bg.gif') repeat-y top left;
}

div#content-box div.inner
{
	padding: 5px 25px 0 25px;
}

div#content-box-bottom
{
	margin-bottom: 13px;
	width: 755px;
	height: 18px;
	background: url('/images/content-bottom.gif') no-repeat top left;
}

div#content-right h2
{
	color: #4d3d03;
}

div#content-right h3
{
	padding-bottom: 15px;
	color: #4d3d03;
}

img.about
{
	float: left;
	margin: 5px 5px 0 0;
	border: 2px solid #857266;
}

/**
 * Home
 */

div#home-left
{
	float: left;
	margin-right: 25px;
	width: 248px;
}

div#home-right
{
	float: left;
	width: 248px;
}

/**
 * Main content
 */

p.nopad
{
	padding: 0;
}

/*
 * ======================================================================
 * Forms
 * ======================================================================
 */

table.form td
{
	padding-bottom: 5px;
}

table.form td.star
{
	padding-top: 4px;
	font-weight: bold;
	color: #FF0808;
}

.field-focus
{
	background: #FCFFBA !important;
}

input.error, textarea.error, select.error, checkbox.error, radio.error 
{ 
	background: #FFCDCD !important;
}

label.error
{
	display: block;
	padding: 3px 0 5px 0;
	font-weight: bold;
	font-size: .9em;
	color: #d21f26;
}

.hide
{
	display: none;
}

#error-container
{
	padding: 10px;
	margin: 0 0 12px 0;
	border: 2px solid #F94343;
	background: #FFCDCD;
}

#error-container a
{
	color: #b95915;
	text-decoration: underline;
}

#error-container h4
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#error-container #errors
{
	margin: 1em 0 0 0;
}

#success-container
{
	padding: 10px;
	margin: 0 0 12px 0;
	border: 2px solid #1AD41D;
	background: #99F39B;
}

#success-container h4
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}

/**
 * =======================================================================================
 * Footer
 * =======================================================================================
 */

div#footer
{
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0 auto 0 auto;
	width: 960px;
	height: 66px;
	background: #000;
	text-align: left;
	font-size: .85em;
}

div#footer,
div#footer a
{
	text-decoration: none;
	color: #fff;
}

div#footer-left
{
	float: left;
	width: 480px;
}

div#footer-left div.inner
{
	padding: 10px 0 0 15px;
}

div#footer-right
{
	float: left;
	width: 480px;
	text-align: right;
}

div#footer-right div.inner
{
	padding: 10px 15px 0 0;
}

div#footer-pad
{
	overflow: hidden;
	height: 15px;
}


/**
 * =======================================================================================
 * Left Sidebar
 * =======================================================================================
 */
.phoneSidebar {
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic";
	font-size: 1.7em;
}
