/* Import reset.css
-----------------------------------------------------------------------------*/ 

@import url("reset.css");


/* --------------------------------------------------------------------------*/ 

body
{
text-align: center;
background-color:#f8f8f8;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

div#wrap
{
background-color:#fff; 
margin-left: auto;
margin-right: auto;
width: 780px;
font-family:Arial, Helvetica, sans-serif;
text-align: left;
}

div#head
{
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	background-color:#7faa33;
}

	h1.logo
	{
		/* font-size:1px;
		color:#fff;
		text-indent:-999px;
		overflow:auto;
		background-image:url(../img/logo.png);
		height:44px;
		width:114px; */
		font-size:16px;
		color:#fff;
	}
	
div#navigation
{
	background-color:#94bf49 !important;
	background-image:url(../img/nav.gif);	
	color:#fff;
	width:780px;
	padding-top:10px;
}

#navlist
{
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:hover
{
background: #fff;
color: #94bf49;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}
#textheader{
width:100%;
font-size:12px;
color:#990000;
padding-left:10px;
font-weight:bold;
}

		
div#content
	{
		padding-left:10px;
		margin-top:40px;
		
	}
	
	h2.recent-news
	{
		font-size:14px;
		padding-top:20px;
		font-weight:bold;
		margin-bottom:20px;
	}
	
	.featured-news
	{
	font-family:"Georgia", Times New Roman, Times, serif;
	width:520px;
	}
	
		.featured-news a:link, a:visited
		{
			float:left;
			color:#CC9900;
			text-decoration:none;
			margin-top:4px;
		}
		
		.featured-news a:hover
		{
			text-decoration:underline;
		}
	
	/* #############*/
	
		h4.recent-news1
	{
		font-size:14px;
		padding-top:20px;
		font-weight:bold;
		margin-bottom:20px;
	}
	
	.featured-news1
	{
	font-family:"Georgia", Times New Roman, Times, serif;
	width:520px;
	}
	
		.featured-news1 a:link, a:visited
		{
			float:left;
			color:#CC9900;
			text-decoration:none;
			margin-top:4px;
		}
		
		.featured-news1 a:hover
		{
			text-decoration:underline;
		}
	
	/* #############*/
	
	h3.f-news
	{
		font-size:13px;
		color:#d4a13e;
		font-weight:bold;
		font-family:sans-serif, "Lucida Grande";
		line-height:16px;
		margin-bottom:5px;
		padding-left:13px;
		background-image:url(../img/document.gif);
		background-repeat:no-repeat;
		
		
	}
	.heading
	{
		font-size:14px;
		color:#d4a13e;
		font-weight:bold;
		font-family:sans-serif, "Lucida Grande";
		margin-bottom:5px;
		
	}

		.heading1
	{
		font-size:13px;
		color:#8da760;
		font-weight:bold;
		font-family:sans-serif, "Lucida Grande";
		margin-bottom:5px;
		
		
	}
	.heading2
	{
		font-size:12px;
		color:#d4a13e;
		font-weight:bold;
		font-family:sans-serif, "Lucida Grande";
		vertical-align:middle
		
	}
		.link_nav
		
	{
		font-size:12px;
		text-decoration:none;
		color:#d4a13e;
		font-weight:bold;
		
	}

		.preview
		{
			border-left:3px solid #ccc;
			color:#666666;
			padding:4px;
			background-color:#f3f3f3;
		}
	
	.news-list
	
	{
		padding-left: 0;
		margin-left: 0;
		border-bottom: 1px solid #ccc;
		width: 520px;
		margin-top:30px;
	}
	
	.news-list li
	{
		list-style: none;
		margin: 0;
		padding: 0.25em;
		border-top: 1px solid #ccc;
	}
	
	.news-list li a:link, a:hover
	{
		color:#94b064;
		text-decoration:none;
	}
	
		.link-right-list
	{
	    font-size:12px;
		color:#000000;
		text-decoration:none;
		font-weight:bold;
	}

	.news-list li a:hover
	{
		color:#d4a13e;
		text-decoration:none;
	}


	
	div#sidebar
		{
			width:230px;
			float:right;
			padding-left:10px;
			height:100%;
			
		}
		
		#loginul
		{
			width:200px;
			margin-top:10px;
			display:list-item;
			
		}
		
		#loginul li a:link, #loginul li a:visited
		{
			padding:5px;
			border-bottom:1px solid #ccc;
		}
	
			h2.side
			{
				font-size:14px;
				color:#7b9058;
				margin-bottom:10px;
				padding-bottom:5px;
				border-bottom:1px solid #7b9058;
			}
		
		
		.login-panel
		{
			padding:20px;
			background-image:url(../img/sidebar-bg.gif);
			background-repeat:no-repeat;
			color:#8da760;
			font-size:11px;
		}
		
		input.l-panel 
		{
			margin-bottom:10px;
			width:190px;
			border:1px solid #7b9058;
		}
		
		.l-panel-submit
		{
			float:right;
			margin-bottom:30px;
			width:50px;
			height:25px;
		}
		
		#spacer
		{
			clear:both;
			height:20px;
		}
	
	
div#footer
	{
		padding:10px;
		margin-top:20px;
		border-top:1px solid #999;
	}

	
.error {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: Arial, Helvetica, sans-serif;
	
}

		.heading3
	{
		font-size:14px;
		text-decoration:none;
		color:#d4a13e;
		font-weight:bold;
		
	}

		.leblespan
	{
		font-size:12px;
		color:#d4a13e;
		font-weight:bold;
		text-align:left; 
		}
		
	.colonspace{
	width:100px;
	padding-right:150px;

	
	}
	.divrow{
		width:100%;
		padding-left:100px;
	}
	
	.divrowLeft {
	    font-size:12px;
		color:#d4a13e;
		font-weight:bold;
		width: 20%;
		float: left;
	
	}
	.divrowRight {
		width: 80%;
		float: right;
	}
label,input {
font-family:Arial, Helvetica, sans-serif;
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}
