.webinarData {
	width: 900px;
	height: 100%;
	min-height: 500px;
	background: #fff;
	float: left;
	margin: 4px 0 0 19px;
}

.webinarData h1 {
	padding: 6px 0;
}

.webinarHeader {
	width: 975px;
	height: 150px;
	background: url(images/webinar-header.jpg) no-repeat;
	margin-top: 5px;
}

.webinarNav {
	float: left;
	margin: 118px 0 0 7px;
	width:716px;
	height: 25px;
}

.webinarNav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
	width: 100%;
}

.webinarNav li{
	display:block;
	float:left;
	position:relative;
	list-style:none;
	height: 14px;
	margin-top: 3px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #fff;
	line-height: 14px;
}

.webinarNav a:link, .webinarNav a:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.webinarNav a:hover, .webinarNav a:active {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #cdcdcd;
}

/*-------------{ styling for webinar welcome blurb }-------------*/

.webinar_welcome{
	width: 620px;
	height: auto;
	border: 1px solid #333;
	float: left;
	padding:10px 10px 10px 27px;
	margin: 10px 0 15px 10px;
	background: #f1f1f1;
}

.webinar_welcome h2 {
	font-size: 18px;
}
/*-------------{ styling for webinar container }-------------*/

.webinar_post{
	width: 520px;
	height: auto;
	padding-top: 15px;
	margin: 0 20px 0 18px;
}


.webinar_post p{
	width: auto;
	height: auto;
	line-height: 15px;
	margin-bottom: 6px;
}

.webinar_post p img {
	width: auto;
	height: auto;
	padding: 0 15px 10px 0;
}

.webinar_post .aligncenter{
	margin-left:auto;
	margin-right:auto;
	display:block;
	clear:both;
	float:none;
	text-align:center;
}

.webinar_post .alignright{
	float:right;
}

.webinar_post .alignleft{
	float:left;
}

.webinar_post img.alignright{
	margin: 10px 0px 5px 12px;
}

.webinar_post img.alignleft{
	margin: 5px 12px 5px 0px;
}

.webinar_post a:link, .webinar_post a:visited {
	color: #4B4B49;
	font-weight: bold;
}

.webinar_post a:hover, .webinar_post a:active {
	color: #005d96;
}

.webinar_post h1.wbtitle {
	color: #333;
	font-size: 18px;
	margin: 10px 0 5px 0;
}

.webinar_post h2 {
	color: #688720;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.webinar_post h2 a:link, .webinar_post h2 a:visited  {
	color: #688720;
	font-weight: bold;
}

.webinar_post h2 a:hover, .webinar_post h2 a:active  {
	color: #4B4B49;
	font-weight: bold;
}

.webinar_post li{
	width: auto;
	height: auto;
	margin: 0 20px 15px 42px;
	list-style:circle;
}


/*-------------{ styling for webinar archives }-------------*/

.webinar_post_archive {
	width: 553px;
	height: auto;
	padding-top: 15px;
}

.webinar_post_archive p{
	width: auto;
	height: auto;
	margin: 0 20px 0 18px;
	line-height: 16px;
}

.webinar_post_archive p img {
	width: auto;
	height: auto;
	padding: 0 15px 10px 0;
	float: left;
}

.webinar_post_archive a:link, .webinar_post_archive a:visited {
	color: #4B4B49;
	font-weight: bold;
}

.webinar_post_archive a:hover, .webinar_post_archive a:active {
	color: #960000;
}

.webinar_post_archive h1.wbtitle {
	color: #333;
	font-size: 18px;
	margin: 10px 0 5px 18px;
}

.webinar_post_archive h2 {
	color: #688720;
	font-weight: bold;
	margin: 10px 0 0 18px;
}

.webinar_post_archive h2 a:link, .webinar_post_archive h2 a:visited  {
	color: #688720;
	font-weight: bold;
}

.webinar_post_archive h2 a:hover, .webinar_post_archive h2 a:active  {
	color: #4B4B49;
	font-weight: bold;
}

.webinar_post_archive li{
	width: auto;
	height: auto;
	margin: 0 20px 15px 42px;
	list-style:circle;
}


a.register:link, a.register:visited{
	display: block;
	margin: 0 0 0 28px;
	width: 170px;
	height: 40px;
	background-image: url(images/register_btn.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -1000em;
}

a.register:hover, a.register:active{
	display: block;
	width: 170px;
	height: 40px;
	background-position: bottom left;
	text-indent: -1000em;
}


.webinar_group{
float:left;
}

.webinar_top {
	width: 698px;
	height: 23px;
	background-image: url(images/upcomingWebinars_top.jpg);
	background-repeat: no-repeat;
	float: left;
}

.webinar_middle {
	width: 698px;
	height: auto;
	background-image: url(images/upcomingWebinars_middle.jpg);
	background-repeat: repeat-y;
	float: left;
}

.webinar_bottom {
	width: 698px;
	height: 27px;
	background-image: url(images/upcomingWebinars_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
}

.webinarRegister {
	width: 180px;
	height: 46px;
	margin-right: 30px;
	float: right;
}

.webinarUpcoming {
	width: 698px;
	height: 200px;
	float: left;
}

