/* CSS Document */
body{
margin:0px auto;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
line-height:1.5;
color:#000000;
text-align: center;
background-color:#ffffff;
}

#container{
margin: 0px auto;
width: 100%;
background-color: #ffffff;
text-align: center;
border:0px solid #000000;
}

a:link{
color: #821a18; 
text-decoration: underline;
}

a:visited{
color: #3f362f; 
text-decoration: underline;
}

a:hover{
color:#821a18; 
text-decoration: underline;
}

a:active{
color: #c0c0c0; 
text-decoration: underline;
}

#header{
margin:0px auto;
padding:0px;
text-align:left;
width: 100%;
height:140px;
background-image:url('danner-Header.jpg');
background-color:#821a18;
background-repeat:no-repeat;
}

#headertable{
margin:0px auto;
padding:0px;
width: 100%;
height: 100%;
}

.headerRight{
margin:0px;
padding:0px;
color:#ffffff;
font-size:24pt;
font-family:"Times New Roman", Times, serif;
width: 30%;
height: 140px;
text-align: right;
vertical-align:bottom;
}

#menuContainer{
margin:0px auto;
width:100%;
height:25px;
text-align:left;
background-color:#821a18;
}

#footer{
margin:0px;
padding:10px 0px 10px 0px;
width:100%;
height:30px;
text-align:center;
color:#666666;
font-size:8pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.content{
margin:50px auto;
padding:0px;
width:80%;
text-align:left;
}

.subcontent{
margin:20px auto 0px auto;
padding:0px;
background-color: #FFFFFF;
width:100%;
text-align: left;
border:1px solid #C0C0C0;
}

.paddingbox{
margin:20px 20px 8px 20px;
}

.sub_paddingbox{
margin:20px;
}

.style{
background-color:#FFFFFF;
color:#821A18;
font-weight:bold;
}

blockquote{
margin:0px;
padding:0px;
font-style:italic
}

cite{
color:#821A18;
font-style:normal;
font-weight:bold;
}

h1{
color:#3f362f;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14pt;
font-weight:lighter;
border-top:0px solid #821A18;
border-right:0px solid #821A18;
border-bottom:1px solid #821A18;
border-left:0px solid #821A18;
}









/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:600px; 
font-size:0.85em;
padding-bottom:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:120px;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:120px;
position:relative;

}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
font-weight:500;         
text-decoration:none; 
color:#ffffff; 
width:109px; 
height:25px; 
background:#821a18; 
padding-left:10px; 
line-height:24px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:120px;
w\idth:109px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#821a18;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#FFE18F;
}
.menu ul ul :hover > a.drop {
background:#FFE18F;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
width:190px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
t\op:25px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#821a18; 
color:#ffffff; 
height:auto; 
line-height:1em; 
padding:5px 10px 5px 10px; 
width:190px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:130px;
w\idth:190px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#821a18; 
background:#FFE18F;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#821a18;
background:#FFE18F;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}



