/* @override http://fulfillingdestiny.com/fileadmin/template/june_2008/css/style.css */

body {
	background-color: #000;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	text-align: center;
}

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

}

h1 {
	padding: 0px 0px 0px 2px;
	font-size: 125%;
	font-weight: bold;
	font-stretch: narrower;
	letter-spacing: -0;
	color: #62C5F2;
	line-height: 100%;
}

h2 {
	font-size: 110%;
	color: #62C5F2;
}

h3 {
	font-size: 100%;
	color: #62C5F2;
	background-color: #E5EEFD;
}

h4 {
	font-size: 100%;
	color: #474747;
	}

h5 {
	font-size: 100%;
	color: #474747;
	background-color: #E3E3E3;
	}

h6 {
	font-size: 90%;
	color: #393939;
}

hr {
	margin-top: 1px;
	margin-bottom: 1px;
	color: #717171;
	padding: 0px 2px 0px 2px;
}

hr.spacer { 
	margin-top: 0px;
	margin-bottom: 20px;
	color: #717171;
	padding: 0px 2px 0px 2px;
}



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

h5 :link, h5 :visited {
	color: inherit;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding-bottom: 20px;
	text-align: left;
}

#logo {
	float: left;
}

#menu-area {
	color: #62c5f2;
	text-align: center;
	width: 521px;
	float: right;
	top: 60px;
	position: relative;
}

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

#menu-area a.active {
	color: #838383;
}

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

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

#content {
	background-color: #fff;
//	height: 100%;
	overflow: hidden;
}

#home_banner {
	margin-left: 0px;
}

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

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

#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 {
	background-color: #000;
	color: #fff;
	margin-top: 5px;
}

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

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

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

.sidebar {
	width: 180px;
}

.main {
	width: 770px;
}

.third {
	width: 310px;
}

.quarter {
	width: 230px;
}

.whole {
	width: 970px;
}

.half {
	width: 475px;
}

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

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

.inner_half {
	width: 50%;
}

.inner_one_third {
	width: 33%;
}

.inner_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 */