/*
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: #6A9270; font-family: Tahoma, Arial, sans-serif; font-size: 12px; color: #505152; height: 100%; 
}


a				{outline: none;font-weight: bold}
a:link 			{ color:#1E5536; text-decoration:none; }
a:visited 		{color:#135293; text-decoration:none;}
a:hover 		{color:#5D85AD; text-decoration:underline;}
a:active 		{color:#5D85AD; text-decoration:underline;}

h1, h2	{font-family: Georgia, "Times New Roman", serif;}
h3, h4, h5	{font-family: Tahoma, Arial, sans-serif;}

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:21px; font-weight: normal; margin:0 0 12px; color: #215c3b; }
h2 					{ font-size:16px; margin:8px 0; color: #215c3b; }
h3 					{font-size:14px; margin:6px 0 5px;color: #39434A;}
h4 					{ font-size:14px; margin:4px 0; color: #235F3D; }
h5					{ font-size:12px; margin:3px 0; color:#6A9270; }
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px solid #A9A9B7; color: #FDF9D6; background-color: #FDF9D6; margin: 10px 0 10px 0;}
					/*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 solid #A9A9B7;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;}

/* Page */

#wrapper {
	position: relative;
	width: 889px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url("../images/bg.jpg") repeat-y;
}

/* Header */

#header { width: 889px; height: 263px; margin: 0; background: url(../images/header.jpg) no-repeat; 
}



#header-wrap { background: #fff; width: 770px; height: 160px; position: absolute; top: 96px; left: 60px; 
}

#header h1 { margin: 0; margin-top: 0px; left: 251px; position: absolute; text-transform: lowercase; text-align: center; font-weight: normal; font-style: italic; color: #9C9C9C; top: 0px; 
}

#header h1 a { display: block; width: 271px; height: 160px; text-indent: -9000px; background: url(../images/logo.jpg); 
}

#imagebar-left,
#imagebar-right {
	position: absolute;
	width: 252px;
	height: 169px;
	top: 4px;
}

#imagebar-left { left: 0px; height: 160px; width: 252px; top: 0px; 
}

#imagebar-right { right: 0px; background: no-repeat; height: 160px; width: 252px; top: 0px; 
}

/* Content */

#content { /*float: right;*/
	width: 750px; margin: 20px 0 0 70px; background: #FFF; 
}

#content-main {
	width: 540px;
	padding: 0px;
}

#content-main p, #content-main ul, #content-main ol {
	line-height: 180%;
}
#content-main a {
	text-decoration: underline;
}


#content-side {
	float: right;
	width: 185px;
	padding: 10px 0 0px 20px;
	color: #6D6D6E;
	line-height: 14px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.sidebox { float: right; width: 165px; background: #dcf1df; border: 1px solid #cad2cd; margin-bottom: 10px; padding: 10px; padding-bottom: 10px; 
}

/* Footer */

#footer { position: relative; width: 889px; height: 102px; padding-top: 20px; text-align: center; font-family: Verdana; font-size: 11px; background: #fff url("../images/footer.jpg") no-repeat; 
}

#footer p { margin: 0; color: #4A664F; 
}

#footer p a {
	font-weight: normal;
}

#footer p.sitelinks   { margin-top: 40px; 
}

#footer p.sitelinks a  { color: #225F3D; 
}

#search-box {
	position: absolute;
	top: 14px;
	right: 56px;
	width: 227px;
	height: 35px;
}

#search-box form {
	color: #000;	
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#search-box form input,
#search-box form label {
	float: left;
	display: block;
	margin: 0;
}

#search-box form label { color: #FFFFFF; margin-right: 12px; padding-top: 3px; 
}

#search-box form input { color: #000; border: 1px solid #215d3b; background: #acbfac; width: 121px; height: 17px; 
}

#search-box form input.go {
	border: 0px solid #E4D113;
	background: url("../images/go.gif") no-repeat;
	width: 23px;
	height: 19px;
	margin-left: 3px;
	margin-right: 0px;
}
