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

body{
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

#showSummary{
	color: #000;
	background-color: #CCC;
	border: 1px solid black;
	padding: 5px;
	cursor: pointer;
}

#showSummary:hover{
	text-decoration: underline;
}

#veil{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/veil.png);
	display: none;
}

#briefSummary{
	width: 50%;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25%;
	margin-top: -25%;
	font-size: 10px;
	padding: 10px;
	text-align: left;
	border: 1px solid black;
	background-color: white;
	display: none;
	overflow: auto;
}

#closeSummary{
	background-color: #CCC;
	text-align: center;
	padding: 10px;
	text-decoration: underline;
	cursor: pointer;
	border: 1px solid #999;
}

.content{
	width: 968px;
	margin: 0px auto;
	text-align: left;
}

.clearingDiv{
	clear: both;
}

/* CSS LEFT */

.leftContent{
	width: 735px;
	height: 510px;
	float: left;
}

.introTagLine{
	margin-left: 45px;
	color: #808416;
	font-size: 16px;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #808416;
	padding-bottom: 20px;
}

.introTagLine p{
	margin: 0px;
	padding: 0px;
}

.introTagLine p em{
	font-size: 31px;
}

.introTagLine p strong{
	font-size: 16px;
}

.interactiveComparison{
	margin-left: 45px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

.interactiveComparison strong{
	text-transform: uppercase;
	font-size: 18px;
	color: #808416;
}

.interactiveComparison p{
	font-size: 13px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.download{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #020202;
	margin-top: -18px;
	margin-left: 15px;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #808416;
	padding-bottom: 10px;
}

.download img{
	border-style: none;
	margin-right: 5px;
	vertical-align: middle;
}

.download a{
	color: #2a3df9;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-left: 15px;
}

/* CSS RIGHT */

.rightContent{
	border-style: solid;
	border-color: #b2b2b2;
	border-width: 0px 0px 0px 1px;
	float: left;
	margin: 46px 0px 0px 14px;
	padding: 0px 10px 10px 10px;
	width: 198px;
	font-family: Arial, Helvetica, sans-serif;
}

.usefulLinks{
	padding: 0px 0px 10px 0px;
}

.usefulLinks strong{
	text-transform: capitalize;
	font-size: 14px;
	color: #808416;
	display: block;
	padding-bottom: 14px;
	border-style: dotted;
	border-color: #666666;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 7px;
}

.usefulLinks a{
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
}

.usefulLinks a:hover{
	text-decoration: underline;
}

.usefulLinks a span{
	color: #828282;
}

.patientStories{
	padding: 0px 0px 5px 0px;
	border-style: dotted;
	border-color: #666666;
	border-width: 0px 0px 1px 0px;
}

.patientStories img{
	margin-right: 5px;
	vertical-align: text-top;
	clear: left;
	float: left;
}

.patientStories div{
	margin-bottom: 20px;
	line-height: 12px;
}

.patientStories strong{
	text-transform: capitalize;
	font-size: 14px;
	color: #808416;
	display: block;
	padding-bottom: 14px;
	border-style: dotted;
	border-color: #666666;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 7px;
}

.patientStories div a{
	font-size: 11px;
	color: #0099CC;
	text-decoration: none;
}

.patientStories div a:hover{
	text-decoration: underline;
}

.patientStories div a span{
	color: #828282;
}

.nowAvailable{
	background-color: #f5f8ef;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 10px;
	margin-top: 10px;
	font-size: 12px;
	color: #000;
}

.nowAvailable img{
	vertical-align: text-top;
}

.nowAvailable strong{
	font-weight: normal;
	color: #808416;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

.nowAvailable strong span{
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.nowAvailable a{
	text-decoration: none;
	color: #000;
	float: left;
	width: 100px;
	margin-right: 10px;
}

/* CSS Mobile Portal Specific */

.mobileIntro{
	margin-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

.mobileIntro strong{
	font-size: 18px;
	color: #808416;
}

.mobileIntro p{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.mobileDevices{
	margin: 60px 0px 20px 150px;
}

.importantNote{
	margin: 0px 0px 0px 45px;
	font-size: 12px;
}

.importantNote a{
	color: #193cf1;
}

.footerMobile{
	margin: 40px 0px 0px 45px;
}

/* CSS Instructions Specific */

.devices{
	width: 486px;
	margin: 0px auto;
}

.instructions{
	width: 320px;
	margin: 0px auto;
	font-weight: bold;
	font-size: 12px;
}

.instructions img{
	margin: 5px 0px 25px 0px;
}