BODY#body {
	margin:0;
	padding:0;
	text-align: center;
	background: #999999 url(../images/body_bg.jpg) repeat-x left top;
}

body, td, th, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 155%;
}

#home_module div,
#home_module p {
	color: #000;
}

#right div,
#right p {
	color: #000;
}

p {
	margin:0;
	padding: 10px;
	padding-left: 0;
}

#left p {
	padding-left: 10px;
}

#wrapper {
	position: relative;
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

#wrapper_content {
	position: relative;
	width: 922px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/wrapper_bg.jpg) repeat-x left -1px;
	padding: 6px;
}

#wrapper_home {
	background: url(../images/home_img.jpg) no-repeat center -1px;
	width: 920px;
	height: 510px;
}

.small_space {
	height: 6px;
	padding: 0;
	margin: 0;
	background: green;
}

#wrapper_in {
	background:white url(../images/in_img.jpg) no-repeat center -1px;
	width: 920px;
}

#header_home {
	position: relative;
	height: 50px;
}

#logo_home {
	position: absolute;
	top: 0;
	left: 5px;
	width: 175px;
	height: 40px;
}

#menu {
	position: absolute;
	left: 190px;
        width: 700px;
	bottom: 20px;
}

#search {
	position: absolute;
	top:8px;
	right: 0px;
	width: 160px;
}

#home_module {
	position: absolute;
	top: 60px;
	left: 8px;
	width: 930px;
	height: 100px;
}

#home_module2 {
	position: relative;
	top: 140px;
	left: 0px;
	width: 930px;
	height: 300px;
}

#home_module .moduletable {
	padding-top: 20px;
	padding-left:7px;
}

#header {
	position: relative;
	height: 50px;
}

#logo {
	position: absolute;
	top: 2px;
	left: 5px;
	width: 175px;
	height: 40px;
}

#left {
	float: left;
	width: 300px;
}

#left2 {
	position: absolute;
	top: 275px;
	left: 20px;
	width: 300px;
	height: 200px;
}

#left3 {
	position: absolute;
	top: 475px;
	left: 20px;
	width: 300px;
	height: 200px;
}

#left4 {
	position: absolute;
	top: 675px;
	left: 20px;
	width: 300px;
	height: 200px;
}

#left .moduletable, 
#left ul.menu {
	padding-top: 45px;
	padding-left: 60px;
}

#content {
	float: right;
	width: 600px;
}

#content-padding {
	padding-top: 35px;
	padding-left: 0px;
	padding-right: 60px;     
}

#footer {
	margin: 0 auto;
	width: 830px;
	clear: both;
}


#footer_module div,
#footer_module p {
	color: #999;
}

#footermenu {
	text-align: right;
	padding-top:10px;
}

#logo img {
	display: block;
}

.space {
	height: 40px;
}

.clear {
	clear: both;
}

fieldset {border:none}

#belowmain {
padding-top:1.5em;
padding-bottom:1.5em;
}

/* GENERAL PURPOSE STYLES */

a, a:link, 
a:active, 
a:visited {
	color: #446627;
	text-decoration: none;
}

a:hover, a.active {
	color: #74ac44;
	text-decoration: underline;
}

.inputbox {
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #ddd;
}

#search .inputbox {
	width: 145px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0;
	padding-left: 5px;
	font-size: 11px;
}

.contentpane {
	padding-left: 0;
	padding-right: 0;
}

.contentpaneopen {
}

.sectiontableentry1 {
	background-color: #000;
}

.sectiontableentry2 {
	background-color: #000;
}

.small {
  font-size: 9px;
  text-decoration: none;
  font-weight: normal;  
}

form {
	padding: 0;
	margin: 0;
}

/* new tags */

h1, h2, h3, h4 {
	margin: 0;
	padding: 10px;
	padding-bottom: 0;
	padding-left: 0;
	font-family: "Trebuchet MS";
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #888;
}

h2.componentheading, 
h2.contentheading {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight:normal;
	padding: 0;
	margin: 0;
	padding-top:1em;
	padding-bottom:1em;
	color:#FFF;
}

h3 {
	font-size: 14px;
}

#search h3 {
	display: none;
}

#home_module_content h3 {
	display: none;
}

#left h3 {
	padding-right: 0;
	padding-bottom: 7px;
}

#footer h3 {
	display: none;
}

h4 {
	font-size: 11px;
	color: #333;
}

ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

li {	
	list-style: none;
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.arrow1,
ul.arrow2  {	
	line-height: 150%;
	padding-bottom: 3px;
	margin-top: 2px;
}

ul.arrow1 li {	
	list-style-image: url(../images/arrow1.jpg);
}

ul.arrow2 li {
	list-style-image: url(../images/arrow2.jpg);
}


#left ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	line-height: 25px;
	font-size: 12px;
	list-style-type: none;
	list-style-image: none;
}

#left ul li ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	line-height: 25px;
	font-size: 11px;
}

#left ul li a, 
#left ul li a:link, 
#left ul li a:visited {
	text-decoration: none;
	color: #324a1d;
}

#left ul li a:hover,
#left ul li a:active {
	color: #638b5d;
}

#left ul li ul a, 
#left ul li ul a:link, 
#left ul li ul a:visited {
	text-decoration: none;
	color: #446627;
}

#left ul li ul a:hover,
#left ul li ul a:active {
	color: #74ac44;
}

/* primary menu - at the top of this site */
#menu_home ul, 
#menu_home li,
#menu ul, 
#menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#menu_home ul li,
#menu ul li {
	float: left;
	line-height: 24px;
}

#menu_home a, 
#menu_home a:link, 
#menu_home a:visited,
#menu a, 
#menu a:link, 
#menu a:visited  {
	font-size: 11px;
	color: #003300;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 24px;
}

#menu a, 
#menu a:link, 
#menu a:visited {
	color: #003300;
}

#menu_home ul li a:hover,
#menu_home ul li a#active_menu,
#menu ul li a:hover,
#menu ul li a#active_menu {
	text-decoration: underline;
}


#footer a, 
#footer a:link, 
#footer a:visited  {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	text-transform: lowercase;
}

#footer a:hover, 
#footer a#active_menu-bottom {
	text-decoration: underline;
}

img {
	border: 0;
}


/* dropdown menu */

#menu ul li ul, 
#menu_home ul li ul {
display:none;
position:absolute;
width: 550px;
}

#menu ul li ul *, 
#menu_home ul li ul * {
color:white;
}

#menu ul li:hover ul, 
#menu_home ul li:hover ul, 
#menu ul li.over ul, 
#menu_home ul li.over ul { 
display: block; 
}