/* MISC
_____________________________________________________________________________*/

/*
Author: Anna Brown
Author URI: http://www.mediagirl.com
Colors: 
brick red: #913702
*/

/* RESETS
_____________________________________________________________________________*/

body, pre, form, fieldset, th, td, img { 
	margin: 0;
	padding: 0;
	border: 0;
}

table { 
	font-size: inherit;
}
 
.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
}

th {
	text-align: left;
}

/* GLOBAL
_____________________________________________________________________________*/

html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #913702;
	background: #fff0d7 url(/images/site/bkgd.gif) repeat-x;
}

.float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.image {
	padding: 2px;
}

hr {
	border: 0;
	height: 1px;
	background: #913702;
	margin: 15px 0;
}

.success {
	margin: 15px 0 50px 0;
	border: 1px solid #99cb10;
	background: #f9fcf1;
	color: #7e9f25;
	padding: 10px;
}

.none {
	border: 0;
	padding: 0;
	margin: 0;
}

/* LINKS
_____________________________________________________________________________*/

a { 
	text-decoration: underline; 
	color: #54544c;
	outline: none;
}

a:hover { 
	text-decoration: none; 
}

/* TYPOGRAPHY
_____________________________________________________________________________*/

h1 {
	color: #913702;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	color: #913702;
	font-family: "Times New Roman", Times, serif;
}

h3 {

}

.header {
	background: #913702;
	padding: 2px 5px;
	color: #FFF0D7;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* LAYOUT
_____________________________________________________________________________*/

#container {
	width: 986px;
	margin: auto;
}

#left {
	float: left;
	width: 265px;
	padding-top: 30px;
}

#right {
	float: right;
	width: 700px;
	margin-top: 50px;
	padding-top: 5px;
	border-top: 1px solid #913702;
}

.flash {
	height: 468px;
}

/* LEFT NAV
_____________________________________________________________________________*/

#left .here a {
	font-weight: bold;
}

#left .here ul a {
	font-weight: normal;
}

#left a {
	text-decoration: none;
	color: #913702;
}

#left a:hover {
	text-decoration: underline; 
}

#left ul {
	list-style: none;
	line-height: normal;
}

#left ul li#nav-divider,
#left ul li#nav-divider1 {
	text-indent: -3000px;
	height: 1px;
	background: #913702;
	line-height: 0;
	margin-top: 8px;
	padding: 0;
}

#left ul li {
	text-transform: uppercase;
	padding-top: 8px;
}

#left ul li a {
	display: block;
}

#left ul ul {
	display: none;
	padding-left: 20px;
	margin-bottom: 15px;
	list-style-image: url(/images/site/bullet.gif);
	list-style-type: square;
}

#left ul li.here ul,
#left .parent-here ul {
	display: block;
}

#left ul ul li a {
	padding: 0;
}

#left ul li li {
	text-transform: none;
	font-size: 11px;
}

#left ul ul ul {
	list-style-type: disc;
	list-style-image: none;
}

.announcement {
	margin: 25px 0;
}

.announcement h2 {
	background: #913702;
	padding: 2px 5px;
	color: #FFF0D7;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.announcement h3 {
	margin: 0;
	color: #913702;
	font-family: "Times New Roman", Times, serif;
	margin: 20px 0 2px 0;
	font-size: 20px;
	font-weight: normal;
}

.announcement .contain {
	text-transform: none;
}

.announcement .contain a {
	color: #000 !important;
}

.announcement .date {
	border-bottom: 1px dotted #913702;
	padding-bottom: 5px;
}

/* CONTENT
_____________________________________________________________________________*/

td h2 {
	margin-top: 0;
}

#nav-sub {
	list-style: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	line-height: normal;
	font-size: 11px;
	border-top: 1px dotted #000;
	padding-top: 20px;
}

#nav-sub li {
	float: left;
	padding: 0px 10px 0px 0;
	margin: 0 10px 5px 0;
	border-right: 1px solid #000;
}

#nav-sub li.last {
	border: 0;
}

#nav-sub a {
	text-decoration: none;
}

#nav-sub a:hover,
#nav-sub .here {
	text-decoration: underline;
}

#columns h2 {
	margin-top: 0;
}

#columns .col-1 {
	float: left;
	width: 445px;
	border-right: 1px dotted #54544c;
}

#columns .col-1 .padding {
	padding: 0 20px 0 0;
}


#columns .col-2 {
	float: right;
	width: 230px;
}

#columns .col-2 .padding {
	padding: 15px 0 0 0;
}

.pagination {
	border: 0;
	margin: 0;
	padding: 0;
}

.pagination li {
	border: 0; 
	margin: 0; 
	padding: 0;
	font-size: 11px;
	list-style: none;
}

.pagination a {
	border: solid 1px #999;
	margin-right: 2px;
}

.pagination .beginning a,
.pagination .end a {
	color: #999;
	display: block;
	float: left;
	font-weight: bold;
	padding: 3px 4px;
}

.pagination a:link,
.pagination a:visited {
	color: #913702;
	display: block;
	float: left;
	padding: 3px 6px;
	text-decoration: none;
}

.pagination a:hover {
	border: solid 1px #999;
	background: #913702;
	color: #FFF;
}

.pagination .here a {
	background: #913702;
	color: #FFF;
	font-weight: bold;
	display: block;
	float: left;
	padding: 3px 6px;
}

/* FORMS
_____________________________________________________________________________*/

.full {
	width: 100%;
}

.third {
	width: 200px;
}

#contact {
	margin-bottom: 50px;
}

#intake {
	margin: 20px 0 50px 0;
}

.button {
	background-color: #E7CBB7;
	border: 1px solid #CC9A78;
	color: #A3572A;
	font-weight: bold;
}

/* SLIDER
_____________________________________________________________________________*/

.slides-box {
	padding: 20px;
	margin-bottom: 15px;
}

.slides-box h2 {
	margin-top: 0;
}

.slides-wrap {
	position: relative;
	padding: 0 0 0 78px;
}

.slider {
	padding: 0;
	margin: 0;
}

.slider li {
	list-style: none;
	width: 503px;
}

.slides-wrap .prev {
	position: absolute;
	left: 0px;
	top: 150px;
	outline: 0;
}

.slides-wrap .next {
	position: absolute;
	right: 0px;
	top: 150px;
	outline: 0;
}

/* TABS
_____________________________________________________________________________*/

.tabs {
	min-height: 0;
	margin: 0;
	padding: 0;
}

.tabs li {
	float: left;
	list-style: none;
	border-top: 1px solid #913702;
	border-left: 1px solid #913702;
}

.tabs li.last {
	border-right: 1px solid #913702;
}

.tabs li a {
	display: block;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
	background: #fff3df;
}

.tabs li a.current {
	font-weight: bold;
	background: #913702;
	text-decoration: none;
	color: #fff0d7;
}

.tabs li a.current:hover {
	color: #fff0d7;
}

#tab-container {
	border: 1px solid #913702;
}

#tab-container tr:hover {
	background: #EEE !important;
}

/* FOOTER
_____________________________________________________________________________*/

#promo {
	border-top: 1px solid #913702;
	border-bottom: 1px solid #913702;
	padding: 15px 0;
	margin: 15px 0;
}

#promo,
#promo a {
	color: #FFF0D7;
	text-decoration: none;
}

#promo .left {
	float: left;
	width: 422px;
	background: url(/images/site/bg-promo.gif);
	min-height: 294px;
}

#promo .left p,
#promo .right p {
	padding: 15px;
}

#promo .right {
	float: right;
	width: 259px;
	background: url(/images/site/bg-promo.gif);
	min-height: 294px;
}

#footer {
	margin-bottom: 30px;
	font-size: 11px;
}

#footer ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
	margin: 0;
	padding: 0;
}