
/* Body basics */
body {
	background-color: #757b7f;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	color: #000;

	font-family: "Helvetica", "Arial", sans-serif;
	
	text-align: center;
	
	font-size: 96%;
}

a:link { 
	color: #8bb300; 
	text-decoration: none;
	font-weight: bold;
}

a:visited { 
	color: #95B730; 
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #a5d400;
	text-decoration: underline;
	font-weight: bold;
}

/* Clearing spacer */
div.spacer {
	clear: both;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
} 

/* Container holds the whole page */
div#container {
	width: 960px;
	text-align: left;
	margin: auto;
	padding: 5px;
	background-color: #fff;
	border-width: 0px 0px 4px 0px;
	border-color: #8bb300;
	border-style: solid;
}

/* Header up top */
div.header {
	text-align: left;
	height: 100px;
	padding: 0px 0px 0px 10px;
	background-image: url(images/eyes.png);
	background-position: top right;
	background-repeat: no-repeat;
}

div.header a img {
	border: none;
	margin: 2px 0px 0px;
}


/* Main Image container */
div.main_image {
	height: 200px;
	padding: 0;
	margin: 0;
}

/* Image inside main image */
div.main_image img {
	top: 0px;
	bottom: 0px;
	padding: 0;
	margin: 0 2px 0 0;
	border: 0;
}

/* Main menu */
div#main_menu {
	height: 28px;
	width: 960px;
	margin: 0px 0px 4px 0px;
	padding: 0;
	text-align: center;
	background-color: #757b7f;
}
#nav, #nav ul {
	width: 960px;
	list-style: none;
	color: #FFF;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	color: #FFF;
	padding: 0px;
	text-align: center;
}
#nav li {
	position: relative;
	float: left;
	margin-top: 2px;
	width: 240px;
	border: 0;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
/*	cursor: pointer; */
	padding: 3px 0px 3px 0px;
}
#nav li#other {
	padding: 1px 0px;
	text-align: right;
}
#nav li ul {
	position: absolute;
	left: 20px;
	top: 25px;
	height: auto;
	width: 180px;
	display: none;
	z-index: 1000;
	background-color: #8bb300;
	margin: 0px;
	color: #fff;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	line-height: 40%;
}
#nav li li {
	height: auto;
	text-align: left;
	font-size: 90%;
	padding: 5px;
}
#nav li ul a {
	width: 170px;
	text-align: left;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}

/* Content */
div.content {
	padding: 5px 0 0 0;
}

/* Main Text */
div.content div.text {
	width: 680px;
	line-height: 1.5em;
	float: left;
	
	padding: 10px 15px 0px;
	
	font-size: 90%;
}

span.green {
	color: #8bb300;
	font-weight: bold;
}

div.content div.text span.headline {
	color: #8bb300;
	
	font-size: 140%;
	font-weight: bold;
	
	display: block;
	
	margin: 0px 0px;
	padding: 0px;
}

div.content div.text p.frontpage_writeup {
	font-size: 95%; 
	line-height: 115%;
}

div.content div.sectiontext {
	width: 69%;
	line-height: 1.5em;
	float: right;
	
	padding: 30px 15px 0px;
}

div.content div.sectiontext span.sectiontitle {
	color: black;
	
	font-size: 140%;
	font-weight: bold;
	
	padding: 0px;
	margin: 0;
	
	display: block;
}
	
/* Floating contact info, etc in content div */
div.contact_righttop {
	float: right;
	padding: 10px;
	color: #8bb300;
	font-weight: bold;
}

/* Left-floating menu in content div */
div.leftmenu {
	float: left;
	
	padding: 20px;
}

div.leftmenu ul li {
	color: #8bb300;
	font-weight: bold;
	font-size: 110%;
	list-style-type: circle;
}

div.leftmenu ul li ul {
	padding: 0px 0px 0px 8px;
}

div.leftmenu ul li ul li {
	list-style-type: none;
	line-height: 1.5em;
	font-size: 80%;
	font-weight: normal;
	color: #000;
}

div.leftmenu ul li ul li a {
	color: #000;
	font-weight: normal;
}

/* Subcategories in Leftmenu */
div.leftmenu ul li ul li ul li {
}

/* Footer */
div.footer {
	border-style: solid;
	border-color: #000;
	border-width: 1px 0px 0px;
	
	font-size: 80%;
	
	margin: 10px 0px;
	padding: 10px 10px 0px;
}

div.footer a.ampco, div.footer a.ampco:link, div.footer a.ampco:visited { color: #3d649d;}
div.footer a.ampco:hover, div.footer a.ampco:active { color: #4d74Ad; }


div.footer div.phone {
	color: #8bb300;
	float: right;
	font-size: 160%;
	font-weight: bold;
/* 	line-height: 0.8em; */

	text-align: right;

	padding: 20px 0px 0px 0px;
	margin: 0px;
}		

/* Image slideshow divs */
div#slideshow {
	margin: -5px;
}


div#slideshow div.image_half {
	float: left;
	
	width: 300px;
	height: 150px;
	padding: 0 10px; 
	margin: 0;
	
	overflow: hidden;
}

div#slideshow div.image_third {
	float: left;
	
	width: 220px;
	height: 150px;
	padding: 0 2px; 
	margin: 0;
	
	overflow: hidden;
}

div#slideshow div.image_half_large {
	float: left;
	
	width: 300px;
	height: 200px;
	padding: 0 10px; 
	margin: 0;
	
	overflow: hidden;
}

div#slideshow div img {
	border-width: 0px 2px !important;
	border-style: solid;
	border-color: #8bb300;
	
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}

div#slideshow span#slideshow_paused {
	text-align: right;
	display: block;
	font-size: 70%;
	visibility: hidden;
}

div.superfooter {
	background-color: #000;
	color: #8bb300;
	height: 40px;
	
	float: right;
	position: absolute;
	bottom: 0px;
	margin: 0;
	width: 100%;
	left: 0px;
	
}

table.listing tr td {
	font-size: 85%;
	line-height: 1.2em;
	padding: 4px;
}

table.listing tr td:first-line {
	font-weight: bold;
	font-size: 110%;
}

/* Tiny Slideshow */
#tnslideshow {list-style:none; color:#fff;}
#tnslideshow span {display:none}
#tnwrapper {width:556px; margin: 10px auto; display:none}
#tnwrapper * {margin:0; padding:0}
#tnfullsize {position:relative; width:550px; height:400px; padding:2px; border:1px solid #ccc; background:#757b7f}
#tninformation {position:absolute; bottom:0; width:550px; height:0; background:#757b7f; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#tninformation h3 {padding:4px 8px 3px; font-size:14px}
#tninformation p {padding:0 8px 8px}
#tnimage {width:550px; height:400px;}
#tnimage img {position:absolute; z-index:25; width:auto}
.tnimgnav {position:absolute; width:38px; height:406px; cursor:pointer; z-index:150}
#tnimgprev {left:0; background:url(images/left.gif) left center no-repeat}
#tnimgnext {right:0; background:url(images/right.gif) right center no-repeat}
#tnthumbnails {margin: 5px 0}
#tnslideleft {float:left; width:20px; height:86px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#757b7f}
#tnslideleft:hover {background-color:#444}
#tnslideright {float:right; width:20px; height:86px; background:#757b7f url(images/scroll-right.gif) center center no-repeat}
#tnslideright:hover {background-color:#444}
#tnslidearea {float:left; position:relative; width:506px; margin-left:5px; height:86px; overflow:hidden}
#tnslider {position:absolute; left:0; height:86px}
#tnslider img {cursor:pointer; border:1px solid #666; padding:2px}

/* Simple form */
form.form_simple {
	margin: 5px 0px;
}

form.form_simple fieldset {
	border: none;
}

form.form_simple fieldset label, form.form_simple fieldset input, form.form_simple fieldset select {
	display: block;
	float: left;
}

form.form_simple fieldset label { width: 15.5em; }
form.form_simple fieldset label.wide { width: auto; }
form.form_simple fieldset input, form.form_simple fieldset select { width: 14em; }


form.form_simple fieldset br {
	clear: both;
}


input.invalid, select.invalid {
	border: 1px solid #f00;
	background-color: #fdd;
}

div.marketing_statement {
	
	margin: 5px 0px;
	padding: 10px;
	border: 1px solid #8bb300;
	background-color: #ddd;
}

div.marketing_statement span.title {
	display:block;
	margin-left: -5px;
	font-weight: bold;
	font-family: "Segoe Script", script;
	font-style: italic;
	font-size: 170%;
}

img.speventlogo {
	position: relative;
	
	left: 60px;
}

/* News and Events */

div.newsitem {
	padding: 5px 5px 5px 10px;
}



span.smallnote {
	font-size: 80%;
}

img.headerimage {
	margin: 5px 0px 20px;
}

label#captcha_label {
	font-size: 80%;
	line-height: 1.2;
}

label#captcha_input_label {
	line-height: 1.1;
}

/* Blog */
iframe.blog_frame {
	border-style: solid;
	border-color: #8bb300;
	border-width: 1px 1px 1px 0px;
}
