@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
/*******************************************************************
Main Body Styling
*******************************************************************/
body {
	background-color: #FFFFFF;
	background-image: url(../images/topback3.jpg);
	background-position: top;
	background-attachment: local;
	background-repeat: repeat-x;
	min-width: 1000px;
	height: 100%;
}
#pageWrapper {
	background-color: transparent;
	width: 1100px;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	margin-top: -5px;
	padding-bottom: 10px;
}
/*******************************************************************
Slideshow Styling
*******************************************************************/
#imageSlide {
	width: 1080px;
	height: 350px;
	background-color: #368076;
	position: relative;
	top: -40px;
	left: 0px;
	border: 10px solid #368076;
	clear: both;
}

/*******************************************************************
/*******************************************************************
/*******************************************************************
Main Content Area Styling
********************************************************************
********************************************************************
*******************************************************************/
#mainContent {
	width: 1100px;
	min-height: 100px;
	position: relative;
	top: -30px;
	left: 0px;
}
/*******************************************************************
Main Text Area Styling
*******************************************************************/
#mainTextWrapper {
	width: 1100px;
	min-height: 200px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px;
	clear: both;
}
#sideImage {
	width: 300px;
	min-height: 305px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 5px;
	float: left;
}
#sideMenu {
	width: 300px;
	min-height: 305px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 5px;
	float: left;
	text-align: left;
}
#sideMenu ul {
	list-style: none;
	width: 250px;
	min-height: 50px;
	background-color: #ffcc00;
	text-align: left;
}
#sideMenu ul li {
	width: 300px;
	margin-left: -45px;
	margin-bottom: 0px;
}
#mainText {
	width: 750px;
	min-height: 100px;
	position: relative;
	top: -15px;
	left: -15px;
	padding: 5px;
	float: right;
}
/*******************************************************************
News Area Styling
*******************************************************************/
#newsWrapper {
	width: 1040px;
	min-height: 100px;
	position: relative;
	top: -20px;
	left: 20px;
	padding: 10px;
	background-color: #B4A784;
	clear: both;
}
/*******************************************************************
Contact Area Styling
*******************************************************************/
#miniContactWrapper {
	width: 1030px;
	min-height: 190px;
	position: relative;
	top: 0px;
	left: 20px;
	padding: 15px;
	background-color: #368076;
	clear: both;
}
#miniContactText {
	width: 500px;
	min-height: 100px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	color: #B4A784;
	float: left;
}
#miniContactFormWrapper {
	width: 500px;
	min-height: 100px;
	position: relative;
	top: 0px;
	left: -45px;
	color: #000000;
	float: right;
	text-align: right;
}
/*******************************************************************
Download Area Styling
*******************************************************************/
#miniDownloadWrapper {
	width: 1030px;
	min-height: 190px;
	position: relative;
	top: 0px;
	left: 20px;
	padding: 15px;
	clear: both;
}
#miniDownloadText {
	width: 300px;
	min-height: 100px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: -10px;
	color: #000000;
	float: left;
}
/*******************************************************************
Footer Styling
*******************************************************************/
.push {
	height: 130px;	
	clear: both;
}
footer {
	width: 100%;
	min-height: 60px;
	background-color: transparent;
	position: realtive;
	bottom: 0px;
	left: 0px;
	margin: auto auto;
	clear: both;
}
#footerTop{
	width: 100%;
	min-height: 26px;
	color: #512e18;
/*	background-image: url(../images/topback.jpg);
*/	background-position: center;
	background-attachment: local;
	background-repeat: repeat-x;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	padding-top: 4px;
	background-color: #368076;
	line-height: 30px;
}
#footerBottom{
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	background-color: transparent;
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 8px;
}

.titler, h1.titler {
    font-size: 24px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin: -1em auto 2em auto !important;
}