/**************************************************************
 *	body & main
 **************************************************************/
body.normal, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Arial, Verdana;
	font-size: 9pt;
	background-color: white;
	background-repeat: no-repeat;
}

body.normal {
	background-image: url(../images/background.jpg);
}

hr {
	border: none;
	border-color: #9b4a09;
	border-width: 2px;
	border-bottom-style: dotted;
	
}

/* no borders around image links */
 a img {
	border: none;
 }
 
 a {
 	color: #148102;
 	text-decoration: none;
 }
 
 #main {
 	display: block;
 	margin-top: 142px;
 	margin-left: 172px;
 	width: 778px;
 	background-color: white;
 	border-width: 1px;
  	border-style: solid;
  	border-color: #fec9d7;
 }
 
 #footer {
 	width: 100%;
  	height: 40px;
  	color: white;
  	background-color: #f15f01;
  	vertical-align: bottom;
  	padding-top: 5px;
 }
 
 
 #footer img {
 	margin-left: 170px;
 	float: left;
 }
 
 #footer span {
 	display: block;
 	margin-top: 13px;
 	padding-left: 280px;
 	font-size: 9pt;
 }
 
/*------------------------------------------------------------ 
 *      banners
 *-----------------------------------------------------------*/
 #home_banner1 {
 	position: absolute;
 	top: 189px;
 	left: 179px;
 	width: 582px;
	height: 72px;
	visibility: hidden;
 }
  #home_banner2 {
 	position: absolute;
 	top: 74px;
 	left: 567px;
 	width: 380px;
	height: 67px;
	padding-left: 5px;
	background-color: white;
 }
/**************************************************************
 *	menu bar
 **************************************************************/ 
 
/*------------------------------------------------------------
 *      general 
 *-----------------------------------------------------------*/
#menubar {
	margin-top: 11px;
	margin-left: 11px;
	width: 749px;
	z-index: 20;
}

#submenubar {
	color: #7a3c00;
	margin-top: 35px;
	background-color: white;
}

/* IE7 hack */
#submenubar { 
	#padding-top: 0px;
}

#menubar a {
	display: block;
	float: left;
	height: 20px;
	margin-top: 0px;
	margin-left: 4px;
	color: white;
	font-weight: normal;
	font-size: 11pt;
	font-family: Arial;	
}

#submenubar ul {
	/*list-style-type: none;*/
}
#submenubar li {
	margin-left: -15px;
}

#submenubar a {
	float: none;
	margin-top: 2px;
	margin-left: -7px;
	font-size: 7pt;
	color: #148102;
}
	
#menubar a:hover {
	color: #434242;
}

#menubar a.currentSection {
	color: #434242;
}

span.button_left {
	display: block;
	float: left;
	width: 5px;
	height: 29px;
	background-image: url(../images/menubar/button_left.jpg);
}

span.button_middle {
	display: block;
	float: left;
	height: 25px;
	padding: 4px 5px 0px 4px;	
	background-image: url(../images/menubar/button_middle.jpg);
}

span.button_right {
	display: block;
	float: left;
	width: 7px;
	height: 29px;
	background-image: url(../images/menubar/button_right.jpg);
}
/**************************************************************
 *	vote
 **************************************************************/
 iframe.voteframe {
	/*visibility: hidden;*/
	width: 168px;
	height: 285px;
	border: none;	
}

body.vote {
	margin: 4px 4px 4px 4px;	
}
input.submit {
	display: block;
	float: left;
	height: 29px;
	width: 70px;
	color: white;
	border: none;
	font-size: 11pt;
	background: repeat-x left top;
	padding: 2px 5px 0px 4px;
	background-image: url(../images/menubar/button.jpg);
}

 h1.vote {
 	color: #d3149b;
 	margin-bottom: 4px;
 	font-weight: normal;
	font-size: 18pt;
	font-family: Arial;
	border-color: #52d8dc;
	border-width: 2px;
	border-bottom-style: dotted;
 }
 
 a.vote {
 	position: absolute;
	bottom: 10px;
	left: 50px;
	color: white;
	font-weight: normal;
	font-size: 11pt;
	font-family: Arial;
 }
 
 a.vote:hover {
	color: #434242;
}

 ul.vote {
 	list-style-type: none;
	padding: 10px 0px 0px 0px;
	margin: 0px;
 }
 
 li.vote {
  	margin-bottom: 4px;
 }


