/* CSS Document */

body {
	/*behavior: url(../includes/csshover.htc);*/
	margin: 0;
	padding: 12px;
	text-align: center;
	background-color: #BAC405;
	line-height: 0;
	font-size: 0;
}

p, h1 {
	margin: 0;
}

h2 {
	margin-bottom: 4px;
	font-family: "Palatino", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:normal;
	color: #BAC405;
	text-align: left;
	font-weight: normal;
	font-style:italic;
}

#pageDiv {
	margin: auto;
	width: 760px;
	height: auto;
	background-color: #ffffff;
}

.divClearer {
	clear: both;
}

/* ---- Header ----- */

#headerDiv {
	/*height: 297px;*/
	margin: 0;
	padding: 0;
}

#logoStrip {
	width: 760px;
	height: 85px;
	background-color: #ffffff;
	background-image: url(../media/logostrip_spring.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#menuDiv {
	height: 25px;
	width: 760px;
	clear: both;
	background-color: #BAC405;
}


#contentDiv {
	background-color: #ffffff;
	height: auto;
	padding:12px 12px 0px 12px;
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


/* --- right side --- */

#rightCol {
	position:relative;
	float: right;
	width: 320px;
	margin-bottom: 12px;
	padding-bottom:12px;
}

/*#rightCol {
	float: right;
	margin: 0;
	width: 320px;
	padding-top:8px;
	padding-bottom:8px;
	background-color: #D0DB73;
	text-align:center;
	margin-bottom: 12px;
}*/

#rightCol .articleStub {
	margin-left: 8px;
	margin-right: 8px;
	text-align:left;
}

#rightCol .articleStub h1 {
	color: #00266D;
	font-size: 13px;
	line-height:13px;
	font-weight:bold;
	margin-top: 4px;
	margin-bottom: 4px;
}

#rightCol .articleStub h1 a {
	color: #00266D;
	text-decoration: none;
}

#rightCol .articleStub h1 a:hover {
	color: #00266D;
	text-decoration: underline;
}

#rightCol .articleStub p {
	font-size:10px;
	line-height:14px;
	color: #333333;
}

#rightCol .articleStub .articleLink {
	/*margin-top: -8px;*/
	font-size: 9px;
	line-height: 0;
	padding: 0;
	text-align: right;
}

#rightCol .articleStub .articleLink a {
	color: #464648;
	text-decoration: none;
}

#rightCol .articleStub .articleLink a:hover {
	color: #00266D;
	text-decoration: underline;
}

.rightColBox1 {
	border: 1px solid #D0DB73;
	padding: 8px;
	margin-bottom:4px;
	text-align:left;
}

.rightColBox1 .historicHilight h1 {
	color: #00266D;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin-bottom:8px;
}

.rightColBox1 .historicHilight p {
	font-size:10px;
	line-height:14px;
	margin-bottom: 8px;
	color: #333333;
}

.rightColBox1 .historicHilight .articleLink {
	/*margin-top: -8px;*/
	font-size: 9px;
	line-height: 0;
	padding: 0;
	text-align: right;
}

.rightColBox1 .historicHilight .articleLink a {
	color: #464648;
	text-decoration: none;
}

.rightColBox1 .historicHilight .articleLink a:hover {
	color: #00266D;
	text-decoration: underline;
}

.rightColBox2 {
	background-color: #D0DB73;
	padding: 8px;
	margin-bottom:4px;
	text-align:left;
}

.rightColBox3 {
	margin-bottom:4px;
	text-align:left;
}

#historyRelated p {
	font-size:10px;
	line-height: 14px;
	color: #333333;
	margin-left:4px;
}

#historyRelated .title {
	font-weight:bold;
	color:#00266D;
}

#historyRelated .date {
	margin-left: 20px;
	font-weight:bold;
	color:#00266D;
}

#historyRelated .location {
	margin-left: 20px;
	font-weight:bold;
	color:#00266D;
}

#historyRelated .articleLink {
	/*margin-top: -8px;*/
	font-size: 9px;
	line-height: 0;
	padding: 0;
	text-align: right;
}

#historyRelated .articleLink a {
	color: #464648;
	text-decoration: none;
}

#historyRelated .articleLink a:hover {
	color: #00266D;
	text-decoration: underline;
}

#trailSearch {
	text-align: left;
	/*padding-left: 8px;
	padding-right: 8px;*/
}

#trailSearch h1 {
	color: #00266D;
	font-size: 13px;
	line-height:13px;
	font-weight:bold;
	margin-bottom: 12px;
}

#trailSearch p {
	font-size:11px;
	line-height: 11px;
	color: #333333;
}

#searchFields {
	margin-left: 8px;
}

#searchFields .searchRow {
	margin-bottom: 16px;
	clear:both;
}

#searchFields .searchRow .inputDiv {
	float:right;
	width:135px;
	text-align:left;
	margin-right:20px;
}

.searchInputStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5D5E60;
	border: 1px solid #3A7728;
	width: 135px;
	padding: 2px;
	margin-top:-4px;
} 

#search_categories p {
	font-size:10px;
	line-height:16px;
	margin-left: 8px;
	color: #333333;
}

#search_categories h1 {
	color: #00266D;
	font-size: 12px;
	line-height:12px;
	font-weight:bold;
	margin-bottom: 6px;
}



/* --- main content area --- */

#mainBody {
	float:left;
	text-align:left;
	width: 406px;
	margin-bottom: 12px;
}

#content1 {
	width: auto;
	height:auto;
}

#content1title h1 {
	margin-bottom: 4px;
	font-family: "Palatino", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height:normal;
	color: #002649;
	text-align: left;
	font-weight: normal;
}

#content1col1 {
	margin-right:0px;
}

#content1col1 p {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 12px;
}

#content1col2 {
	//float:right;
	//width: 130px;
}

#content2 {
	width: auto;
	height:auto;
}



/* -- for content tables -- */

.tableHeader {
	background-color: #BAC405;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align:center;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}

.tableContent {
	border:1px solid #BAC405;
	padding: 6px;
	margin-bottom: 8px;
}

.tableContent .articleStub {

}

.tableContent .articleStub h1{
	color: #BAC405;
	font-size: 13px;
	line-height:13px;
	font-weight:bold;
	margin-top: 4px;
	margin-bottom: 4px;
}

.tableContent .articleStub h1 a {
	color: #BAC405;
	text-decoration: none;
}

.tableContent .articleStub h1 a:hover {
	color: #00266D;
	text-decoration: underline;
}

.tableContent .articleStub p {
	font-size:10px;
	line-height:14px;
}

.tableContent .articleStub p a {
	color: #464648;
	text-decoration: none;
}

.tableContent .articleStub p a:hover {
	color: #00266D;
	text-decoration: underline;
}

.tableContent .articleStub .articleLink {
	/*margin-top: -8px;*/
	font-size: 9px;
	line-height: 0;
	padding: 0;
	text-align: right;
}

.tableContent .articleStub .articleLink a {
	color: #464648;
	text-decoration: none;
}

.tableContent .articleStub .articleLink a:hover {
	color: #00266D;
	text-decoration: underline;
}

.miniImage {
	border: 1px solid #BAC405;
	margin: 0;
	margin-right: 8px;
}

/* --- Footer ---*/

 #footerDiv {
 	/*width: 760px;*/
	border-top: 1px solid #BAC405;
	clear: both;
 }
 
 #footerContent {
	/*margin-left: 12px;
	margin-right: 8px;
 	border-top: 1px solid #BAC405;*/
	padding-bottom: 4px;
	padding-top: 8px;
 }
 
 #footerContent p {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #002649;
	text-align: left;
	margin: 0;
	margin-bottom: 8px;
 }
 
 #footerContent img {
	margin-right: 8px;
 }
 
 #footerLinks {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #002649;
	height: 12px;
 }
 
#footerLinks .spacer {
 	margin-left: 2px;
	margin-right: 2px;
 }
 
#footerContent a, #footerLinks a {
 	color: #002649;
	text-decoration: none;
}
 
#footerContent a:hover, #footerLinks a:hover {
 	color: #002649;
	text-decoration: underline;
}

/* --- other stuff --- */

form {
	padding:0;
	margin:0;
}

hr {
	height:1px;
	margin-top: 6px;
	margin-bottom: 6px;
	overflow:hidden;
}