BODY#body {
	margin:0;
	padding:0;
	text-align: center;
	background: #1b0400 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: #EEE;
	line-height: 155%;
}

#home_module div,
#home_module p {
	color: #fff;
}

#right div,
#right p {
	color: #fff;
}

p {
	margin:0;
	padding: 10px;
	padding-left: 0;
}

#left p {
	padding-left: 10px;
}

#wrapper {
	position: relative;
	width: 830px;
	margin: 0 auto;
	text-align: left;
}

#wrapper_content {
	position: relative;
	width: 822px;
	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: 820px;
	height: 448px;
}

.small_space {
	height: 6px;
	padding: 0;
	margin: 0;
	background: green;
}

#wrapper_in {
	background:#534E3A url(../images/in_img.jpg) no-repeat center -1px;
	width: 820px;
}

#header_home {
	position: relative;
	height: 50px;
}

#logo_home {
	position: absolute;
	top: 460px;
	left: 32px;
	width: 22px;
	height: 12px;
}

#menu {
	position: absolute;
	left: 25px;
	bottom: 20px;
}

#search {
	position: absolute;
	top:8px;
	right: 0px;
	width: 160px;
}

#home_module {
	float: left;
	width: 390px;
}

#home_module .moduletable {
	padding-top: 20px;
	padding-left:20px;
}

#header {
	position: relative;
	height: 50px;
}

#logo {
	position: absolute;
	top: 36px;
	left: 788px;
	width: 22px;
	height: 12px;
}

#left {
	float: left;
	width: 300px;
}

#left .moduletable, 
#left ul.menu {
	padding-top: 45px;
	padding-left: 50px;
}

#content {
	float: left;
	width: 400px;
}

#content-padding {
	padding: 10px;
	padding-left: 20px;
}

#footer {
	margin: 0 auto;
	width: 830px;
	clear: both;
}


#footer_module div,
#footer_module p {
	color: #999;
}

#footermenu {
	text-align: right;
	padding-top:3px;
}

#logo img {
	display: block;
}

.space {
	height: 119px;
}

.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: #958756;
	text-decoration: none;
}

a:hover, a.active {
	color: #C9C0A3;
	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: #fff;
}

.sectiontableentry2 {
	background-color: #f9f9f9;
}

.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;
	list-style-image: url(../images/arrow.png);
	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;
}

#left ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#left ul li a, 
#left ul li a:link, 
#left ul li a:visited {
	text-decoration: none;
	line-height: 25px;
	font-size: 13px;
	color: #958756;
	text-transform: lowercase;
}

#left ul li a:hover,
#left ul li a:active {
	color: #C9C0A3;
}

/* 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: #C9C0A3;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;

}

#menu a, 
#menu a:link, 
#menu a:visited {
	color: #958756;
}

#menu_home ul li a:hover,
#menu_home ul li a#active_menu,
#menu ul li a:hover,
#menu ul li a#active_menu { color: #6f694d;}

#footer a, 
#footer a:link, 
#footer a:visited  {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #c0c0c0;
	font-variant: small-caps;
}

#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;
}

#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; 
}
