#content { background: url(pics/index_content_bg.jpg) repeat-y; }
.mainText, .persistableForm, .subnav { display: none; }
#main {
	float: left;
	width: 100%;
}
#column1, #column2 {
	display: none;
}

.newsBulletin {
	float: left;
	width: 320px;
	margin-left: 1px;
	padding: 0;
}

.products {
	float: left;
	width: 305px;
	margin-left: 1px;
	padding-bottom: 20px;
}
.products td img {
	border-right: 1px dotted #cdcdcd;
	margin: 8px 0;
}

.securityguide {
	float: right;
	width: 321px;
	margin-right: 1px;
}
.securityguide table {
	margin: 0 30px 20px 20px;
	width: auto !important;
}
.securityguide td img { margin-right: 16px; }

h2,
.newsBulletin .newsMainTitle {
	display: inline-block;
	font-weight: normal;
	font-family: OpenSansLight, sans-serif, arial, verdana;
	font-size: 16px;
	line-height: 16.8px;
	color: #fff;
	text-transform: uppercase;
	background: url(pics/bg.jpg);
	padding: 8px 24px 8px 32px;
	position: relative;
	left: -1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.newsBulletin .newsItem {
	margin: -10px 12px 0 30px;
	font-size: 14px;
}
.newsBulletin .newsItem .newsText { display: none; }
.newsBulletin .newsItem .newsTitle {
	font-weight: normal;
	font-size: 14px;
	display: inline;
	padding-right: 6px;
	line-height: 1.5em;
}
.newsBulletin .newsItem .newsDetails { 
	display: inline; 
	color: #38587c;
	background: url(pics/newsDate_left.gif) no-repeat left center;
	padding-left: 4px;
}
.newsBulletin .newsItem .newsDate {
	background: url(pics/newsDate_right.gif) no-repeat right center;
	padding-right: 4px;
}
.newsBulletin .newsItemShortened {
	border-top: 1px dotted #cdcdcd;
	margin: 0 12px 0 30px;
	font-size: 11px;
	position: relative;
	padding: 8px 0;
}
.newsBulletin .newsItemShortened .newsDate {
	position: absolute;
	left: 0;
	top: 7px;
	color: #888;
}
.newsBulletin .newsItemShortened .newsTitle {
	font-weight: normal;
	float: right;
	margin-right: 10px;
	width: 200px;
}
.newsBulletin .clearDiv { display: block; }
.newsBulletin .newsBottom {
	border-top: 1px dotted #cdcdcd;
	margin: 0 12px 30px 30px;
	padding-top: 6px;
	font-size: 11px;
}
.newsBulletin .newsBottom a {
	background: url(pics/newsBottom.gif) no-repeat right 5px;
	padding-right: 14px
}