.webinarData {
	width: 739px;
	height: 100%;
	min-height: 500px;
	background: #fff;
	float: left;
}

.webinarHeader {
	width: 739px;
	height: 150px;
	background: url(images/trucker-webinars/truck_webinars.jpg) no-repeat;
}

.webinarNav {
	float: left;
	margin: 126px 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 Rockwell, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

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

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

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

.webinar_welcome h2 {
	font-size: 18px;
}

/*--------------------------------
   styling for webinar container
----------------------------------*/

.webinarBox {
	height: auto;
	width: auto;
	float: left;
	margin: 0 0 0 20px;
}

.webinarContainer_wide {
	background:url(images/trucker-webinars/webinars_containerWide_bg_tile.jpg) repeat 0 top ;
	width:553px;
	height:auto;
	position:relative;
}

.webinarContainer_wide .webinar_buffer{
	background:url(images/trucker-webinars/webinars_containerWide_top.jpg) no-repeat 0 top;
	width:553px;
	height:auto;
	min-height: 189px;
}

.webinarContainer_wide_btm{
	background:url(images/trucker-webinars/webinars_containerWide_btm.jpg) no-repeat 0 top;
	width:553px;
	height:25px;
	margin-bottom: 15px;
}

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


.webinar_post p{
	width: auto;
	height: auto;
	line-height: 16px;
}

.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: #960000;
}

.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 DIV{
	margin: 0 20px 0 18px!important;
}

.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/truck-webinars/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;
}


