@charset "utf-8";

h1 { margin-bottom: 0.8em; }
h2 { margin: 23px 0 13px; }

div#headerbanner img {
	width: auto;
	margin: 0px auto;
}

#subwrapper {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-top: 28px;
}

#subwrapper p {
	margin-bottom: 13px;
}

#subwrapper ol {
	margin: 0 0 13px 20px;
}

#floatrightbuttons {
	float: right;
	margin: 12px 19px 20px 30px;
}

.paddedtitle {
	padding-bottom: 17px;
}

#titlevideophoto{ 
	margin-top: 42px;
}

#videophotobox {
	clear: both;
	height: 234px;
	background: url(/images/subpage/bg_video-photo.png) no-repeat;
	padding: 12px 10px 24px;
	margin-bottom: 50px;
}

/* tab elements */
ul#tabs {
	clear: both;
	list-style: none;
	margin-top: 45px;
	margin-left: 2px;
	height: 47px;
}

ul#tabs li {
	float: left;
	height: 47px;
}

ul#tabs li a {
	display: block;
	height: 47px;
}

/* Tab Content */
div#tabContent {
	background: url(/images/common/tabBigBg.png) no-repeat top right;
}

div.entryBlock, 
div.lastentryBlock {
	background: url(/images/common/hr.jpg) repeat-x bottom left; 
	padding-bottom: 9px;
	margin-top: 30px;
}

div.entryBlock {
	padding-bottom: 19px;
}

div.lastentryBlock {
	background: none;
}

div.entryBlock h2, div.lastentryBlock h2 {
	font-size: 17px;
	margin-bottom: 15px;
}

div.entryBlock h3, div.lastentryBlock h3 {
	color: #fada83;
	font-size: 13px;
	padding-top: 3px;
	margin-bottom: 18px;
}

/* Changes for the tab Change effect */
li a.tabDefault{
	background-position: left top;
}

li a.tabSelected{
	background-position:  left -47px !important;
}

li a.shadowRight{
	background-position:  left -141px !important;
}

li a.shadowLeft{
	background-position:  left -94px !important;
}