@charset "UTF-8";
/* CSS Document */

ul {
	padding:0px;
	margin:0px;
	margin-left:18px;
}
li {
	list-style-image: url(/images/ui/bullet.gif);
	list-style-type: none;
	padding:0px;
	margin:0px;
	line-height:18px;
}
h1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #6e91ae;
	font-size: 24px;
	line-height: 26px;
}
h2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #464646;
	font-weight:bold;
	font-size: 18px;
	line-height: 20px;
	padding-top:5px;
	padding-bottom:3px;
	margin:0px;
}
h3 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #464646;
	/*font-size: 15px;
	line-height: 18px;
	padding-bottom:3px;*/
	margin:0px;
}
.superScript {
	vertical-align:text-top;
	font-size:80%;
	padding-top:0px;
	margin-top:-4px;
	margin-left:3px;
	position:absolute;
	font-family: "Times New Roman", Times, serif;	/*border:#F00 1px dotted;*/
}
#businessCard {
	position:absolute;
	z-index:1;
	margin-left:330px;
}
.footnote {
	border-top:#CCC 1px solid;
	font-size:9px;
	line-height:11px;
	color:#999;
	margin-top:40px;
	padding-top:10px;
}
.footnote a:link {
	color:#999;
}
.openModal {
}

input {
	width:100%;
	border:#999 solid 1px;
	height:20px;
	margin-top:3px;
	margin-bottom:5px;
	color:#666;
}

/* Styles for the TOGGLE of hidden content */
h3.trigger {
	padding: 0 0 5px 25px;
	margin: 0 0 5px;
	background: url(/images/ui/img_toggle_plus.gif) no-repeat;
	width: 547px;
	font-weight: normal;
	font-size:12px;
	font-weight:bold;
	float: left;
	cursor:pointer;
	border-bottom: 1px solid #d6d6d6;
}
h3.trigger a {
	color: #000;
	text-decoration: none;
	display: block;
}
h3.trigger a:hover { color: #ccc; }
h3.active {background: url(/images/ui/img_toggle_minus.gif) no-repeat;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding-left: 26px;
	padding-bottom: 15px;
}
/*.toggle_spacer {
	border-bottom: 1px solid #d6d6d6;
	height:25px;
	<!--[if lte IE 7]>
		height:10px;
	<![endif]-->
	margin-bottom:10px;
}*/

