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

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	
}

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

a {
	color: #BD0415;
	text-decoration: underline;
}

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

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

.middle {
	margin-left: 10px;
	margin-right: 10px;
}

.content {
}

.logo img {
	margin-top: 50px;
}

.logo {
	height: 120px;
}

.orange {
	border-top:1px solid white;
	height: 5px;
	background-color:#FFCC00;
}

.banner {
	margin-top: 5px;
	margin-bottom: 5px;
}

.menubox {
	height: 40px;
	background-color:#BD0415;

}

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

h2 {
	color: #BD0415;
	font-size: 20px;
	margin-bottom: 20px;
}

h3 {
	color: #FF6600;
	font-size: 14px;
}

/* primary menu - at the top of this site */

.menubox h3, .message h3 {
	display: none;
}

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

.mainmenu ul {
	height: 40px;
} 

.mainmenu ul li {
	float:left;
	height: 40px;
	line-height:40px;
	font-weight:bold;
	border-right:1px solid white;
}

.mainmenu a, 
.mainmenu a:link, 
.mainmenu a:visited {
	color: #fff;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	height:40px;

}

.mainmenu ul li:hover, 
.mainmenu ul li.over {	
	background-color:#FFCC00;
	color: #333;
}

.mainmenu ul li#current {
	background-color:#FFCC00;
	color: #333;
}

.mainmenu ul li#current * {	
	color:#333;
}

/*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 .moduletable {
	padding: 5px;
}

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

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

/*footer */

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

.footer ul li {
	float:right;
	margin-right:1px;
}

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

.footer ul li:hover, 
.footer 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);
	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;
}
