body {  background-color:#FEEFD5;background-image:url('images/back.jpg'); background-repeat:repeat-x;background-position:center top;   margin-left:0pt; margin-right:0pt;margin-top:0pt;margin-bottom:0pt; }
.header {width:980px;margin:0 auto}
.navbar {width:900px;height:65px;margin:0 auto;background-image:url('images/navbar_back.png');background-repeat:no-repeat; padding-top:5px;padding-left:40px;padding-right:40px}
.flash {width:700px; height:300px; margin:0 auto; overflow:hidden}
.topmenu {width:50px;font-family: arial, tahoma; font-size: 8pt;}
.bodywrapper {width:950px; margin:0 auto}
.main {width:750px}
.contents {width:200px}

.featured {font-family: georgia, arial, tahoma;padding:5px;color:#9F6B19;line-height:25px}
.menuhead {height:20px; background:#57473F;color:#FFFFFF; background-image:url('images/menutitle_back.jpg'); background-repeat:no-repeat; font-family: arial, tahoma; font-size: 9pt;padding:5px;font-weight:bold;}
.menu {padding:5px; background:#FFFFFF; font-family: arial, tahoma; font-size: 9pt;padding:5;border:1px solid #E5C797;font-weight:bold;border-top:0px}
.menu a {color:#C45F0C}


.highlight{font-family:arial;font-size:9pt;padding:10px;background:#FFF8EE;border:5px solid #FFFFFF;border-radius:5pt}
.highlightpic {border:2px solid #FFFFFF}
.highlighttitle {color:#A01F12; font-family: arial, tahoma; font-size: 15pt;  font-weight:sbold;border-bottom:1px solid #FFFFFF;margin-bottom:5px}
.highlighttext {font-family: verdana,arial, tahoma; font-size: 10pt; padding:5;line-height:25px}

.grid {background:#F2F2F2; font-family:arial, tahoma; font-size: 9pt;  padding: 3;   border:1px solid #D9DCD0}

.footer {background:#595744;border-top:3px solid #676451}
.footertext {background:#676451;  font-family: arial, tahoma; font-size: 9pt;  color: #FFFFFF;padding:10px;text-align:center}
.footermenu a {color:#FFFFFF; padding-left:10px;padding-right:10px;font-family: arial, tahoma; font-size: 9pt; font-weight:bold;}
.footermenu a:hover {color:#FCEF74; }

.text { font-family: arial, verdana, Arial; font-size: 11pt; color: #000000; text-align:Justify; padding-right:20px;line-height:25px}
.text a {text-decoration:underline}
.title { font-family: arial, tahoma, verdana; font-size: 18pt;color:#E68402;  padding:5px;border-bottom:1px solid #E5E5E5 }


.myform {border:1px solid #E6E6E6;background:#F3F3F3}
.myform th{background:#D4D9DC;background-image:url('images/navbar_back.jpg'); height:30px;border-bottom:1px solid #D9DCD0; font-family: Arial, verdana; font-size: 10pt; color: #FFFFFF;text-align:left}
.myform td{  font-family: arial, verdana; font-size: 9pt;color:#5A5D59;font-weight:bold;padding:5}


.pic{ border: 1px solid #DCDCDC; }

a { text-decoration: none; color: #000000}
a :hover {text-decoration:underline;color:#C42804}
input {font-family:arial, verdana;font-size:8pt}
select {font-family:arial, verdana;font-size:8pt }
textarea {font-family:arial, verdana;font-size:8pt}

/* slideshow */

.slideshow { height: 300px; width: 700px; margin: auto ;}
.slideshow img { padding: 0px; border:5px solid #FFFFFF}

/* menu styles */

.ddsmoothmenu{
font: bold 13px arial;
width: 100%;
}

.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;
color: #FFFFFF;
padding: 10px 18px;
border-right: 1px solid #4F3E37;
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: white;
}

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

.ddsmoothmenu ul li a:hover{
background: #4F3E37; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
background:#392C26;
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 12px Arial;
width: 185px; /*width of sub menus*/
padding: 8px;
margin: 0;
border-top-width: 0;

border-top: 1px solid #4F3E37;
}

/* 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;
}


