@charset "UTF-8";
/* --------------------------  
Version: 1.1
Modified Date: 4.01.08
------------------------------ */


/* -----------------------------
   STANDARD HTML TAG RESET   
-------------------------------- */

body,
h1, h2, h3,
p, ul, li,
form {
	border:0;
	margin:0px;
	padding:0px;
}

/* -----------------------------
   STANDARD HTML TAG DEFINITION
-------------------------------- */

body,
form, input {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	background-color:#40434d;
}
h1 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1B3D5A;
	font-weight:bold;
}
h2 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4A771C;
	font-weight:bold;
	margin-bottom:6px;
}
h3 {
	font-size:14px;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333333;
	line-height:1.7em;
	}

a:link {
	color: #4A771C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4A771C;
}
a:hover {
	text-decoration: underline;
	color: #755F49;
}
a:active {
	text-decoration: none;
	color: #4A771C;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


/* --------------------------- 
   PAGE ELEMENTS 
------------------------------ */

.container {
	margin:0 auto;
	width: 1020px;
	background-image:url(../images/body_bg.png);
	padding-bottom:20px;
	margin-top:30px;
}

.container_home {
	margin:0 auto;
	width: 1020px;
	background-image:url(../images/body_bg.png);
	padding-bottom:0px;
	margin-top:30px;
}


.clear {
	clear:both;
}

	/* -----------------------------
	   LOGO & HEADER                        */
	
	.headercontainer {
		margin:0 auto;
		width: 1006px;
		height:156px;
	}
	
	/* -----------------------------
       HEADER 2 COLUMN - COLUMN LEFT (LOGO)       */
	
	#headerlogo_left {
		float:left;
		margin-right: 0px;
		margin-left:0px;
		margin-top:0px;
		width:668px;
		display:inline;
		border:none;
	}
	
	
	/* -----------------------------
       HEADER 2 COLUMN - COLUMN RIGHT (CONTACT INFO)       */
	
	#header_right{
		float:right;
		width:293px;
		height:156px;
		display:inline;

	}
	
	/* -----------------------------
	   MAIN NAVIGATION                  */
	
	.nav_container {
	margin:0 auto;
	width: 1020px;
}
	#navbar{
		width:auto;
		height:40px;
		background-repeat: repeat-x;
		padding-left:5px;
	}
	#navbar .inbar{
		display:block;
		height:40px;
		
	}
	#navbar ul, #navbar ul li{
		font-size:14px;
		border:0px;
		margin:0px;
		padding:0px;
		list-style:none;
		height:40px;
		line-height:46px;
		float:left;
	}
	#navbar ul{
		
	}
	#navbar ul li{
		float:left;
		display:block;
		line-height:46px;
	}
	#navbar ul li a{
		color:#DCD6A4;
		text-decoration:none;
		font-weight:bold;
		display:block;
		float:left;
	}
	#navbar ul li a span{
		padding:0 30px 0 15px;
		height:40px;
		line-height:46px;
		display:block;
		margin-left:10px;
		float:left;
		display:inline;
	}
	#navbar .navhome a, #navbar .navhome a:hover{
	background:url(../images/span-bg.jpg) right bottom no-repeat;
			height:40px;
		line-height:46px;
		float:left;
	}
	#navbar .navhome a span, #navbar .navhome a:hover span{
		color:#FFFFFF;
		background:url(../images/span-bg.jpg) right bottom no-repeat;
		height:40px;
		line-height:46px;
		float:left;
	}
	#navbar ul li a:hover{
		background:url(../images/a-bg.jpg) left bottom no-repeat;
		height:40px;
		line-height:46px;
		float:left;
	}
	#navbar ul li a:hover span{
		color:#FFFFFF;
		background:url(../images/span-bg.jpg) right bottom no-repeat;
		height:40px;
		line-height:46px;
		float:left;
	}
	
	/* -----------------------------
       HOMEPAGE GREEN AREA		       */
	
	#green_home {
		background-image:url(../images/home_greenbg.gif);
		background-repeat:no-repeat;
		background-color:#c6d5b3;
		width:840px;
		margin: 0px 0px 0px 15px;
		padding:0px;
		display:block;
	}
	
	#green_home_bottom {
		width:840px;
		background-image:url(../images/home_greenbg_footer.gif);
		height:10px;
		background-repeat:no-repeat;
		background-position:top;
		margin: 0px 0px 0px 15px;
		padding: 0px;
		display:block;
		line-height:0px;
	}
	
	/* -----------------------------
       SUBPAGE GREEN AREA		       */
	
	#green_sub {
		background-image:url(../images/subpage_greenbg.jpg);
		background-repeat:no-repeat;
		background-color:#c6d5b3;
		width:560px;
		height: 140px;
		margin: 0px 0px 0px 0px;
		padding:0px;
		display:block;
	}
	
	#green_sub_bottom {
		width:560px;
		background-image:url(../images/subpage_greenbg_footer.jpg);
		height:10px;
		background-repeat:no-repeat;
		background-position:top;
		margin: 0px 0px 22px 0px;
		padding: 0px;
		display:block;
		line-height:0px;
	}
	
	
	/* -----------------------------
       2 COLUMN - COLUMN LEFT (sidebar)       */
	
	#twocolumn_left {
		float:left;
		margin-right: 10px;
		margin-left:30px;
		margin-top:35px;
		padding-top:0px;
		width:700px;
		display:inline;
	}
	
	/* -----------------------------
       2 COLUMN - COLUMN RIGHT (content)       */
	
	#twocolumn_right{
		float:left;
		width:250px;
		padding-top:0px;
		margin-top:50px;
		display:inline;
		background-image:url(../images/dash_divider.gif);
		background-position:left;
		background-repeat:repeat-y;

	}
	
	#twocolumn_right li{
		list-style: none;
		display: list-item;
		}
	
	#right_addressdowntown {
	background-image:url(../images/horizontal_divider.jpg);
	background-repeat:no-repeat;
	margin-top:100px;
	margin-bottom:20px;
	margin-left:16px;
	}
	
	#right_addressmtp {
	background-image:url(../images/horizontal_divider.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:16px;
	}

	/* -----------------------------
       HOME 3 COLUMN Layout       */
	   
	#insidethreecolumn_left {
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 0px;
		padding-right:3px;
		background-image:url(../images/dash_divider.gif);
		background-position:right;
		background-repeat:repeat-y;
		width: 276px;
		float: left;
		font-size:12px;
		display:inline;
	}
	#insidethreecolumn_center {
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left:3px;
		padding-right:3px;
		width: 276px;	
		float: left;		
		background-image:url(../images/dash_divider.gif);
		background-position:right;
		background-repeat:repeat-y;
		font-size:12px;
		display:inline;

	}
	#insidethreecolumn_right {
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 7px;
		margin-right: 11px;
		width: 278px;
		float: left;
		font-size:12px;
		display:inline;

	}
	
		/* -----------------------------
        2 COLUMN INSIDE Layout       */
	   
	#twocolumn_left_inside {
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 60px;
		margin-right: 0px;
		padding-right:3px;
		width: 300px;
		float: left;
		font-size:12px;
		display:inline;
	}
	#twocolumn_right_inside {
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left:3px;
		padding-right:3px;
		width: 300px;	
		float: left;		
		font-size:12px;
		display:inline;
		}
	
	/* -----------------------------
       FOOTER                      */

	#footer {
		margin:0 auto;
		width: 1020px;
		background-image:url(../images/footer_bg.png);
		background-repeat:no-repeat;
		clear:both;
		color:#666666;
		font-size:12px;
		height:60px;
	}
	

#top_frame {
		width: 1020px;
		background-image:url(../images/top_body_bg.jpg);
		background-repeat:no-repeat;
		clear:both;
		color:#666666;
		font-size:12px;
		height:16px;
	}
	
#home_flash {
		width: 974px;
		background-repeat:no-repeat;
		color:#FFFFFF;
		font-size:12px;
		padding:0px 0px 0px 22px;
	}
	
/* --------------------------- 
   STYLE TAGS
------------------------------ */

	#right_addressdowntown p{
	background-image:url(../images/horizontal_divider.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	line-height:18px;
	}
	
	#right_addressmtp p{
	background-image:url(../images/horizontal_divider.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	line-height:18px;
	}

#footer p {
	padding:6px 15px 10px 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B0A48E;
	text-align:right;
}

#footer h1 {
	padding:28px 15px 0px 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#B0A48E;
	text-align:right;
}

#footer h1 a {
	color:#E3DBC8;
	text-decoration:none;
}
#footer h1 a:hover {
	color:#B0A48E;
	text-decoration:underline;
}

#footer p a {
	color:#B0A48E;
	text-decoration:none;
}
#footer p a:hover {
	color:#B0A48E;
	text-decoration:underline;
}

#header_right p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	padding:13px 5px 0px 13px;
	}
	
#header_right h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#537D26;
	padding: 0px 5px 0px 13px;
	margin-top:0px;

	}
	
#home_image {
	margin-top: 15px;
	margin-bottom:10px;
	text-align:center;
	}

#green_home h1{
	font-size:18px;
	color:#4A771C;
	padding-left:15px;
	padding-right: 120px;
	padding-top:20px;
	}
	
#green_home p{
	font-size:13px;
	color:#333333;
	padding-left:15px;
	padding-right: 120px;
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:10px;
	line-height: 24px;
	}
	
#green_sub h4{
	font-size:28px;
	color:#FFF;
	padding-left:15px;
	padding-right: 60px;
	padding-top:20px;
	margin:0px;
	}
	
#green_sub h5{
	font-size:17px;
	color:#4A771C;
	padding-left:15px;
	padding-right: 40px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:10px;
	line-height: 23px;
	font-weight:bold;
	}	
	
#twocolumn_right img {
	padding:0px 0px 0px 0px;
	}
	
#twocolumn_left h1{
	margin:20px 10px 5px 15px;
}
#twocolumn_left h2{
	margin:15px 10px 0px 15px;
}
	
#twocolumn_left p{	
	margin-top:0px;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:18px;
	}
	
#twocolumn_left blockquote{
	padding-top:5px;
	padding-bottom:10px;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-style:italic;
	line-height: 24px;
	margin:0px 15px 10px 15px;
	border-bottom:dashed thin;
	border-bottom-color:#999999;
	border-bottom-width:thin;
		}

#twocolumn_right h1{
	line-height:1.4em;
	margin:10px 10px 5px 10px;
	font-size:16px;
	text-align: center;
}
	
#twocolumn_right p{
	font-size:12px;
	line-height:1.5em;	
	margin-top:0px;
	margin-bottom:10px;
	margin-left:13px;
	margin-right:20px;
	}
#twocolumn_right blockquote{
		padding-top:10px;
		font-size:15px;
		font-family:"Times New Roman", Times, serif;
		color:#525041;
		font-style:italic;
		margin:0px 20px 5px 20px;
		text-align:center;
	}
#twocolumn_right ul li{
		list-style:none;
		display:list-item;
		margin-left:30px;
		margin-right:20px;
		margin-bottom:10px;
		margin-top: 10px;
		line-height:1.4em;	
		font-family:"Times New Roman", Times, serif;
		font-size:12px;
		color:#755F49;
		text-align: center;
	}
	
	#twocolumn_right_inside p{
		padding-left:8px;
		padding-right:3px;

		}
		
	#twocolumn_right_inside h1{
		padding-left:8px;
		padding-right:3px;

		}
		
	#twocolumn_left_inside p{
		padding-left:8px;
		padding-right:3px;

		}
		
	#twocolumn_left_inside h1{
		padding-left:8px;
		padding-right:3px;

		}
	

#insidethreecolumn_left h1 {
		margin:0px 0px 5px 10px;
		font-size: 17px;
		}


#insidethreecolumn_left p {
		padding-top:10px;
		font-size:12px;
		line-height: 18px;
		margin:0px 6px 0px 10px;
	
	}
	
	#insidethreecolumn_center h1 {
		margin:0px 0px 5px 10px;
		font-size:17px;
		}
		
	#insidethreecolumn_center p {
		padding-top:10px;
		font-size:12px;
		line-height: 18px;
		margin:0px 5px 0px 10px;

	}
	
	#insidethreecolumn_right h1 {
		margin:0px 0px 0px 8px;
		font-size:17px;
		}
		
	#insidethreecolumn_right p {
		padding-top:0px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		line-height: 18px;
		color:#333333;
		margin:0px 5px 0px 8px;

	}
	
	#vimeo_about p{
		font-size:10px;
		font-style:italic;
		margin-top: 16px;
		}
		
	#vimeo_about {
		margin:2px 0px 10px 0px;
		padding-top:10px;
		background-image:url(../images/video_bg.jpg);
		background-repeat:no-repeat;
		width: 278px;
		height: 200px;
		text-align:center;
		}
		
	#vimeo_home p{
		font-size:10px;
		font-style:italic;
		margin-bottom:0px;
		padding-top:10px;
		}
		
	#vimeo_home {
		margin:5px 0px 0px 0px;
		padding-top:10px;
		background-image:url(../images/video_bg.jpg);
		background-repeat:no-repeat;
		width: 278px;
		height: 210px;
		text-align:center;
		}
		
		
/* --------------------------- 
   H CARD STYLE TAGS
------------------------------ */
	
	.org {
		margin:10px 10px 5px 15px;
		font-size:18px;
		font-family:Arial, Helvetica, sans-serif;
		color: #3E76B1;
		font-weight:bold;
		}
		
	.email {
		margin-top:0px;
		margin-bottom:10px;
		margin-left:15px;
		margin-right:18px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#333333;
		line-height:1.5em;
	}
	
	.adr {
		margin-top:0px;
		margin-bottom:10px;
		margin-left:15px;
		margin-right:18px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#333333;
		line-height:1.5em;
	}
	
	.tel {
		margin-top:0px;
		margin-bottom:0px;
		margin-left:15px;
		margin-right:18px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#333333;
		line-height:1.5em;
	}
	
	
	#twocolumn_left h2{
	 margin:40px 10px 0px 15px;
	 border-top:#999999;
	 border-top-style:dotted;
	 border-top-width:thin;
	 padding-top:10px;
	}
	

	
	#sidebar h2 {
	margin: 5px 0 0;
	color:#1b3d5a;
	padding: 0;
	}	
	
	.navigation {
	
	margin-top:10px;
	margin-bottom:10px;
	
	}