/*

------------------------------------------------------

1. This style sheet uses the Tantek Box Model Hack
(voice-family etc). Read more about this hack here:
http://www.tantek.com/CSS/Examples/boxmodelhack.html
------------------------------------------------------

*/

body, html {
font-family: Verdana,Arial, Helvetica, sans-serif;
background: url(../images/bg.gif);
text-align: center;
margin: 0;
padding: 0;
font-size: 80%;
}

/**** html-Tags ****/

h1 {
width: 380px;
font-family:  Geneva,Arial, Helvetica,Verdana, sans-serif;
font-size: 1.3em;
color: #fff;
line-height: 22px;
margin: 0;
padding: 0 0 0 8px;
border-bottom: 1px #666 dotted}
h2 {
width: 380px;
font-family:  Geneva,Arial, Helvetica,Verdana, sans-serif;
font-size: 1.3em;
color: #fff;
line-height: 22px;
margin: 0;
padding: 0 0 0 10px;
}
h3{
font-family:  Verdana,Geneva,Arial, Helvetica, sans-serif;
font-size: 1.3em;
color: #336699;
line-height: 22px;
margin: 2px;
padding: 0 0 0 20px;
}

a {
color: #0099cc;
text-decoration: none; 
}

/**** layout ****/

/* banner */

#banner {
height: 115px;
width: 750px;
margin: 0 auto;
background:  url(../images/imrbanner.png) no-repeat;
 }

#nav-toplevel {
margin: 0 auto;
padding: 0;
width: 750px;
}
#nav-toplevel ul {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
background-color: #000000;
border-top: 1px #333333 solid;
border-bottom: 1px #333333 solid; 
 }
#nav-toplevel li {
display: inline;
margin: 0;
padding: 0;
font-family: Geneva, arial, sans-serif;

}
#nav-toplevel li a {
text-decoration: none;
}
/* nav-main */
#nav-main {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 2px solid #000;
border-right: 2px solid #000;
text-align: justify;
font-size: 1.2em;
padding: 0;
margin: 0;
font-weight: 600; 
}

#nav-main li {
margin: 0 -4px 0 0;
text-align: left;
line-height: 23px;
}
#nav-main li a {
text-transform: capitalize;
padding: 0.40em 0.8em 0.45em 0.8em;
color: #ffffff;
}
#nav-main li a:hover {
background-color: #826d5a;
color: #061D2A;
}
.current {
color: #826d5a;
font-weight: bold;
border-right: 6px solid #000000;
}


/* container-content */

#container {
	text-align: left;
	background-color:#000;
	position: relative;
	margin: 0 auto;
	padding: 0 0 8px 0;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
	width: 750px;
voice-family: "\"}\"";
voice-family:inherit;
width: 746px;
}

html>body #container {
width: 746px;
}
#content {
clear: both;
text-align: justify;
line-height: 1.2em;
width: 700px;
overflow: auto;
margin: -3px;
padding: 22px 0 0 45px;
}
#content a {
text-decoration: underline;
color: #336699;
}
#content p, #content ol {
width: 90%;
line-height: 1.6em;
padding: 5px 0 8px 20px;
margin: 0;
color: #ccc;
font-size: 1.2em; 
}
#content ul{
width: 80%;
line-height: 1.6em;
padding: 5px 0 8px 50px;
margin: 0;
color: #ccc;
text-align: left;
font-size: 1.1em; 
}


#content a:hover {
text-decoration: none;
color: #fff; }


/* footer */
#info-site {
	font: 9px "small fonts", Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/footer.gif) no-repeat;
	height: 30px;
	color: #999999;
	text-align: left;
	line-height: 1.1em;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	position:absolute;
    left:-2px;
}


#info-site a {
color: #0099cc;
}
#info-site a:hover {
color: #ffffff;
}
#info-site p {
padding: 8px 0 0 90px;
}

.floatleft {
	float: left;
	margin: 0px 10px 0 0px;
}
.floatleft-logo {
position: relative;
left: 15px;
}


tr#nav-bg {
 background: url("../images/nav-bg.gif") 0px 0px no-repeat;
 display:block;
 height:auto;
 }

tr#nav-bg td { width:80px;}