body {
	margin: 0 auto;
	text-align: center;
	background: #ffffff url('../../assets/img/home/bk2.jpg') top left repeat-x;
}

#gNavHome {
	background: transparent url('../../assets/img/nav/bk64x34.jpg') top center no-repeat;
}

/* widgets */
.slideWrapper {
	margin: 0 auto;
	width: 792px;
	height: 285px;
	text-align: left;
	clear: both;
	background: transparent url('../../assets/img/home/widgets/dropshadow.gif') top left no-repeat;
}

#slideWidget {
	width: 778px;
	height: 278px;
	margin: 0px;
}

#widgetControls {
	width: 118px;
	height: 40px;
	float: right;
}
.wcNavInner {
	float: left;
	height: 36px;
}

#bigTop {
	width: 778px;
	height: 278px;
	margin: 0px;
}
#navLineWrapper {
	position: relative;
	z-index: 2;
	width: 778px;
	height: 36px;
	margin-top: -36px;
	background: transparent url('../../assets/img/home/widgets/transblack.png') top left repeat-x;
}
#navLine {
	width: 550px;
	height: 36px;
	float: left;
	text-align: center;
}

/* below slideWidget */
.techWrapper {
	width: 778px;
	margin: 0 auto;
	margin-bottom: 20px;
	clear: both;
}

.homeFeatureWrapper {
	width: 228px;
	margin-bottom: 30px;
	text-align: left;
	float: left;
}
.homeFeatureHdr {
	text-align: left;
	font: 24px helvetica,arial,san-serif;
	color: #333333;
	line-height: 22px;
	padding-bottom: 3px;
}
.homeFeatureSub {
	text-align: left;
	font: 16px helvetica,arial,san-serif;
	color: #0099CC;
	padding-bottom: 4px;
}
.homeFeatureTxt {
	text-align: left;
	font: 12px helvetica,arial,san-serif;
	color: #000000;
	padding-right: 10px;
}

.homeFeatureVRule {
    float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 15px;
	margin-bottom: 0px;
	width: 1px;
	background-color: #B2B2B2;
    height: 230px;
}

.pnBtn {
	margin-left: 30px;
	width: 104px;
	height: 36px;
}
.pnLink {
	font: bold 14px helvetica,arial,sans-serif;
	color: #ffffff;
	line-height: 36px;
}
.newsWidgetWrapper {
	width: 792px;
	height: 48px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 0px;
	clear: both;
	border: solid 0px black;
	background-image: url('../../assets/img/home/newswidget_bg.gif');
	background-repeat: no-repeat;
}
#newsWidget {
	margin: 0 auto;
	width: 778px;
	height: 32px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: solid 0px red;
}

#newsWidgetPanels {
	float: left;
	width: 778px;
	height: 32px;
	text-indent: 0px;
	text-align: left;
	overflow: hidden;
	border: solid 0px blue;
}

.newsWidgetLink {
	font: bold 14px helvetica, arial, sans-serif;
	color: #666666;
	text-decoration: none;
	width: 700px;
}

.newsWidgetMoreBtn
{
    font: bold 14px arial,helvetica,sans-serif;
	color: #000000;
	float: right;
}

/* Recent News (bottom) */

.newsWrapper {
	width: 778px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 10px;
	clear: both;
}

.pastNewsImg {
    padding-bottom: 0px;
}

.pastNewsInfoTxt {
	font: 13px arial,helvetica,san-serif;
	color: #000000;
	line-height: 16px;
}
.leftSideWrapper {
	width: 578px;
	float: left;
	border: solid 0px orange;
}
.rightSideWrapper {
	width: 200px;
	margin-top: 34px;
	text-align: center;
	border: solid 0px green;
	float: right;
}

.badgeImgWrapper {
	margin-bottom: 20px;
}

.infoWrapper {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-right: 70px;
	text-align: left;
	border: solid 0px blue;
}
.infoHdr {
	font: bold 24px helvetica,arial,san-serif;
	color: #333333;
}
.infoTitle {
	font: 18px arial,helvetica,san-serif;
	color: #333333;
	line-height: 19px;
	margin-right: 75px;
}
.infoDate {
	font: bold 12px arial,helvetica,san-serif;
	color: #666666;
	margin-top: 1px;
	margin-bottom: 20px;
}
.infoTxt {
	font: 12px arial,helvetica,san-serif;
	color: #000000;
}

.hruleNews {
	margin: 0 auto;
	clear: both;
	width: auto;
	border-top: solid 1px #B2B2B2;
	padding-bottom: 30px;
	margin-right: 100px;
}

/* CSS for News Article Body Html*/
#articleHdr {
    font: bold 12px arial,helvetica,san-serif;
	color: #666666;
}

p a {
    font: 12px arial,helvetica,san-serif;
	color: #333333;
	text-decoration: underline;
}

#paraIntro a {
    font: 12px arial,helvetica,san-serif;
	color: #333333;
	text-decoration: underline;
}
