/* @override 
	http://theproofproductions.com/fileadmin/templates/september_2008/css/style_2.css
	http://theproofproductions.com/fileadmin/templates/september_2008/css/style.css
*/

body {
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	background: #fff url(../images/swoosh_2.gif) no-repeat;
	text-align: center;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom: 0px;
	color: #ad8d5e;
	padding: 0px 2px 0px 2px;
	font-size: 95%;
}

h1 {
	font-size: 125%;
}

hr {
	margin-bottom: 0px;
	color: #452d12;
	background-color: #452d12;
	height: 1px;
	border: 0px;
}

hr.spacer {
	margin-bottom: 20px;
}


:link, :visited {
	text-decoration: none;
	background-image: none;
	border-width: 0px;
}

/* @group text colors */

.color_1, h1, :link, :visited, #menu-area {
	color: #452d12;	
}

.color_2, h2 {
	color: #4e361a;
}

.color_3, h3 {
	color: #8a6b44;
}

.color_4, #submenu-area :link, #submenu-area :visited {
	color: #ad8d5e;
}



/* @end */

/* @group sections by id */

#container {
	margin: 40px auto;
	width: 980px;
	text-align: left;
}

#logo {
	float: left;
	font-size: 52px;
}

#menu-area {
	text-align: center;
	width: 521px;
	position: relative;
	float: right;
	margin-top: 15px;
}

#menu-area :link, #menu-area :visited {
	padding: 0px 0px 0px 2px;
	font-size: 80%;
}

#menu-area a.active {
	font-weight: bold;
}

#submenu-area :link, #submenu-area :visited {
	padding: 3px;
	font-size: 80%;
}

#banner {
	width: 100%;
	margin: 0px;
	padding: 20px 0px 0px;
	position: relative;
	clear: both;
}

#content {
	overflow: hidden;
}

#home_banner {
	margin-left: 0px;
}

#home_banner .tx-slideshow-pi1 {
	margin-bottom: 5px;
}

#home_banner img {
	margin-left: -10px;
}

#column-1, #column-2, #column-3, #column-4 {
	margin: 0 5px;
	padding-bottom: 50px;
}

#column-1, #column-2, #column-3 {
	float: left;
}

#column-4 {
	float: right;
}

#footer {
	margin-top: 5px;
}

#timestamp {
	margin-left: 15px;
	display: inline-block;
	margin-top: 3px;
}

#footer img {
	margin-left: 5px;
	float: left;
}



/* @end */

/* @group columns */

.sidebar, .main, .third, .quarter, .half {
	display: block;
	overflow: hidden;	
}

.sidebar {
	width: 180px;
}

.main {
	width: 780px;
}

.third {
	width: 315px;
}

.quarter {
	width: 230px;
}

.whole {
	width: 970px;
}

.half {
	width: 475px;
}

/* @end */

#nested_column_1 {
	float: left;
	clear: left;
}

#nested_column_2 {
	float: right;
	clear: right;
}

.half {
	width: 50%;
}

.one_third {
	width: 33%;
}

.two_third {
	width: 64%;
}

/* @group clearfix */

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/* @end */