/* Home Page */
body {
	background: transparent url(/images/portal-starbg.png) no-repeat left top;
}
* html body { /*Only Only IE 5-6 will see this*/
	background-image: url(/images/portal-starbg.gif);
}


.container {
	background: transparent url(/images/portal-starbg.png) no-repeat right -20px;
}
* html .container { /*Only Only IE 5-6 will see this*/
	background-image: url(/images/portal-starbg.gif);
}
#branding {
	background: transparent url(/images/portal-housebg.png) no-repeat 55px bottom;
}
* html #branding{ /*Only Only IE 5-6 will see this*/
	background-image: url(/images/portal-housebg.gif);
}

#homeImageScroller {
	width: 100%;
	color: #FFF;
	text-align: center;
	background: transparent url(/images/portal-lowbar.jpg) repeat-x bottom left;
	height: 299px;
	overflow: hidden;
}
.homeScrollerFrame {
	background: #0E1031 url(/images/portal-blue-starfield.gif) no-repeat center top;
	width: 100%;
	margin-bottom: 15px;
}
#homeImageScroller .images {
	width: 485px;
	margin: 0 auto;
	overflow: hidden;
}
#homeImageScroller .images #imageHomeWindow {
	width: 1085px;
	height: 375px;
}
#homeImageScroller .arrow {
	color: #FFF;
	display: block;
	width: 50px;
	margin-top: 105px;
	height: 55px;
	text-decoration: none;
}
#homeImageScroller #scrollLeft {
	color: #FFF;
	float: left;
	margin-left: 5%;
	background: transparent url(/images/portal-scrollarea.gif) no-repeat 10px 0;
	cursor: pointer;
}
#homeImageScroller #scrollLeft:hover {
	margin-top: 100px;
	background-image: url(/images/portal-scrollarea-over.gif);
	background-position: 3px 0;
}
#homeImageScroller #scrollRight {
	color: #FFF;
	float: right;
	margin-right: 5%;
	background: transparent url(/images/portal-scrollarea.gif) no-repeat -75px 0;
	cursor: pointer;
}
#homeImageScroller #scrollRight:hover {
	margin-top: 100px;
	background-image: url(/images/portal-scrollarea-over.gif);
	background-position: -90px 0;
}
#homeImageScroller .rotator {
	height: 24px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#homeImageScroller .rotator ul {
	height: 24px;
	list-style: none;
	margin: 0 auto !important;
	display: block;
}
#homeImageScroller .rotator li {
	float: left;
	margin-right: 4px;
}
#homeImageScroller .rotator li a {
	height: 24px;
	width: 25px;
	display: block;
	background: transparent url(/images/portal-star.gif) no-repeat top left;
	text-decoration: none;
	cursor: pointer;
}
#homeImageScroller .description {
	display: none;
	width: 485px;
	position: relative;
	background: transparent url(/images/portal-descriptionbg.png) repeat left top !important;
	border-bottom: 1px solid black;
}
* html #homeImageScroller .description { /*Only Only IE 5-6 will see this*/
	background: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/portal-descriptionbg.png', sizingMethod='scale');
}

#homeImageScroller .description h3, #homeImageScroller .description p {
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	border: none;
	cursor: pointer;
}
#homeImageScroller .description h3 {
	margin-bottom: 2px;
	padding-top: 10px;
	font-size: 1.2em;
}
#homeImageScroller .description p {
	padding-bottom: 10px;
	font-size: 0.95em;
}
a.current {
	background-position: -35px 0px !important;
}
.stripViewer {
	position: relative;
	overflow: hidden; 
	margin: 0 0 1px 0;
	min-height: 275px;
	min-width: 485px;
}
.stripViewer ul { 
	position: relative;
	left: 0;
	top: 0;
	list-style-type: none;
}
.stripViewer ul li { 
	float:left;
}


.homeContent {
	padding-left: 25px;
	padding-right: 25px;
	display: table-cell;
	*display: inline-block;
	width: auto;
}
.homeContent p {
	font-size: 0.9em;
	line-height: 1.4em;
	display: inline;
}
.homePromos {
	width: 425px;
	float: right;
	margin-right: 25px;
	position: relative;
}
.homePromos p, .promoBar p {
	font-size: 0.9em;
	line-height: 1.4em;
}
.homePromos .promo {
	width: 200px;
	float: left;
}
.homePromos .promo img, .promoBar .promo img {
	border: 1px solid #BBB;
	margin-bottom: 5px;
}	
.homePromos .first {
	margin-right: 20px;
}
.promoBar {
	*padding-top: 15px;
}
.promo ul {
	font-size: 0.85em;
	list-style: none;
	clear: both;
}
.promo ul li {
	width: 99px;
	float: left;
	text-align: center;
}
.searchPage .results { 
	font-size: 0.9em;
}

.generalContent p, .generalContent ul, .generalContent ol {
	font-size: 0.9em;
	line-height: 1.35em;
}
.generalContent ul li ul {
	margin-bottom: 0px;
	margin-left: 30px;
	font-size: 0.95em;
}