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

h3 {
	font-size: 1em;
}
#slideshowContainer {
	width: 547px;
	float:left;
}
#slideshowTitle {
	margin: 15px 15px 0px 0px;
}
#slideshowText {
	width: 241px;
	float:left;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid;
	border-color: #7b94b0;
	background-color: #e6ebef;
}
#slideshowText h1 {
	font-size: 1.2em;
}
#slideshowText h2 {
	font-size: 1.1em;
	margin-bottom: 0px;
}
#slideshowText h3 {
	font-size: 1.0em;
}
#slideshowText .byline {
	font-size: .9em;
	margin: 0px;
}
#slideshowText .date {
	font-size: .8em;
	margin: 0px;
}

.tipBox {
	font-size: .75em;
}
.floatBoxLeft,
.floatBoxRight {
	width: 50%;
}
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;/*width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin: 10px 0px 10px 0px;
}
.TabbedPanelsTabGroup {
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 6px 18px 12px 18px;
	margin: 0px 1px 0px 0px;
	font-weight: bold;
	font-size: .9em;
	/*text-transform: uppercase;*/
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height: 8px;
}
.TabbedPanelsTab {
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	-webkit-border-top-left-radius: 8px !important;
	-webkit-border-top-right-radius: 8px !important;
}
.TabbedPanelBlue .TabbedPanelsTab {
	color: #f7fbf3;
	background:#537f2c url(/skins/buzz/images/sprites_buzz_horiz.png) repeat-x 0 -415px;
	border-top: 1px solid #3b5a9a;
	border-right: 1px solid #495978;
	border-bottom: 1px solid #3b5a9a;
	border-left: 1px solid #495978;
}
.TabbedPanelBlue .TabbedPanelsTabSelected {
	background:#74b13d url(/skins/buzz/images/sprites_buzz_horiz.png) repeat-x 0 -365px;
	border-bottom: 1px solid #8e9299;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelBlue .TabbedPanelsTab a {
	color: #f7fbf3;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}
.TabbedPanelBlue .TabbedPanelsContentGroup {
	border-top: 1px solid #3b5a9a;
	border-right: 1px solid #495978;
	border-bottom: 1px solid #495978;
	border-left: 1px solid #495978;
}
.TabbedPanelsContent {
	padding: 4px;
}
#photoGalleriesTabPanels .TabbedPanelsContentGroup {
	background: url(/skins/buzz/images/sprites_buzz_horiz.png) repeat-x 0 -1120px;
	background-color: #eaeef3;
}
#horizontal_carousel {
	width: 539px;
	float: left;
	position: relative;
}
#horizontal_carousel .container {
	float: left;
	height: 85px;
	position: relative;
	overflow: hidden;
	width: 510px;
}
#horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 240px;
}
#horizontal_carousel ul li {
	font-size: .7em;
	width: 260px;
	height: 85px;
	text-align: left;
	list-style:none;
	float:left;
}
#horizontal_carousel .previous_button {
	float:left;
	width: 14px;
	height: 85px;
	background: url(/skins/buzz/images/ss_tab_left.png);
	z-index: 100;
	cursor: pointer;
}
#horizontal_carousel .previous_button_over {
	background: url(/skins/buzz/images/ss_tab_left_over.png);
}
#horizontal_carousel .previous_button_disabled {
	background: url(/skins/buzz/images/ss_tab_left_disabled.png);
	cursor: default;
}
#horizontal_carousel .next_button {
	float:left;
	width: 14px;
	height: 85px;
	background: url(/skins/buzz/images/ss_tab_right.png);
	z-index: 100;
	cursor: pointer;
}
#horizontal_carousel .next_button_over {
	background: url(/skins/buzz/images/ss_tab_right_over.png);
}
#horizontal_carousel .next_button_disabled {
	background: url(/skins/buzz/images/ss_tab_right_disabled.png);
	cursor: default;
}
#horizontal_carousel ul li img {
	float:left;
	margin-right:5px;
	margin-left:2px;
	width: 128px;
	height: 85px;
}
#horizontal_carousel ul li .text {
	float:left;
	width: 65px;
	height: 85px;
}
#horizontal_carousel ul li .smtext {
	float:left;
	width: 110px;
	height: 85px;
}
