@charset "utf-8";
a:link {
	color: #617D4D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #617D4D;
}
a:hover {
	text-decoration: underline;
	color: #1E3A07;
}
a:active {
	text-decoration: none;
	color: #617D4D;
}

h1 {
	font-size: 18px;
	color: #4C6637;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-size: 16px;
	color: #617B4C;
}
h3 {
	font-size: 14px;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #maincontainer selector */
	color: #000000;
	background-color: #1e3a07;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img { border: none; } 
.picLeftAlign {
	padding-right: 15px;
}
.1stSentenceBold {
	font-weight: bold;
	color: #666;
}


.oneColFixCtrHdr #maincontainer {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #navbar {
	height: 43px;
}

.oneColFixCtrHdr #mainheader {
	height: 110px;
}
.oneColFixCtrHdr #mainheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #mainheader div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #c0baaa;
	background-color: #cfc8b8;
	height: 395px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #627E4D;
}

.oneColFixCtrHdr #maincontainer #whitebox {
	background-color: #ece8df;
	height: 700px;
	width: 360px;
	float: right;
	z-index: 5;
	position: absolute;
	margin-left: 560px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C0BAAA;
	border-bottom-color: #C0BAAA;
	border-left-color: #C0BAAA;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #maincontainer #whitebox a {
	color: #696;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #maincontainer #whitebox a:hover {
	color: #1E3A07;
	text-decoration: none;
}




.oneColFixCtrHdr #greenBottomArea {
	background-image: url(../images/green-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #1C3805;
	height: 310px;
	padding-bottom: 0px;
}


.oneColFixCtrHdr #flashMessagingArea {
	background-image: url(../images/flash.jpg);
	height: 443px;
}
.oneColFixCtrHdr #bottomNavbar {
	height: 53px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.subpageBottomNav {

}
.homepageBottomNav {
	background-image: url(../images/bottom-navbar.jpg);
	background-repeat: no-repeat;
}
.subPage #maincontainer #bottomNavbar {
	background-image: url(../images/bottom-navbar.jpg);
	background-repeat: no-repeat;
}



.oneColFixCtrHdr #bottomNavbar p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	letter-spacing: 0.25em;
}
.oneColFixCtrHdr #bottomNavbar a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	letter-spacing: 0.25em;
}
.oneColFixCtrHdr #bottomNavbar a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1E3A07;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	letter-spacing: 0.25em;
	text-decoration: none;
}



.oneColFixCtrHdr #footer {

}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.oneColFixCtrHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #617D4D;
	text-decoration: none;
}
#tanbox1 {
	height: 154px;
	width: 471px;
	margin-left: 30px;
	background-image: url(../images/tan-rectangle-pic1.jpg);
	margin-top: 15px;
}
.tanboxContent {
	margin-left: 210px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 5px;
	padding-top: 5px;
}
.tanboxTxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-top: -15px;
}
.tanboxTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tanboxDate {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin-left: 30px;
}
.tanboxBtn {
	display: inline;
}
#tanbox2 {
	height: 154px;
	width: 471px;
	background-image: url(../images/pic-box-2.jpg);
	margin-top: 50px;
}

#videoplayers {
	height: 226px;
	width: 301px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#videoplayerTxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #CFC8B8;
}
#videogallery {
	width: 360px;
	text-align: center;
	height: 94px;
	clear: both;
}

#videogallery #pic1  {
	width: 33.3%;
	float: left;

}
#videogallery #pic2  {
	width: 33.3%;
	float: left;
}
#videogallery #pic3  {
	width: 33.3%;
	float: left;
}

#greenBottomArea h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
#greenBottomArea #content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 545px;
	color: #FFF;
	vertical-align: top;
}
.oneColFixCtrHdr #footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#mainheader #logo {
	width: 664px;
	height: 110px;
	float: left;
	background-image: url(../images/logo.jpg);
}
#mainheader #toplinks {
	float: right;
	height: 110px;
	width: 316px;
	background-image: url(../images/top-links.jpg);
}
#mainheader #toplinks a {
	color: #FFF;
	text-decoration: none;
}
#mainheader #toplinks a:hover {
	text-decoration: underline;
}


#mainheader #toplinks .toplinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin: 10px;
}
#mainheader #toplinks .toplinks .financing {
	font-size: 12px;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-bottom: 30px;
}

#mainheader #toplinks .toplinks .publications {
	float: left;
	width: 167px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#mainheader #toplinks .toplinks .careers {
	float: left;
	width: 81px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 8px;
	text-align: center;
}
#mainheader #toplinks .toplinks .directions {
	float: left;
	width: 112px;
	margin-left: 8px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

#subnavbar  {
	width: 100%;
	background-color: #FFF;
	height: 100px;
}
#maincontainer #subnav {
	height: 35px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #584F46;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #274C0B;
	background-image: url(../subnav/button-bg.png);
	background-repeat: repeat-x;
}

#maincontainer #contentBorder {
	background-color: #CFC8B8;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #607C4B;
	padding: 35px;
}
#mainSubContent  {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ECE8DF;
	border: 1px solid #C0BAAA;
}
#mainSubContent p a   {
	color: #5F7B4A;
	text-decoration: none;
}
#subpageheader  {
	height: 350px;
}

#maincontainer #mainSubContentHeader {
	background-image: url(../images/title-banner.jpg);
	background-repeat: no-repeat;
	height: 46px;
	text-indent: 10px;
}
#mainSubContent img {
}
.form {
	background-color: #F5F5F5;
	border: 1px groove #5F7B4B;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
