@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	background:#ffffff url(../assets/bg_body.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
p {
	color: #231f20;
	padding-bottom: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #0081c6;
	font-weight:normal;
	padding: 0px 0 20px;
}
h2 {
	font-size: 14px;
	font-weight:bold;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #231f20;
	clear: left;
}
h3 {
	color:#222222;
	font-size:12px;
	font-weight:bold;
	padding:6px 0 2px;
}
#index-content h1 {
	font-size:20px;
}
#index-content a, #content-col p a, #content-col h1 a, #content-col h2 a, #content-col ul li a, #content-area-desc a {
	color: #0082c8;
	text-decoration: none;
	border-bottom: 1px solid #0082c8;
}
ul {
	list-style-image:url(../assets/bullet.png);
	margin-left:5px;
	padding-left:10px;
	vertical-align:baseline;
}
ul li {
	line-height:1em;
	margin-bottom: 10px;
	color: #231f20;
	font-size: 12px;
	line-height:1.2em;
}
ul li ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	padding-top:10px;
}
table ul {
	margin-left:15px;
	padding-left: 0px;
}
ol {
	margin-left:15px;
	vertical-align: baseline;
}
ol li {
	line-height:1em;
	margin-bottom: 10px;
	color: #231f20;
	font-size: 12px;
	line-height:1.2em;
	margin-right: 50px;
}
#content-col .ref a, #content-area .ref a, #index-content .ref a {
	border-bottom: none;
	text-decoration: none;
}
sup {
	font-size:0.6em;
	padding-left:1px;
}
var {
	bottom:70px;
	color:#999999;
	font-family:Verdana;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	position:absolute;
}
/* COLORS */
.white-text {
	color:#fff;
}
.color-yellow {
	color: #f1ba26;
}
/* POSITIONAL */
.center {
	text-align: center;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.clearfix {
	clear: both;
}
/* LOGO */
#logo {
	width: 250px;
	margin-left: 20px;
	text-align: center;
	height: 138px;
}
#logo img {
	margin: 0 auto;
}
#logo a {
	display:block;
}
.sancuso-logo {
	background: url(../assets/sancuso_logo.png);
	width: 227px;
	height: 146px;
	margin: 0 auto;
}
.logo-link {
	padding: 200px 146px;
}
/* HEADER */
#header {
	position: relative;
	height: 138px;
}
#header_col_a {
	float: left;
	width: 280px;
	height:118px;
	margin-bottom: 0px;
	background:url("../assets/top.gif") repeat-x scroll 0 0 transparent;
}
#header_col_b {
	width: 685px;
	height:118px;
	padding-top: 20px;
	float: right;
	background:url("../assets/top.gif") repeat-x scroll 0 0 transparent;
}
#header_row_a {
	width: 650px;
	height: 35px;
	float: right;
}
#header_row_b {
	width: 650px;
	float: right;
}
#heading_options {
	font-size: 14px;
	height: 25px;
	float: right;
	padding-top: 10px;
}
#heading_options a {
	text-decoration: underline;
	color: #0082c8;
	padding-right: 10px;
}
#heading_options a.active {
	text-decoration: none;
	color: #231f20;
}
/* NAV-TOP */
.nav-out-first-url {
	background-image:url(../assets/nav_first.png);
}
.nav-over-first-url {
	color:#fff;
	background-image:url(../assets/nav_first_active_tr.png);
}
.nav-out-regular-url {
	background-image:url(../assets/nav_bg.png);
}
.nav-over-regular-url {
	background-image:url(../assets/nav_bg_active_tr.png);
}
#nav .nav-over-regular-url a, #nav .nav-over-first-url a {
	color:#eeeeee;
}
#nav .nav-first {
	background-image:url(../assets/nav_first.png);
}
#nav .nav-first:hover {
	background-image:url(../assets/nav_first_active_tr.png);
}
#nav .nav-middle {
	background-image:url(../assets/nav_bg.png);
}
#nav .nav-middle:hover {
	background-image:url(../assets/nav_bg_active_tr.png);
}
#nav ul li a:hover {
	color:#eeeeee;
}
#nav ul li {
	height:56px;
	float:left;
	list-style:none outside none;
	line-height:4em;
}
#nav ul {
	float:left;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	height: 56px;
}
#nav {
	font-size: 13px;
	float: right;
	clear:right;
}
#nav ul li.first {
	list-style: none;
	display: inline;
}
#nav a {
	font-size: 13px;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration:none;
	color: #999999;
	font-weight:bold;
	text-align: center;
}
/* PAGE CONTAINERS */
#container {
	position: relative;
	margin: 0 auto;
	width: 965px;
	background: #ffffff url(../assets/container-bg.gif) repeat-y top;
}
#index-container {
	position: relative;
	margin: 0 auto;
	width: 965px;
	background: #ffffff;
}
#index-content {
	padding-top: 20px;
	padding-left: 60px;
	padding-bottom: 20px;
	width: 500px;
}
#content-area {
	background-repeat:no-repeat;
	background-position:right top;
	width:100%;
}
#content-area-desc {
	float: left;
	/*height:360px;*/
	padding-left:60px;
	padding-top:10px;
	width:530px;
}
/* INDEX TEASERS */
#index-teaser-row {
	width: 965px;
	height:215px;
	background:url(../assets/bg_index_teaser.gif) repeat-x;
}
.index-teaser-white-border {
	border-right:3px solid white;
}
.index-teaser .icon {
	display: inline;
	float:right;
	margin: 0 5px 5px 10px;
}
.index-teaser h2 {
	font-size:16px;
	float: left;
	color: #036d94;
	padding-top: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
}
.index-teaser-header {
	heigth: 53px;
	vertical-align:middle;
}
.index-teaser {
	width: 282px;
	height: 215px;
	float:left;
	padding-right: 0px;
}
.index-teaser-cap {
	width: 51px;
	height: 215px;
	float:left;
	padding-right: 0px;
}
.index-teaser p {
	margin: 0px 0px 10px 10px;
	padding-top: 15px;
	width: 270px;
	height: 130px;
	position: relative;
}
a.click_here {
	display: block;
	width: 75px;
	background-color: #0186c7;
	color: white;
	padding: 2px 0 2px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	text-decoration: none;
	margin-top: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
h2.teaser a {
	color: #036d94;
	text-decoration:none;
}
/* PATIENT LEFT NAVIGATION */
.nav-left {
	margin-left: 20px;
	padding-left: 40px;
	width: 190px;
	font-size:12px;
}
.nav-left a {
	padding-left: 10px;
	line-height: 1.5em;
	color: #0082c8;
}
#nav-left-patient-bottom {
	background: url(../assets/nav-left-bottom.jpg) no-repeat;
	width: 202px;
	height: 273px;
}
#nav-left-patient-bottom-nonav {
	background: url(../assets/nav-left-bottom-nonav.jpg) no-repeat;
	width: 202px;
	height: 273px;
}
#nav-left-patient-bottom p, #nav-left-patient-bottom-nonav p {
	color: white;
	padding-left: 20px;
	padding-top: 25px;
	font-size:14px;
	font-weight: bold;
}
#nav-col {
	float: left;
	width: 250px;
	margin-top: 20px;
}
#content-col {
	width: 630px;
	float: right;
	padding: 20px 0px 60px 60px;
}
#content-col-p {
	width: 577px;
	float: right;
	padding: 0px 30px 60px 50px;
}
.left-nav-title {
	font-weight: bold;
	color: #f1ba26;
	padding-top: 4px;
}
.active-nav-txt {
	color: #231f20;
	margin-bottom:0px;
	padding-bottom: 0px;
	line-height: 1.5em;
}
/* tbl styles */

.tbl_header_bg {
	background: url(../assets/tbl_header_bg.gif) no-repeat;
	width: 631px;
	height: 27px;
	padding-top: 5px;
}
.tbl_header_bg h3 {
	display: inline-block;
	color:white;
	margin:0px;
	width:285px;
}
.tbl_header_bg h3.tbl_header_left {
	margin-left: 19px;
	margin-right: 8px;
}
.tbl_header_bg h3.tbl_header_right {
	margin-left: 19px;
}
.tbl_header_bg h4 {
	padding: 8px 25px 0 15px;
	color: white;
	font-size: 12px;
}
.tbl_bg {
	background: url(../assets/tbl_bg.gif) repeat-y;
}
.tbl_bg p {
	padding:10px 0 0 19px;
	width:260px;
}
.tbl_bg table td {
	vertical-align: top;
	width: 275px;
	padding: 10px 0px 10px 25px;
	border: none;
}
.tbl_footer_bg {
	background: url(../assets/tbl_footer_bg.gif) no-repeat;
	width: 631px;
	height: 35px;
}
.tbl-2_header_bg {
	background: url(../assets/tbl_top.png) no-repeat;
	width: 398px;
	height: 19px;
}
.tbl-2_bg {
	background: url(../assets/tbl_middle.png) repeat-y;
}
.tbl-2_bg table {
	margin-left: 2px;
	border-collapse: collapse;
	width: 330px;
}
.tbl-2_bg tr td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tbl-2_bg tr td.border {
	border-bottom:1px solid #53c8f4;
}
.tbl-2_bg tr td.cellwidth-1 {
	width: 100px;
}
.tbl-2_footer_bg {
	background: url(../assets/tbl_bottom.png) no-repeat;
	width: 631px;
	height: 35px;
}
.tbl-2_bg ul li {
	width: 180px;
	margin-left: 0px;
}
.tbl-2_bg h3 {
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
}
.tbl-3_header_bg {
	background: url(../assets/box-3_top.png) no-repeat;
	width: 510px;
	height: 27px;
}
.tbl-3_bg {
	background: url(../assets/box-3_middle.png) repeat-y;
}
.tbl-3_bg table {
	margin-left: 2px;
	border-collapse: collapse;
	width: 505px;
}
.tbl-3_bg tr td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.tbl-3_bg tr td.border {
	border-bottom:1px solid #7bbde0;
}
.tbl-3_bg tr td.border-right {
	border-right:1px solid #7bbde0;
}
.tbl-3_footer_bg {
	background: url(../assets/box-3_bottom.png) no-repeat;
	width: 510px;
	height: 28px;
}
.tbl-3_bg ul li {
	width: 220px;
}
.tbl-3_bg h3 {
	padding-left: 22px;
}
.tbl-4_header_bg {
	background: url(../assets/box-4_top.png) no-repeat;
	width: 510px;
	height: 32px;
}
.tbl-4_header_bg td {
	padding-top: 15px;
}
.tbl-4_bg_middle {
	background: url(../assets/box-4_middle.png) repeat-y;
}
.tbl-4_bg_middle td {
	border-top:1px solid #7bbde0;
	border-bottom:1px solid #7bbde0;
	padding-top: 7px;
	padding-bottom: 7px;
}
.tbl-4_bg table {
	margin-left: 3px;
	border-collapse: collapse;
	width: 504px;
}
.tbl-4_bg tr td {
	vertical-align: top;
	padding-left: 20px;
	width: 33%;
}
.tbl-4_footer_bg {
	background: url(../assets/box-4_bottom.png) no-repeat;
	width: 510px;
	height: 35px;
}
.tbl-4_footer_bg td {
	padding-top: 7px;
}
/* IMAGES POSITIONAL/DIMENSIONS */
.img-rx {
	margin-right: 50px;
}
img.tagline {
	padding-top: 5px;
}
#face {
	float: right;
	padding-top: 10px;
}
.sancuso-patch {
	margin: 10px 0 20px 25px;
}
.patient-img {
	margin-top: -5px;
}
.PatchOnArm {
	top:325px;
	left:700px;
}
.ProStraCARE {
}
.WomenMag {
	height:190px;
}
.Face5 {
	width:155px;
	height:155px;
}
.face-4 {
	background: url(../assets/face-4.png) no-repeat;
	width: 292px;
	height: 304px;
}
#copay {
	background: #D2EFFF;
	margin-top:15px;
	width: 250px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align:center;
	color: #0069a1;
	margin-left:21px;
}
#copay p {
	color: #0069a1;
}
#CSA_FaceMockup {
	background: #6CB8E0;
	margin-top:25px;
	width: 250px;
	margin-left: 21px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#CSA_FaceMockup h3 {
	color: #0069a1;
	padding-left: 49px;
	padding-right: 48px;
}
#CSA_FaceMockup a {
	color: #ffffff;
}
.ProStraCARE2 {
	top:400px;
	left:700px;
}
.Face3 {
	width:155px;
	height:155px;
}
.Face1 {
	width:155px;
	height:155px;
}
.Face4 {
	width:155px;
	height:155px;
}
.RX {
	width:320px;
	height:190px;
	padding-right: 0px;
}
.img-right-padding {
	padding-right: 55px;
}
/* FOOTER */
#footer {
	width: 100%;
	text-transform: uppsercase;
	font-size: 11px;
	line-height: 11px;
}
sup a.footer-ref {
	font-size: .5em;
	color: red;
}
a.sub-footer {
	font-size: 133px;
	font-weight: bold;
	font-style: italic;
	line-height: .5em;
	font-size: .5em;
}
.footer_index {
	height: 40px;
	background-color: #0188ca;
}
.footer_inside {
	background: url(../assets/footer_bg_inside.gif) repeat-x;
	height: 56px;
}
#footer a, #footer label {
	text-decoration: none;
	text-transform: uppsercase;
	font-size: 11px;
	padding-top: 15px;
}
#footer label {
	color: white;
}
.footer-links a {
	color: white;
	padding-left: 20px;
}
.footer-links a.first {
	color: white;
	padding-left: 0px;
}
.footer-links {
	color: white;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.footer-copy-index {
	padding-top: 0px;
}
.footer-copy-inside {
	margin-top: 0px;
	padding-top: 15px;
}
.footer-copy h3 {
	text-transform: uppercase;
}
.footer-copy p {
	font-size: 11px;
	color:#a7a9ac;
	text-align: justify;
}
.footer-nav {
	color: #0178b2;
	float:right;
	padding: 30px 0px 10px 10px;
}
.footer-nav a {
	color: #0178b2;
	padding-left: 10px;
	padding-right: 10px;
}
.footer-nav-last a {
	padding-right: -10px;
}
.footer-nav a, #footer h3 {
	font-weight: normal;
}
.footer-col1, .footer-col2 {
	padding-top: 10px;
}
.footer-col1 {
	width: 175px;
	float: left;
	margin-top: 25px;
}
.footer-col2 {
	width: 200px;
	float: left;
}
#footer input.txt {
	background-color: #50adda;
	height: 17px;
	border: none;
	padding: 5px 3px 0px 5px;
	margin: 0 0 0 0;
	vertical-align: middle;
	line-height: 20px;
}
input.btn-go {
	background-color: #86c4e2;
	border: none;
	color: white;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 2px;
	margin-left: -4px;
	height: 22px;
	vertical-align: middle;
}
#email-subscribe label {
	margin-right: 5px;
}
#email-subscribe {
	margin-top: 10px;
	margin-left: 0px;
	float: left;
	line-height: 20px;
}
#email-subscribe li {
	padding:0px;
	margin:0px;
	float:left;
	list-style: none;
}
#email-subscribe li#signup {
	margin-right: 5px;
	height: 20px;
	color: #FFFFFF;
	vertical-align: baseline;
	line-height: 26px;
}
#email-subscribe input.txt {
	background-color: #50adda;
	height: 17px;
	border: none;
	padding: 5px 3px 0px 5px;
	margin: 0px;
	width:175px;
}
#email-subscribe input.btn-go {
	background-color: #86c4e2;
	border: none;
	color: white;
	margin: 0px;
	padding: 0px 4px;
	height: 22px;
	cursor:pointer;
}
.sub-footer {
	background: #ffffff;
	margin-top: 10px;
	padding-top: 10px;
}
/* FORM */
form {
	vertical-align: top;
	color: #666666;
}
.talk2dr label {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 590px;
}
input[type="checkbox"] {
	margin-left: 15px;
	width: 25px;
}
input[type="submit"] {
	margin-top: 20px;
	display: block;
	text-align: center;
}
/* box bg */
.box-top {
	background: url(../assets/box_top.gif) no-repeat;
	width: 631px;
	height:21px;
}
.box-bg {
	background: url(../assets/box_bg.gif) repeat-y;
	padding: 10px 20px 20px 20px;
}
.box-bottom {
	background: url(../assets/box_bottom.gif) no-repeat;
	width: 631px;
	height: 37px;
}
.survey {
	width: 550px;
}
ul.survey li {
	margin-bottom: 20px;
}
ul.survey li ul li {
	margin-bottom: 0px;
}
.survey textarea {
	margin-top: 10px;
}
.thankyou {
	font-style: italic;
	text-align:center;
}
/* CONTENT BLOCKS */
.article-block {
	width:100%;
	margin-bottom:10px;
	margin-top:0px;
}
.article-image {
	float:right;
	padding-top: 4px;
}
.article-inside {
	float:left;
	padding-left:0px;
	width:337px;
}
.article-inside ul {
}
.article-inside-reverse {
	float:left;
	padding-right:10px;
	width:400px;
}
.col-1 {
	width: 50%;
	float: left;
}
.col-2 {
	width: 50%;
	float: right;
}
.floating-content {
}
#index-content h2, #index-content p {
	width: 530px;
}
.tagline {
	margin-bottom: 20px;
}
.adobe a {
	color: #666666;
	font-size:12px;
	text-decoration: none;
	margin-left: 50px;
}
sup a {
	color: #0081C6;
	text-decoration: none;
	border-bottom: 0px;
}
#footer-p {
	color:#000000;
	display:block;
	font-size:12px;
	line-height:16px;
}
#footer-p a {
	font-size: 8px;
	line-height: 1em;
}

.form_txtarea{ width: 458px; }

/* DELETE 

.toggle_links a.active {
	color:#f8c03a;
}
#nav-toggle {
	float: right;
	margin: 45px 20px 10px;
}
#nav-toggle a {
	color: #f8c03a;
	font-stretch: condensed;
	text-transform:uppercase;
}
*/

