/*defaults*/
body {
	background:#3B7B61 url('../images/body_bg.jpg') repeat-x 0 0;
	color:#000000;
	margin:20px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
p {
	margin:0;
	padding:0 0 15px 0;
	text-indent: 20px;
	}
	
a {
	color:#000000;
	text-decoration:underline;
	}
	
a:hover	{
	color:#225799;
	text-decoration:none;
	}
/*end defaults*/

/*basic structural elements*/
#container {
	margin:0px auto;
	text-align:center;
	width:760px;
	border: 1px solid #000000;
	}
	
#holder	{
	width:720px;
	padding:20px 20px 5px 20px;
	background:#FFFFFF;
	text-align:left;
	}
/*end basic structural elements*/
	
/*header css*/
#header {
	background: #FFFFFF;
	border-bottom:1px solid #DADADA;
	padding:0px;
	}
	
#header h1{
	color:#0D422E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-variant:small-caps;
	margin-bottom:10px;
	margin-top: 0px;
	}
/*end header css*/

/*navigation css*/
#topnav	{
	padding:10px 0;
	}
	
#topnav ul {
	margin:0;
	padding:0;
	}
	
#topnav li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	font-size: 122%;
	font-variant: small-caps;
	font-weight:800;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#topnav a {
	color:#000000;
	padding:0 19px 0 0;
	text-decoration:underline;
	}
	
#topnav a:hover	{
	color:#000000;
	text-decoration: none;
	}
/*end navigation css*/

/*header photo (potentially rotating photos?) css*/	
#headerphoto {
	background:#CBDAD4;
	padding:10px;
	height:200px;
	}
/*end header photo css*/	

/*content css*/
#content {
	float:left;
	width:100%;
	padding:20px 10px 0 0;
	line-height:150%;
	}
	
#content h1 {
	font-size:140%;
	font-weight:normal;
	line-height:130%;
	margin:0;
	padding: 0 0 5px 0;
	border-bottom:1px solid #DADADA;
	}

#contentboxes {
	float:left;
	width:450px;
	padding:20px 10px 0 0;
	line-height:150%;
	}
	
#contentboxes h1 {
	font-size:140%;
	font-weight:normal;
	line-height:130%;
	margin:0;
	padding: 0 0 5px 0;
	border-bottom:1px solid #DADADA;
	}
/*end content css*/

/*sidebox css*/	
#sideboxes{
	float:right;
	width:250px;
	padding-top: 20px;
	padding-bottom: 0px;
	line-height:140%;
	text-align:left;
	}
	
.sidebox {
	padding:20px 20px 5px 20px;
	background:#FCFDE0;
	border:1px dashed #0D422E;
	margin-bottom:20px;
	}

.sidebox h1	{
	color:#0D422E;
	margin:0 0 10px 0;
	padding:0;
	font-size:120%;
	font-weight:normal;
	text-decoration: underline;
	}
	
.sidebox p{
	font-size:90%;
	}

.sidebox ul{
	padding-left: 0px;
	margin-left:12px;
	list-style-type:square;
	}
.sidebox li{
	font-size:90%;
	padding-left: 0px;
	}
/*end sidebox css*/	

/*bottom navigation css*/
#bottomnav {
	clear:both;
	width:740px;
	font-size:90%;
	background:#FFFFFF;
	padding:10px;
	text-align:center;
	border-bottom:2px solid #0D422E;
	font-variant:small-caps;
	}
	
#bottomnav ul {
	margin:0;
	padding:0;
	}
	
#bottomnav li {
	margin:5px;
	padding:0;
	list-style:none;
	display:inline;
	}
	
#bottomnav a {
	color:#000000;
	font-weight:bold;
	padding:0 5px 0 0;
	text-decoration:underline;
	}
	
#bottomnav a:hover	{
	color:#000000;
	text-decoration:none;
	}
/*end bottom navigation css*/

/*bottom navigation css*/
#footer {
	clear:both;
	width:740px;
	font-size:85%;
	background:#CBDAD4;
	padding:10px;
	text-align:center;
	}
	
#footer a {
	color:#000000;
	font-weight:bold;
	padding:0 5px 0 0;
	text-decoration:underline;
	}
	
#footer a:hover	{
	color:#000000;
	text-decoration:none;
	}
/*end footer css*/

/*eternity footer css*/
#eternity{
	clear: left;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 85%;
	}

#eternity a{
	clear: left;
	color: #000;
	text-align: center;
	font-variant:small-caps;
	}
	
#eternity a:hover{
	clear: left;
	color:#0D422E;
	}
#eternity b {
	font-weight: bold;
}
/*end eternity footer css*/

/*clearing stuff*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {
	display:inline-block; 
	}
* html .clearfix { /* Hides from IE-mac */
	height:1%; 
	}
.clearfix { /* End hide from IE-mac */
	display:block; 
	}
/*end clearing stuff*/