/* @override http://lilypadfloral.com/lilystyle.css */

@charset "UTF-8";
/* CSS Document */

/*
<script type="text/javascript" src="http://use.typekit.com/fas4mto.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
*/

body,td,th {
	color: #19270c;
}
body {
	font-family: "arno-pro-1","arno-pro-2", Georgia, serif; 
	font-size: 12pt;
	color: #121908;
	line-height: 15pt;
	background-color: #121908;
	text-align: center;
	margin-top: 0px;
}
	#frame {
	width:900px;
	padding:0px;
	text-align:left;
	background-color: #EEF1D2;
     -moz-box-shadow: 2px 2px 10px #000;
     -webkit-box-shadow: 2px 2px 10px #000;
     box-shadow: 2px 2px 10px #000;
	margin: 0px auto 20px;
	background-image: url(2toneBG2.png);
}

#contentheader {
	height: 140px;
}

#contentleft {
	width:260px;
	min-height: 410px;	
	float:left;
	clear: none;
	text-align: right;
	padding: 20px;
	background: #7B836E url(leftnavi_BG.jpg) no-repeat;

}
 #navigation {
		text-align: right;
	font-variant: normal;
	font-size: 13pt;
	line-height: 12pt;
	text-transform: uppercase;
	font-weight: 100;
	color: #121908;

}

#navigation a {
	text-decoration: none;
	color: #3e4237;
-webkit-transition: all .3s ease-in-out; 
-moz-transition: all .3s ease-in-out; 
-o-transition: all .3s ease-in-out; 
transition: all .3s ease-in-out;
}	

#navigation a:hover, #navigation a:active {
	color: #fff;
	color: rgba(255,255,255,0.85);
	background: transparent;
}

#contentright {
	width:559px;
	padding: 10px 20px;
	float:left;
			}

a:link {
	color: #121908;
-webkit-transition: all .3s ease-in-out; 
-moz-transition: all .3s ease-in-out; 
-o-transition: all .3s ease-in-out; 
transition: all .3s ease-in-out;
}
a:hover, a:active {
	color: #121908;
	text-decoration: none;
	background-color: #CDD3B2;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.bodytext {
	font-size: 14pt;
	color: #121908;
}
h1 {
	font-size: 24pt;
	color: #121908;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 12px;
}
h2 {
	font-size: 20pt;
	color: #121908;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 4px;
	line-height: 22pt;
}
h3 {
	font-size: 14pt;
	color: #121908;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 4px;
	font-style: normal;
	margin-top: 2px;
}
.leftphoto {
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #121908;
	float: left;
}
.rightphoto {
	margin-left: 20px;
	margin-bottom: 10px;	
	float: right;
}
li {
	font-size: 11pt;
	list-style-position: outside;
	list-style-type: square;
}
ul {
	margin: 2px 0px 10px 16px;
	padding: 0px;
}
#flash300 {
	float: right;
	width: 300px;
	height: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#footer {
	background-color: #3e4237;
	color: #eef1d2;
	text-align: center;
	text-transform: none;
	font-size: 8pt;
	clear: both;
}
