@charset "utf-8";
/* CSS Document */
/* Copyright Veero.net */

body {
	margin: 0px;
	
}

body, td, th, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 150%;
}

a {
	color: #95B944;
	text-decoration: underline;
}

a:hover {
	color : #333;
	text-decoration : none;
}

a:active {
	color : #95B944;
	text-decoration : underline;
}

.content {
	padding: 5px;
}

.right {
	padding: 5px;
}

.logo {
	display:block;
	height: 50px;
	width:100%;
	margin-top: 20px;
	margin-left: 100px;
}

.mainmenu {
	height: 40px;
	margin-top: 20px;
	text-align:center;
}

.header {
	margin-top: 0px;
}

.main {
	background-color:#F2F2F2;
	background-image:url(../images/contentbg.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0.3em 0 0.3em 0;
	font-weight:bold;
}

h1 {
	font-size:22px;
}

h2 {
	color: #95B944;
	font-size: 18px;
	margin-bottom: 15px;
}

h3 {
	color: #333;
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

.right h3 {
	color: #999;
}

/* primary menu  */

.mainmenu h3 {
	display: none;
}

.mainmenu ul, 
.mainmenu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

.mainmenu ul {
	height: 33px;
} 

.mainmenu ul li {
	float:left;
	height: 33px;
	font-weight:bold;
	background-image: url( ../images/menuoff.new.png);
	background-repeat:no-repeat;
	width: 141px;
	text-transform:uppercase;
	text-align: center;
	padding-top: 3px;
	padding-left: 1px;
}

.mainmenu a, 
.mainmenu a:link, 
.mainmenu a:visited {
	color: #fff;
	text-decoration: none;
	height:33px;
}

.mainmenu ul li:hover, 
.mainmenu ul li.over {	
	background-image: url( ../images/menuover.new.png);
	background-repeat:no-repeat;
	color: #999;
}

.mainmenu ul li#current {
	background-image: url( ../images/menuon.new.png);
	background-repeat:no-repeat;	
}

.mainmenu ul li#current * {	
	color: #999;
}
/*sub menu */

.mainmenu ul li ul {
	width:190px;
	padding-top:10px;
}

.mainmenu ul li ul li {
	background:#BC4676;
	width:190px;
	border-bottom:1px solid white;
}

.mainmenu ul li ul li:hover, 
.mainmenu ul li ul li.over {
	background:#AD235E;
}

.footer {
	margin-top: 20px;
	background-color:#F6FAEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
}

.footer p, footer td {
	font-size:10px;
	color: #999999;
}

 .footer h3  {
	 font-size:11px;
	 color: #999;
 }

.footer-left  {
	padding: 5px;
}

.footer-right  .moduletable {
	padding: 5px;
	text-align:right;
}

.message {
	padding-top: 50px;
	text-align:right;
}

/*footer */

.footer-right ul, 
.footer-right li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

.footer-right ul li {
	float:right;
}

.footer-right a, 
.footer-right a:link, 
.footer-right a:visited {
	text-decoration: none;
	padding-left: 20px;
}

.footer-right ul li:hover, 
.footer-right ul li.over {	
}

.modifydate {
	color: #C0C0C0;
}

.author {
	color: #C0C0C0;
}

.createdate {
	color: #C0C0C0;
}

.contenttoc {
	margin: 5px;
}

.menubox input {
	margin-top: 9px;
	float: right;
}

ul { 
	margin: 2px 10px 2px 45px;
	padding: 6px;
	padding-left: 15px;
}

li {	
	list-style: disc;
	/*list-style-image: url(../images/arrow.png); */
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.buttons {
	float:right;
	width:85px;
}

.buttons .buttonheading {
	float:left;
}

.mainmenu ul li { 
	position:relative;
}

.mainmenu ul li ul {
	display:none;
}

.mainmenu ul li:hover ul, 
.mainmenu ul li.over ul {
	display:none;
}

/* Poll Module Styles */
.poll-radio {
	padding-bottom:5px;
	float:left;
	clear:left;
	width:14%;
	text-align:center;
}

.poll-option {
	float:left;
	padding-bottom:5px;
	width:85%;
}

.poll h3 {
	border:none;
}
