﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:white;
	background-image:url('../images/background.jpg');
	background-position:center top;
	background-repeat:repeat-x;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, stong 
{
	color:black;
}

h1
{
	font-size: 1.1em;
	padding:0px;
	margin:0px 0px 10px 0px;
}

h2 
{
	font-size: 1.0em;
	padding:0px;
	margin:5px 0px;

}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.2em;
}

h5 
{
	font-size: 1.1em;
}

h6 
{
	font-size: 1.0em;
}

.narrowTextBox
{
	width:150px;
}

.mediumTextBox
{
	width:300px;
}

.wideTextBox
{
	width:500px;
}

.list
{
	width:500px;
}

.modified
{
	font-size:0.8em;
}

#container
{
	width:766px;
	padding:2px;
	margin:0px auto;
	background-color:white;
	background-image:url('../images/container-background.jpg');
	background-position:center 2px;
	background-repeat:no-repeat;
}

#header
{
	height:315px;
}

#headerLeft
{
	width:565px;
	padding:23px 0px 0px 15px;
}

#headerRight
{
	color:white;
	font-size:1.4em;
	font-weight:bold;
	padding:24px 0px 0px 0px;
	width:186px;
}

#contentArea
{
	z-index:100;
}

#contentLeft
{
	width:180px;
	margin:0px 20px 0px 0px;
	z-index:100;
}

.leftMenu
{
	z-index:100;
}

.leftMenu ul
{
	padding:0px;
	margin:0px;
	list-style:none;
	z-index:100;
}

.leftMenu ul li
{
	background-image:url('../images/menuitem.gif');
	background-position:center center;
	background-repeat:no-repeat;
	width:165px;
	height:24px;
	padding:7px 0px 0px 15px;
	font-size:1.2em;
	font-weight:bold;
}

.leftMenu ul li.selected
{
	background-image:url('../images/menuitem-selected.gif');
}

.leftMenu ul li a
{
	color:white;	
}

.leftMenu .actions 
{
	position: relative;
	color: white;
	font-weight: bold;
	font-size:1.0em;
}

.leftMenu .actions ul a
{
	color:black;
}

.leftMenu .actions ul {
	left: 163px;
	top: 0;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	z-index:100;
}

.leftMenu .actions:hover ul {
	display: block;
}

.leftMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	padding: 0px 5px;
	font-size:1.1em;
	background:none;
	margin:0px;
}


#contentRight
{
	width:556px;
	padding:0px 10px 0px 0px;
	z-index:50;
}

.box
{
	width:536px;
	background-image:url('../images/box-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	padding:10px;
}

#footer
{
	width:751px;
	background-image:url('../images/footer-background.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:right;
	height:38px;
	padding:67px 15px 0px 0px;
	font-size:0.9em;
	font-weight:bold;
	z-index:50;
}

#footer a
{
	color:black;
}

.parentList
{
	width:100%;
	float:left;
}

.parentList a
{
	color:#2D6A1C;
	font-weight:bold;
	font-size:1.4em;
}

.parentList .item
{
	float:left;
	position:relative;
	width:268px;
	margin:0px 0px 10px 10px;
}

.parentList .itemA
{
	float:left;
	position:relative;
	width:268px;
	margin:10px 0px 0px 10px;
}

.parentList .title
{
	float:left;
	position:relative;
	width:268px;
}

.parentList .image
{
	float:left;
	position:relative;
	width:268px;
	height:195px;
	overflow:hidden;
}

.parentList .more
{
	float:left;
	position:relative;
	width:268px;
	padding:10px 0px;
}

.parentList .more a
{
	background-image:url('../images/more-background.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	padding:10px 0px 10px 40px;
}

.imageGallery
{
	width:100%;
	float:left;
	margin:5px 0px 0px 0px;
}

.imageGallery .item
{
	width:134px;
	margin:0px 5px 5px 0px;
	float:left;
	position:relative;
	z-index:50;
}

.imageGallery img
{
	z-index:50;
	height:100px;
	width:134px;
}

.imageGallery .image
{
	z-index:50;
	float:left;
	position:relative;
	width:134px;
}

.imageGallery .actions 
{
	float:left;
	position:relative;
	color: black;
	font-weight: bold;
	font-size:1.0em;
	z-index:200;
}

.imageGallery .actions img
{
	width:12px;
	height:12px;
}

.imageGallery .actions ul a
{
	color:black;
}

.imageGallery .actions ul {
	left: 0;
	top: 100%;
	display: block;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 132px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	z-index:200;
}

.imageGallery .actions:hover ul {
	display: block;
}

.imageGallery .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	padding: 0px 5px;
	font-size:1.1em;
	background:none;
	margin:0px;
}

.pager
{
	width:100%;
	float:left;
	color:black;
	font-size:1.1em;
	font-weight:bold;
}

.pager a
{
	color:black;
}

.pager td
{
	width:32%;
	float:left;
	position:relative;
	text-align:center;
}

.smallButton
{
	width:268px;
	padding:10px 0px;
}

.smallButton a
{
	background-image:url('../images/more-background.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	padding:10px 0px 10px 40px;
	color:#2D6A1C;
	font-weight:bold;
	font-size:1.4em;
}










