/*
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: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}


a				{outline: none;}
a:link 			{color:#126038; text-decoration:underline;}
a:visited 		{color:#126038; text-decoration:underline;}
a:hover 		{color:#85C447; text-decoration:none;}
a:active 		{color:#85C447; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:20px; margin:0 0 12px;color: #126038;}
h2 					{font-size:18px; margin:8px 0; font-style:italic;}
h3 					{font-size:14px; margin:6px 0 5px;}
h4 					{font-size:14px; margin:4px 0;color: #126038;}
h5					{font-size:12px; margin:3px 0;color: #126038; font-style:italic;}
h6 					{font-size:xx-small; margin:0;}
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 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

h1.pageheading	{border-bottom: 1px dotted #A4A7A7;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 */
table.lightbox-table td {
border:1px solid #E0E0DF;
}
.gallery-item {
background:none repeat scroll 0 0 #FFFFFF;
padding:10px;
text-align:center;
}
.gallery-item div {
vertical-align:50%;
}
.gallery-item a {
text-decoration:none;
}
.gallery-item img.thumbnail {
margin-bottom:5px;
}
#imageDetails {
color:#000000;
}

/* Page */

#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url("../images/bg.jpg") repeat-y;
}

/* Header */

#header {
	width: 804px;
	height: 224px;
	margin: 0 0 0 17px;
	background-color: #FFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0;
	margin-top: 57px;
	margin-right: 40px;
	float: right;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#header h1 a {
	display: block;
	width: 215px;
	height: 110px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat center center;
}

/* Content */

#content {
	/*float: right;*/
	width: 770px;
	_width: 820px;
	padding-top: 20px;
	margin: 20px 0 0 35px;
	background: url("../images/content-divider.gif") repeat-y 580px top;
}

.content-main {
	width: 540px;
	padding: 0px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 180%;
}



#content-side {
	float: right;
	width: 160px;
	padding: 10px 0 0px 20px;
	/*border-left: 1px dotted #DBDBDB;*/
	text-align: center;
}

/* Footer */

#footer {
	position: relative;
	width: 840px;
	height: 45px;
	padding-top: 30px;
	text-align: center;
	background: #fff url("../images/footer.jpg") no-repeat;
}

#footer p {
	font-size: 10px;
	margin: 0;
	color: #000000;
}
