@charset "utf-8";
/* CSS Document */

.frontpage_display {
	width: 1000px;
	float:left;
	display: block;
	height: auto;
	clear:both;

}
.frontpage_display h2, .frontpage_display h2 a, .frontpage_display h3 a {
	line-height: 40px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #000000;
	text-decoration: none;
}
.frontpage_display h2 a:hover, .frontpage_display h3 a:hover {
	color: #000000;
	text-decoration: none;
}
.frontpage_display h2.subsection {
	color: #999999;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
}
.frontpage_display h3 {
	color: #000000;
	border: none;
	font-weight: bold;
	text-transform: capitalize;
	font-size:14px;
	
}
.frontpage_display * img.icon {
	float: left; 
	margin-right: 5px;
	width: 40px;
	height: 40px;

}
img.community.icon {
	float: left; 
	margin-right: 5px;
	width: 30px;
	height: 30px;
	margin-top: 0px;
}
.frontpage_display * img.action {
	clear: none;
	float: right; 
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
#leftside h2 + p a, #leftside h3 + p a, #leftside h2 + p a:hover, #leftside h3 + p a:hover  {
	color: #666666;
	text-decoration: none;
}

#leftside h2 + p{
	margin-left: 45px;
	font-size: 12px;
	margin-top: 0px;
	color: #666666;
	clear: both;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#leftside h3 + p {
	margin-left: 50px;
	font-size: 11px;
	margin-top: 0px;
	color: #666666;
	clear: both;
}
#leftside {
	width: 370px;
	display: block;
	float: left;
	min-height: 600px;
	margin-right: 10px;
}

#rightside {
	width: 620px;
	display: block;
	float: left;
	height: auto;
	margin-top:1px;
}

#rightside #righttexwrapper{
	margin-top: 10px;
	height: auto;
}
#righttexttop {
	width: 400px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}
#righttextbottom {
	clear:both;
	width: 400px;
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	}
.tworows {
	clear:both;
	width: 400px;
}
.tworows.events {
	border-top: solid 1px #CCC;
	height: 70px;
}
.tworows.casestudys {
	clear:both;
	margin-top: 20px;
	height: 70px;
}
.tworows.casestudys a {
	float: left;
	margin-right: 12px;
}

#newsitems {
	width: 200px;
	float:left;
}

#righttexwrapper .twocols {
	width: 195px;
	float: left;
	margin-right: 5px;
}
#righttexwrapper .twocols.community h2,
#righttexwrapper .twocols.services h2 {
	margin-bottom: 15px;
}

#righttexwrapper .twocols.community p,
#righttexwrapper .twocols.services p {
 font-size: 12px;
 margin-bottom: 20px;
 clear: both;
 line-height: 30px;
}

#righttexwrapper .twocols a,
#righttexwrapper .tworows a {
	color: #000000;
}
#righttexwrapper .twocols a:hover,
#righttexwrapper .tworows a:hover {
	color: #000000;
	text-decoration: underline;
}

.leftsides {
float: left;
width: 132px;}

.leftsides .date {
width: 30px; float:left; margin: 0px 5px 0px 0px;
color: #666666;
}
.leftsides .date .month {
position:relative; display:block; font-size: 11px; height:10px; text-align:center; text-transform: uppercase; float:left;
}
.leftsides .date .day {
position:relative; display:block; font-size: 20px; font-weight: bold; text-align:center; float:left;
}
.leftsides .eventname img {
	width: 80px;
}

.leftsides .eventname a {
margin-top: 2px;
color: #666666 !important;
font-size: 11px;
font-weight: bold;
 float:left;
}


/* PRODUCTS */
#leftside .products {
	background-position: left center;
	background-repeat:no-repeat;
	height: auto;
	min-height: auto;
	display: block;
	float: left;
	clear: both;
	padding-left: 55px;

}
#leftside .products.fusiondebug {
	background-image: url(/images/frontpage/fd_100.png);
}
#leftside .products.fusionreactor {
	background-image: url(/images/frontpage/fr_100.png);
}
#leftside .products.airdashboard {
	background-image: url(/images/frontpage/fe_100.png);
}
#leftside .products.fusionanalytics {
	background-image: url(/images/frontpage/fa_100.png);
}

#headerImages
{
	position:relative;
	overflow:hidden;
	height:260px;
	width:620px;
	z-index:0;
}
#headerImages, #headerImages img, img.topimage600, #sideToppers img
{
	margin-bottom:10px;
	overflow:hidden;
	display:block;
}
#navigator
{
	z-index:100;
	float:left;
	display:block;
	width: 50px;
	background-color: #009933;
}
#navigator a
{
	float:right;
	margin-right:5px;
	padding:3px;
	background-color:#CCC;
	display:block;
	width:5px;
	font-size:10px;
	line-height:10px;
	color:#333;
}
#navigator a:hover
{
	background-color:#999;
	text-decoration:none;
}
