﻿
body{
	margin:0px;	
	background-repeat:repeat-x;
	background-color:#6FA133;
	font-family:trebuchet ms;
	font-size:12px;
}

table{
	color:white;
	font-size:13px;
	font-family:trebuchet ms;
}



.container{
	width:805px;		
	
}

.splash_header{	
	border:3px solid #79BD35;
	border-top:none;
	width:799px;	
}

.splash_right_green{	
	float:right;
	margin-right:10px;
	background-color:#79BD35;
	width:160px;
	padding-left:20px;
	padding-right:20px;
	color:white;
   text-align:left;	
}

.splash_right_green img{
   border: 2px solid #FFFFFF;
}

.splash_left_green{	
	float:left;
	width:580px;
}

.nav{
	border-bottom:1px solid #79BD35;
	padding:10px;
	text-align:left;	
	color:white;
	font-size:13px;
}

.nav a:link{
    text-decoration:none;
}

.nav a:visited{
    text-decoration:none;
}


.content{	
	padding-left:10px;
	padding-right:10px;
	text-align:left;	
	color:white;
	min-height: 480px;
}

/*.footer{
    position:fixed;
    bottom:0px;
    text-align:center;
	border-top:1px solid #79BD35;
	width:805px;	
    font-size:10.5px;
    color:white;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#79BD35;

}*/

.footer{
    text-align:center;
	 width:799px;	
    font-size:10.5px;
    color:white;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#79BD35;
}

h1{
	font-size:20px;
	margin-bottom:5px;
	color:#99D945;
    margin-top:15px;
}

h2{
	font-size:20px;
	margin-bottom:10px;
	color:#567A27;
}

h3{
	font-size:16px;
	margin-bottom:10px;
	color:white;
}

h4{
	font-size:14px;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:5px;
	color:white;
}

a:link{
	color:white;
	text-decoration:underline;
}



a:visited{
	color:white;
	text-decoration:underline;
}

a:hover{
	color:#99D945;
	text-decoration:none;
}

a.subnav:link{
	color:white;
	text-decoration:underline;
	
	padding:3px;
}
a.subnav:visited{
	color:white;
	/*background-color:#79BD35;*/
	padding:3px;
	text-decoration:underline;
}
a.subnav:hover{
	color:#99D945;
	text-decoration:none;
}


.highlight{
    border:10px solid #7eb439;
    padding:10px;

}




img.imagebank{
    margin-left:10px;
    border:0px;
}

table.imagebankthumbs img{
    border-color:#FFFFFF;
}

.guestbook_header{
    padding: 8px;
    border-bottom: 1px solid #79bd35;
}

.guestbook_body{
    padding: 8px;
    margin-bottom: 35px;
}

/* GUESTBOOK */
.mrbotski{
    visibility: hidden;
    width: 10px;
}

.guestbook_even, .guestbook_not_even{
    margin-bottom: 20px;
    padding: 10px;
}

.guestbook_even h2, .guestbook_not_even h2{
    font-size: 12px;
}

.guestbook_even{
    background-color: #79BD35;
}

.guestbook_message{
    margin-top: 6px;
}

a.page, a.page_active{
    font-family: Georgia, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #343434;
    display: block;
    float: left;
    width: 20px;
    padding: 1px;
    margin-right: 3px;
    text-align: center;
    text-decoration: none;
    border-bottom: none;
}

a:hover.page, a.page_active{
    background-color: #000000;
    color: #FFFFFF;
}

/* FORMS */
input, textarea{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #79BD35;
    margin-bottom: 7px;
    padding: 2px;
}

input{
    width: 300px;
}

textarea{
    width: 300px;
    height: 100px;
}

.form_missing{
    border: 1px solid #FF0000;
    background-color: #FFDEDE;
}