/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #fff;
	font-family: Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	height: 100%;
}


a				{outline: none;}
a:link 			{ color:#198919; text-decoration:underline; font-weight: bold; }
a:visited 		{ color:#B3D9B2; text-decoration:underline; font-weight: bold; }
a:hover 		{ color:#5CA65B; text-decoration:none; font-weight: bold; }
a:active 		{ color:#000000; text-decoration:none; font-weight: bold; }

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
img { border: 1px solid #999; margin: 5px; align: centre;}

dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{
	margin:0 0 15px;
	color: #333;
}
h1 					{
	font-size:18px;
	margin:0 0 12px;
	color: #198919;
}
h2 					{
	font-size:18px;
	margin:8px 0;
	color: #333333;
}
h3 					{
	font-size:14px;
	margin:6px 0 5px;
	color: #5C8A59;
}
h4 					{ font-size:14px; margin:4px 0; color: #198919; }
h5					{
	font-size:12px;
	margin:3px 0;
	color: #333333;
	text-transform: uppercase;
}
h6 					{
	font-size:14px;
	margin:6px 0 5px;
	color: #5C8A59;
	text-align:center;
}

hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{
	padding: 5px;
}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

h1.pageheading	{padding-bottom: 10px;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Lightbox */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #ddd;
	border: 1px solid #999;
	}

.gallery-item a {
	text-decoration: none;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

#imageDetails {
	color: #000;
}

/* Page */

#wrapper {
	width: 810px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#outer-wrapper {
	width: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Header */

#header {
	width: 810px;
	height: 343px;
	background-repeat: no-repeat;
	float: left;
}

/* Content */

#content { width: 775px; float: left; background-image: url(../images/page-bg.jpg); background-repeat: repeat-y; padding-left: 35px; 
}

.content-main { width: 500px; padding-top: 10px; padding-right: 0; padding-bottom: 10px; padding-left: 0; float: left; margin-top: 25px; width: 500px; 
}

.content-main p, .content-main ul, .content-main ol { line-height: 150%; 
}



#content-side { float: right; width: 200px; padding-top: 10px; padding-right: 20px; padding-bottom: 20px; padding-left: 30px; margin-top: 25px; border-left-width: 1px; border-left-style: solid; border-left-color: #CEE6CE; 
}

/* Footer */

#footer { width: 810px; height: 20px; overflow: visible; padding-bottom: 0px; text-align: center; background-color: #fff; background-repeat: no-repeat; background-position: top; float: left; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; background-image: url(../images/footer.jpg); padding-top: 62px; 
}

#footer p { margin: 0; color: #999999; font-size: 10px; 
}
img {
	text-align: center;
}

