
/* Changes body's image to show the info bar on the right side */
body {	
	background-image:  url(bg1withinfobar.gif);
	background-position:center;
	background-repeat: repeat-y;	
}


/* info bar settings and formatting  */
.infobox {
	float: right;
	width: 244px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
}



.infobox a:hover{
/*	color: #FF9900;   */
}


#Newsbox, #Eventsbox, #Partnersbox{
	width:243px;
	background-image:  url(menubar1.gif);
	text-align: center;
	font-size: 24px;
	margin-top: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	float: left;	
	}
#newslist, #eventlist, #partnerslist{
		width:243px;
	text-align: left;
	font-size: 12px;
	color: #000000;

	float: left;
}
.event{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #390934;
	border-right-color: #390934;
	border-bottom-color: #390934;
	border-left-color: #390934;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	text-decoration: none;
	color: #000000;
}
.event:visited{
	color: #000000;
}
.event:hover{
	color: #000000;	
}

.verifonelink{
	width:243px;
	background-image:  url(../../main/partnerlinks/verifonelogo.gif);
	background-repeat: no-repeat;
	height:61px;
	display: block;
	float: right;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}

.gilbarcolink{
	
	width:243px;
	background-image:  url(../../main/partnerlinks/gilbarcologo.gif);
	background-repeat: no-repeat;
	height:61px;
	display: block;
	float: right;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.dresserlink{
	
	width:243px;
	background-image:  url(../../main/partnerlinks/dresserlogo.gif);
	background-repeat: no-repeat;
	height:61px;
	display: block;
	float: right;

		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}