@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	background-color: #2c4825;
	font-family: "Times New Roman", Times, serif;
}

p {
	font-size:14px;
	padding-bottom: 10px;
}

h1 {
	color: #2c4825;
		font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #2c4825;
	text-decoration: underline;
	font-weight: normal;
	
	}
	
h3 {
	font-size: 18px;
	color: #2c4825;
	font-weight: normal;
	
	}
	
/* ------------- START MAIN WRAPPER ------------- */

#MainWrapper {
	margin: 30px auto 10px auto;
	width: 805px;
	background-color: #F5F5EB;
	background-image: url(../images/bg_right.jpg);
	background-position: right bottom;
	background-repeat: repeat-y;
	padding-right: 5px;
}

#MainWrapper a:link {
	color: #2c4825;
	text-decoration: underline;
}

#MainWrapper a:visited {
	color: #2c4825;
	text-decoration: underline;
}

#MainWrapper a:hover {
	color: #2c4825;
	text-decoration: underline;
}

#MainWrapper a:active {
	color: #2c4825;
	text-decoration: underline;
}

#homeLink {
	width: 210px;
	height: 150px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ------------- END MAIN WRAPPER ------------- */

/* ------------- START HEADER ------------- */

#wrapHeader {
	margin: 0px auto;
	width: 802px;
	background-image:url(../images/logo2.gif);
	height: 140px;
	background-repeat: no-repeat;
	padding-top: 60px;
	position:relative;
	padding-right: 1px;
	margin-left: 0px;
}

#headerTitle {
	bottom: 0;
	text-align: left;
	width: 300px;
	position: absolute;
	top: 180px;
	left: 20px;
	
}

#headerCompanyName {
	text-align: left;
	margin-left: 220px;
}

#headerCompanyName h1 a:link, #headerCompanyName h1 a:visited {
	color: #2c4825;
	text-decoration: none;

}

#headerCompanyName h1 a:hover, #headerCompanyName h1 a:active  {
}

#headerMenu {
	width: 579px;
	background-color: #2c4825;
	margin-top: 12px;
	margin-left: 220px;
	z-index: 10;
}

#headerMenu ul {
	text-align: center;
	padding: 5px 0;
}

#headerMenu ul li {
	display: inline;
	text-decoration: none;
	margin: 0 6px;
	padding: 2px 15px;
	color: #f5f5eb;
	font-size: 20px;
}

#headerMenu li a:link, #headerMenu li a:visited
 {
	color: #f5f5eb;
	text-decoration: none;
		padding: 2px 15px;

}


#headerMenu ul li a:hover, #headerMenu  a:active {
	color: #fff;
	text-decoration: none;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding: 2px 15px;


}

/* ------------- END HEADER ------------- */

/* ------------- START BODY ------------- */

#wrapBody {
	background-repeat: no-repeat;
	width: 802px;
	z-index: 5;
	

}

#bodyContent {
	height: 500px;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: no-repeat;
	padding: 30px 20px 10px 20px;

	}
body > div #bodyContent { /*hack for ie - ie doesn't see child selectors, and disregards the min-height here*/
	min-height: 500px;
	height: auto;
	
}

#contact_form {
	width: 300px;
	margin-left: 425px;
}

#bodyContent img {
	border:1px solid #2c4825;
	}

.floatRight {
	float: right;
	margin-left: 20px;
}

.floatLeft {
	float: left;
	margin-right: 20px;
}


/* ------------- END BODY ------------- */

/* ------------- START FOOTER ------------- */

#wrapFooter {
	width: 802px;
	text-align: center;
	background-color: #ffffff;
	clear: both;
	color: #2C4825;
	font-size: 12px;
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #2c4825;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom right;
	z-index: 10;
	}
#wrapFooter p {
	margin: 0px 10px 10px 0px;
}
#wrapFooter ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	display: block;
	text-align: center;
}
#wrapFooter li {
display: inline;
	margin: 10px;
}

#wrapFooter ul li a {
	text-decoration: none; 
		font-size: 12px;



}

#wrapFooter li a:link, #wrapFooter li a:visited {
	color: #2C4825;
	text-decoration: none; 
		font-size: 12px;


}

#wrapFooter li a:hover, #wrapFooter li a:active {
	color: #2C4825;
	text-decoration: underline;
}


/* ------------- END FOOTER ------------- */

/* ------------- START DROPDOWN ------------- */

/*
#dropDown1 {
	background-color: #2c4825;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 133px;
	left: 345px;
	display: none;
}

#dropDown1 ul { 
	list-style: none;
	padding: 0;
	margin: 0;
	display: block; 
   	background-color: #2c4825;
   	width: 120px;
}

#dropDown1 ul li {  
	padding: 5px;  
	display: block;
	border-left: 1px solid #ddddb9;
	border-top: 1px solid #ddddb9;
	border-right: 1px solid #ddddb9;
}

#dropDown1 ul li a:link, #dropDown1 ul li a:visited  { 
	height: 1%; 
	display :block; 
	color: #f5f5eb; 
	text-decoration: none;
}

#dropDown1 ul li a:hover, #dropDown1 ul li a:active { 
	color: #2c4825;
	background-color: #ddddb9;
	text-decoration: none;
}

.first {
	margin-top:8px;
	border-top: none;
}

/* ------------- END DROPDOWN ------------- */
