body {
	text-align:center;
	background:#3f3225 url(../images/textureBG.jpg) repeat;
}
a { text-decoration: none; }
ul {margin:0 0 5px 0; width:450px; }
li {margin-left:40px;list-style:url(../images/arrow.gif) inside; line-height:1.5em;}
/*ul.prop {margin:0 0 5px 0;}
ul.prop li {margin-left:0; list-style:url(../images/arrow.gif) inside; line-height:1.5em;}*/

img {border:1px solid #999; margin:3px; }
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
	background-color:#fff;
	border-left:2px solid black;
	border-right:2px solid black;
}
.float-l {
	float:left
}
.float-r {
	float:right;
}
.clearfix {
	clear:both
}
/* header */
#header {
	background:url(../images/header1.jpg) no-repeat;
	height:208px;
}
#header h1 {
	font-size:54px;
	padding-top: 70px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
}
#header h1 span {
	font-size:32px;
	text-transform:none;
	font-weight:bold;
}
ul#nav {
	position:absolute;
	top:166px;
	padding-left:5px;
	width:800px;
	list-style:none;
}
ul#nav li {
	background:none;
	float:left;
	height:50px;
	margin-left:0;
	list-style:none;
}
ul#nav li a {	
	color:#1E6231;
	font-weight:700;
	font-size:120%;
	height:50px;
	padding:0px 15px;
	line-height:32px;
	border:none;
}
ul#nav li a:hover, ul#nav li a.current {
	background:url(../images/nav_hover.gif) repeat-x;
	height:40px;
	padding:0 15px;
	line-height:32px;
	color:#fff;
}
ul#nav li li {
	height:30px;
	border:none;
	background:#FAD15B;
	border:1px solid #D57F00;
	border-top:none;
}

/* content */
#content {
	background:url(../images/content.gif) no-repeat #fff;
	padding:10px 30px;
}
#content a, #content-home a, .blog a, #footer a {
	text-decoration:none;
	border-bottom:1px solid #6CAF57;
	color:#6CAF57;
}
#content a:hover, #content-home a:hover, .blog a:hover, #footer a:hover {
	border-bottom:1px solid #FF6600;
	color:#ff6600;
}
#content-home {
	background:url(../images/content.gif) no-repeat #fff;
	height:400px;
	padding:10px 30px;
}
#content-home table { margin: 2% 5%;/* border:1px solid #DFD39F;*/ }
#content-home table td { padding:4px 8px 2px; }
	
#content .left, #content-home .left {
	width:480px
}
#content h2, #content-home h2 {
	font-size:24px;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}
#content h3, #content-home h3{
	font-size:18px;
	color:#1E6231;
	padding-top:5px;
}
#content h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#1E6231;
	padding-top:0;
}
#content p, #content-home p{
	padding:5px 0px;
	font-size:12px;
	line-height:16px;
}
#content .right, #content-home .right {
	width: 230px;
	padding-top: 20px;
}

/*ul#meun {
	text-align:left;
	float:left;
}
ul#meun li {
	list-style:url(../images/arrow.gif) inside;
	line-height:19px;
}*/
.emphasis {
	font-weight:bold;
	color:#1e6231;
}
.subemphasis {
	font-style:italic;
	font-weight:bold;
}
/* blog */
#blog {
	background:url(../images/blog.gif) no-repeat #fff;
	height:270px;
	padding:20px 30px 0 40px;
}
.blog {
	float:left;
	width:200px;
	padding:0 20px
}
.blog h2 {
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	color:#1E6231;
}
.blog .quote {
	margin-top:10px;
	line-height:14px;
}
.blog .quote li {
	padding-bottom:6px;
	list-style:none;
	list-style-image:none;
	background:none;
	line-height:1.1em;
	margin:0;
	*margin-left:-15px;
}
/* footer */
#footer {
	background:url(../images/footer.gif) no-repeat;
	height:130px;
	text-align:center;
	padding-top:25px
}
#ftlink, #copyright {
	padding: 0 0 8px 0;
	margin:0;
}
strong {font-weight:bold; color:#156EAF; font-size:1.1em;}
.clear{clear:both}
p.caption { color:#156EAF; font-size:.8em; margin-top:0 }

