body {  background-color: #606060; background-image:url('images/back.jpg');  background-repeat:repeat-x;  margin-left:0pt; margin-right:0pt;margin-top:0pt;margin-bottom:0pt }
.container {background:#FFFFFF}
.header {background:#FFFFFF}
.searchbar {font-family: Century Gothic, arial, tahoma; font-size: 11pt;padding:2;color:#FFFFFF}
.flash  {background:#FFFFFF}
.navbar { background:#962025; background-image:url('images/navbar_back.jpg');  }

.contents {background:#E6E7E5;padding-top:5; border-left:1px solid #E2E4E2; border-right:1px solid #E2E4E2;}
.main {background:#FFFFFF;padding-top:5;border-left:1px solid #E2E4E2;}
.menuhead {background:#BAB9B8; background-image:url('images/menutitle_back.jpg');  height:30 ;font-family: arial, tahoma; font-size: 10pt; font-weight:bold; color:#FFFFFF;}
.menu {background:#FFFFFF;font-family: arial, tahoma; font-size: 9pt;padding:5;border-bottom:1px dotted #D7D7D7;font-weight:bold;border-left:1px solid #D7D7D7; border-right:1px solid #D7D7D7;}
.menu:a {color:#20465A}
.homegallery{border:1px solid #4D2065}
.highlight{font-family:arial;font-size:9pt;}
.highlighttitle {height:28; color:#4A552D; font-family: arial, tahoma; font-size: 12pt;  font-weight:bold;border-bottom:1px solid #FFFFFF;margin-bottom:5px}
.highlighttext {font-family: arial, tahoma; font-size: 9pt;border:1px solid #E0E0E0;padding:5;background:#E6E7E5;}

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

.footer { background:#606060; padding-bottom:10}
.footertext {  font-family: arial, tahoma; font-size: 9pt;  color: #FFFFFF;padding:10}

.text { font-family: arial, verdana, Arial; font-size: 9pt; color: #000000; text-align:Justify; padding:5px;padding-left:25;padding-right:25}
.text a {text-decoration:underline}
.title { font-family: arial, tahoma, verdana; font-size: 15pt;color:#4A552D;  padding:5px;padding-left:25;border-bottom:1px solid #E5E5E5 }

.footermenu a {color:#FFFFFF;text-decoration: underline; padding-left:10;padding-right:10;font-family: arial, tahoma; font-size: 8pt; font-weight:bold;}


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

a { text-decoration: none; color: #000000}
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: 250px; width: 700px; margin: auto }
.slideshow img { padding: 0px; }


/* menu styles */

.ddsmoothmenu{
font: bold 12px 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: 6px 15px;
border-right: 1px solid #89AB4B;
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: #FFFFFF;
}

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

.ddsmoothmenu ul li a:hover{
background: #89A64A; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
background:#778E3E;
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: 160px; /*width of sub menus*/
padding: 6px;
margin: 0;
border-top-width: 0;
border-top: 1px solid #89A64A;
}

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

