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, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
span.hide {
	display: none;
}
#content-wrap a {
	color: #00C0F3;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#content-wrap a:hover {
	color: #599fd6;
}
p {
	padding-bottom: 8px;
	line-height: 1.5em;
	font-size: 12px;
}
img {
	display: block;
}
strong {
	font-weight: bold;
	padding-bottom: 1em;
	color: #000;
}


/****************************************/
body {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	color: #666;
	font-family: Trebuchet MS;
	background: url(images/backgrounds/bg-body-small.png) fixed;
}

#page-wrap {
	margin: auto;
	width: 1090px;
}

#header {
	height: 272px;
	position: relative;
	background: url(images/backgrounds/bg-header.png) no-repeat;
}

#header h1 {
	color: #000;
	position: absolute;
	top: 140px;
	left: 87px;
	font-size: 24px;
	text-shadow: 0px 0px 10px #fff;
}

#nav {
	position: absolute;
	top: 186px;
	left: 90px;
	z-index: 100;
}

/************* content-wrap ******************/
#content-wrap {
	min-height: 200px;
	margin: 0 0 0 0;
	padding: 0 45px 0 90px;
	width: 955px;
	background: url(images/backgrounds/bg-page-repeat.png) repeat-y;
}

/************* content ******************/
#content {
	float: left;
	background: none;
	width: 770px;
	min-height: 300px;
	position: relative;
	top: -30px;
}

#content ul {
	line-height:1.4em;
	list-style-type:square;
	margin-left:1.3em;
	padding-bottom:5px;
}

#content ol {
	line-height:1.4em;
	list-style-type:decimal;
	margin-left:1.3em;
	padding-bottom:5px;
}

#content ul li, #content ol li {
	padding-left:5px;
	margin-bottom: 5px;
	padding-right: 5px;
}

#content h1 {
	color: #F06E0A;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.25em;
	margin-bottom: 5px;
}

#content h2 {
	color: #F06E0A;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 8px;
}

#content h3 {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.1em;
	text-transform: uppercase;
	margin: 8px 0 3px 0;
}

#content h4 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 8px 0 3px 0;
}

#content h5 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 5px;
}

/************* content columns **************/
#content .left-col {
	float: left;
	width: 295px;
	/* border-top: 1px dotted #b2b2b2;
	padding-top: 15px; */
}

.folio-nav {
	border-top: 1px dotted #b2b2b2;
	padding-top: 15px;
}

#content .right-col-border {
	float: right;
	width: 400px;
	border-top: 1px dotted #b2b2b2;
	/* padding-top: 15px; */
}

#content .right-col {
	float: right;
	width: 400px;
	padding-top: 0;
	padding-bottom: 15px;
}

#content .right-col-faq {
	float: left;
	width: 470px;
	padding-top: 45px;
}

/************* quick links ******************/
#quick-links {
	width: 150px;
	float: right;
	border-left: 1px dotted #b2b2b2;
	background: none;
	position: relative;
	top: -30px;
}

#quick-links h3 {
	font-size: 17px;
	border-bottom: 1px dotted #b2b2b2;
	padding: 0 0 5px 8px;
	margin: 0;
	color: #000;
}

#quick-links li {
	display: inline;
}

#quick-links a {
	color: #B5D334;
	display: block;
	padding: 10px 8px 10px 8px;
	line-height: 1.3em;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #b2b2b2;
	margin: 0;
}

#quick-links li.burst-phone {
	color: #F06E0A;
	display: block;
	padding: 10px 8px 10px 8px;
	line-height: 1.3em;
	font-size: 17px;
	font-weight: bold;
}

#quick-links a:hover {
	color: #F06E0A;
	border-bottom: 1px dotted #b2b2b2;
}

/************* footer ******************/
#footer {
	margin: auto;
	width: 1000px;
	height: 124px;
	background: url(images/backgrounds/bg-footer.png) no-repeat;
	padding: 70px 0 0 90px;
	font-size: 10px;
	color: #fff;
}

#footer ul li {
	padding: 0;
	margin-bottom: 0;
	font-size: 10px;
	float: left;
	padding-right: 20px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-bottom: 1px;
}

#footer a:hover {
	text-decoration: none;
	color: #999999;
}

/************* breadcrumbs ******************/
#breadcrumbs {
	margin-bottom: 30px;
	color: #CCC;
	position: relative;
	top: -30px;
}

#breadcrumbs p {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
}

#breadcrumbs a {
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px dotted;
	padding-bottom: 1px;
	color: #CCC;
}

#breadcrumbs a:hover {
	text-decoration: none;
	color: #333;
}

/************* folio nav ******************/
#folio-nav p
{
	font-size: 10px;
	color: #c9c9c9;
}


#folio-nav ul, #folio-pag ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin:0;
}

#folio-nav ul li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 0.8em;
}

#folio-nav ul li a {
	display: block;
	width: 90px;
	height: 20px;
	border: 1px solid;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	color: #c9c9c9;
	font-size: 10px;
	margin: 0 5px 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	padding-bottom: 0;
}
#folio-nav ul li a:hover, #folio-nav li.current_page_parent a {
	color: #fff;
	background: #00C0F3;
}
#folio-pag p
{
	font-size: 10px;
	color: #c9c9c9;
}

#folio-pag ul li {
	float: left;
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	line-height: 0.8em;
}

#folio-pag ul li a {
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid;
	text-align: center;
	padding: 5px 2px 0 2px;
	text-decoration: none;
	color: #c9c9c9;
	font-size: 10px;
	margin: 0 5px 5px 0;
}
#folio-pag ul li a:hover, #folio-pag li.current_page_item a {
	color: #fff;
	background: #00c0f3;
	border: 1px solid #00c0f3;
}

/************* admin ******************/
#admin-page #content ul {
	line-height:1.5em;
	list-style-type: none;
	margin-top:0;
	padding-bottom:1.5em;
}

#admin-page #content ul li.child-page {
	padding-left: 10px;
}

table#admin-page-listing {
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	width: 600px;
	margin-top: 20px;
}

table#admin-page-listing td,  table#admin-page-listing th{
	padding: 10px;
	border-bottom: 1px solid #b3b3b3;
}

table#admin-page-listing td.edit-col {
	width: 30px;
}

table#admin-page-listing th {
	background-color: #dddddd;
}

table#admin-page-listing th.tasks {
	text-align: center;
}

form#edit-page {
	width: 800px;
}

form#edit-page label, form#edit-page input  {
	float: left;
}

form#edit-page label  {
	width: 100px;
	padding-top: 5px;
}

form#edit-page input  {
	padding: 5px;
	margin-bottom: 20px;
}

form#edit-page input.readonly  {
	background: #ccc;
}

.form-row {
	clear: left;
}

ul#faq {
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

ul#faq li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#faq li a {
	background: none;
	padding: 10px 0;
	display: block;
	color: #999999;
	text-decoration: none;
	line-height: 1.3em;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
}

ul#faq li:last-child a {
	border-bottom: none;
}

ul#faq li a:hover, ul#faq li.current_page_item a  {
	color: #000;
}

#faq-answer {
	padding: 10px 10px 10px 30px;
	color: #333333;
	border-top: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	min-height: 150px;
}

#faq-answer ul {
	line-height:1.5em;
	list-style-type:square;
	margin-left:1.3em;
	margin-top:0;
	padding-bottom:1.5em;
}

#faq-answer ul li {
	padding-left:5px;

} 







#suckerfishnav {
	font-size: 14px;
}

#suckerfishnav, #suckerfishnav ul {
	float: left;
}

#suckerfishnav li a {
	display: block;
	text-decoration:none;
	padding: 10px 0;
	color: #000;
	width: 85px;
	text-align: center;
	text-transform: uppercase;
	background: url(images/nav-divider-off.gif) top right no-repeat #fff;
}

#suckerfishnav li {
	float: left;
	padding: 0;
	color: #000;
}

#suckerfishnav ul {
	position:absolute;
	left: -999em;
	height: auto;	
	margin: 0;
	border:0;
}

#suckerfishnav li li {	
	margin-left: 0;
	float: none;
	display: block;
	background: none;
	border-top: 1px solid #000;
}

#suckerfishnav li li:first-child {	
	border-top: none;
}

#suckerfishnav li ul li a {
	display: block;
	padding: 7px 10px;	
	font-size:12px;
	color:#fff;
	margin-bottom: 0;
	min-width: 170px;
	width: auto !important;
  	width: 170px;
	text-transform: none;
	text-align: left;
}

#suckerfishnav li ul ul {
	margin: -21px 0 0 150px;
}

/* subnav roll */
#suckerfishnav li li:hover  {
	background: #f38b3b;
}

/* subnav current */
#suckerfishnav li li.current_page_item, #suckerfishnav li li.current_page_parent, #suckerfishnav li li:hover.current_page_parent  {
	background-color: none;
	background-image: url(images/sub-nav-current.png) repeat;
}

/* subnav roll */
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a  {
	color: #fff;
	background: #f38b3b;
}

/* primary nav roll */
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a, #suckerfishnav li.current_page_item a, #suckerfishnav li.current_page_parent a, #suckerfishnav li.current_page_ancestor a {
	color: #000;
	background: url(images/nav-divider-on.gif) top right no-repeat #F06E0A;
}

/* subnav off */
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color: #000;
	text-align: left;
	background: #F06E0A;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul  {
	left:-999em;
}
	
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul  {
	left:auto;
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background: none;
}

p.folio-type-header {
	text-transform: uppercase;
}

#content ol.numbered  {
	color: #000;
	list-style-type: none;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	list-style-type: none;
	margin-top: 20px;
}
#content ol.numbered li  {
	padding-left: 40px;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 14px;
}
#content ol.numbered li.one  {
	background: url(images/process-01.png) no-repeat;
	background-position: 0 3px;
}
#content ol.numbered li.two  {
	background: url(images/process-02.png) no-repeat;
	background-position: 0 3px;
}
#content ol.numbered li.three  {
	background: url(images/process-03.png) no-repeat;
	background-position: 0 3px;
}
#content ol.numbered li.four  {
	background: url(images/process-04.png) no-repeat;
	background-position: 0 3px;
}
#content ol.numbered li.five  {
	background: url(images/process-05.png) no-repeat;
	background-position: 0 3px;
}
#content ol.numbered li.six  {
	background: url(images/process-06.png) no-repeat;
	background-position: 0 3px;
}
#content ol.numbered li.seven  {
	background: url(images/process-07.png) no-repeat;
	background-position: 0 3px;
}
#content ul.square  {
	color: #000;
	list-style-type: square;
	margin-left: 1.3em;
	line-height: 1.5em;
	padding-bottom: 1.5em;
	margin-top: 0;
}
#content ul.square-second  {
	color: #000;
	list-style-type: square;
	margin-left: 2em;
	line-height: 1.5em;
}
#content ul.square li  {
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 5px;
	font-size: 12px;
	color: #666;
}
#content ul.inline-square  {
	color: #000;
	list-style-type: square;
	line-height: 1.5em;
	padding-bottom: 1.5em;
	margin-top: 5px;
	margin-left: -10px;
}
#content ul.inline-square li  {
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 3px;
	display: inline;
}

#footer a:hover  {
	color: #000;
}

img.img-inline { display: inline; }