@charset "utf-8";
/* CSS Document */
/* Copyright Veero.net */

body {
	margin:0;
	padding:0;
	text-align: center;

      /*  background: url(../images/bg.png) repeat-x; */ /* plug in own background */
}

body, td, th, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
 	color: #c5c5c5; 
	line-height: 150%;
}

.container {
         width: 960px;
         height: 1100px;
         background: url(../images/bg.png)
} 

a {
/*	color: #95B944; */
	color: #98d5ff;
	text-decoration: underline;
}

a:hover {
	color : #333;
	text-decoration : none;
}

a:active {
	color : #95B944;
	text-decoration : underline;
}

.content {
	padding: 5px;

} 
   
.center {
	margin-top: 158px;
	float: left;
}

.right {
	padding: 5px;
}

.left {
	margin-top: 160px;
        padding: 5px; 
}

.centeredImage /* added 4/21/08 */
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
    
.logo img {
/*	margin-top: 120px; */
	margin-top: 0px;
}

.logo {
/*	height: 120px; */
	height: 150px;
	width: 960px;
}

.mainmenu {
	height: 40px;
/*	margin-top: 120px; */
	margin: 10px;
	float: right; 
/*	Float left; */
}

.cover {
	
	width: 500px;
	height: 400px;
	margin-top: 20px;
/*	float:right; */
}

.main {
/*	background-color:#F2F2F2; */
/*	background-image:url(../images/contentbg.jpg); */
/*	background: url(../images/bg.png) 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;
}

h2 {
	color: #95B944;
	font-size: 16px;
	margin-bottom: 20px;
}

h3 {
	color: #333;
	font-size: 14px;
}

.right h3 {
	color: #999;
}

/* primary menu  */

.mainmenu h3 {
	display: none;
/*	display: block; */
}

.mainmenu ul, 
.mainmenu li {
	list-style-type:none;
	list-style-image:none;
	padding: 4px; /* spacing between buttons. */
	margin-left: 10px;
}

.mainmenu ul {
	height: 33px;
/*	float: right; */
	float: left; 
} 

.mainmenu ul li {
	float:left;
	height: 33px;
/*	font-size:10px;
	font-weight:bold; */
 	background-image: url( ../images/menuoff.gif);
	background-repeat:no-repeat; 
	width: 115px; 
/*	text-transform:uppercase; */
	text-align: center; 
/*	text-align: left; */
/*	padding-top: 5px; */
/*	padding-left: 10px; */
}

.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.gif);
	background-repeat:no-repeat;
	color: #999; 
}

.mainmenu ul li#current {
	background-image: url( ../images/menuon.gif);
	background-repeat:no-repeat; 	
}

.mainmenu ul li#current * {	
/*	color: #999; */
	color: #666;
}
/*sub menu */

.mainmenu ul li ul {
/*	width:190px; */
	width : 120px;
	padding-top:10px;
}

.mainmenu ul li ul li {
	background:#BC4676;
/*	width:190px; */
	width : 120px;
	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;
	padding: 6px;
	padding-left: 15px;
}

li {	
	list-style: none;
/*	list-style-image: url(../images/arrow.png); */
/*	list-style-image: url(../images/star.gif); */
	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;
}