 /* Reset */

 * 
 {
  margin: 0;
  padding: 0;

 }
 /* End Reset */
 
  body
 {
 background: url(images/bodybg.png);
 font-family:calibri, verdana, Arial;
 text-align: center;
 overflow-x: hidden;
 overflow-y: auto;
 margin-left: auto;
 margin-right: auto;
 padding: 0;
 border: 0;
 display: block;
 
 }
 
 .maincontent a{
	text-decoration: none;
	color: #42442d;
	font-weight: 500;
	border-bottom: 1px dotted #838b25;
 }
 
 .maincontent a:hover{
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
 }
 
 /* Menu Styling */
 
 .menudiv ul{  
    margin:0;  
    padding: 0 0 0 28px; 
	background: #42442d;
	height: 28px;
	width: 849px;
}  
  
li.menuli{   
	padding: 0px 10px 0 10px;
    float:left;
    text-align:center;
    overflow:hidden;
	background: #42442d;
}  

li.menuli:hover{
	background: #c4d504;
}

li.menuli:hover a{
	background: #c4d504;
	color: #000;
}
  
.menu a{  
    color:#fff;
    text-decoration:none;
	font-family: calibri, verdana, arial;
	letter-spacing: 2px;
	font-size: 18px;
	font-variant: small-caps;
}  

li.menuli a:active{
	color: #000;
}
  
.menu p{  
	margin-top: 3px;
}
 
 /* End Menu Styling */
 
 #subheader{
	background: #c4d504;
	height: 8px;
	width: 877px;
	text-align: right;
 }
 
 .subheader{
	margin-top: -3px;
	padding: 0 40px 0 0;
	font-size: 10px;
	letter-spacing: 1px;
	color: #000;
 }
 
 #wrapper{
	width: 877px;
	min-height: 100%;
}
 
 #headercontent{
	background: url(images/logobar.png) bottom;
	background-repeat: no-repeat;
	width: 877px;
	float: left;
	height: 174px;
 }
 
 #footer{
	float: left;
	position: relative;
	min-height: 150px;
	width: 877px;
	background: url(images/footerbg.jpg) top;
	border-top: 1px solid #7b7406;
 }
 
 .footermenu{
	color: #cbcbcb;
	text-align: left;
	line-height: 18px;
	font-style: italic;
	font-size: 15px;
	margin-left: 40px;
	margin-top: 22px;
	width: 100px;
	border-right: 1px solid #cbcbcb;	
 }
 
 .footermenu a{
	text-decoration: none;
	color: #cbcbcb;
 }
 
 .footermenu a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
 }
 
 #content{
	background: #fff url(images/contentbg.jpg) bottom repeat-x;
	min-height: 500px;
	width: 875px;
	float: left;
	border-left: 1px solid #8d8c8c;
	border-right: 1px solid #8d8c8c;
	
 }
 
 #header{
	width: 877px;
	height: 210px;
	background: #42442d;
 }
 
 #transparentleftside{
	width: 56px;
	min-height: 100%;
	background: url(images/tleft.png) no-repeat;
	float: left;
 }
	
 #transparentrightside{
	width: 56px;
	min-height: 100%;
	background: url(images/tright.png) no-repeat;
	float: left;
 }
 
 #parts{
	width: 877px;
	min-height: 100%;
	float: left;
 }
 
 #maincontent{
	padding: 40px 40px;
	width: 877px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	float: left;
 }
 
 #maincontent1{
	width: 385px;
	padding-right: 15px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	min-height: 375px;
 }
 
 #maincontent2{
	width: 385px;
	min-height: 375px;
	padding-left: 15px;
	float: left;
	margin-left: auto;
	margin-right: auto;
 }
 
 #aboutcontent{
	width: 770px;
	float: left;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-height: 375px;
 }
 
 p.a1{
	position: relative;
	font-size: 18px;
	display:inline;
	text-align: left;
	line-height: 40px;
 }
 
 p.a2{
	position: relative;
	font-size: 22px;
	display:inline;
	text-align: left;
	letter-spacing: 1.5px;
	line-height: 34px;
 }
 
 p.a3{
	position: relative;
	font-size: 26px;
	display:inline;
	text-align: left;
	top: 2px;
	line-height: 40px;
 }
 
 #lightgreenbg{
	width: 385px;
	background: #c4d504; 
 }
 
 .maincontent{
	text-align: left;
	font-size: 15px;
	color: #000;
	line-height: 20px;
	margin-bottom: 60px;
	margin-left: 10px;
 }
 
 .frontcontent{
	text-align: left;
	font-size: 15px;
	color: #000;
	display: inline;
	line-height: 21px;
	margin-left: 10px;
	width: 770px;
 }
 
 h1{
	font-family: Times New Roman, Roman, Times;
	font-size: 20px;
	color: #000;
	line-height: 19px;
	text-align: left;
	letter-spacing: 2px;
	font-weight: lighter;
 }
 
  h2{
	font-family: Verdana, Arial;
	font-size: 16px;
	background: #edeedf;
	color: #000;
	text-align: center;
	font-weight: lighter;
	line-height: 17px;
	width: 100%;
	padding-bottom: 2px;
	border-bottom: 1px solid #c5c6b7;
	margin-bottom: 4px;
	font-variant: small-caps;
 }
 
  h2.h2news{
	letter-spacing: 2px;
	font-weight: bold;
 }
 
 #footermenu{
	width: 100px;
	float: left;
 }
 
 #menu{
	width: 877px;
	height: 28px;
	background: #42442d;
 }
 
 #wrap1{
	width: 989px;
	height: 858px;
	margin-left: auto;
	margin-right: auto;
 }
 
 .copyright{
	color: #717171;
	font-size: 10px;
 }
 
 #copyright{
	text-align: left;
	margin-left: 40px;
	width: 240px;
	position: absolute;
	bottom: 0px;
 }
 
 #footerinfo1{
	position: absolute;
	width: 600px;
	top: 84px;
	right: 0;
	color: #717171;
	text-align: left;
	font-size: 13px;
 }
 
 #footerinfo2{
	position: absolute;
	width: 380px;
	top: 84px;
	right: 0;
	color: #717171;
	text-align: left;
	font-size: 13px;
 }
 
 #footerinfo3{
	position: absolute;
	width: 250px;
	top: 84px;
	right: 0;
	color: #cbcbcb;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-size: 13px;
 }
 
 .footer a{
	text-decoration: none;
	color: #cbcbcb;
 }
 
 .footer a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
 }
 
 p.indent1 {
	margin-left: 1.5em;
}

p.indent2 {
	margin-left: 2.5em;
}

p.indent3 {
	margin-left: 3.5em;
}

#currentpage{
	border-bottom: 2px solid #fff;
	height: 26px;
	color: #c4d504;
}

img.left{
	border-left: 3px solid #42442d;
	border-right: 3px solid #c4d504;
	margin-right: 10px;
	margin-top: 7px;
	float: left;
	width: 158px;
	height: 211px;
}

img.indeximg{
	position: relative;
	width: 385px;
	height: 501px;
}

img.currentimg{
	width: 385px;
	height: 312px;
	margin-top: -35px;
	margin-left: -10px;
}

img.docsimg{
	width: 385px;
	height: 312px;
	margin-top: -35px;
	margin-left: -10px;
}

img.entranceimg{
	width: 140px;
	margin-top: 5px;
	height: 137px;
	float: right;
	margin-left: 5px;
	border-left: 3px solid #42442d;
	border-right: 3px solid #c4d504;
}

img.docsimg{
	border-left: 3px solid #42442d;
	border-right: 3px solid #c4d504;
	width: 328px;
	height: 144px;
	float: left;
	margin-left: 10px;
}

img.colorblock{
	width: 385px;
	height: 350px;
	position: relative;
	top: 35px;
}
 
 /* SLIDER STYLING */
 
 		h3 {
			margin: 0;	
			padding: 0 0 0 0;
			font-size: 12px;
			text-transform: uppercase;
		}

		div#feature_list {
			width: 507px;
			height: 142px;
			margin-top: 16px;
			margin-left: 40px;
			overflow: hidden;
			position: relative;
			border: 1px solid #42442d;
		}
		
		* html div#feature_list {
			
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		a.ftrimg{
		text-align: left;
		left: 0;
			
		}
		
		ul#tabs {
			left: 0;
			z-index: 2;
			width: 219px;
			height: 47px;
		}

		ul#tabs li.ftr {
			font-size: 12px;
			font-family: Verdana;
		}
		
		ul#tabs li.ftr img {
			padding: 0px;
			border: none;
			float: left;
			margin: 0;
		}

		ul#tabs li.ftr a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 8px 5px;
			height: 30px;
			outline: none;
			clear: right;
		}

		ul#tabs li.ftr a:hover {
			text-decoration: underline;
		}

		ul#tabs li.ftr a.current {
			background:  url('images/feature-tab-current.png');
			color: #FFF;
		}

		ul#tabs li.ftr a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 507px;
			height: 142px;
			position: relative;
		}

		ul#output li.output {
			position: absolute;
			width: 507px;
			height: 142px;
		}

		ul#output li.output a {
			position: absolute;
			bottom: 2px;
			right: 4px;
			padding: 0 40px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 11px;
			color: #000;
			background: #fff;
			border: 1px solid #000;
		}
		
		ul#output li.output a:hover {
			background: #c4d504;
			color: #000;
		}
		
		h3.ftrh3{
		width: 250px;
		overflow: hidden;
		text-align: left;
		font-weight: normal;
		letter-spacing: 2px;
		font-size: 10px;
		margin-top: 10px;
		}
		
		p.ftrh3{
		overflow: hidden;
		font-size: 9px;
		text-indent: 5px;
		}
		
/* END SLIDER STYLING */