@charset "utf-8";
/* CSS Document: FastSpring.com */

/* RESET STYLES */
a {
   outline: 0;
}

/* HTML STYLES */
html, body {
}
body {
	background: #fff url('img/bgtile.gif') repeat fixed;
	font-family:  ff-dagny-web-pro-1, ff-dagny-web-pro-2, sans-serif;
	color: #444;
	padding: 0px;
	margin: 10px 0 10px 0;
	font-size: 15px;
}
strong {
	font-weight: 700;
	letter-spacing: normal;
	color: #444 !important;
	font-size: 14px;
}
a:link {
	color: #f57d00;
	text-decoration: underline;
	-webkit-transition: color 1s linear;
}
a:visited {
	color: #f57d00;
	text-decoration: none;
	-webkit-transition: color 1s linear;
}
a:hover {
	color: #0000cd !important;
	text-decoration: none;
}
a:active {
	outline: none;
}
p {
	font-family:  ff-dagny-web-pro-1, ff-dagny-web-pro-2, sans-serif;
	margin: .6em 0;
	line-height: 1.6em;
}
ul {
	margin: .5em 0 .5em 2em;
	padding: 0 0 0 12px;
	list-style: outside;
	list-style-image: url('images/icons/bullet-new.gif');
	line-height: 1.6em;
}
h1, h2, h3, h4 {
	font-family: "warnock-pro-1","warnock-pro-2", Georgia, "Times New Roman", Times, serif;
	color: #6a6a6a;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	color: #555;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	letter-spacing: 1px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	color: #f57d00;
	margin: 14px 0 -6px 0;
	font-weight: 500;
	padding-top: 0px;
}
h2.first {
	margin-top: -10px;
}
h3 {
	font-size: 17px;
	margin: 10px 0 6px 0;
}
/* WRAPPER */
#wrapper {
	width: 905px;
	margin: 0 auto;
	margin-bottom: 30px !important;
}
/* BRANDING */
#branding {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 756px;
}
#brandfloat {
	float: right;
	margin-top: 10px;
	text-align: right;
	margin-bottom: 0;/* margin-right: 75px; */
}
#brandfloat p.login {
	margin-bottom: 16px;
}
#brandfloat a:link, #brandfloat a:visited {
	padding: 4px;
	border: 1px orange solid;
	text-decoration: none;
	color: #777;
	background: #fff url('img/login-tile.gif') repeat-x;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;/* text-shadow: 1px 1px 2px #aaa; */
}
#brandfloat a:hover {
	background: orange;
	color: #fff !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px #555 solid;
	/* -webkit-transition: color 0s linear; */
}
/* NAVIGATION */
.menu-container {
	clear: both;
	height: 36px;
	width: 756px;
	margin: 12px auto;
	padding: 0;
	list-style-type: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 1px 2px #aaa;
	-moz-box-shadow: 0px 1px 2px #aaa;
	-webkit-box-shadow: 0px 1px 2px #aaa;
}
.menu-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	line-height: 1em;
}
.menu-container li {
	list-style-image: none;
	width:108px;
	float: left;
	cursor: pointer;
	text-align:center;
	position:relative;
	z-index:99;
	margin: 0;
	padding: 0;
}
.menu-container li.first a.main-nav {
	border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
}
.menu-container li.last a.main-nav {
	border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
}
.menu-container li a.main-nav, .menu-container li a.main-nav:link, .menu-container li a.main-nav:visited {
	height:36px;
	display:block;
	background: url('img/nav-m.png');
	font:900 13px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Tahoma, Arial, sans-serif;
	line-height:36px;
	color:#ebebeb;
	text-shadow: 1px 1px 2px #000;
	text-decoration:none;
	letter-spacing: 1px;
	-webkit-transition: color 1s linear;
}
/* .menu-container li a.main-nav:active {
	background-position:0 -72px !important;
	background-image: url('img/nav-m-a.png');
	color:#ebebeb !important;
	text-shadow: -1px -1px 1px #444 !important;
} */
.menu-container li a.main-nav:hover {
	background: #ebebeb url('img/nav-m-h.png');
	color: #333 !important;
}
.grey-top ul.menu-container li a.selected-cat, .wrapper ul.menu-container li a.selected-cat, .menu-container ul.menu-container li a.selected-cat, .menu-container li a.main-nav:hover {
	background-position:0 -108px;
	color:#6b6b6b;
	text-shadow: 0px 1px 2px #fff;
}
.menu-container li ul {
	display:none;
	position:absolute;
	left:0;
	top:36px;
	width:220px;
	border:1px solid #e3e3e3;
	background:#ebebeb;
	padding:8px 1px;
	border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	box-shadow: 0px 1px 0px #ccc;
	-moz-box-shadow: 0 1px 0px #ccc;
	-webkit-box-shadow: 0 1px 0px #ccc;
	z-index:100;
	list-style:none !important;
	margin:0 !important;
}
.menu-container li.last ul {
	left:auto;
	right:0px;
	border-radius:0 8px 8px 8px;
	-moz-border-radius:0 8px 8px 8px;
	-webkit-border-radius:0 8px 8px 8px;
}
.menu-container li:hover ul {
	display:block;
}
.menu-container li ul li, .menu-container li ul li.last {
	position: static;
	width:220px;
	list-style:none !important;
	margin:0 !important;
}
.menu-container li ul li a {
	display:block;
	height:19px;
	line-height:19px;
	padding-top:3px;
	text-align:left;
	padding-left:15px;
	border-bottom:1px solid #dadada;
	font:100 13px "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
	color:#555 !important;
	text-decoration:none !important;
	-webkit-transition: all .25s linear;
}
.menu-container li ul li.last a {
	border:0;
}
.menu-container li ul li a:hover {
	color:#333 !important;
	background:#fff;
}
/* ANIMATION */
#anim {
	margin: 0 auto;
	margin-top: 20px;
	/* background-image: url('img/welcome.jpg'); */
	width: 756px;
	height: 208px;
}
/* BANNER TEXT */
h1.banner {
	width: 756px;
	margin: 0 auto;
	margin-top: 20px;
	font-weight: normal;
	font-family: 'helvetica neue', 'lucida grande', geneva, arial, sans-serif;
	font-size: 19px;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px #fff;
}
/* CONTENT */
#contentwrapper {
	margin: 10px auto;
	clear: both;
	margin-bottom: 30px;
	width: 756px;
}
#contentwrapper li {
	line-height: 1.6em;
	margin: 4px 0;
}
#contentwrapper a:link {
	color: #f57d00 !important;
	text-decoration: underline;
	/* -webkit-transition: color 1s linear; */
}
#contentwrapper a:visited {
	color: #f57d00;
	text-decoration: none;
	/* -webkit-transition: color 1s linear; */
}
#contentwrapper a:hover {
	color: #0000cd !important;
	text-decoration: none;
}
#contentwrapper p {
	font-size: 15px;
	line-height: 1.5em;
}
/* MAIN COLUMN HOME PAGE */
#content {
	margin-top: 10px;
	float: left;
	width: 470px;
	margin-bottom: 20px;
}
/* SIDEBAR */
#sidebar {
	width: 230px;
	float: right;
	margin-top: 10px;
	margin-bottom: 30px;
	background: #fafafa url('img/boxedge2.jpg') top no-repeat;
	padding: 10px 10px 10px 14px;
	border: 1px #999 solid;
	box-shadow: 5px 5px 6px #bbb;
	-webkit-box-shadow: 5px 5px 6px #bbb;
	-moz-box-shadow: 5px 5px 6px #bbb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#sidebar p {
	margin-bottom: 0 !important;
	font-family: cronos-pro-1, chronos-pro-2, sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	font-size: 15px !important;
}
#sidebar p.initial {
	margin-top: 15px;
}
#sidebar h3 {
	font-size: 17px;
	margin: 14px 0 2px 0;
	color: #555;
}
#sidebar #leadnews {
	padding: 10px;
	background: #fafafa;
	border: 1px #aaa solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-right: 4px;
}
#sidebar p.leadquote {
	margin: 0 0 0 0;
	font-size: 16px !important;
	line-height: 1.2em;
	padding: 0px 4px;
}
#sidebar div.quote {
	padding: 6px 10px;
	margin: 18px 4px 18px 0;
	background: #fff;
	border: 1px orange solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
 	border-radius 10px;
}
#sidebar div.quote p {
	margin-top: 4px;
}
.source {
	color: #777 !important;
	letter-spacing: 1px;
	font-size: 14px !important;
}
#sidebar p.blogfeature {
	padding: 10px;
	background: #f8f8f8;
	border: 1px orange solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	/* opacity:0.8; */
	/* filter:alpha(opacity=80); */
	color: #333;
}
#sidebar div.line {
	padding: 0;
	margin: 0 auto;
	height: 2px;
	/* width: 120px; */
	text-align: center;
	border-bottom: 1px orange dotted;
	margin-top: -4px;
	margin-bottom: -4px;
	
}
#sidebar a:link, #sidebar a:visited { text-decoration: none; }
/* FOOTER */
#footer {
	clear: both;
	margin: 0 auto;
	width: 716px;
	text-align: center;
	background: orange url(img/bg_footer.png) no-repeat;
	text-align: center;
	padding: 20px;
	border: 1px #666 solid;
	font-size: 12px;
	margin-top: 30px !important;
	box-shadow: 5px 5px 6px #bbb;
	-moz-box-shadow: 5px 5px 8px #bbb;
	-webkit-box-shadow: 5px 5px 8px #bbb;
	margin-bottom: 10px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#footer p {
	color: #fff;
	font-family: 'lucida grande', 'helvetica neue', helvetica, futura, univers, 'gill sans mt';
	letter-spacing: 1px;
	font-size: 13px !important;
	text-shadow: 1px 1px 2px #666;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 2px #888;
 -webkit-transition: color .5s linear;
}
#footer a:hover {
	color: #335 !important;
	text-decoration: none !important;
	text-shadow: 1px 1px 1px #fff;
 -webkit-transition: color .5s linear;
}

/* PLACEMENT STYLES, FLOATS AND CLEARS */
.hide {
	display: none;
}
.c {
	text-align: center;
}
.fr {
	float: right;
	margin: 0 0 0 20px;
}
.fl {
	float: left;
	margin: 0px 20px 0 0;
}
.cb {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.mt {
	margin-top: 20px;
}
.mb {
	margin-bottom: 20px;
}
.ml {
	margin-left: 20px;
}
.mr {
	margin-right: 20px;
}
/* LEGACY STYLES */
.slideshow {
	height: 110px;
	width: 210px;
	margin: 10px auto;
	text-align: center;
}
.slideshow img {
	padding: 0px;
	border: none;
}
/* footnotes quotes captions */
#contentwrapper p.fnote {
	text-align: left;
	font-size: 11px;
	color: #888;
	padding-top: 8px;
	border-top: 1px #bbb dotted;
	margin: 18px 10px 10px 10px;
}
/* --- PAGE+SECTION-SPCIFIC STYLES --- */
/* CUSTOMER SERVICE */
.blocklink a:link, .blocklink a:visited {
	display: block;
	clear:both;
	margin-top: 20px;
	text-align: center;
	padding: 10px;
	background: #fafafa;
	font-size: 13px;
	font-weight: normal;
	border-top: 1px #cce solid;
	border-bottom: 1px #cce solid;
	margin-bottom: 16px;
}
.blocklink a:hover {
	background: none;
}
/* FAQ */
#contentwrapper #faq li a:link, #content #faq li a:visited {
/* color: orange !important; */
}
#contentwrapper #faq li a:visited {
	text-decoration: none;
}
#contentwrapper #faq li a:hover {
	color: blue !important;
	text-decoration: none;
}
#contentwrapper h3 a.mov:link, #contentwrapper h3 a.mov:visited {
	text-decoration: none;
}
#contentwrapper h3 a.mov:hover {
	text-decoration: none;
}
