

/* Global configs */

body {
	behavior: url(functions/csshover.htc);
	margin: 0;
	padding: 0px;
	color: #666666;
	font-size: 0.7em;
	line-height: 1.6em;
	background: url(../static_images/backgrounds/wrapper.gif) top left repeat-x #E1F5E9;
	text-align: center;
	z-index: -1;
}

body, input, textarea {
	font-family: trebuchet ms, sans-serif;
}

	h1 {
		font-size: 1.7em;
		font-weight: 100;
		line-height: 2.72em;
	}
		h2 {
		font-size: 1.6em;
		font-weight: 100;
		line-height: 2.56em;
	}
		h3 {
		font-size: 1.5em;
		font-weight: 100;
		line-height: 2.4em;
	}
	
p {
	font-size: 1em;
	font-weight: 100;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #2E6B47;
}



/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 760px;
	z-index: 1;
	background: #ffffff;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	z-index: 0px;
}













#banner {
	background: url(../static_images/backgrounds/banner.gif) top center no-repeat;
	width: 760px;
	height: 166px;
	text-align: right;
	z-index: 1;
}

#banner ul.links {
	float: right;
	margin: 0px;
	padding: 0px 40px;
	list-style: none;
}

#banner ul.links li {
	float: right;
}

#banner ul.links li a:link, #banner ul.links li a:visited {
	border-left: 2px solid #3E8E5E;
	border-bottom: 2px solid #3E8E5E;
	border-right: 2px solid #3E8E5E;
	margin: 0px 0px 0px 10px;
	padding: 2px 8px;
	display: block;
	color: #3E8E5E;
}

#banner ul.links li a:hover {
	color: white;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	background: #2E6B47;
}









#image {
	float: right;
	width: 558px;
	height: 200px;
	margin: 10px 2px 0px 0px;
	
}


#image2 {
background: url(../static_images/header/Movie1.swf) white;
}








#content {
	width: 760px;
	margin: 0px;
	padding: 0px;
	height: auto;
	background: url(../static_images/backgrounds/content_bg.gif) top left repeat-x white;
	text-align: justify;
	z-index: 1;

}

















#navigation * {
	padding: 0;
	margin: 0;
}

#navigation {
	float: left;
	width: 167px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	margin: 0px 0px 0px 29px;
	padding: 38px 0px 0px 0px;
	background: url(../static_images/backgrounds/navigation.gif) top left repeat-x;
	display: inline;
	color: #333333;
}







#navigation ul {
	background: #B3E6C8;
	margin: 0px;
	padding: 8px;
	list-style: none;
}

#navigation ul li {
	text-align: center;
	display: block;
	border-bottom: 1px solid #2E6B47;
	margin: 3px;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #333333;
	width: 180px;
	font-size: 1.1em;
}

#navigation ul li a:hover {
	background: #2E6B47;
	color: white;
	width: 180px;
}







#navigation form.search {
	position: relative;
	width: 167px;
	height: 58px;
	background: url(../static_images/backgrounds/search.gif) top center no-repeat;
	border-top: 2px solid white;
}

#navigation form.search h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 800;
	margin: 0px;
	padding: 8px 8px 4px 8px;
	line-height: 1em;
	text-align: right;
	color: white;
}

#navigation form.search input {
	width: 143px;
	height: 17px;
	padding: 2px;
	margin: 0px 0px 0px 8px;
	font-size: 1em;
}





#navigation form.subscribe {
	position: relative;
	width: 151px;
	background: #B3E6C8;
	border-top: 2px solid white;
	padding: 8px;
	text-align: right;
}

#navigation form.subscribe h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 800;
	line-height: 1em;
	text-align: right;
	color: black;
}

#navigation form.subscribe p {
	line-height: 1.3em;
	text-align: right;
	padding: 4px 0px 0px 0px;
}

#navigation form.subscribe input.box {
	width: 143px;
	padding: 2px;
	margin: 0px;
	font-size: 1em;
}

#navigation form.subscribe input.button {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-weight: 800;
	padding: 1px;
	border: 2px solid white;
	background: #2E6B47;
	color: white;
	margin: 4px 0px 0px 0px;
	text-transform: uppercase;
}

#navigation form.subscribe input.button:hover {
	background: #3E8E5E;
}

#navigation div.spacer {
	height: 6px;
	width: 167px;
	border-top: 2px solid white;
	background: #2E6B47;
}








#body {
	margin: 0px;
	width: 460px;
	float: right;
	padding: 10px 60px 20px 20px;
	line-height: 1.6em;
	display: inline;
}

#body h1 {
	color: #2E6B47;
	text-align: center;
	font-style: italic;
	line-height: 1.6em;
	border-bottom: 1px solid #2E6B47;
}

#body h2 {
	color: #2E6B47;
}














#footer {
	width: 760px;
	height: 178px;
	padding: 0px;
	background: url(../static_images/backgrounds/footer_logos.gif) no-repeat bottom right white;
	margin: 0px 0px 40px 0px;
}


#footer div.greenbox {
	float: left;
	width: 151px;
	height: 132px;
	margin: 0px 0px 0px 31px;
	padding: 8px;
	display: inline;
	text-align: right;
}

#footer div.whitebox {
	float: left;
	width: 300px;
	height: 138px;
	margin: 30px 0px 0px 40px;
	display: inline;
	color: #AAAAAA;
}



?>