@import url("http://www.fatbeehive.com/beekeeper2/reset.css");
@import url("type.css");

body {
	background: url(../images/page_bg.gif) repeat-x;
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}

#home_link {
	display: block;
	width: 290px;
	height: 148px;
	/*background-image: url(../images/voice_logo.gif);*/
}

#home_link span {
	display: none;
}

#header {
	height: 181px;
	position: relative;
	margin-bottom: 11px;
	background: #fff url(../images/voice09_new2.gif) no-repeat;
}

#language_switch {
	top: 5px;
	right: 150px;
	position: absolute;
	font-weight: bold;
}

#mainnav {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 273px;
}

#mainnav ul {
	margin: 0;
	padding: 0;
}

#mainnav ul li {
	margin: 0;
	list-style-type: none;
	display: inline;
}

#mainnav ul li a {
	float: left;
	border-left: 1px solid #39b54a;
	padding: 10px 25px;
	color: #1a1b4f;
	font-weight: bold;
	/* background: url(../images/mainnav_hover.gif) repeat-x 0 bottom; */
}

#mainnav a:hover, #mainnav li.on a {
	/* background: url(../images/mainnav_hover.gif) repeat-x 0 bottom; */
}

#topnav {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 225px;
	background-color: #0a3065;
}

#topnav ul {
	margin: 0;
	padding: 0 20px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

#topnav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#topnav li a {
	border-right: 1px solid #16c1f3;
	height: 20px;
	float: left;
	padding-right: 7px;
}

#topnav li.last a {
	border-right-style: none;
	border-right-width: 0;
	padding-left: 7px;
	padding-right: 0;
}

#content_column {
	width: 708px;
	float: left;
	padding: 20px;
	background-color: #fff;
}

#rightcol, #young_voice {
	width: 185px;
	float: right;
	padding: 20px;
	background-color: #fff;
	clear: right;
	margin-bottom: 10px;
}

#footer {
	background: url(../images/footer.gif) no-repeat;
	height: 79px;
	clear: both;
}

#sponsors {
	text-align: left;
	background-color: #fff;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

#tagline {
	background: url(../images/fancy_line.gif) repeat-x 0 bottom;
	padding-bottom: 25px;
}

#tagline span {
	padding-right: 30px;
}

#content {
	width: 479px;
	float: left;
	background-color: #fff;
	padding: 20px;
}

#home_image_wrap {
	/*background: url(../images/home_image_t.gif) no-repeat;*/
	width: 211px;
}

#home_image {
	/*background: url(../images/home_image_b.gif) no-repeat 0 bottom;*/
	padding-top: 12px;
	padding-left: 12px;
	padding-bottom: 14px;
}

#leftcol {
	width: 228px;
	float: left;
	padding-top: 20px;
}

#sec_logo {
	position: absolute;
	top: 20px;
	right: 19px;
	display: block;
	width: 187px;
	height: 120px;
	/*background: url(../images/sec_logo.gif) no-repeat;*/
}

#sec_logo span {
	display: none;
}

#subnav_wrapper {
	width: 221px;
	float: left;
	background-color: #fff;
	margin-right: 10px;
}

#subnav_wrapper h2 {
	background: url(../images/subnav_heading.gif) repeat-x 0 bottom;
	margin: 0;
	padding: 10px 20px;
}

#subnav_wrapper ul {
	margin: 0;
	padding: 0;
}

#subnav_wrapper ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#subnav_wrapper ul li a {
	display: block;
	/* background: url(../images/subnav_bg.gif) repeat-x; */
	border-top:1px solid #39b54a;
	color: #1a1b4f;
	font-weight: bold;
	padding: 10px 20px;
}

#subnav_wrapper ul li ul li a {
	/* background-image: none; */
	/* background-color: #7071A1; */
	
	
}

/* @group Home */

body.voice_home #content {
	width: 460px;
	float: right;
	padding-right: 0;
}


#ajax-slideshow {
	background-color: #fff;
	margin-left: 20px;
}

#rightcol #ajax-slideshow {
	margin-left: 0px;
}

#ajax-slideshow ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
}

#ajax-slideshow ul.crossfade li {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#ajax-slideshow li img {
	display: block;
}

#ajax-slideshow .ss-caption {
	font-size: 0.8em;
}


/* @end */