@charset "utf-8";

/* ------------------------------------- Left Column */
#homebanner {
	float: left;
	position: relative;
	width: 717px;
	height: 508px;
}
#homebanner #producttypes {
	position: absolute;
	top: 300px;
	left: 7px;
	clear: both;
}
#slideshowhidden{
	display:none;
	}
#homebanner #producttypes{
	z-index:100;
	}
#homebanner #producttypes a {
	display: block;
	float: left;
	height: 194px;
	padding: 14px 3px 0 2px;
}
#homebanner #producttypes a:hover, #homebanner #producttypes a.selected  {
	height: 208px;
	padding: 0 3px 0 2px;
}
.ie6 #homebanner #producttypes a img {
	behavior: url(/includes/htc/iepngfix.htc);
}
a.first {
	background: url(../../images/homepage/1-reflect.jpg) bottom center no-repeat;
}
a.second {
	background: url(../../images/homepage/2-reflect.jpg) bottom center no-repeat;
}
a.third {
	background: url(../../images/homepage/3-reflect.jpg) bottom center no-repeat;
}
a.fourth {
	background: url(../../images/homepage/4-reflect.jpg) bottom center no-repeat;
}
a.fifth {
	background: url(../../images/homepage/5-reflect.jpg) bottom center no-repeat;
}
#homecontent {
	float: left;
	width: 430px;
	padding: 0 31px 0 21px;
}
#homecontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #72998c;
}
#homecontent p {
	font-size: 1.1em;
	padding: 15px 0 0 0;
	line-height: 1.4em;
}
#homepanels {
	float: right;
	width: 235px;
}
#homepanels div {
	float: left;
}
#pressreleases {
	float: left;
	width: 228px;
	padding: 8px 0 10px 0;
	background: url(../../images/panels/panel-separator.gif) bottom left no-repeat;
}
#pressreleases .title {
	float: left;	
	width: 228px;
}
#pressreleases .preleasebox {
	float: left;
	display: inline;
	width: 159px;
	margin: 10px 0 0 30px;
}
#pressreleases .preleasebox .top, #pressreleases .preleasebox .bottom, #pressreleases .preleasebox .top img, #pressreleases .preleasebox .bottom img {
	float: left;
}
#pressreleases .preleasebox .content {
	float: left;
	width: 159px;
	padding: 0 0 0 10px;
	background: url(../../images/panels/prelease-content.gif) top left repeat-y;
}
#pressreleases .desc {
	float: left;
	width: 208px;
	padding: 7px 10px 0 10px;
}
#pressreleases .desc a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#pressreleases .desc a span {
	font-size: 1.1em;
	font-weight: bold;
}
#pressreleases .desc p {
	padding: 3px 0 0 0;
}
#resources {
	float: left;
	width: 228px;
	padding: 8px 0 0 0;
}
#resources .title {
	float: left;	
	width: 228px;
}
#resources .pdf {
	background: url(../../images/misc/pdf-icon.gif) 2px 9px no-repeat;
}
#resources .document {
	float: left;
	width: 200px;
	padding: 10px 0 0 28px;
}
#resources .document a {
	font-weight: bold;
}
div.rightarrow {
	float: right;
	padding: 0 11px 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;	
	overflow: hidden; /*IE7 bug fix*/
}
div.rightarrow a {
	float: right;
	display: block;	
	padding: 0 16px 0 0;
	color: #72998c;
	background: url(../../images/bullets/arrow-right-on-green.gif) top right no-repeat;
}
.safari div.rightarrow a {
	padding: 2px 18px 0 0;
	margin: 5px 0 0 0;
}
.chrome div.rightarrow a {
	padding: 0 18px 0 0;
}
div.rightarrow a:hover {
	color: #000;
}