.ddsmoothmenu{
	font: bold 12px Arial; /*background of menu bar (default state)*/
	width: 800px;
	margin-left: auto;
	background-color: #F7E39C;
	position: relative;
	letter-spacing:0.06em;
	margin-right: auto;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #F7E39C; /*background of menu items (default state)*/
color: #6D1700;
padding: 8px 10px;
border-right: 1px solid #778;
color: #d5e9ba;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #6d1700;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #6d1700; 
color: #ffffff;
}

.ddsmoothmenu ul li a:hover{
background: #6d1700; /*background of menu items during onmouseover (hover state)*/
color: #ffffff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

body {
	text-align:center;
}
a {
	text-decoration:none;
	color:#000
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
.float-l {
	float:left;
	margin-right: 7px;
}
.folat-r {
	float:right
}
.clearfix {
	clear:both
}
/* header */
#header {
	height:355px;
	background:url(images/hd4.jpg);
	position:relative
}
#nav {
	position:absolute;
	top:342px;
	right:30px;
	left: 75px;
	width: 600px;
	height: 43px;
}
ul#nav {
	background-color: #FCE5A1;
}
ul#nav li {
	display:inline;
}
ul#nav a {
	color:#000;
	line-height:43px;
	padding:0 10px;
	border-right:#000 1px solid;
}
ul#nav .last a {
	border:none
}
#logo {
	position:absolute;
	top:10px;
	left:125px;
	height: 1px;
}
#logo h1 {
	display:inline
}
#logo h1 {
	font-size:28px;
	color:#6D1700
}
#logo span {
	font-size:16px;
}
/* content */
#content {
	height:450px;
	background:#ffffff
}
#content .left {
	width:350px;
	padding:0 0px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
}
#content .left h2 {
	color:#6D1700;
	font-size:34px;
	padding:20px 0
}
#content .left img {
	padding-right:20px
}
#content .left a {
	color:#0066FF
}
#content .right {
	width:400px;
}
#top, #bm {
	width:201px;
	margin:0 auto;
	margin-top:115px;
	padding:0 35px;
	background-color: #6D1700;
}
#side h2 {
	font-size:24px;
	color:#6D1700;
	padding:20px 0 13px 0
}
#side li {
	line-height:20px
}
/* footer */

#footer {
	clear:both;
	background: url(images/footer.gif);
	height:142px;
	color: #000;
	position:relative;
}
.ft {
	position: absolute;
	top:80px;
	left:65px;
	width: 650px;
}
#xhtml {
	position: absolute;
	top:130px;
	left:550px
}
@charset "UTF-8";


/*------------------------------------------------News panel--------------------*/
#news{
	width:800px;
	border:1px solid #000000;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin:0 0px 0px 0px;
	float:left;
	background-color: #ffffff;
	background-repeat: repeat-x;
	border-width: 0;
	font-size: 12pt;
}
#news h2{
	font:bold 22px/38px Arial, Helvetica, sans-serif;
}
#news h3{
	font:bold 12px/29px Arial, Helvetica, sans-serif;
	color:#6D1700;
	background-color:#F7E39C;
	padding:0;
	margin:0;
	text-transform:uppercase;
}
#news p.midText{
	font:bold 18px/19px Arial, Helvetica, sans-serif;
	color:#74AA22;
	background-color:#ffffff;
	margin:0 0 31px 0;
}
#news p.midText2{
	font:bold 16px/22px Arial, Helvetica, sans-serif;
	color:#74AA22;
	background-color:#ffffff;
	margin:0 0 46px 0;
}		
/*------------------------------------------------news panel--------------------*/

