@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #9a9a9b;
}
p, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#container {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-image: url(../images/background.jpg);*/
} 
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 200px;
	width: 940px;
} 
#header_starnet {
	height: 122px;
	width: 720px;
	float: left;
}
#header_hallstar {
	height: 122px;
	width: 220px;
	float: left;
}
#header_bottom {
	float: left;
	height: 15px;
	width: 150px;
	background-image: url(../images/background_03.jpg);
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
}
#header_bottom a:link {
	color: #0D2D5D;
}
#header_bottom a:visited {
	color: #0D2D5D;
}
#header_bottom a:hover {
	color: #6699CC;
}
#header_bottom a:active {
	color: #0D2D5D;
}
#content_wrapper {
	background-image: url(../images/background_04.jpg);
}
#mainContent {
	width: 570px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#news_article {
	width: 570px;
	padding-bottom: 15px;
}
#news_article p {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
#news_article ul {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-left: 20px;
}
#news_article ol {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-left: 20px;
}
#news_article  h1  {
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
#news_article h2 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
#news_article p.date {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
}
#news_article a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#news_article a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#news_article a:hover {
	color: #6699CC;
	text-decoration: none;
}
#news_article a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#news_article_top {
	background-image: url(../images/news_back_top.png);
	height: 10px;
	width: 570px;
	margin: 0px;
	padding: 0px;
}
#news_article_content {
	height: auto;
	width: 520px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-image: url(../images/news_back_content.png);
	margin: 0px;
}
#news_article_bottom {
	background-image: url(../images/news_back_bottom.png);
	height: 10px;
	width: 570px;
}
#webinars_current {
	width: 570px;
	height:auto;
	padding-bottom: 15px;
}
#webinars_current_top {
	background-image: url(../images/white_back_top.png);
	height: 10px;
	width: 570px;
	margin: 0px;
	padding: 0px;
}
#webinars_current_content {
	height: auto;
	width: 520px;
	padding: 10px 25px 10px 25px;
	background-image: url(../images/white_back_content.png);
	margin: 0px;
}
#webinars_current_bottom {
	background-image: url(../images/white_back_bottom.png);
	height: 10px;
	width: 570px;

}
#webinars_archive {
	width: 570px;
	padding-bottom: 15px;
}
#webinars_archive_top {
	background-image: url(../images/white_back_top.png);
	height: 10px;
	width: 570px;
	margin: 0px;
	padding: 0px;
}
#webinars_archive_content {
	height: auto;
	width: 520px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-image: url(../images/white_back_content.png);
	margin: 0px;
}
#webinars_archive_content p {
	font-size: 12px;
	line-height: 15px;
	color: #121212;
}
#webinars_archive_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #0D2D5D;
}
#webinars_archive_content a:link {
	color: #0D2D5D;
}
#webinars_archive_content a:visited {
	color: #0D2D5D;
}
#webinars_archive_content a:hover {
	color: #6699CC;
}
#webinars_archive_content a:active {
	color: #0D2D5D;
}
#webinars_archive_bottom {
	background-image: url(../images/white_back_bottom.png);
	height: 10px;
	width: 570px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 295px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#news_wrapper {
	width: 295px;
	padding-bottom: 15px;
}
#news_top {
	background-image: url(../images/blue_back_top.png);
	height: 10px;
	width: 295px;
	margin: 0px;
	padding: 0px;
}
#news_content {
	height: auto;
	width: 265px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/news_back_content.png);
	margin: 0px;
}
#news_content p {
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
#news_content ul {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-left: 20px;
}
#news_content ol {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-left: 20px;
}
#news_content  p.date {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
}
#news_content  h1  {
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
#news_content h2 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
#news_content a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#news_content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#news_content a:hover {
	color: #6699CC;
	text-decoration: none;
}
#news_content a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#news_bottom {
	background-image: url(../images/blue_back_bottom.png);
	height: 10px;
	width: 295px;
}
#news_item {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#twitter {
	width: 250px;
	padding-bottom: 10px;
}
#rss {
	width: 250px;
}
.rssgraphic {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#rss h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #FF6600;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
}
#rss a:link {
	color: #FF6600;
	text-decoration: none;
}
#rss a:visited {
	color: #FF6600;
	text-decoration: none;
}
#rss a:hover {
	color: #121212;
	text-decoration: none;
}
#rss a:active {
	color: #FF6600;
	text-decoration: none;
}
#footer {
	height: 30px;
	width: 940px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* WEBINARS */
#kswrap {
	height:auto;
}
.webinar { /* ks */
	clear:left;
	width: 520px;
	height:auto;
	margin: 5px 0 5px 0;
	border-top: 1px dotted #121212;
	padding: 5px 0 0 0;
}
.webinar img {
	margin: 0 15px 5px 0;
}
.webinar_screenshot {
	background-color: #333333;
	float: left;
	width: 140px;
	height: auto;
	padding: 0px;
	margin: 0 15px 5px 0;
}
.web-internal { /* ks */
	float:left;
	width:365px;
	height:auto;
}
.web-internal p {
	font-size: 12px;
	line-height: 15px;
	color: #121212 !important;
}

.web-internal h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #0D2D5D !important;
}
.web-internal h3 {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #121212 !important;
}
.web-internal a:link {
	color: #0D2D5D !important;
	text-decoration: none;
}
.web-internal a:visited {
	color: #0D2D5D !important;
	text-decoration: none;
}
.web-internal a:hover {
	color: #000033 !important;
	text-decoration: none;
}
.web-internal a:active {
	color: #0D2D5D !important;
	text-decoration: none;
}



