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

/* general and reusable */

*
{
	border: 0;
	padding: 0;
	margin: 0;
}

body
{
	background: #A47F00 url(../images/background.jpg) top left;
	font: 12px/1.8 Georgia, "Times New Roman", Times, serif;
	color: #993300;
}

img
{
	border:none;
}

.clear
{
	clear: both;
}

.inside
{
	padding: 10px;
}

h1
{
	margin: 0 0 5px;
	padding: 30px 0 5px;
	font: 30px/1 Georgia, "Times New Roman", Times, serif;
	color: #cc6600;
	background: url(../images/mainheadingbar.jpg) repeat-x top left;
	letter-spacing: -1px;
}

h2
{
	margin: 0 0 5px;
	padding: 20px 0 5px;
	font: 18px/1 Georgia, "Times New Roman", Times, serif;
	color: #cc9900;
	background: url(../images/headingbar.jpg) repeat-x top left;
	letter-spacing: -1px;
}

p
{
	padding-bottom: 20px;
	text-align: justify;
}

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

a:hover
{
	color: #999900;
}

.floatleft
{
	float:left;
	margin-right: 7px;
	margin-bottom: 10px;
	font-size: 11px;
}

.floatright
{
	float:right;
	margin-left: 7px;
	margin-bottom: 10px;
	font-size: 11px;
}

strong
{
	letter-spacing: -1px;
}

hr
{
	clear: both;
	height: 1px;
	color: #F6DD5F;
	background-color: #F6DD5F;
	margin: 10px 0;
}

ul
{
	padding: 5px;
}

	ul li
	{	
		margin: 0 0 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #F6DD5F;
		line-height: 1.2;
	}
	
		ul li ul
		{
			color: #977;
			font-size: 11px;
			padding: 0;
			margin: 0 0 0 10px;
		}
		
		ul li ul li
		{
			border: 0;
			margin: 0;
			padding: 0;
		}
	
/* layout */

#wrap
{
	max-width: 100%;
	margin: auto;
}

	#header
	{
		background: url(../images/headerbackground.jpg) repeat-x bottom center;
		height: 100%;
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	
		#menu
		{
			text-align: center;
		}
		
		#menu a:hover
		{
			background: #C14505;
		}
		
			#menu img
			{
				vertical-align: middle;
			}
		
	#content
	{
		background: #fff url(../images/contentbackground.jpg) repeat-x top center;
		min-height: 300px;
		padding-top: 60px;
	}
	
		#content #mainrow
		{
			
		}
		
		#content #subrow
		{
			color: #977;
			font-size: 11px;
		}
		
		#content .engrave
		{
			background: url(../images/column.png) no-repeat top center;
			min-height: 200px;
		}
	
		#content .threecolumn
		{
			width: 900px;
			margin: auto;
		}
		
			#content .threecolumn .column
			{
				width: 33%;
				float: left;
			}
		
		#content .twocolumn
		{
			width: 900px;
			margin: auto;
		}
		
			#content .twocolumn .maincolumn
			{
				width: 67%;
				float: left;
			}
			
			#content .twocolumn .sidecolumn
			{
				width: 33%;
				float: left;
				color: #977;
				font-size: 11px;
			}
		
		#content .onecolumn
		{
			width: 900px;
			margin: auto;
		}
		
			#content .onecolumn .item
			{
				width: 300px;
				float: left;
				font-size: 11px;
				line-height: 1.2;
				margin-bottom: 25px;
			}
				
				#content .onecolumn .item .details
				{
					float: right;
					width: 190px;
				}
				
					#content .onecolumn .item .details div
					{
						margin-bottom: 5px;
					}
										
					#content .onecolumn .item .details .name
					{
						font-size: 12px;
						font-weight: bold;
						padding: 0 15px 0 0;
						color: #E37714;
					}
					
					#content .onecolumn .item .details .description
					{
						color: #977;
						padding: 5px 15px 0 0;
						text-align: justify;
					}
				
		.mainimage
		{
			text-align: center;
			padding: 20px 0 10px;
		}
		
			.mainimage .caption
			{
				padding: 10px 15px 0;
				text-align: justify;
				color: #977;
				font-size: 11px;
			}
			
		.newslist
		{
		}
		
			.newslist .item
			{
				margin: 0 0 10px;
				border-bottom: 1px dotted #F6DD5F;
				line-height: 1.8;		
			}
			
				.newslist .item .title
				{
					letter-spacing: -1px;
					font-weight: bold;
				}
				
				.newslist .item .date
				{
					font-size: 10px;
					letter-spacing: -1px;
					color: #977;
					margin-bottom: 5px;
					line-height: 1;
				}
				
				.newslist .item .content
				{
					font-size: 11px;
					line-height: 1.2;
					text-align: justify;
				}
			
			.newslist .selected
			{
				margin: -10px 0 10px;
				padding: 10px 5px;
				line-height: 1.8;	
				background: #FFFFCC;
				color: black;	
				border-bottom: 1px dotted #F6DD5F;
			}
				
				.newslist .selected .title
				{
					letter-spacing: -1px;
					font-weight: bold;
					color: #800;
				}
				
				.newslist .selected .date
				{
					font-size: 10px;
					letter-spacing: -1px;
					color: #977;
					margin-bottom: 5px;
					line-height: 1;
				}
				
		
			.newsarticle
			{
				margin: 0 0 10px;
				padding-bottom: 10px;
				border-bottom: 1px dotted #F6DD5F;
				line-height: 1.8;		
			}
			
				.newsarticle h2
				{
					margin: 0;
				}
				
				.newsarticle .date
				{
					font-size: 11px;
					letter-spacing: -1px;
					color: #977;
					margin-bottom: 10px;
					line-height: 1;
				}
				
				.newsarticle .content
				{
					text-align: justify;
				}
				
	#footer
	{
		clear: both;
		background: #504000 url(../images/footerbackground.jpg) repeat-x top center;
		color: #CC9933;
		text-align: center;
		font-size: 10px;
		padding: 50px 0 30px; 
	}
	
		#footer .inside
		{
			width: 900px;
			margin: auto;	
			min-height: 0;
			height: auto;
			padding: 5px 0;
		}
		