@charset "utf-8";

/* ********************
BASICS
********************* */
body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-weight: normal;
	color: #444;
	background: url('images/page_bg.jpg') bottom no-repeat #666;
	width: 100%;
}

* {
	outline: 0px;
}

a:link, a:visited {
	color: #379;
}

a:hover, a:active {
	color: #444;
}

div#nav a:link, div#nav a:visited {
	color: #FFF;
	text-decoration: none;
}

div#nav a:hover, div#nav a:active {
	color: #FFF;
}

div#nav ul {
	padding: 0px;
	margin: 0px;
}

div#nav ul li {
	list-style: none;
	float: left;
	margin-right: 30px;
}

div#nav ul li.right {
	float: right;
}

a img {
	border: 0px;
}



/* ********************
DROPDOWN MENU
********************* */
ul.dropdown {
	position: absolute;
	width: 175px;
	display: none;
	background: #6AC;
	border: 1px solid #268;
	border-top: 0px;
}

ul.dropdown li {
	margin-top: 5px;
	margin-left: 10px;
	padding-top: 6px;
	border-top: 1px dotted #FFF;
	width: 90%;
}
ul.dropdown li:first-child {
	border: 0px;
}
ul.dropdown li:last-child {
	margin-bottom: 10px;
}
ul.dropdown {
	top: 36px;
}

ul.dropdown li a:link, ul.dropdown li a:visited {
	color: #FFF;
}

ul.dropdown li a:hover, ul.dropdown li a:active {
	color: #379 !important;
}





/* ********************
SPOTLIGHT SPECIFICS
********************* */
div.slideshow {
	width: 462;
	height: 206px;
	margin-top: 25px;
	margin-left: 22px;
}

div.slideshow img {
	padding: 0px;
	background-color: #EEE;
}





/* ********************
COLORS / TEXT
********************* */
div#footer_content, div#header_content {
	color: #FFF;
}

h1 {
	padding: 0px;
	margin: 0px;
}

h2 {
	padding: 0px;
	margin: 0px;
}

h3 {
	padding: 0px;
	margin: 0px;
}

h4 {
	padding: 0px;
	margin: 0px;
}

div#spotlight_text h1 {
	font-family: Georgia;
	font-size: 38px;
	font-weight: bold;
}

div#spotlight_text h1 a:link, div#spotlight_text h1 a:visited {
	color: #FFF;
	text-decoration: none;
}

div#spotlight_text h1 a:hover, div#spotlight_text h1 a:active {
	color: #379;
}

div#spotlight_text h3 {
	font-size: 12px;
	margin-top: -4px;
	padding-left: 10px;
	font-weight: normal;
}

div#content h1, div#news h1 {
	font-family: georgia;
}

div#content h3, div#news h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

div#header_content a:link, div#header_content a:visited, div#header_content a:hover, div#header_content a:active {
	color: #FFF;
	font-size: 72px;
	font-family: gerogia;
	text-decoration: none;
	position: relative;
	top: 30px;
	left: 20px;
}







/* ********************
LAYOUT
********************* */
div#header_holder_bg {
	background: url('images/page_bg.jpg') top no-repeat;
}

div#color_holder{
	width:981px;
	margin:0 auto;
	height:16px;
}

div#header_holder {
	width: 981px;
	margin: 0 auto;
}

div#colorbar_top {
	background: url('images/colorbars.png') no-repeat;
	width: 236px;
	height: 16px;
	float: right;
}

div#header {
	background: url('images/header_bg.png') no-repeat;
	width: 981px;
	height: 147px;
}

div#header_colorbar {
	background: url('images/colorbars.png');
	width: 236px;
	height: 147px;
	float: right;
}

div#header_content {
	width: 700px;
	height: 100px;
	padding: 15px;
}

div#top_fade {
	background: url('images/top_fade.png') repeat-x;
	width: 100%;
	height: 31px;
	position: absolute;
	top: 132px;
}

div#nav_holder {
	background: url('images/navbar.png');
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 163px;
}

div#nav {
	width: 956px;
	height: 40px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 25px;
}

div#content_bg {
	background: #AAA;
	width: 100%;
	position: relative;
	border-bottom: 6px solid #868b8a;
}

div#plant_bl {
	width: 239px;
	height: 320px;
	background: url('images/plant_bl.png');
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

div#plant_br {
	width: 291px;
	height: 305px;
	background: url('images/plant_br.png');
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

div#content_holder {
	background: url('images/content_bg.png');
	width: 981px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}


div#spotlight_holder {
	background: url('images/spotlight_bg.png') no-repeat;
	position: relative;
	z-index: 1;
	padding-top: 50px;
	width: 941px;
	height: 257px;
	margin: 0 auto;
	margin-top: 35px;
}

div#spotlight_text {
	margin-top: -35px;
	padding-left: 20px;
	color: #FFF;
}

img.devider {
	padding-top: 6px;
	padding-bottom: 6px;
}

div#spotlight_img {
	background: url('images/spotlight_img.png') no-repeat;
	position: absolute;
	right: 0;
	top: 15px;
	width: 515px;
	height: 260px;
	float: right;
}

div#content {
	width: 645px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}

div#news {
	width: 238px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}

div#footer_holder {
	position: relative;
	width: 100%;
}

div#footer_colorbar_holder {
	width: 981px;
	margin: 0 auto;
}

div#footer_colorbar {
	background: url('images/colorbars.png');
	width: 236px;
	height: 270px;
	float: right;
}

div#bottom_fade {
	background: url('images/bottom_fade.png');
	width: 100%;
	height: 31px;
	position: absolute;
	left: 0;
	top: 0;
}

div#footer_content_holder {
	width: 981px;
	height: 270px;
	margin: 0 auto;
	position: relative;
}

div#footer_content_top {
	background: url('images/footer_bg_top.png') repeat-y;
	width: 699px;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 210px;
}

div#footer_content {
	background: url('images/footer_bg.png') repeat-y;
	width: 669px;
	height: 190px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 20px;
	padding-left: 30px;
	font-family: gerogia;
}

div#address {
	margin-left: 0px;
	font-size: 24px;
	height: 100px;
}

div#address h2 {
	padding-left: 5px;
}

div#footer_content h1 {
	font-size: 28px;
}

div#footer_content h2 {
	font-size: 20px;
	font-weight: normal;
}

div#footer_content h3 {
	font-size: 12px;
	font-weight: normal;
	font-family: arial;
}

div#social {
		width: 125px;
		height: 40px;
		margin: 0 auto;
}

div#copyright {
	width: 635px;
	font-size: 10px;
	font-family: arial;
}

div#designedby {
	font-size: 8px;
}

div#footer_content a:link, div#footer_content a:visited {
	color: #FFF;
	text-decoration: underline;
}

div#footer_content a:hover, div#footer_content a:active {
	color: #FFF;
	text-decoration: none;
}




/* ********************
Gallery Nav
********************* */
.pagenav{
	width: 645px;
	margin:0 auto;
}

.previous{
	width:272px;
	float:left;
	text-align:right;
}

.previous a{
	text-decoration:none;
}

.navnum{
	width: 100px;
	margin:0 auto;
	float:left;
	text-align:center;
}

.next{
	width:272px;
	float:left;
	text-align:left;
}

.next a{
	text-decoration:none;
}




/* ********************
MISC
********************* */
br.clear_all {
	clear: both;
	margin-top: -1px;
}

img.contentimg {
	float: right;
	width: 250px;
	border: 2px solid #555;
	margin-left: 15px;
}

div#props a {
	font-size: 8px;
	color: #444;
	text-decoration: none;
}

img#logoimg {
	position: relative;
	top: -40px;
	left: -20px;
}



/* ********************
SOCIAL BUTTONS
********************* */
div#facebook {
	background: url('images/social/facebook.png');
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
}
div#facebook:hover {
	background-position: bottom;
}

div#twitter {
	background: url('images/social/twitter.png');
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
}
div#twitter:hover {
	background-position: bottom;
}

div#linkedin {
	background: url('images/social/linkedin.png');
	width: 35px;
	height: 35px;
	float: left;
}
div#linkedin:hover {
	background-position: bottom;
}