/* CSS Document */

/* DFS Global Styles */

/* styles reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

html {
	height: 100%;
}
body {
	line-height: 1;
	color: #293033;
	background: #dfdfdf url("images/body_bg.gif") top center repeat-y;
	height: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end */

hr
{ color: #c6d2d6;
margin-left:15px;
}

sup {
	vertical-align: top;
}

sup.reg {
	font-size: 13px;
	vertical-align: top;
}


h1 sup {
	font-size: 0.5em;
}

p sup {
	font-size: 0.7em;
}

a sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
	color: #267bb1;
}
a:hover {
	text-decoration: underline;
}


.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}
.clear20 {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}

.hide {
	display: none;
}
.show {
	display: block;
}

.red {
	color: #ff0000;
}

.smallgray {
	font-size: .7em;
	color: #8a9499;
}

.regtext {
	font-size: .75em;
}



td {
	padding: 3px 5px 3px 0;
	font-size: .75em;
}

/* list styles */
ul.list {
	font-size: 100%;
}
ul.list li {
	font-size: .75em;
	padding-bottom: 5px;
}
ul.list li.last {
	padding-bottom: 0;
}

ul.sheets li.last {
	padding-bottom: 0;
}

dl.list {
	margin: 0;
	font-size: .75em;
}
dl.list dt {
	margin-bottom: 4px;
}
dl.list dd {
	margin-bottom: 20px;
}
dl.list dd.last {
	margin-bottom: 0px;
}


ol.plain-list {
	font-size: 100%;
	margin-left:33px;
	list-style-type:decimal;
	color: #293033;
}

ol.plain-list li {
	font-size: .75em;
	padding: 0 0 8px 0;
}
ol.plain-list li.last {
	padding-bottom:0;
}


ul.plain-list {
	font-size: 100%;
	color: #293033;
}
ul.plain-list li {
	font-size: .75em;
	padding: 0 0 8px 10px;
	background: url("images/bullet.gif") 0 .4em no-repeat;
	line-height:1.2;
}
ul.plain-list li.last {
	padding-bottom:0;
}


/* page wrapper */
#container {
	width: 970px;
	margin: 0 auto;
	background-color: #FFFFFF;
	min-height: 100%;
	position:relative;
}
* html #container {
	height: 100%;
}

/* header */
#header{
	margin: 0 10px;
	padding: 0;
	font-size: .75em;
	color: #526066;
	width: 950px;
	height: 140px;
	position: relative;
}
#header #logo {
	float: left;
	margin: 15px 0 0 30px;
	display: inline;
}
#header #right-side {
	float: right;
	width: 700px;
	position: relative;
	height: 70px;
}
#header #topnavlinks { 
	padding: 0 0 25px 0;
	color: #cadadc;
	display: inline;
	line-height: .98em;
	z-index: 100;
	position: absolute; 
	top: 10px; 
	right: 5px;
}
#header #topnavlinks li {
	float: left;
	position: relative;
}
#header #topnavlinks li ul {
	margin: 0;
	padding: 3px 0;
	position: absolute;
	top: 12px;
	left: 0px;
	background-color: #FFFFFF;
	width: 130px;
	border:1px solid #b9c3c6;
	display: none;
}
#header #topnavlinks li:hover ul, #header #topnavlinks li.over ul {
	display: block;
}
#header #topnavlinks li ul li {
	float: none;
	display: block;
	padding: 1px 0;
}
/* Fix IE. Hide from IE Mac \*/
* html #header ul li { float: left; height: 1%; }
* html #header ul li a { height: 1%; }
/* End */
#header #topnavlinks a{
	color: #526066;
	margin: 0 5px;
}

/* top navigation */
#nav { 
	background: url("images/bg-nav.jpg") left top repeat-x;
	width:900px; 
	margin: 0px 35px 0px 35px;
	padding: 0px;
	float: left;
	display: inline;
	font-size: 10px;
	font-weight: bold;
}
#nav li {
	float: left;
	border-left: 1px solid #e3e7e8;
	border-right: 1px solid #aab0b1;
}
#nav li a {
	color: #000000;
	padding: 0 20px;
	line-height: 30px;
}
#nav li a:hover {
	text-decoration: none;
}	
#nav li.active, #nav li.active:hover {
	background: url("images/bg-nav-active.jpg") left top repeat-x;
	color: #FFFFFF;
	border: none;
}
#nav li.active a {
	color: #FFFFFF;
	padding: 0 21px;
}

.login-text {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #293033;
	font-size: 10px;
 }


/* content container for page-wide elements */
.content {
	margin: 20px 10px 0 35px;
	width: 900px;
	position: relative;
}

.login-content {
	margin: 0 50px;
	width: 840px;
	position: relative;
}



/* footer */
#footer {

	margin: 0px 50px 0px 5px;
	width: 890px;
	font-size: .69em; 
	color: #c0c8cc; 
	border-top: 1px solid #c6d2d6;
	padding: 20px 0px 10px 0px;
}
#footer.nomargin {
	margin-top: 0px;
}
#footer strong {
	color: #8a9499;
}
#footer a {
	margin: 0 2px;
	color: #8a9499;
}
#footer a.first {
	margin-left: 0;
}
#footer p {
	margin: 0 0 13px 0px;
}
#footer p.alt {
	margin-bottom: 7px;
}
#footer p.copyright{
	color: #8a9499;
}

#spirisis-footer {
float:right;
	top: 13px;
}
/* /footer */


.faq-content.open-faqs{
	margin:0!important;
	padding:0;
	clear:left;
	}

.faq-content.open-faqs h3 {
	font-size:1.3em;
	font-weight:bold;
	padding-top:1.75em;
	}
.faq-content.open-faqs h4.cs-top {
	font-weight:bold;
	margin:10px;
	font-size:.85em;
	}
.faq-content.open-faqs ul.top-list{
	font-size:.75em;
	padding: 0 0 9px 20px;
	border-bottom:1px solid #c6d2d6;
	}
.faq-content.open-faqs ul.cs-list{
	font-size:.75em;
	padding: .5em 0 1em 0;
	
	}
.faq-content.open-faqs ul.top-list li, .faq-content.open-faqs ul.cs-list li {
	padding-bottom:.30em;
	background: url(images/blue-bullet.gif) 0 .5em no-repeat;
	padding-left:8px;
	width:570px;
	font-size:14px; line-height:18px;
	}
.faq-content.open-faqs ul.cs-list li.header {
	padding-left:0;
	background-image:none;
	}
.faq-content.open-faqs .full-list {
	font-size:.75em;
	margin:0 0 0 20px ;
	}
.faq-content.open-faqs .full-list.cs {
	margin-left:0;
	padding-bottom:.8em;
	}
.faq-content.open-faqs .full-list.cs ol {
	list-style-type:decimal;
	padding: 9px 0 0 35px;
	}
.faq-content.open-faqs .full-list.cs ol li {
	padding-bottom:.5em;
	}
.faq-content.open-faqs .full-list.cs ol li.last {
	padding-bottom:0;
	}	
.faq-content.open-faqs .full-list.cs p {
	font-size:14px; line-height:18px;
	margin-bottom:0;
	}	
.faq-content.open-faqs .full-list h4 {
	font-weight:bold;
	padding-top:1.75em;
	font-size:14px;
	line-height:1.4em;
	}
.faq-content.open-faqs .full-list.cs h4 {
	padding-left:10px;
	}
.faq-content.open-faqs .full-list.cs h3 {
	font-size:1.2em;
	padding-left:10px;
	margin:0;
	}
.faq-content.open-faqs .full-list h4.first {
	padding-top:1em;
	}
.faq-content.open-faqs .full-list p {
	margin-top:.8em;
	line-height:1.2em;
	color:#293033;
	}
.faq-content.open-faqs .full-list ul {
	padding-left:5px;
	padding-top:5px;
	}
.faq-content.open-faqs .full-list ul li {
	background:url(images/bullet.gif) 0 .4em no-repeat;
	padding-left:10px;
	margin-bottom:.5em;
	line-height:1.2em;
	position: relative;
	}
.about-text {
	
	margin-bottom:.5em;
	line-height:16px;
	font-size:14px;
	}

#faq-right {
	float:right;
	padding-right:20px;
	}
#faq-right .business-card-callout-content {
	margin-top:0;
	}
.lite-gray {
	color:#8A9499;
	font-size:.85em;
	}

#category-header {
	height: 95px;
	background: url("images/bg-cat-hdr.gif") left top repeat-x;
	margin-bottom: 8px;
}
#category-header .header {
	float: left;
	width: 510px;
}
#category-header h1 {
	color: #293033;
	font-size: 1.1em;
	line-height: .8em;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 10px;
}
#category-header p {
	color: #576166;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}

#subcategory-header {
	height: 70px;
	background: url("images/bg-subcat-hdr.gif") left top repeat-x;
	margin-bottom: 8px;
}
#subcategory-header .header {
	float: left;
	width: 510px;
}
#subcategory-header h1 {
	color: #293033;
	font-size: 1.1em;
	line-height: .8em;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 10px;
}
#subcategory-header h1.centered {
	color: #293033;
	font-size: 1.1em;
	line-height: 70px;
	font-weight: bold;
	margin: 0;
}
#subcategory-header p {
	color: #576166;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}
/* 2 column styles (use 4 column styles for the right column) */
.col710 {
	float: left;
	width: 900px;
	margin-right: 10px;
	display: inline;
}
.col710 dl, .col710 ul {
	margin: 0 10px;
}
.col710 dl.bottom-links {
	margin-top: 10px;
}
.col710 dl.bottom-links dt {
	margin-bottom: 5px;
}
.col710 dl.bottom-links dd {
	margin-bottom: 15px;
	
}
.col710 dl.bottom-links dd.last {
	margin-bottom: 0;
}
.col710 p {
	font-size: .9em;
	color: #576166;
	margin: 0 10px 15px 10px;
}
.col710 h2 {
	font-size: .85em;
	margin: 0 30px 7px 10px;
	color: #293033;
	font-weight: bold;
	display: inline;
}
.col710 h3 {
	font-size: .8em;
	margin: 0 10px 7px 10px;
	color: #293033;
	font-weight: bold;
}
.borders710 {
	background: url("images/bg-900.gif") left top repeat-y;
}
.bluebox710 {
	background-color: #dce3e5;
	margin-bottom: 16px;
}
.bluebox710 .content710 {
	width: 900px;
	font-size: .75em;
}
.bluebox710 .content710 * {
	vertical-align: middle;
}
.bluebox710 .content710 .icon {
	margin: 0 10px 0 25px;
}

.bluebox710 .content710 .title {
	font-weight: bold;
	font-size: 16px;
	margin-right: 10px;
}
.bluebox710 .content710 a {
	margin: 0 5px;
}
.content-below {
	margin-bottom: 20px;
}
#bottom-content {
	font-size: .75em;
}
#bottom-content h2 {
	font-size: 1.2em;
	margin: 0 10px;
	display: inline;
	font-weight: bold;
}
#bottom-content .content-below {
	margin-bottom: 20px;
}
/* 1 column styles */
.col880 {
	float: left;
	width: 880px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
}
.col880 ul, .col880 p, .col880 h2 {
	margin: 0 10px;
}
.col900 ul.topmargin5 {
	margin-top: 5px;
}
.col880 h2 {
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 6px;
	margin-top: 10px;
	color: #293033;
}
.col880 h2 a {
	color: #293033;
}
.col880 .bluebox880 {
	background: url("images/bg-900-blue.gif") left top repeat-y;
	margin: 0 0 10px 0;
}
.col880 .bluebox880 .content880 {
	padding: 0 10px 5px 10px;
}
.col880 .bluebox880 h2 {
	margin: 5px 0 7px 0;
	font-size: .75em;
	line-height: .75em;
	float: left;
}
.col880 .bluebox880 p {
	margin: 5px 0 7px 0;
	line-height:1.25em;
	float: left;
}
.col880 .help-box {
	margin: 0 0 10px 0;
	background: url("images/bg-help-box.gif") left top repeat-y;
}
.col880 .help-box .header {
	background: url("images/bg-help-box-hdr.jpg") left top no-repeat;
	height: 51px;
	position: relative;
}
.col880 .help-box .header img {
	position: absolute;
	bottom: 9px;
	left: 170px;
}
.col880 .help-box .header h3 {
	color: #FFFFFF;
	font-size: .9em;
	font-weight: bold;
	border-bottom:none;
	position: absolute;
	bottom: 9px;
	left: 0px;
	width: 200px;
}
.col880 .help-box p {
	font-size: .75em;
	margin: 7px 10px 0 10px;
	line-height: 1.3em;
}

/* /1 column styles */
/* 4 column styles */
.col230 {
	float: left;
	width: 260px;
	margin-right: 10px;
	display: inline;
}
.col230 ul, .col230 p, .col230 h2 {
	margin: 0 10px;
}
.col230 ul.topmargin5 {
	margin-top: 5px;
}
.col230 h2 {
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 6px;
	margin-top: 10px;
	color: #293033;
}
.col230 h2 a {
	color: #293033;
}
.col230 .bluebox230 {
	background: url("images/bg-260-blue.gif") left top repeat-y;
	margin: 0 0 10px 0;
}
.col230 .bluebox230 .content230 {
	padding: 0 10px 5px 10px;
}
.col230 .bluebox230 h2 {
	margin: 5px 0 7px 0;
	font-size: .75em;
	line-height: .6em;
	float: left;
}
.col230 .help-box {
	margin: 0 0 10px 0;
	background: url("images/bg-help-box.gif") left top repeat-y;
}
.col230 .help-box .header {
	background: url("images/bg-help-box-hdr.jpg") left top no-repeat;
	height: 51px;
	position: relative;
}
.col230 .help-box .header img {
	position: absolute;
	bottom: 9px;
	left: 170px;
}
.col230 .help-box .header h3 {
	color: #FFFFFF;
	font-size: .9em;
	font-weight: bold;
	border-bottom:none;
	position: absolute;
	bottom: 9px;
	left: 0px;
	width: 200px;
}
.col230 .help-box p {
	font-size: .75em;
	margin: 7px 10px 0 10px;
	line-height: 1.3em;
}

.col230 .more-box {
	margin: 0 0 10px 0;
	background: url("images/bg-help-box.gif") left top repeat-y;
}
.col230 .more-box .header {
	background: url("images/bg-more-box-hdr.jpg") left top no-repeat;
	height: 51px;
	position: relative;
}
.col230 .more-box .header img {
	position: absolute;
	bottom: 9px;
	left: 170px;
}
.col230 .more-box .header h3 {
	color: #FFFFFF;
	font-size: .9em;
	font-weight: bold;
	border-bottom:none;
	position: absolute;
	bottom: 9px;
	left: 0px;
	width: 200px;
}
.col230 .more-box p {
	font-size: .75em;
	margin: 7px 10px 0 10px;
	line-height: 1.3em;
}
/* /4 column styles */

