/* copyright GroWorks IT */
body {
	margin: 0px; 
	font: 11px/16px "Lucida Sans Unicode",Arial,Helvetica,sans-serif; 
	color: #363B74;
	background-color: #000;     /* background */
	text-align: center;
}

h2 {
	color: #747E16;
}

#wrapper {
	border-right: #999 1px solid;
	padding-right: 0px; 
	border-top: #ddd 1px solid;
	padding-left: 0px; 
	padding-bottom: 0px; 
	border-left: #ddd 1px solid; 
	width: 1000px; 
	padding-top: 0px; 
	border-bottom: #999 1px solid;
	background-color: #000;     /* background */
	text-align: left;
	margin:auto;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

a {
	color: #747E16;
	text-decoration: underline
}

a:hover {
	color: #1F2243;
	text-decoration: underline
}

#slide {
	position:absolute;
	width:417px;
	height:554px;
	margin-left: 480px;
	margin-top: 0px;
	clear:both;
	z-index:4;
}

#head {
	clear: both; 
	background-color: #000;        /* background */
	background-position: left top;
	background-image: url("../img/header.jpg"); 
	background-repeat: no-repeat; 
	height: 150px;
	width: 1000px;
}

#topmenu {
	float: left;
	border: none;
	width: 400px;
	height: 20px;
	padding-left: 52px;
	margin-top: 128px;
}

#onder {
	clear: both;
	width: 1000px;
}

#main {
	padding-left: 8px; 
	padding-right: 8px; 
	float: left; 
	padding-bottom: 15px; 
	padding-top: 12px
}

.headline {
	font: 12px "Lucida Sans Unicode",Arial,Helvetica,sans-serif; 
	text-align: left; 
	font-weight: bold; 
	color: #747E16;
	text-decoration: none;
}

.green {
	color: #747E16;
}

.fpline {
	color: #363B74;
	text-align: justify;
	text-decoration: none;
}

.fpline a:link {
	color: #363B74; 
	text-decoration: none
}

.fpline a:visited {
	color: #363B74; 
	text-decoration: none
}

.fpline a:active {
	color: #363B74;
	text-decoration: none
}

.fpline a:hover {
	color: #1F2243;
	text-decoration: none
}

.subhead {
	font: 12px "Lucida Sans Unicode",Arial,Helvetica,sans-serif; 
	text-align: left; 
	font-weight: bold; 
	color: #363B74;
}

#footer {
	clear: both;
	background-color: #000;        /* background */
	background-image: url("../img/bg-footer.gif");
	padding-top: 10px;
	height: 33px;
	text-align: center
}

#footer a:link {
	color: #363B74;
	text-decoration: none
}

#footer a:visited {
	color: #363B74;
	text-decoration: none
}

#footer a:active {
	color: #363B74; 
	text-decoration: none
}

#footer a:hover {
	color: #747E16;
	text-decoration: underline
}

#nav {
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px 0 80px 0;
}

/* the styling */
#nav {
	width:390px; 
	height:22px; 
	background:#747E16;
	position:relative;
}

#nav .select {
	margin:0; 
	padding:0; 
	list-style:none;
}

#nav li {
	display:inline; 
	margin:0; 
	padding:0; 
	height:auto;
}

#nav .select a {
	display:block; 
	height:22px; 
	float:left; 
	background:#747E16; 
	padding:0 10px 0 10px; 
	text-decoration:none; 
	font-size:12px; 
	line-height:22px; 
	white-space:nowrap; 
	border-right:1px solid #fff; 
	color:#fff;
}

#nav .select a:hover, 
#nav .select li:hover a {
	background:#fff; 
	cursor:pointer; 
	color:#363B74;
}

 img.bg {
 /* Set rules to fill background */
 min-height: 100%;
 min-width: 1024px;

 /* Set up proportionate scaling */
 width: 100%;
 height: auto;

 /* Set up positioning */
 position: fixed;
 top: 0;
 left: 0;

 z-index: -99999;
}
