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

html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-image:url(images/background.jpg);
   text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
}

a:link{ color: #1c6e2b; text-decoration:none; }

a:visited{ color: #1c6e2b; }

a:hover, a:focus{ color: #a04423;	text-decoration:none; }

p{	margin:1em 0;
	margin-top:0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h3, h4, h5, h6{ color: #1c6e2b; margin-bottom:0.5em; }

h1{ font-size:17px; font-weight:bold;}

h2{	font-size:20px; color: #a04423;  margin-bottom:0.5em;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }



#container {
   min-height:100%;
   position:relative;
   width: 910px;
   top: 0px;
   left: 50%;
   margin-left: -455px;
}
#header {
 	background-image:url(images/header.jpg);
	height:165px;
	width:910px;
}

#title {
	background-image:url(images/title.png);
	height:60px;
	width:300px;
	position:absolute;
	left:250px;
	top:180px;
	z-index:4;

}


#logo {
	background-image:url(images/logo.png);
	height:200px;
	width:187px;
	position:absolute;
	left:50px;
	top:50px;
	z-index:4;

}

  div#rotator {
	position:absolute;
	top:35px;
	left:-20px;
	z-index:2;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	z-index:2;
}
/* rotator image style */	
	div#rotator ul li img {
	background-color:#FFFFFF;
	z-index:2;
}
    div#rotator ul li.show {
	z-index:2;
}



#body {
   padding-bottom:70px;
   background-color:#FFFFFF;   /* Height of the footer */
}


#body #content {
	position:relative;
	margin-top:100px;
	margin-left:50px;

	width:400px;
	

}

#body #links {
	position:relative;
	margin-top:100px;
	margin-left:10px;
	width:300px;


	

}



#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#FFF;
   text-align:center;
}
