@charset "utf-8";

/* CSS Document */



html, body{

	background:url(images/background.gif) repeat-x;

	background-color:#09F;

	height:100%;

	padding:0px;

	margin:0px;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	color:#000;

	font-size:18px;

}



.mailsent{

	background-color:#FFF;

}



p{

	margin:20px 40px;

}



h1{

	font-size:24px;

	font-weight:bold;

	margin:0px;

	color:#666;

}



h2{

	font-size:15px;

	font-weight:bold;

	margin:0px 0px 0px 20px;

	color:#666;

	text-align: left;

}



h3{

	font-size:25px;

	font-weight:bold;

	margin:0px 0px 0px 20px;

	color:#555;

	text-align: left;	

}



a{

	text-decoration:none;

	color:#06F;

	outline:none;

}



.wrap{

	background-color:#FFF;

	margin:0 auto;

	width:850px;

	border-left:solid #ccc 3px;

	border-right:solid #ccc 3px;

}



.header{

	background:url(images/banner.png);

	height:150px;

}



.textediter {
	margin-top:15px;
	
	float:right;

	margin-right:40px;

}



.navbar{

	background:url(images/navbarbackground.gif) repeat-x;

	height:25px;

	border-bottom:#666 solid 2px;
}



.footer{

	height:90px;

	background:url(images/footer.gif);

	width:850px;

	text-align:center;

	color:#666;

	font-size:11px;

	clear:both;

}



ul{
	list-style:none;
	padding:0px;
	margin:0px;
	width:700px;
	margin:0 auto;
}

  ul li{
      display:inline;
  }

  ul li a{
      display:block;
	  float:left;
	  line-height:25px;
	  margin-left:10px;
	  height:25px;
	  outline:none;
  }

  ul li a:hover{

	  background:url(images/buttonover.gif) repeat-x;

	  color:#FFF;

  }

  

.contenttext{

	margin:0 20px 0 20px;

}



.content{

	padding:10px;

	float:left;

	clear:both;

}



.homeicon{
	float:right;
	clear:right;
	margin-right:145px;
	text-align: right;	
	line-height:30px;	
	font-size:25px;
	font-weight:bold;
	color:#555;
	text-align: left;

}



.headerinfo{

	padding-left:10px;

	padding-top:100px;

	color:#fff;

	font-weight:bold;

}



.current a{

	font-weight:bold;

	display:block;

	background:url(images/buttonover.gif) repeat-x;

	color:#FFF;

	border:ridge 1px #666;

}



.imageholder{

	border:#ccc solid 2px;

	margin:10px;

	width:200px;

	height:150px;

	float:left;

}



.module{

	height:120px;

	width:300px;

	background:url(images/modulebg.png) no-repeat;

	float:left;

	margin-bottom:2px;
	
	margin-bottom:0px;
	
	margin-left:0px;
	
	margin-right:1px;

}



.centermods{
	
	margin-top:20px;

	margin-left:100px;

	padding:0px;

	

}



.moduler{

	height:120px;

	width:300px;

	background:url(images/modulebgr.png) no-repeat;

	float:left;

	margin-top:0px;
	
	margin-bottom:2px;
	
	margin-left:1px;
	
	margin-right:0px;

}



.moduletext{

	height:120px;

	width:120px;

	float:right;

	line-height:120px;

	padding-left:20px;

	font-size:22px;

	color:#FFF;

}



.moduleimage{

	height:120px;

	width:150px;

	float:left;

}



.moduletextr{

	height:120px;

	width:120px;

	float:left;

	line-height:120px;

	padding-left:20px;

	font-size:22px;

	color:#FFF;
	
}



.moduleimager{

	height:120px;

	width:150px;

	float:right;

}



.undericonstext{

	clear:both;

}



.navinstr{

	background-color:#CCC;

	padding-left:50px;

	color:#333;

	font-size:14px;

}




