/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	text-align: center; /* IE 5 bug fix */
	font: 100.1% "Trebuchet MS", Verdana, Arial;
	background: url(../imgs/layout/bg_main.png);
}

#holder {
	width: 100%;
	margin-top: 0;
}

#top {
	margin-top: 0;
	width: 100%;
	background: url(../imgs/layout/bg_top.png) repeat-x;
	border-bottom:1px solid #fff;
}

/* main div only necessary to have a white background within the diagonal green background */

#main {
	margin: 0 auto 0 auto;
	width: 900px;
	background: #fff;
}

#leftcol {
	margin:0;
	width: 236px;
	float: left;
	padding:50px 0 0 0;
	text-align:center;
}

#content {
	margin: 0 0 0 236px;
	padding: 127px 15px 15px 15px;
	text-align:left;
	color: #76a31b;
	font-size:90%;
}

#content h1 {
	margin-top: 20px;
	font-size:130%
}

#content p {
	margin-top: 15px;
	line-height: 130%;
}

#content ul {
	margin-top: 15px;
	list-style: square outside;
}

#content li {
	margin-left: 20px;
	line-height: 180%;
}

.toplink {

}

.titleImg {
	margin-bottom: -5px;
}

.title {
	margin-top: 20px;
	margin-bottom: 0;
}

#footer {
	margin:0 auto;
	width: 900px;
	padding: 5px;
	text-align:right;
}

#footer a {
	font-size:60%;
	text-decoration:none;
	color:#fff;
}

#footer a:hover {
text-decoration: underline;
}




/* navigation */

#nav {
	margin: 0 auto;
	padding-top: 35px;
	width: 207px;
	font-size:90%;
}

#nav ul {
	list-style-type: none;
	margin: 0; 
	padding: 0;
	text-align: left;
}

#nav ul li {
	padding: 0 0 0 10px;
	margin: 2px 0 0 0; 
}

#nav ul li a{
	display: block;
	padding: 4px 0 4px 15px;
	background: url(../imgs/layout/arrow1.png) no-repeat left;
	text-decoration: none;
	height: 1%;
}

#nav ul li a:hover, #nav a:focus {
	padding: 4px 0 4px 20px;
	background: url(../imgs/layout/arrow2.png) no-repeat left;
	color: #669801;
}

/* active link */

#nav ul li em{
	padding: 4px 0 4px 15px;
	line-height:200%;
	background: url(../imgs/layout/arrow2.png) no-repeat left;
	color: #669801;
	font-style: normal;
	font-weight: bold;
}

/* navigation level 2 */

#nav ul .indent{
	list-style-type: none;
	margin-left: 10px; 
	padding: 0;
	text-align: left;
	font-size:80%;
}

/* gallery */

#gallery {
	border:1px solid #FF9933;
}

#gallery td {
	text-align:center;
	vertical-align:top;
	border:1px solid #FF9933;
}

#gallery p{
	margin-top:0;
	margin-bottom:7px;
}


#gallery a{
	text-decoration: none;
	color: #669801;
}

#gallery a:hover, #gallery a:focus {
	color: #005f95;
	text-decoration: underline;
}





