/* main.css */

body {
	margin: 0;
	padding: 0;
	font: 14px  "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	background: #f2f2f2 url(../images/background.gif) no-repeat center top;
}

.greenText {
	color: #1D5830;
	font-weight: bold;
}

.right {
	float: right;
}

.custButton {
	background: #1D5830 url(images/custButt_bk_green.jpg) repeat-x;
	color: #fff;
	border: 1px solid #1D5830;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-radius: 6px; 
	-o-border-radius: 6px; 
	-icab-border-radius: 6px; 
	-khtml-border-radius: 6px; 
	-moz-border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-border-radius: 6px;
	margin: 10px 0 0;
	height: 22px;
	padding: 0 1em;
}

.custButton:hover {
	background: #66be63;
}

#content {
	padding: 0;
	margin: 0 auto;
	background: #fefefe;
	width: 1024px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #bebebe;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-box-shadow: 0px 3px 3px #e7e7e7;
	-moz-box-shadow: 0px 3px 3px #e7e7e7;	
}

#content .header {
	height: 182px;
	display: block;
	padding: 0;
	margin: 0;
	background: url(../images/heading2_bkgd.jpg) no-repeat center top;
}
#headerBanner {
	width: 1024px;
	height: 150px;
}
#slideWrapper {
	text-align: center;
	margin: 0;
}
#slideshow {	
	margin: 0;
	padding: 0;
}
#slideshow div { 
	height: 234px; 
	width: 340px;  
}

#slideshow div img { 
	padding: 10px; 
	border: 1px solid #ccc; 
	background-color: #eee; 
	margin: auto; 
	display: block;  
	overflow: hidden;
}

#navigation {
	background: #1D5830 url(images/custButt_bk_green.jpg) repeat-x;
	height: 28px;
	clear: both;
}
#navigation ul {
	padding: 0 0 0 30px;
	margin: 0;
	list-style: none;
	float: left;
}
#navigation li {
	float: left;
	margin: 0;
	line-height: 28px;
}
#navigation li a {
	display: block;	
	line-height: 28px;
	text-decoration: none;
	text-transform: uppercase;	
	margin: 0;
	padding-right: 2em;
	padding-left: 2em;
}
#navigation .nav_link a {
	font-size: 14px;
	color: #fff;
}
#navigation .nav_link:hover {	
	background: #66be63;
}
#navigation .nav_link_thisPage a {
	font-size: 14px;
	background: #fefefe;
	color: #3b3b3b;
	font-weight: bold;
}

.thinBorder {
	border: 1px solid #000000;
}

.frameit {
	text-align: left;
	font-size: 12px;
	float: right;
	clear: right;
	display: inline;
	margin: 0 0 10px 30px;
	padding: 20px;
	background-color: #ffffff;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #bebebe;
	-webkit-border-radius: .5em;
	-webkit-box-shadow: 0px 3px 3px #e7e7e7;
	-moz-border-radius: .5em;
	-moz-box-shadow: 0px 3px 3px #e7e7e7;
	box-shadow:inset 0 0 30px rgba(0, 0, 0, 0.1);
}

.frameit p {
	margin: 10px 0 0;
}
.frameit img {
}
.pquote {
	color: #1D5830;
	font-size: 16px;
	line-height: 0.9;
	font-style: italic;
	margin-top: 10px;
}

.bqstart {
     float: left;
     color: #66be63;
	font: 700%/1em Georgia, "Times New Roman", Times, serif;
	position: relative;
	bottom: 20px;
	height: 12px;
}

.bqend {
	font: 700% Georgia, "Times New Roman", Times, serif;
    color: #66be63;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	bottom: 20px;
	height: 32px;
}

#leftCol {
	float: left;
	width: 600px;
}
#rightCol {
	float: right;
	width: 342px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.article .myBreak {
	clear: both;
}

.article {
	clear: both;
	display: block;
	padding: 30px 30px;
	margin: 0;
}

.article .glow:hover {
	background: gold;
	background: -webkit-radial-gradient(gold, white);
	background: -moz-radial-gradient(gold, white);
	background: radial-gradient(gold, white);	
}



.article .searchTable {
	margin: 20px 0 0;
	padding: 0;
	border-collapse: collapse;
}
.article .searchTable th {
	height: 20px;
	text-align: left;
	background: #1D5830 url(images/custButt_bk_green.jpg) repeat-x;
	border-left: 1px solid #66be63;
	color: #ffffff;
	padding-left: 4px;
	margin: 0;
}
.article .searchTable td {
	padding-left: 4px;
}
.article .searchTable tr.bg_light {
	background: #ffffff;
}
.article .searchTable tr.bg_dark {
	background: #e5f2fe;
}

.article table {
	width: 100%;
}
.article table.site {
	width: 580px;
}

.article table.map {
	width: 380px;
}
.article td {
	margin: 0;
	vertical-align: top;
}
.article td.left {
	color: #777;
	text-align: right;
	white-space: nowrap;
	width: 200px;
}
.article td.apply p {
	font-size: 1.5em;
	line-height: 1.1em;
}

.article td.apply .serif {
	color: #1D5830;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
}
.article td.apply .offset {
	position: relative;
	left: 2em;
}
.article table.sponsor {
	margin: 0;
}

.article td.sponsor {
	padding: 20px 20px 0;
	text-align: center;
}

.article td.tblLabel {
	vertical-align: top;
	text-align: right;
	width: 25%;
	color: #666;
}
.article a {
	color: #568f67;
	font-weight: bold;
	text-decoration: none;
}
.article a:hover {
	text-decoration: underline;
}

.article h1 {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 20px;
	color: #1D5830;
	text-transform: uppercase;
}

.article h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #3b3b3b;
	text-transform: uppercase;
}

.article h3 {
	color: #1D5830;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.article h4 {
	margin-top: 0;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: bold;
}
.article p {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
}
.article .indent {
	padding-left: 20px;
}

.article ul {
	margin-top: 0;
}

.article li {
	line-height: 130%;
}

.article .youTube {
	float: right;
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;
}

.article img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.article img.center {
	display: block;
	margin: 0 auto 20px;
}

#map_canvas {
	margin: 0 auto;
	width: 962px;
	height: 768px;
	border: 1px solid #000000;
}

#siteMap {
	width: 340px;
	height: 340px;
	border: 1px solid #000000;
	margin: auto 0;
}
.textNoWrap {
	white-space: nowrap;
}
.infoWindow {
	display: block;
	min-width: 360px;
	min-height: 200px;
}
.infoWindow table {
	margin: 0;
	padding: 0;
}
#sponsorBar {
	margin: 0 30px 20px;
	padding: 20px;
	background-color: #f2f2f2;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #bebebe;
	-webkit-border-radius: .5em;
	-webkit-box-shadow: 0px 3px 3px #e7e7e7;
	-moz-border-radius: .5em;
	-moz-box-shadow: 0px 3px 3px #e7e7e7;
}
#sponsorBar h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #3b3b3b;
	text-transform: uppercase;
}
#sponsorBar table {
	width: 100%;
	background-color: #ffffff;
}
#sponsorBar td {
	text-align: center;
}

.clearIt {
	clear: both;
}

#footer {	
	display: block;
	clear: both;
	margin: 0 auto;
	width: 1024px;
	height: 110px;
	padding: 1px 0 10px;
}

#footer p {
	font-size: 12.5px;
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 10px;
}

#footer a {
	color: #367db0;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

