/*

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

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:  Arial, Verdana,Helvetica, sans-serif;
background: url(../../images/bg.gif);
text-align: center;
margin: 0;
padding: 0;
font-size: 80%; }

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

h1 {
width: 250px;
font-family:  Geneva,Arial, Helvetica,Verdana, sans-serif;
font-size: 1.4em;
color: #cccccc;
line-height: 22px;
margin: 0 0 0 50px;
padding: 0;
border-bottom: 1px #cccccc dotted;
}
h2 {
width: 380px;
font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #669999;
line-height: 22px;
margin: 0;padding: 0 0 10px 10px;
font-weight: 600;
 }
h3{
font-family:  Geneva,Arial, Helvetica,Verdana, sans-serif;
font-size: 1.2em;
color: #fff;
line-height: 22px;
margin: 2px;
padding: 0 0 0 5px;

}

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

/**** layout ****/

/* banner */


#pbanner{
height: 154px;
width: 750px;
margin: -3px auto;
}

/* container-content */

#container {
	text-align: left;
	background-color:#000000;
	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;
 }
/* main  content*/
#content {
clear: both;
text-align: left;
font-size: 1.3em;
line-height: 1.2em;
width: 680px;
overflow: auto;
margin: -3px 0 0 60px;
padding: 0;
 }

#content a {
text-decoration: underline;
color: #999;
}
#content p, #content ol{
width: 90%;
line-height: 1.3em;
padding: 8px 0px 8px 0;
margin: 0;
color: #fff;
 }

#content li {
margin-left: 20px;
font-size: 1.0em;
}
#content ul {
margin: 0;
color: #ccc;
}
#content ul  p{
padding: 2px 10px 8px 10px;
width: 90%;
color: #000000;
}
#content a:hover {
color: #ffffff;
text-decoration: none;
}
#features {

clear: both;
line-height: 1.6em;
width: 650px;
overflow: auto;
margin: 0px;
padding: 0 10px 0 0;
text-align: left;
color: #cccccc;

 }


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

/*image floats*/
.floatleft {
	float: left;
	margin: 2px 2px 0 10px;
}
.floatright {
	float: right;
	margin: 10px 0 2px 10px;
}
.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;}