/* Style Sheet for Opera Ball Minisite */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #A3E6BD;
	background-image: url(images/ball_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
}



#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:985px;	
}




#top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #9e9c10;
	width:985px;
	vertical-align:text-bottom;
	text-align:right;
	padding-top:20px;
	padding-bottom:10px;
}

#top_nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
#top_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}


#container {
	background-color: #FFFFFF;

	background-image: url (operaball/images/mid_lines_ball.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 1180px;
	width: 985px;
	background-image: url(images/mid_lines_ball.jpg);

}
#donorcontainer {
	background-color: #FFFFFF;

	background-image: url (operaball/images/mid_lines_ball.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 2580px;
	width: 985px;
	background-image: url(images/mid_lines_ball.jpg);	
}
#lgbcontainer {
	background-color: #FFFFFF;

	background-image: url (operaball/images/mid_lines_ball.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 1550px;
	width: 985px;
	background-image: url(images/mid_lines_ball.jpg);	
}

#container_top {
	background-image: url(images/top_crnrs_ball.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	height: 31px;
	width: 985px;
}
#container_btm {
	background-image: url(images/btm_crnrs_ball.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 985px;
	background-color:#FFFFFF;
}
#container a {
	font-family: Arial, Helvetica, sans-serif;
	color: #F42837;
	text-decoration:underline;
}
#container a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#lgbcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #F42837;
	text-decoration:underline;
}
#lgbcontainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#donorcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #F42837;
	text-decoration:underline;
}
#donorcontainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


#logo_nav_wrapper {
	position:relative; 
	top:0px; 
	left:20px;
	width:985px; 
	border:0px;
	padding-bottom:10px;
}

#logo {
	position:relative;
	color:#9e9c10;
	top:-15px;
	font-size:1.75em;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}

#nav {
	z-index:1;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	/* text-transform:lowercase; */
	float:right;
	padding-right:25px;
	color:#F42837;
}

#nav a {
	color:#F42837;
	text-decoration:none;
}

#nav a:hover {
	color: #F42837;
	text-decoration:underline;
}




#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width:985px;
	padding-top:7px;
	white-space:nowrap;
	position:absolute;
	/* hack to allow for all the floats */
}

#footer a {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#left_side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #OOOOOO;
	width: 220px;
	height: 445px;
	padding-right: 5px;
	/*	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #cccccc;  */
	position: relative;
	left: 21px;
	right: 10px;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left_side ul {
	margin:0px;
	padding-left:20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    list-style-image: none;
	list-style-type: none;
} 

#left_side ul li {
	margin:0px 0px 14px 0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/* text-transform:uppercase; */
}


#right_side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 695px;
	height: 445px;
	position: relative;
	left:25px;
	/* top:-75px; */
	float:left;
}
#right_side ul {
	margin:0px;
	padding-left:40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


