@charset "utf-8";
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-color: #DDD7B2;
}

#outer {
	width: 955px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/header/main_background2.gif);
	background-repeat: repeat-y;
}


#header {
	color: #123D27;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header/frost_header_background.jpg);
	background-color: #FFF;
}
#headerTopLinks {
	text-align: right;
	color: #BBAF65;
	font-weight: bold;
	margin-right: 10px;
	font-size: 90%;
	padding-right: 10px;
}
#headerTopLinks a, #headerTopLinks a:link, #headerTopLinks a:visited {
	color: #BBAF65;
	text-decoration: none;
}
#headerTopLinks a:hover, #headerTopLinks a:active {
	text-decoration: underline;
}
#header h1 {
	font-size: 250%;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-variant: small-caps;
	font-style: italic;
}
#header .tagline {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	font-size: 120%;
}




#header  .leftfloat {
	float: left;
	clear: left;
}

#headerBottom {
	text-align: center;
}

#top .backgroundBlue {
	background-color: #FFFFFF;
	background-image: url(images/header/blue-background.jpg);
}
#HomeBox {
	height: 150px;
	width: 150px;
	float: left;
}
#topnav {
	text-align: center;
	color: #BBAF65;
	font-size: 10px;
	width: 700px;
	padding-top: 110px;
	padding-bottom: 5px;
}
#topnav   a,#topnav a:link,#topnav a:visited  {
	font-weight: bold;
	text-decoration: none;
	color: #BBAF65;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #BBAF65;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: .1em;
	margin: 0px;
}
#topnav a:hover,#topnav  a:active {
	font-weight: bold;
	text-decoration: none;
	color: #123D27;
	background-color: #DAD09C;
	margin: 0px;
}



#topnav ul {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	list-style-position: inside;
}
#topnav li {
	display: inline;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
}
#topnav li .leftmargin {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #BBAF65;
}
#tagline {
	float: left;
	width: 198px;
	margin-left: 2px;
}
#center {
}




#lnav {
	float: left;
	width: 180px;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	color: #0A3B13;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 2px;
	font-size: 90%;
	font-weight: bold;
}

#lnav ul {
	background-color: #BBAF65;
	list-style-type: none;              /* no margin for IE either */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#lnav ul li {
	margin: 0;
	padding: 0;
	background-color: #BBAF65;
	display:block;
}
#lnav ul li hr{
	padding: 0;
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #214926;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #1F4724;
}
#lnav  ul  li  a, #lnav ul li a:link, #lnav ul li a:visited {
	display: block;         /* lines extend to right, make area clickable */
	color: #0A3B13;
	background-color: #BBAF65;
	margin:0;
	text-decoration: none;
	/* height:16px; */           /* hint for IE, alternatively remove whitespace from HTML */
	padding-top: 9px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 23px;
	font-weight: bold;
	background-image: url(images/header/pip.gif);
	background-repeat: no-repeat;
	background-position: 7px 9px;
	line-height: 12px;
	width: 154px;
}
#lnav ul li a:hover, #lnav ul li a:active {
	background-color: #CDC48D;
	color: #0A3B13;
	background-image: url(images/header/pip-over.gif);
	line-height: 12px;
}



#content {
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 220px;
	margin-top: 0px;
	padding-top: 0px;
	color: #0A3B13;
	margin-right: 15px;
}
#content dl dt {
	font-weight: bold;
	margin-top: 15px;
}

#content p {
	margin-top: 5px;
}

#content h1, #content h2, #content h3 {
	font-size: 150%;
	color: #0A3B13;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#content h2 {
	font-size: 135%;
}
#content h3 {
	font-size: 120%;
	margin-bottom: 3px;
}
#content img {
/*	border: 1px solid #0A3B13; */
	margin: 4px;
}

#content .introText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 115%;
	display: block;
	padding-right: 40px;
	padding-left: 40px;
}
#content .whiteText {
	color: #FFF;
}
#content .goldText {
	color: #C7B474;
}


#content .imgwideright {
	margin-right: 160px;
}
#content .imgwiderightnotsomuch {
	margin-right: 120px;
}


#content .clearboth {
	clear: both;
}
#content .clearright {
	clear: right;
}
#content .clearleft {
	clear: left;
}
#content .redwarning {
	color: #C00;
}




#sidebar {
	float: right;
	width: 240px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.sidebar {
	background-color: #F2F0E2;
	border: 2px solid #AB9C40;
	width: 230px;
	float: right;
	color: #0A3B13;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 95%;
}
.sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 125%;
	color: #B6A858;
	font-weight: bold;
	margin-top: 3px;
	text-align: center;
}
.sidebar ul li {
	margin-top: 4px;
	padding: 0px;
	text-indent: 0;
}
.sidebar ul {
	margin-left: 10px;
	padding-left: 0px;
}

.center  {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clearight {
	clear: right;
}

#bottomNav {
	font-size: 110%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #84740C;
}


#footer {
	font-size: 80%;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #123D27;
	background-color: #DCD6B1;
	color: #0A3B13;
}


#footer .company {
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 8px;
	font-size: 115%;
}
#footer p {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #84740C;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

input {
	margin: 0px;
	padding: 0px;
}
label {
	margin-right: 10px;
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	font-size: 105%;
	font-weight: bold;
	clear: left;
}
#admin_outer .small {
	font-size: 50%;
}

fieldset {
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
#content .makeRed{
	color: #F00;
}
#content .makeRed a {
	color: #F00;
}

