/* CSS Document */

	/* basic elements */
body { 
	font-family: Times New Roman; 
	color: #FFFFDD; 
	background: #09332E; 
	margin: 5px; 
	}
	
h1 {
	margin: 0px;
}
	
h2 { 
	font-style: italic; 
	color: #D4D0C8;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px; 
	position:relative;
	top: -10px;
	left:10px;
	}
	
a:link { 
	color: #E0EBE1; /*#E0DDD8;*//*#CCFFBB;*/ /* #D5FFCA;*/ /*#FBEAED;*/ /*#E1FFD9;*/
	text-decoration: underline;
	}
	
a:visited { 
	color:  #FEEB9E; /*#FDF19D;*/
	text-decoration: underline;
	}

a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
	}
	
a:active { 
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
	}
	
h3 a:link, h3 a:visited {
	color: #D4D0C8;
	background: #09332E;
	border:1px solid #ADA189;
	padding: 5px 5px 5px 5px;
}

h3 a:hover, h3 a:active {
	background: #D4D0C8;
	color: #09332E;
	padding: 5px 5px 5px 5px;
		border:1px solid #ADA189;
}

/*h3 span {
	background: #09332E;
	border:1px solid #ADA189;
}*/

#wrapper_homepage {
	background: #0D4D45; 
	padding: 10px 10px 10px 10px;  
	margin-left: auto; 
	margin-right: auto;
	width: 600px;
	}	

	/* specific divs */
#wrapper {
	background: #0D4D45; 
	padding: 10px 10px 10px 10px;  
	margin-left: auto; 
	margin-right: auto;
	}
	
#titlesection {
	border:1px solid #ADA189;
	padding: 5px 5px 5px 5px;
	text-align:center;
	background-color: #09332E;
	background: #09332E url(../images/sLogo5.gif) no-repeat left ;
}

#main {
	padding: 10px 10px 0px 10px; 
	width: 100%;
	display: block;
}

.dropdown {
	position:absolute;
	background-color:brown;
	z-index:1;
	width:100px;
	height:100px;
	visibility:hidden
}


.section_left {
		clear: left;
	padding-top:10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#section1 {
	width: 350px;
}

#section1 .left_body {
	height: 125px;
	background: url(../images/tn_lightning2.jpg) no-repeat bottom right;
}


.section_left  .left_body{
	padding: 5px 5px 5px 5px;
	border-bottom:1px solid #ADA189;
	border-left:1px solid #ADA189;
	margin-left: 20px;
	margin-top: 0px;
}


#section2 {
	/*height: 100px;*/
	width: 350px;
}

#section2 .left_body {
	height: 125px;
	background: url(../images/th_SunflowerEvening.jpg) no-repeat bottom right;
}

.section_left ul {
			/*border: 1px solid #0000ff;
			width: 200px;*/
}

.section_right {
	clear: right;
	align: right;
	padding-top:0px;
	margin-bottom:30px;
	margin-left: 120px;
}

.section_right h3 a {
	float:right;
}

.section_right ul {
	margin-bottom: 0px;
}


.section_right .right_body {
	align: right;
	padding: 5px 20px 0px 120px;
	margin-right:20px;
	margin-top: 50px;
	border-bottom:1px solid #ADA189;
	border-right:1px solid #ADA189;
}

.right_body img {
	float: left;
}


#section3 {
	width: 450px;
}

#section3 .right_body {
	height: 200px;
	background: url(../images/tn_RobertGodfreyNorton1841S.jpg) no-repeat bottom left;
}


.right_body .body_contents {
	float: right;
}


h3.select {
	font-size: 100%;
	margin-bottom: 0px;
}


#footer {
	font-size: 0.8em;
	border:1px solid #ADA189;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px 0px 0px;
	text-align:center;
	background: #09332E;
}
