/* LAYOUT STYLES */
body {
	margin: 10px 0px 0 0;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	color: #000000;
	background: url('../images/bg.jpg') 0 0 repeat; /*#d3ea6c*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clear {
	display: block;
	clear: both;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
}

#container {
	margin: 0 auto;
	width: 750px;
}

img {
	border: none;
}

h1 {
	font-size: 14px;
	margin-left: 30px;
	text-decoration: underline;
}


/* HEADER STYLES */
#header {
	width: 751px;
	height: 144px;
	margin: 0 auto;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
}

img#logo {
	margin-left: 0px;
	border: 0px;
}

/* NAVIGATION STYLES */
#nav {
	text-align: left;
	float: right;
	margin: 20px 20px 0px 0;
}

#nav ul {
	list-style-type: none;
	margin: 0px 0 0 0;
	padding: 0;
}

#nav ul li {
	width: 160px;
	display: block;
	line-height: 15px;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #d3ea6c;
}

#nav ul li a {
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul li a:hover {
	text-decoration: none;
}

/* CONTENT STYLES */
div#content_container {
	width: 750px;
	margin-top: 10px;
	background: #FFFFFF url(../images/bean.jpg) right top no-repeat;
	border: 1px solid #000000;
}

img.banner {
	margin: 12px 0 0 10px;
	float: left;
}


/* TEXT STYLES */
div#text_container {
	float: left;
	text-align: left;
	width: 536px;
	margin: 0 10px 10px 10px;
}

div#text_container div.text-header {
	background-color: #e8eeb6;
	display: block;
	width: 506px;
	height: 42px;
	line-height: 42px;
	color: #000000;
	margin-top: 15px;
	padding-left: 30px;
	font-size: 18px;
}

div#text {
	background-color: #ffffff; /*#e8eeb6*/
	padding: 20px 0 20px 0;
}


div#text p {
	font-size: 11px;
	margin: 0px 30px 20px 30px;
}

div#text ul li {
	margin-left: 20px !important;
}

#gallery {
	background-color: #e8eeb6;
	padding: 20px 0 20px 0;
}

#gallery img {
	padding: 1px;
	margin-left: 10px;
	margin-right: 10px;
}


/*	CTA STYLES */
div#cta {
	width: 184px;
	float: right;
	font-weight: bold;
	background-color: #e8eeb6;
	margin: 15px 10px 15px 0px;
}

div#cta p {
	color: #2a2a2a;
	text-align: center;
	margin: 15px 5px;
}

div#cta a {
	font-weight: bold;
}

div#cta a:hover {
	text-decoration: underline;
}



/* FOOTER STYLES */

div#footer {
	color: #ffffff;
	width: 750px;
	margin: 0 auto;
}

div#footer a {
	color: #ffffff;
	text-decoration: none;
}	

div#footer a:hover {
	color: #bfdc2c;
	text-decoration: none;
}	
	
div#footer p {
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#footer img {
	float: right;
	margin: 0px 20px 0 0;
	border: none;
}
