/* Generic Styling */

body {
	
	font-family: Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
	font-size:10px; /* Sets default font size to 10px */
	color:#333;
	background:url(images/bg-body.jpg) repeat-x top center #66cc33;
	background-attachment:fixed;
	}
	
.rightimg {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	border: 1pt solid #ffffff;
	margin-bottom: 0px;
}

.leftimg {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 7px;
	border: 1pt solid #ffffff;
	margin-bottom: 6px;
}

.left-noborder {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 7px;
	border: none;
	margin-bottom: 6px;
}

.borderimg {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 2px;
	border: 1pt solid #ffffff;
	margin-bottom: 10px;
}

* {
	margin:0;
	padding:0;
	}
	
p {
	padding:0px 5px 5px 0px;
	text-align:justify;
	line-height:1.6em;
	color: #4c2808;
	}

h1 {
	font-size: 19px;
	text-decoration: none;
	color:#66cc33;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: lighter;
	}
	
h2 {
	font-size: 13px;
	text-decoration: none;
	color:#66cc33;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	}

strong {
	color:#4c2808;
	}
	
em {
	color:#666666;
	}

a {
	text-decoration:underline;
	color:#66cc33;
	}
	
a:hover {
	color:#66cc33;
	text-decoration: none;
	}
	
img a {
border:none;
	}
	
img a:hover {
border:none;
	}
	
hr {border: none 0; 
	border-top: 1px dashed #4c2808;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-bottom: 18px;
}

/* Structure */

#wrapper {
	margin: 0 auto;
	width:980px;
	background:#fffff3;
	font-size:1.2em;
}

#header {
	height:162px;
	background:url(images/header.jpg) no-repeat;
	width: 980px;
	}	
		
#middle {
	height:600px;
	width: 420px;
	float: left;
	}
	
#single {
	float:right;
	width:520px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	}
	
#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.jpg) repeat-x;
	}

/* :::::::::::::::MENUS::::::::::::::::::::::::::::: */


/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0; /*For KHTML*/
	list-style: none;
	height: 30px;
	position: relative;
	top: 97px;
	left: 310px;
	width: 630px;

}

ul#navmenu li {
	margin: 0;
	padding: 0 28px;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 27px;
	border: none;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  padding-left: 6px;
  width: 260px;
  list-style: none;
  display: none;
  position: absolute;
  top: 25px;
  left: -6px;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 149px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

ul#navmenu ul li ul li {
  width: 225px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
	padding: 1px 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #4c2808;
	font: normal 15px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 2pt solid #fffff3;
	border-left: 0 none;
	text-transform: lowercase;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	color: #4c2808;
	border-bottom: 2pt dotted #66cc33;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  font-size: 10px;
  font-weight:normal;
  background: #4c2808;
  color: #FFF;
  border: none;
  padding: 3px 6px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #66cc33;
  color: #FFF;
  border: none;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 143px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}


/* Footer */

#footer-valid {
	font-size: 10px;
	padding-top:60px;
	padding-left:20px;
	cursor:default;
	text-align: center;
	color:#4c2808;
	}
#footer-valid a {
	color:#4c2808;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#4c2808;
	text-decoration:underline;
	}

/*Form*/

label{
	float: left;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
color: #4c2808;
}

input, textarea{
	width: 186px;
	margin-bottom: 5px;
	background-color: #fff;
	color: #4c2808;
}

select{
	width: 191px;
	margin-bottom: 5px;
	background-color: #fff;
	color: #4c2808;
}

.checkbox{
width: 30px;
margin-bottom: 5px;
background-color: #fff;
color: #4c2808;
}

textarea{
	width: 190px;
	height: 110px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

td{
padding-top: 6px;
padding-left: 5px;
padding-right: 10px;
}

