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

h1	{
font-family: 'Cabin Condensed', sans-serif;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a	img	{
	border:none;
}

a, a:link, a:visited, a:active	{
	color:#0089C4;
}

a:hover	{
	color:#5B6E7A;
}
h1, h2, h3, h4 {
	padding:0;
	margin:0;
	font-family:Cabin, sans-serif;
	line-height:110%;
}

#sw-wrapper {
	min-height:100%;
	position:relative;
}
#sw-header {
	padding:0 0 7px 0;
	margin:0;
	background:url(../images/shadow-btm.png)  left bottom repeat-x;
	height:auto;
	z-index:1;
	position:relative;
}
.new	{
	position:relative;
	float:left;
	top:-50px;
	left:-14px;
	z-index:0;
}
#sw-header .logoContainer	{
	position:relative;
	float:left;
	width:240px;
}

#sw-header .logoContainer .logo	{
	margin:14px 0 0 0;
	z-index:9999999;
}
#headerMain	{
	height:110px; 
	background:#fff url(../images/bg-header.png) top center no-repeat;
}

.headerRight	{
	position:relative;
	float:right;
	width:200px;
}

.headerTag	{
	position:relative;
	float:right;
	color:#006792;
	font-family:Cabin,sans-serif;
	line-height:32px;
	font-size:30px;
	font-style:italic;
	text-align:right;
	top:35px;
}
.headerSavings	{
	background:#B6BEC4 url(../images/shadow-top.png) bottom repeat-x; 
	padding:5px 0; 
	margin:0;
	text-align:right;
	font-family:'Cabin Condensed',sans-serif;
	font-size:18px;
	line-height:22px;
	text-align:right;
	height:22px;
}
.headerSavings img	{
	margin:0 3px;
}

.headerSavings a, .headerSavings a:link, .headerSavings a:visited .headerSavings a:hover 	{
	color:#FFF;
	text-decoration:none;
}

.headerSavings a b	{
	color:#006692;
}
#sw-content {
	padding:0;
	height:auto;
	overflow:hidden;
	padding-bottom:320px;   /* Height of the footer element */
}

#leftCol	{
	width:240px;
	height:100%;
	min-height:450px;
	position:relative;
	float:left;
	padding:47px 0 ;
	margin:0;
	z-index:0;

}

#leftCol ul	{
	margin:25px 0;
	padding:10px;
	background:rgba(255,255,255,.6);
}
#leftCol ul li	{
	margin:0;
	margin-top:-1px;
	padding:8px;
	list-style:none;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	text-align:center;
}
#leftCol ul li:hover	{
	background:#fff;
}
#leftCol ul li a,	#leftCol ul li a:link, #leftCol ul li a:visited, #leftCol ul li a:active	{
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#1A4197;
	font-family:'Cabin', Arial, Helvetica, sans-serif;
}

/**** BEGIN MAIN NAV ****/
#navContainer	{
	background:rgba(91,110,122,.5);
	height:50px;
	width:100%
}
.nav	{
	margin:0 auto;
	padding:0;
	max-width:960px;
	min-width:5px;
	z-index:9;
	height:50px;
	background:#5B6E7A;
	text-align:center;
}
.nav li	{
	height:42px;
	width:auto;
	margin:0 auto;
	padding:8px 21px 0 21px ;
	color:#fff;
	list-style:none;
	line-height:17px;
	float:left;
	font-size:16px;
	text-align:center;
	border-right:1px solid #B6BEC4;
	text-shadow:1px 1px 1px rgba(0,0,0,.5)
}


.nav li a, .nav li a:link, .nav li a:active, .nav li a:hover 	{
	color:#fff;
	font-family: 'Cabin', sans-serif;
	font-weight:600;
	font-style:italic;
	text-decoration:none;
}

.nav li div 	{
	display:none;
}

.nav li:hover div	{
	position:absolute;
	display:block;
	margin:0;
	top:192px;
}
.nav li  ul	{
	position:relative;
	left:-21px;
	margin:0 auto;
	padding:7px 0;
	width:auto;
	background:rgba(182,190,196,1) url(../images/shadow-btm.png) top repeat-x;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	box-shadow:1px 1px 1px rgba(0,0,0,.75);

}
.nav li ul li	{
	margin:0;
	padding:0;
	height:auto;
	width:auto;
	float:none;
	display:list-item;
	height:22px;
	border-right:none;
	text-align:left;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}

.nav li ul li:hover	{
	background:#fff;
	border-top:1px solid #b6bec4;
	border-bottom:1px solid #b6bec4;
}

.nav li:hover ul li a, .nav li:hover ul li a:link, .nav li:hover ul li a:active, .nav li:hover ul li a:visited	{
	color:#fff;
	text-transform:none;
	text-shadow:none;
	font-size:13px;
	line-height:22px;
	padding:3px 12px;
	font-weight:bold;
}

.nav li:hover ul li:hover a, .nav li:hover ul li a:hover {
	color:#006892;
}

/** end main nav **/
#content	{
	position:relative;
	float:right;
	width:690px;
}

#sw-footer {
	width:100%;
	height:320px;
	position:absolute;
	bottom:0;
	left:0;
	background:#404D55;
	color:#ddd;
	font-size:12px;
	clear:both;
}

#sw-footer a:link, #sw-footer a:active, #sw-footer a:visited{
	color:#fff;
}
#sw-footer a:hover {
	text-decoration:none;
}

.footerDisclaimer	{
	font-size:11px;
	padding:8px 0;
}


.footerDisclaimer p	{
	margin:0 0 5px 0;
	padding:0;
}

.footerSocial	{
	background:#7C8B95 url(../images/shadow-btm.png) top repeat-x;
	padding:3px 0;
	border-bottom:1px solid #404D55;
	height:auto;
	overflow:hidden;
}

.footerSocial	.logo	{
	float:right;
}

.footerSocial	.social	{
	float:left;
	margin-right:10px;
	margin-top:7px;
}

.footerNav	{
	background:#7C8B95 url(../images/bg-footer.png);
	padding:8px 0;
	height:auto;
	overflow:hidden;
}
ul.fnMain	{
	margin:0;
	padding:0;
}

ul.fnMain li	{
	margin:0 15px 0 0;
	padding:0;
	position:relative;
	float:left;
	list-style:none;
}
ul.fnMain li a:link, ul.fnMain li a:active, ul.fnMain li a:visited {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}
ul.fnMain li a:hover	{
	text-decoration:underline !important;
}
ul.fnMain li ul.fnSub	{
	margin:0;
	padding:0;
}
ul.fnMain li ul.fnSub	li	{
	position:relative;
	display:list-item !important;
	list-style:none;
	margin:4px 0 0 0;
	padding:0;
	clear:both;
	line-height:13px;
	max-width:145px;
}
ul.fnMain li ul.fnSub	 li a:link,	ul.fnMain li ul.fnSub	li a:active, ul.fnMain li ul.fnSub li a:visited	{
	text-decoration:none;
	color:#ddd !important;
	text-transform:none !important;
}
ul.fnMain li ul.fnSub li a:hover	{
	text-decoration:underline !important;
}
.widthContainer	{
	width:960px;
	margin:0 auto;
}
.clear	{
	clear:both;
}

.homeLeftCol	{
	position:relative;
	float:left;
	width:300px;
	padding:20px 0;
	margin-top:480px;
}
.homeRightCol	{
	position:relative;
	float:right;
	width:640px;
	padding:20px 0;
	margin-top:480px;
}
p.large	{
	font-size:16px;
	line-height:150%;
}

h2	{
	padding:0 0 10px 0;
	margin:0;
	font-family:Cabin, sans-serif;
	font-weight:600;
	font-style:italic;
	font-size:50px;
	line-height:100%;
	color:#006892;
}
h3	{
	padding:0;
	margin:0;
	font-family:Cabin, sans-serif;
	font-weight:400;
	font-style:italic;
	font-size:30px;
	line-height:110%;
	color:#5A6D79;
}

.boxes	{
	padding:15px 0; 
	width:100%; 
	background:#eee;
	height:auto;
	overflow:hidden;
}


.boxes h3	{
	font-family:Cabin, sans-serif;
	font-size:24px;
	font-weight:bold;
	padding:0;
	margin:0;
	font-style:italic;
	text-transform:uppercase;
}
.boxes .news	{
	position:relative; 
	float:right; 
	width:279px; 
	padding:8px; 
	color:#fff; 
	font-size:12px;
	background:#5B6E7A;
	height:196px;
	overflow:auto;
}
.boxes .news p	{
	margin:10px 0;
}
.boxes .news .date	{
	font-weight:bold;
	font-size:10px;
}
.boxes .news .headline	{
	font-weight:bold;
	font-size:14px;
}
.boxes .news a, .boxes .news a:link, .boxes .news a:active, .boxes .news a:visited 	{
	color:#CADFE6;
	text-decoration:none;
}
.boxes .news a:hover 	{
	color:#fff;
	text-decoration:underline;
}
.boxes .news h3	{
	color:#fff;
}

.boxes .why {
	width:380px;
	height:212px;
	background:#72c4a0 url(../images/leaf.png) bottom right no-repeat;
	position:relative;
	float:left;
}
.boxes .why .body {
	float:right;
	position:relative;
	padding:15px 15px 15px 0;
	font-size:14px;
	width:240px;
}
.boxes .why .container {
	height:212px;
	width:116px;
	float:left;
	position:relative;
}
.boxes .why .whyFosteum, .boxes .why .whyMedical {
	font-family:Cabin, sans-serif;
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-style:italic;
	text-transform:uppercase;
	padding:20px 8px;
	width:90px;
	height:66px;
}
.boxes .why .whyMedical {
	background:#999;
}
.boxes .why .whyFosteum {
	background:#398865;
}
/******* tabMenu *******/



#tabContainer {
	width: 380px;
	position:relative;
	float:left;
	background:#A6CAD9 url(../images/dots.png) bottom right no-repeat;
	height:212px;
}
#tabContainer ul {
	padding:0;
	margin:0;
	list-style: none;
	list-style-position: outside;
	position:relative;
	float:left;
	height:212px;
}
#tabContainer ul.tabMenu li {
	padding:25px 8px 25px 8px;
	width:90px;
	height:56px;
	margin-right: 0;
	margin-bottom:0;
	cursor:pointer;
	font-family:Cabin, sans-serif;
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-style:italic;
	text-transform:uppercase;
	background:#BDC5CA;
	font-weight:bold;
}
#tabContainer ul.tabMenu li.active {
	background: #006892;
	color: #fff;
}
/******* /tabMenu *******/

/******* tabContent *******/

.tabContent {
	margin: 0;
	border: none;
	text-align: left;
	padding:20px 20px;
	font-size:14px;
	height:232px;
	width:234px;
	position:relative;
	float:right;
	top:-212px;
	overflow:hidden;
}
/******* Tab1 *******/

.tabContent.tab1 {
	background: transparent url(../images/tab-arrow.png) left 42px no-repeat;
}
.tabContent.tab1 {
	display: block;
}
/******* /Tab1 *******/

/******* Tab2 *******/

.tabContent.tab2 {
	background: transparent url(../images/tab-arrow.png) left 148px no-repeat;
}
.tabContent.tab2 {
	display: none;
}
/******* /Tab2 *******/

/**END TABBED BOXES**/

.boxes .middle	{
	position:relative;
	float:left;
	left:13px;
	width:259px;
	height:212px;
}
.boxes .middle img.savings	{
	margin-bottom:9px;
}

.boxes .newsletter	{
	height:97px;
	width:243px;
	background:#BDC5CA;
	padding:8px;
}
.boxes .newsletter h3	{
	color:#404D55;
}
.white	{
	color:#fff;
}

.sub	{
	background:url(../images/slide1-bg.jpg);
	background-size:cover;	
}

#rightCol	{
	float:right;
	position:relative;
	width:700px;
}
#rightCol	h1	{
	font-size:50px;
	color:#fff;
	line-height:52px;
	margin:0;
	padding:10px 0;
	text-align:right;
	font-weight:600;
	text-shadow:1px 1px 2px rgba(0,0,0,.4);
	font-style:italic;
}
#rightCol .container	{
	background:rgba(255,255,255,.85);
	margin-bottom:25px;
	padding-top:10px;
		height:auto;
	overflow:hidden;
	min-height:400px;
}

#rightCol .subTitle	{
	margin-left:10px;
	width:680px;
	background:#5B6E7A;
}
#rightCol .subTitle h2	{
	color:#A6CAD9;
	padding:5px 10px;
	margin:0 !important;
	font-size:40px;
	font-style:normal;
	font-weight:600;
}
#rightCol .subTitle h2 span	{
	color:#fff;
	font-size:30px;
}
#rightCol h3	{
	color:#666;
	padding:5px 0;
	margin:0 !important;
	font-size:25px;
	font-style:normal;
	font-weight:600;
}
#rightCol h4	{
	font-family:Cabin, sans-serif;
	color:#1A4197;
	padding:5px 0;
	margin:0 !important;
	font-size:18px;
	font-style:normal;
	font-weight:700;
}
#rightCol .subBody	{
	padding: 20px 35px;

}
#rightCol .freeTrial	{
	padding: 0px 35px 20px;

}
#rightCol .subBody p, #rightCol .subBody li 	{
	line-height:140%;
}
#rightCol .subBody p	{
	margin:5px 0 15px 0;
	padding:0;
}

#rightCol .subBody li	{
	padding-bottom:10px;
}
#rightCol .subBody table.data	{
	margin:20px auto;
	border:2px solid #ccc;
	font-size:13px;
}
#rightCol .subBody table.data td	{
	padding:5px 10px;
	background:rgba(255,255,255,.7);
	border-top:1px dotted #ccc;
	border-right:1px dotted #ccc;
}

#rightCol .subBody table.data th	{
	padding:10px;
	background:#fff;
	font-weight:bold;
	text-align:center;
	font-size:16px;
}
#rightCol .container	.subNav	{
	position:relative;
	float:right;
	background:rgba(121,205,151,.4);
	padding:0 10px;
	margin:10px 0 15px 15px;
}

.subNav	 ul {
	padding:0;
	margin:0;
	max-width:200px;
}

.subNav	 ul li {
	padding:5px 8px;
	margin:0;
	border-bottom:1px dotted #fff;
	font-size:13px;
	font-weight:700;
	font-family:Cabin, sans-serif;
	list-style:none;
}

.subNav ul li a, .subNav ul li a:link, .subNav ul li a:active, .subNav ul li a:visited {
	color:#333 !important;
	text-decoration:none !important;
}
.subNav ul li a:hover	{
	color:#000 !important;
	text-decoration:underline !important;	
}

.box	{
	background:#fff; 
	padding:10px;
}
	
.highlight	{
	font-family:Cabin, sans serif; 
	font-size: 25px; 
	text-align:center;
	 margin:10px auto; 
	 background:#fff; 
	 padding:15px; 
	 color:#480367; 
	 font-weight:bold;
	 font-style:italic;
	 clear:both;
	 width:auto;
}
.highlight span{
	font-size:20px; 
	color:#333;
}


.box {
	background:#fff;
	padding:10px;
}
.highlight {
	font-family:Cabin, sans serif;
	font-size: 25px;
	text-align:center;
	margin:10px auto;
	background:#fff;
	padding:15px;
	color:#480367;
	font-weight:bold;
	font-style:italic;
	clear:both;
	width:auto;
}
.highlight span {
	font-size:20px;
	color:#333;
}
.patientsavings_shell {
	clear:both;
	margin-bottom:25px;
	padding:5px;
	background:#fff;
}
.patientsavings_image {
	float: left;
	margin:0 15px 0 0;
}
.patientsavings_text {
}
.patientsavings_shell a:link, .patientsavings_shell a:visited {
	color:#000000;
	outline: none;
}
.patientsavings_shell a:hover, .patientsavings_shell a:active {
	color: #000000;
	outline: none;
	text-decoration: underline;
}
.mini-text {
	font-size: 10px;
}
.img-savings {
}
.img-savings-coupon {
	float:left;
}
/* ----------- Coupon Form ----------- */

#stylized {
}
#stylized h1 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
	line-height:16px;
}
#stylized p {
	font-size:11px;
	clear:both;
}
#stylized label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	line-height:14px;
}
#stylized .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input {
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #4a2668;
	width:300px;
	margin:2px 0 20px 10px;
}
#stylized button {
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
#input-special-offers {
	float:left;
	width:100%;
}
#input-special-offers-left {
	float: left;
	width:25px;
	padding-left:115px;
}
#input-special-offers-left input {
	float:right;
	font-size:12px;
	width:15px;
	margin:0;
}
#input-special-offers-right {
	float: left;
	width:280px;
	padding-left:10px;
	display:block;
	font-weight:bold;
	line-height:14px;
}
#input-special-offers-right .small {
	color:#666666;
	font-size:11px;
	font-weight:normal;
	width:100%;
	text-align:left;
}
#form-shell {
	clear:both;
	margin:0;
	padding:5px;
	background:#fff;
	height:auto;
	overflow:hidden;
}
.form-wide {
	float:left;
	width:100%;
	clear:both;
}
.form-left {
	min-height: 30px;
	width: 150px;
	float:left;
	background: #f9f9f9;
	margin: 5px 0 5px 0;
	padding:2px;
	text-align: right;
}
.form-right {
	min-height: 30px;
	width: 456px;
	float:left;
	background: #f9f9f9;
	margin: 5px 0 5px 5px;
	padding:2px;
}
.form-wide-left {
	min-height: 30px;
	width: 376px;
	float:left;
	background: #f9f9f9;
	margin: 5px 0 5px 0;
	text-align: right;
	padding:2px;
}
.form-wide-right {
	min-height: 30px;
	width: 230px;
	float:left;
	background: #f9f9f9;
	margin: 5px 0 5px 5px;
	padding:2px;
}
.form-narrow-left {
	min-height: 30px;
	width: 220px;
	float:left;
	background: #f9f9f9;
	margin: 5px 0 5px 0;
	text-align: right;
	padding:2px;
	clear:both;
}
.form-narrow-right {
	min-height: 30px;
	width: 386px;
	float:left;
	background: #f9f9f9;
	margin: 5px 0 5px 5px;
	padding:2px;
}
.form-column {
	width: 200px;
	float:left;
	margin: 5px 0 0 5px;
	padding:2px;
}
.form-column-wide {
	width: 400px;
	float:left;
	margin: 5px 0 0 5px;
	padding:2px;
}
.form-title {
	font-weight: bold;
	font-size: 16px;
	color: #999999;
}
.form-subtitle {
	font-weight: bold;
	font-size: 13px;
	color: #666666;
	font-style: italic;
}
.form-required {
	color: #ff0000;
}
.form-error1 {
	font-weight: bold;
	font-size: 13px;
	color: #aa0000;
}
.form-error2 {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	font-style:italic;
	color: #aa0000;
}
.rss-box {
}
.rss-title {
}
.rss-items {
	margin:0;
	padding:0;
}
li.rss-item {
	margin-bottom:25px;
	list-style:none;
}
a.rss-item {
	font-size:20px;
	text-decoration:none;
}
a.rss-item:hover {
	text-decoration:underline;
}
.rss-item-auth {
}
.rss-date {
}
.rss-box-home li.rss-item {
	margin:10px 0;
	list-style:none;
	font-size:12px;
}
.rss-box-home a.rss-item {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
a.rss-item:hover {
	text-decoration:underline;
}
.rss-box-home .rss-date {
	font-size:10px;
	font-weight:bold;
}


#espform {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 20px 0;
	height:auto;
	overflow:hidden;
}
#espform span {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
}
#espform td.req {

	padding: 8px 0 0 0;
}
#espform td, #espform th {
	padding: 5px 10px 5px 2px;
}
#espform td {
	border-bottom: 1px dotted #ccc;
	font-size: 12px;
	line-height: 22x;
}
#espform th {
	border-bottom: 1px double #ccc;
	border-bottom-width: 3px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;

}
#espform td img {
	max-height: 100px;
	max-width: 100px;
}
#espform input[type=submit] {
	padding: 12px 11px;
	margin: 5px;
	background: #FF8533;
	border-radius: 5px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
#espform input[type=text] {
	margin-bottom: 2px;
	height: 20px;
	padding: 0 5px;
	border: 1px solid #999;
}
#espform select {
	margin-bottom: 2px;
	height: 22px;
	border: 1px solid #999;
}
#espform button {
	font-size: 11px;
}

.alert {
	font-size:16px;
}
.alert span {
	color:#1b429a;
	font-weight:bold;
}
.website    {display:none;}

