@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/bkrd2.jpg);
	background-repeat:repeat-x;
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	margin:0px;
	padding:0px;
}
a:link {
	color:#666666;
	text-decoration:underline;
}
a:active {
	color:#666666;
	text-decoration:underline;
}
a:visited {
	color:#666666;
	text-decoration:underline;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
a:visited hover {
	color:#999999;
	text-decoration:underline;
} 
#container {
	width:1021px;
	margin: 0 auto 0 auto;
}
h1 {
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 10px;
	letter-spacing:0.5px;
}
.logo {
	padding:15px 0px 0px 0px;
	float:left;
}
.site {
	padding:32px 41px 0px 0px;
	float:right;
	display:inline;
	font-weight:bold;
	color:#1E1E1E;
}
.site a:link {
	color:#1E1E1E;
	text-decoration:none;
}
.site a:active {
	color:#1E1E1E;
	text-decoration:none;
}
.site a:visited {
	color:#1E1E1E;
	text-decoration:none;
}
.site a:hover {
	color:#990000;
	text-decoration:none;
}
.site a:visited hover {
	color:#990000;
	text-decoration:none;
}
#tree {
	background-image:url(images/tree.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:179px;
}
#nav {
 	color:#666666;
	font-size:18px;
	font-weight:bold;
	width: 100%;
	overflow: hidden;
	float:left;
	border:none;
}
#nav ul{
	margin: 0;
	padding: 0;
	padding-top:34px; /*offset of tabs relative to browser top edge*/
	list-style-type: none;
}
#nav li{
	display: inline;
	margin: 0;
}

#nav li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 33px 5px 33px; /*padding inside each tab*/
	border-right: 1px solid #999999; /*right divider between tabs*/
	color: #666666;
}

#nav li a:visited{
	color: #666666;
}
#nav li a:hover, #nav li.selected a{
	color: #FFFFFF;
	background-color: #332D2B;/*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
#nav li.firstitem a {
	border-left: 1px solid #999999;
}
#nav li.lastitem a {
  border: none;
  margin-left:20px;
}
#main {
	width:690px;
	min-height:500px;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	float:left;
	background-image:url(images/maintop.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#mainport {
	width:690px;
	min-height:500px;
	background-color:#000000;
	padding:0px;
	margin:0px;
	float:left;
	background-image:url(images/maintop.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.mainpad {
	padding:0px 10px 0px 10px;
}
#main_lg {
	width:980px;
	min-height:500px;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	background-image:url(images/maintop.jpg);
	background-repeat: repeat-x;
	background-position:top;
	float:left;
}
 /*Slideshow style rules begin.
 */
#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	background-color:#1E1E1E;
	position:relative;
	color:#EEEEEE;
	font-size:12px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}
#slideshow h2 {
	color:#EEEEEE;
	padding-left:0px;
}
/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/control_right.jpg) no-repeat 0 0;
}
 /*Slideshow end. */
#rtcolumn {
	width:270px;
	padding:0px;
	margin:0px 41px 0px 0px;
	float:right;
	vertical-align:top;
}
#rtcolumn1 {
	background-image:url(images/rtcol2.jpg);
	background-repeat:no-repeat;
	height:629px;
}
#rtcolumn2 {
	background-image:url(images/rtcol2_long.jpg);
	background-repeat:no-repeat;
	height:800px;
}
#rtcolumn3 {
	background-image:url(images/rtcol2_short.jpg);
	background-repeat:no-repeat;
	height:500px;
}
#rtcolumn4 {
	background-image:url(images/rtcol2_250.jpg);
	background-repeat:no-repeat;
	height:250px;
	padding:10px 10px 0px 10px;
}
#rtcolumn5 {
	background-image:url(images/rtcol_longest.jpg);
	background-repeat:no-repeat;
	height:960px;
}
#rtcolumn_pad {
	padding:10px 10px 10px 10px;
}
#footerbkrd {
	background-image:url(images/footerbkrd.gif);
	background-repeat:repeat-x;
	height:60px;
	clear:both;
}
#footer {
	width:980px;
	color:#FFFFFF;
	margin: 0 auto 0 auto;
	padding:20px 45px 0px 4px;
	clear:both;
}
#footer_left {
	float:left;
}
#footer_right {
	float:right;
}
#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:visited hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.horizline {
	border-bottom: 1px solid #666666;
	width:100%;
	padding-top:179px;
}
.titlebkrd {
	background-image: url(images/blueheadbkrd.jpg);
	background-repeat:no-repeat;
	height:24px;
}
#graycurve {
	background-image: url(images/gray_curve.jpg);
	background-repeat:no-repeat;
	width: 690px;
	height:230px;
	margin:0px;
	padding:0px;
}
#curve ul {
 	padding: 40px 10px 0px 10px;
  	margin: 0px;
	float:left;
	width: 690px;
}
#curve ul li {
  	display: inline;
  	list-style-image:none;
	float:left;
	padding-left:30px;
}
#curve ul li a {
	list-style-image:none;
}
.vertline_pad {
	padding-top:66px;
}
.dkgray18 {
	font-size:18px;
	color:#5A5A5A;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
.gray12 {
	font-size:12px;
}
.gray18 {
	color:##E0E0E0;
}
.white14 {
	color:#FFFFFF;
}
.gray12_rt {
	color:#E0E0E0;
	font-size:12px;
}
.gray12_rt a:link {
	color:#E0E0E0;
	text-decoration:underline;
}
.gray12_rt a:active {
	color:#E0E0E0;
	text-decoration:underline;
}
.gray12_rt a:visited {
	color:#E0E0E0;
	text-decoration:underline;
}
.gray12_rt a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.gray12_rt a:visited hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.gray14 {
	color:#E0E0E0;
}
.gray14 a:link {
	color:#E0E0E0;
	text-decoration:none;
}
.gray14 a:active {
	color:#E0E0E0;
	text-decoration:none;
}
.gray14 a:visited {
	color:#E0E0E0;
	text-decoration:none;
}
.gray14 a:hover {
	color:#E0E0E0;
	text-decoration:underline;
}
.gray14 a:visited hover {
	color:#E0E0E0;
	text-decoration:underline;
}
#cloud {
	background-image:url(images/cloud.png);
	background-repeat:no-repeat;
	height:175px;
	line-height:130%;
	text-align:center;
	margin: 20px 0px 20px 0px;
}
.cloud_pad {
	padding: 58px 0px 0px 0px;
}
.white14 {
	color:##FFFFFF;
	font-size:14px;
}
.white14 a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
.white14 a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
.white14 a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.white14 a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.white14 a:visited hover {
	color:#FFFFFF;
	text-decoration:none;
}
.white16 {
	color:#FFFFFF;
	font-size:16px;
}
.white16 a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.white16 a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.white16 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.white16 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.white16 a:visited hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.bluegray {
 	color:#D2DADF;
	font-size:18px;
	padding-top:3px;
}
.white_border {
	border: 1px solid #FFFFFF;
}
.formrow {
	clear:both;
	padding-top:10px;
	margin-left:50px;
}
.formlabel {
	float:left;
	padding-right:30px;
	width: 150px;
	text-align: right;
	font-weight:bold;
}
.formbutton {
 	color:#7D97B0;
	margin-left:180px;
}
.required {
	color:#990100;
	font-size:12px;
}
.bluegray16 {
 	color:#D2DADF;
	font-size:16px;
}
.bluegray16 a:link {
	color:#D2DADF;
	text-decoration:underline;
}
.bluegray16 a:active {
	color:#D2DADF;
	text-decoration:underline;
}
.bluegray16 a:visited {
	color:#D2DADF;
	text-decoration:underline;
}
.bluegray16 a:hover {
	color:#D2DADF;
	text-decoration:none;
}
.bluegray16 a:visited hover {
	color:#D2DADF;
	text-decoration:none;
}
.contact_lt {
	float:left;
	padding-right:30px;
	width: 150px;
	height:50px;
	text-align: right;
	font-weight:bold;
}
.contact_rt {
	font-weight:normal;
}


#menucontainer {position:relative; width:650px; height:700px; border:0; margin:10px auto; font-family:verdana, arial, sans-serif; font-size:12px;}

#award ul {
 	padding: 20px 0px 20px 0px;
  	margin: 0px;
	float:left;
}
#award ul li {
  	display: inline;
  	list-style-image:none;
	float:left;
	padding-left:50px;
}
#award ul li a {
	list-style-image:none;
}