@charset "UTF-8";
/* CSS Document */

/* home styles */

/* header */

#subheader {
	height: 440px;
	width: 980px;
	margin-bottom: -53px;
}

#header .rings {
	z-index: 70;
}
#nav_bar {
	z-index: 60;
	margin-top: -234px;
}

/* left */

#left {
	padding: 0 100px 0 40px;
	width: 460px;
	background: none;
}

#left h2 {
	font-family: 'URW Egyptienne';
	font-size: 27px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 16px;
	color: white;
}

#left .blurb {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.1pt;
}

/* right */

#right {
	width: 305px;
	padding: 0 35px 35px 0;
}

/* slider */

#slider {
	height: 440px;
	width: 950px;
	width: 383px;
	height: 235px;
	margin-left: 15px;
	_margin-left: 12.5px; /* ie6 */
	float: left;

}
#slider img {
	width: 950px; /* opera hack */
	height: 440px; /* opera hack */
}

#slider .nivo-caption {
	text-align: left;
	position: absolute;
	left: 20px;
	top: 170px;
	width: 600px;
	background: none;
	font-family: 'URW Egyptienne';
	font-size: 60px;
	line-height: 60px;
	color: white;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5);
	height: 200px;
	
}

#slider .nivo-controlNav {
	top: 303px;
	left: 25px;
	margin: 0;
	position: absolute;
	height: 30px;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url('images/nivo_bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -21px;
}
