/*	Darkgreen: #8d8c58
	Lightgreen: #a9a880
	Lightlightgreen: #e3e1d3
	Fontgreen: #a09d73
*/

body {
	padding: 0;
	margin: 0;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  text-decoration:none;
  font-size: 12px;
  background:#999;
  color:#fff;
}

a {
	color: #e7e6b9;
	text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

img {
		border:0px;
}

/**
 * Block types h1-h6, pre, p and address can be used in Lemon's editor and
 * you can customize their names by altering the comment behind the rule.
 * See the example below! Note: The rule must be on ONE line to work in Lemon.
 */
h1 { font-size: 12px; margin: 0; padding:3px 0 3px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; text-transform:uppercase;} /* Heading 1 */
h2 { font-size: 16px; margin: 0; padding:3px 0 3px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 2 */
h3 { font-size: 14px; margin: 0; padding:3px 0 3px 0; font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 3 */
h4 { font-size: 11px; color:#fff; margin: 0; padding:3px 0 3px 0; font-weight:bold; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;} /* Heading 4 */
p { margin: 0; padding: 0 0 10px 0; line-height: 18px; } /* Paragraph */

/**
 * Styles can also be included in Lemon's editor with custom names.
 * See the example below!
 */
.small { font-size: 9px; } /* LemonStyle: Small text */

#wrapper {
	width: 900px;
	padding: 0px;
	margin: auto;
	margin-top:80px;
	background-color:#fff;
}

#header {
	clear: both;
	padding: 0px;
	background:#fff;
}

#menu {
	border:1px solid #8d8c58;
	width:215px;
	}

#menu a{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	padding:0 0 0 20px;
	line-height:23px;
	display:block;
}

#menu .active {
	color:#ccc7af!important;
	text-decoration:none!important;
}

#menu a:hover {
	text-decoration:none;
	color:#ccc7af;
}


#spacer-01 {
	height:10px;
	width:20px;
}

#navigation {
	list-style-type:none;
	margin:0;
	margin-left:25px;
	padding:0;
}

#navigation a {
	height:24px;
	margin:0;
	padding:0 0 0 20px;
	background-image:url(../img/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#8d8c58;
}

#main {
	clear:both;
}

#menufield {
	background-color:#8d8c58;
	width:220px;
	height:331px;
	float:left;
 }
 
 #pixbox {
 	width:220px;
 	height:331px;
 	float:left;
 	background:#fff;
 	}

 #logo {
	padding:15px 0 15px 35px;
}

#footer {
	padding: 10px;
	padding-right:40px;
	font-size: 11px;
	text-align: right;
	background-color:#e3e1d3;
	color: #a09d73;
	font-weight:bold;
	height:15px;
}

#semifooter {
	margin:auto;
	width:880px;
	padding:10px;
	color:#777;
	font-size:10px;
	text-align:right;
}	

#semifooter a {
		color:#777;
}

#semifooter a:hover {
		color:#e3e1d3;
}

.border {
		border-right:5px solid #fff;
}
	
.bottom {
		border-bottom:5px solid #fff; 
}
	
.box01 {
		float:left;
		width:225px;
		height:163px;
		background:#a9a880;
		overflow:hidden;
}

.box02 {
		float:right;
		width:220px;
		height:163px;
		background:#8d8c58;
		overflow:hidden;
}

#right_col {
	float:left;
	background:#8d8c58;
	height:331px;
	width:450px;
}

#right_col_content {
	float:left;
	color:#fff;
	padding:0px;
	padding-top:15px;
	margin-left:20px;
}

#right_col_content ul {
	margin:0 0 0 15px;
	padding:5px;
}

#right_col_content ul li {
	list-style-type:url(../img/bullit.jpg);
}

#right_col_content p {
	margin:0;
	padding-left:0;
}

table {
	font-size:10px;
	line-height:14px;
}

div.scroll {
	height: 300px;
	width: 405px;
	overflow: auto;
	/*border: 1px solid #98975f;*/
	background:#8d8c58;
	scrollbar-base-color: #8d8c58; 
	scrollbar-track-color: #8d8c58;
}

div.scroll2 {
	height: 200px;
	overflow: auto;
	/*border: 1px solid #98975f;*/
	background:#8d8c58;
	scrollbar-base-color: #8d8c58; 
	scrollbar-track-color: #8d8c58;
}

div.scroll p, div.scroll2 {
	padding:8px;
}

#gridboxes h4, #gridboxes p {
	padding:8px;
	font-size:11px;
}
