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

body {
	background-image: url(../images/top-shadow.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EAEAEA;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color:	#666666
}

a:link {
	color: #09B5EE;
	text-decoration: underline;
}
a:visited {
	color: #09B5EE;
	text-decoration: underline;
}
a:hover {
	color: #000033;
	text-decoration: none;
}
a:active {
	color: #09B5EE;
	text-decoration: underline;
	}
	
#top-spacer {
	width: 3px;
	height: 60px;
	}
	
#spacer2 {
	width: 3px;
	height: 30px;
	}
	
#copyright {
	width: 250px;
	height: 30px;
	float: right;
	text-align: right;
	}
	
.copyright-text {
	font-size:10px;
	color: #999999
	}
	
.subheading {
	font-weight: bold;
	color:#333333;
	}

#image-container {
	width: 955px;
	height: 23px;
	}
	
#bullet-container {
	width: 40px;
	float: left;
	}
	
#main {
	background-image: url(../images/main-box-shadow.jpg);
	background-repeat: repeat-y;
	width: 880px;
	padding-left: 30px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 40px;

	
	}
#nav {
	border: 1px solid #dcdcdc;
	width: 150px;
	padding: 10px;
	margin: 25px 0px 0px 15px;

	}
	
#content {
	border: 1px solid #dcdcdc;
	width: 840px;
	padding: 20px;
	clear: both;
	}
	
#home-content {
	border: 1px solid #dcdcdc;
	width: 840px;
	padding: 20px;
	clear: both;
	}
	
#home-text {
	width: 100%;
	margin-bottom: 25px;
	}
.right-column {
	float: right;
	width: 187px;
}
.right-column2 {
	float: right;
	width: 150px;
}
.right-column img {
	margin-bottom: 5px;
	border: 0px;
}
.press-logos {
	height: 69px;
	width: auto;
	clear:both;
	margin: 15px 0px;
	}
.press-logos img {
	margin-right: 3px;
	border: 0px;
}
brand-logos {
	height: 51px;
	width: auto;
	clear:both;
	vertical-align:middle;
	}
.brand-logos img {
	margin-right: 30px;
	border: 0px;
}
#logo {
	width: 532px;
	height: 194px;
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;

}
	


#expList  dt{
  	color: #09B5EE;
 	text-decoration:underline;
 	cursor:pointer;
	margin-top:6px;
	padding-left:16px;
}

dt.cPlus {
	background: transparent url(../images/plus.gif) no-repeat 0pt 60% scroll;
}

dt.cMinus{
	background: transparent url(../images/minus.gif) no-repeat 0pt 60% scroll;
}

#expList dd {display:none;margin-top:10px;margin-bottom:10px;

}