@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	/*background-image:url(images/background.gif);*/
	font-family:"Times New Roman", Times, serif;
	color:#003300;
	font-size:12px;
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#003300;
}

#flash {
/*
	width: 700px;
    height: 300px;
	position: absolute;
*/
    z-index: 0;
}
/*
#flashHeader {
    height: 300px;
    margin-bottom: 30px;
    text-align: left;
} 
*/

#maincontainer{
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #003300;
}

#topsection{
height: auto; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
background-color: #003300;

}

#contentcolumn{
margin-left: 324px; /*Set left margin to LeftColumnWidth*/
margin-top: 0px;
margin-bottom:0px;
min-height:350px;
background-color:#FFFFFF;
padding:0px;
}

#leftcolumn{
	float: left;
	width: 324px; /*Width of left column*/
	margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
float:right;
width:676px;
text-align: left;
padding: 4px 0;
font-family:Arial, Helvetica, sans-serif;
}

#footer a{
	color: #FF3300;
}

#footer p{
color: #FFFFFF;
font-size:9px;

}

.innertube{
	padding: 10px;
}

p {
	margin-top: 2px;
	margin-bottom: 15px;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
#header ul{
	margin:0;
	padding:0;
	float:right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF6600;
	width:100%;
}

#header ul li{
	display:inline;
}
#header img {
	vertical-align: middle;
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

#header ul li a {
	float: right;
	color: #FFFFFF;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;
	text-decoration: none;
}
#header ul li a:hover {
	color: #FF6600;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#nav ul{
margin:0;
padding:0;
float:left;
background-color: #FF6600;
width:100%;
}
#nav ul li{
display:inline;}

#nav ul li a {
	float:left;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003300;
	padding: 5px;
	background-color: #FF6600;
}
#nav ul li a:hover {
	background-attachment: scroll;
	background-image: url(images/navback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.menuliste {
	display: block;
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.menuliste h2 {
	color: #003300;
	font-size: 14px;
	display: block;
	margin: 0px;
	font-weight: normal;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #eff6e8;
}
.menuliste h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	float: right;
	width: 50%;
	text-align: right;
	z-index: 10;
	top: -15px;
	position: relative;
	bottom: 0px;
	height: auto;
	overflow: visible;
}
.menuliste p {
	width: 100%;
	float: left;
	margin: 0px;
	clear: both;
	min-height:36px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.menuliste img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-right: 10px;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #003300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
}
h2 {
	font-size: 16px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
.listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	display: inline;
	float: right;
}.pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	display: inline;
	margin: 5px;
	float: left;
}
.logo{display:none;}
