/**
 * Coding by Viperfish Media - http://viperfish.com.au.
 */
 
 /** CSS Reset code thanks to CSS legend Eric Meyer!  **/
 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, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** End CSS Reset **/


@font-face {
	font-family: 'NeutraTextRegular';
	src: url('../fonts/NeutraText-Bold.eot');
	src: local('../fonts/Neutra Text Regular'), local('../fonts/NeutraText-Book'), url('../fonts/NeutraText-Book.woff') format('woff'), url('../fonts/NeutraText-Book.otf') format('opentype'), url('../fonts/NeutraText-Book.svg#NeutraText-Book') format('svg');
}








.question {
	padding: 5px 10px 5px 35px;
	border: 1px solid #999999;
	background: url(../images/question.gif) 5px 50% no-repeat #fff7c1;
}

.info {
	padding: 5px 10px 5px 35px;
	border: 1px solid #6699cc;
	background: url(../images/info.gif) 5px 50% no-repeat #d3e2f5;
}

.idea {
	padding: 5px 10px 5px 35px;
	border: 1px solid #999999;
	background: url(../images/idea.gif) 5px 50% no-repeat #ccffcc;
}

html {
	width: 100%;
	background: #ffffff;
	font-family: Arial, Tahoma, Helvetica, Trebuchet MS, Verdana;
	font-size: 13px;
}

body.body {
	margin: 0;
	padding: 0 0 40px 0;
	font-family: Arial, Tahoma, Helvetica, Trebuchet MS, Verdana;
	color: #333333;
	line-height: 140%;
}

body.notes {	background: url(../images/bgNotes.jpg) 50% 0 no-repeat #ffffff;}
a {
	color: #113399;
	text-decoration: underline;
}

a.contentpagetitle {
	text-decoration: none;
}

a:hover {	
	color: #3355cc;
	text-decoration: none;
}

p {
	margin: 15px 0;
}
h1, h2, h3, h4, h5, h6, div.componentheading {
	margin: 8px 0;
	font-family: 'NeutraTextRegular';
	line-height: 110%;
}

h1, h2, h3, h4, h5, h6, div.componentheading {
	font-weight: normal;
	color: #113399;
}

h1 {
	font-size: 250%;
}

h2, div.componentheading {
	font-size: 230%;
}

div.componentheading,
h2.contentheading {
	margin-bottom: 30px;
	width: 450px;
}

h3 {
	font-size: 160%;
}

div.module h3 {
	font-size: 190%;
}

div.module.center h3 {
	text-align: center;
}

div#slideshow h3 {
	font-size: 130%;
}

h4 {
	font-size: 135%;
	color: #d57200;
}

h5 {
	font-size: 125%;
}

h6 {
	font-size: 100%;
}


span.article_separator {
	display: block;
	border: none;
	height: 1px;
}

/******************************** Layout **************************/

#main_container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#header_container,
#menu_container,
#content_container,
#bottom_container,
#bottom_container_row2,
#footer_container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}


#slideshow_container {
	width: 1026px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}

#header {
	width: 100%;
	height: 104px;
	position: relative;
}

#title {
	float: left;
	width: 197px;
	height: 71px;
}

#title h1{
	display: block;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	float: left;
	font-size: 300%;
	width: 197px;
	height: 71px;
	cursor: pointer;
	margin: 16px 0 0 0;
	padding: 0;
}

#title h1 a {
	display: block;
	float: left;
	width: 197px;
	height: 71px;
	text-indent: -4000px;
}

div#title a.logo {
	text-decoration: none;
}


#menu_container {
	height: 39px;
	background: url(../images/menu_bg.jpg) 0 0 no-repeat;
}

body.home #content_container {
	display: none;
}

#content_area {
	margin-top: 20px;
	float: left;
	width: 640px;
	
}

#content_area div.a {
	background: url(../images/content_bg.png) 0 0 repeat-y;
}

#content_area div.b{
	background: url(../images/content_bg_top.png) 0 0 no-repeat;
}

#content_area div.c {
	background: url(../images/content_bg_bot.png) 0 100% no-repeat;
}



#content.padding{
		padding-top: 0;
}

#footer_container {
	font-size: 85%;
}

#rightcol_container {
	float: right;
	width: 320px;
}

#rightcol div.module {
	margin-top: 20px;
}

#rightcol div.module div.a {
	background: url(../images/right_col_bg.png) 0 0 repeat-y;
}

#rightcol div.module div.b {
	background: url(../images/right_col_bg_top.png) 0 0 no-repeat;
}

#rightcol div.module div.c {
	background: url(../images/right_col_bg_bot.png) 0 100% no-repeat;
	padding: 10px 20px 20px;
}



#leftcol_container{
	float: left;
	width: 24.9%;
}

#pathway_container {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 9px;
}

#pathway_container.padding {
	padding-bottom: 0;
	padding-right: 0;
}

#pathway_label {
	width: 75px;
	text-indent: 0px;
	float: left;
	display: block;
}

#pathway {
	width: 500px;
	float: left;
	text-align: left;
}


.clr {
	clear: both;
}

.padding {
	padding: 10px 20px;
}

div#footer.padding {
	padding: 10px 5px;
}

.inputbox {
	font-size: 13px;
	color: #3333;
}	

input.button {
	padding: 2px 5px;
	font-size: 11px;
	font-family: Arial, Tahoma, "Trebuchet MS", Helvetica, Trebuchet MS, Verdana;
	color: #333;
	cursor: pointer;
}

ul.menu li.active a {
	font-weight: bold;
	display: block;
}

ul.menu ul {
padding-left: 15px;
}

#rightcol div.moduletable,
#rightcol div.moduletable_menu {
	margin-bottom: 15px;
}


td, th {
	padding: 5px 10px;
}

tr.sectiontableentry1,
tr.sectiontableentry2 {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

tr.sectiontableentry1 {
	background: #f4f4f4;
}

tr.sectiontableentry2 {
	background: #ffffff;
}

div#bottom_container {
	margin-top: 20px;
}

div#bottom_container div,
div#bottom_container_row2 div {
	background: url(../images/bottom_module_bg.jpg) 0 0 repeat-y;
}

div#bottom_container div div,
div#bottom_container_row2 div div {
	background: url(../images/bottom_module_bg_top.jpg) 0 0 no-repeat;
}

div#bottom_container div div div,
div#bottom_container_row2 div div div {
	background: url(../images/bottom_module_bg_bot.jpg) 0 100% no-repeat;
}

div#bottom_container div div div div,
div#bottom_container_row2 div div div div {
	background: none;
}
div#bottom_container_row2 {
	margin-top: 20px;
}

div#bottom_container div div div div#bottom1_container,
div#bottom_container div div div div#bottom2_container,
div#bottom_container div div div div#bottom3_container,
div#bottom_container div div div div#bottom4_container,
div#bottom_container_row2 div div div div#bottom1_container,
div#bottom_container_row2 div div div div#bottom2_container,
div#bottom_container_row2 div div div div#bottom3_container,
div#bottom_container_row2 div div div div#bottom4_container  {
	background: url(../images/divider.png) 0 50% no-repeat;
	display: block;
	float: left;
}


#search label {
	float: right;
	margin-right: 4px;
	line-height: 25px;
	text-transform: lowercase;
}
	#search_container {	
		float: right;
		width: 434px;
		height: 66px;
		overflow: hidden;
		background: url(../images/search_bg.jpg) 0 0 no-repeat;;
		display: inline;
		margin: 19px 0 0 0;
	}
		
			#search {
				width: 410px;
				height: 25px;
				float: right;
				margin: 6px 6px 0 0 !important;
				z-index: 1000;
			}

				input#mod_search_searchword {
					background: url(../images/inputbox_bg.gif) 0 0 repeat-x;
					font-size: 13px;
					padding:3px 0 3px 5px;
					width: 168px;
					margin: 0 !important;
					border: 1px solid #cccccc;
					float: right;
					color: #333333;
				}
				
				div#search form.search input.button {
					float: right;
					text-align: center;
				}
				
				form.search label {
					display: none;
				}



div#content ul,
#tinymce ul {
	margin-left:0em;
	padding-left:0.4em;
	margin-top:1em;
	margin-bottom:1em;
}

div#content ul ul,
#tinymce ul ul,
div#content ol ul,
#tinymce ol ul,
div#content ul ol,
#tinymce ul ol {
	margin-bottom:0.5em;
	margin-top:0.5em;
}
	


div#content ul li,
#tinymce ul li,
div#content ol ul li,
#tinymce ol ul li
 {
	background:url(../images/bullet.gif) 0 0.4em no-repeat;
	padding-left: 1.6em;
	list-style: none;
}

div#content ul ul li,
#tinymce ul ul li {

}


div#content ol li, ul li,
#tinymce ol li, ul li { 
	margin-bottom:0.5em; 
}

div#content ol,
#tinymce ol {
  margin-left:2em;
  padding-left:0px;
list-style-position: outside;
}

div#content ol li,
#tinymce ol li {
	list-style:decimal;
	background-image:none;
	padding-left:0em;
}
div.yoo-carousel ul.tabs {
	background: url(../images/tabs_bg.jpg) 0 0 repeat-x;
	width: 980px;
	margin: 0 auto;
	height: 152px;
	padding: 0;
}

div.yoo-carousel div.frame {
	height: 298px;
}

div.yoo-carousel ul.tabs li a span {
	width: 231px;
	height: 152px;
	background-position: 0px 0px;
}

div.yoo-carousel ul.tabs li.selected a span {
	background-position: 0px 100%;
}

div.yoo-carousel ul.tabs li.item1,
div.yoo-carousel ul.tabs li.item2{
	padding: 0 19px 0 0;
}

div.yoo-carousel ul.tabs li.item3 {
	padding: 0 18px 0 0;
}

div.yoo-carousel div.slidecontent {
	margin: 0 auto;
	width: 980px;
}

div.yoo-carousel div.slidecontent div {
	padding: 26px 0 0 38px;
}

div.yoo-carousel div.slidecontent ul {
	margin: 8px 0 20px 0;
	list-style: none;
}

div.yoo-carousel div.slidecontent ul li {
	background:url(../images/ticks.png) 0 0 no-repeat;
	padding: 2px 0 2px 24px;
	list-style: none;
}

div.slide div.article {
padding: 0 23px;
}

div.yoo-carousel div.prev {
	position: absolute;
	top: 130px;
	left: 0px !important;
}

div.yoo-carousel div.prev span {
	background:url(../images/prev_button.png) 0 0 no-repeat;
	width: 46px;
	height: 46px;
	display: block;
}

div.yoo-carousel div.prev span:hover {
	background:url(../images/prev_button.png) 0 100% no-repeat;
}

div.yoo-carousel div.next {
	position: absolute;
	top: 130px;
	right: 0px !important;
}

div.yoo-carousel div.next span {
	background:url(../images/next_button.png) 0 0 no-repeat;
	width: 46px;
	height: 46px;
	display: block;
}

div.yoo-carousel div.next span:hover {
	background:url(../images/next_button.png) 0 100% no-repeat;
}

table.contenttoc {
	width: 25%;
	float: right;
	border-left: 1px solid #999;
	margin-left: 10px;
}

table.contenttoc th {
	padding-top: 0;
}

div#content table.contenttoc td {
	line-height: 120%;
	padding: 2px 0 2px 24px;
	background:url(../images/bullet.gif) 1em 0.5em no-repeat;
	border: none;
}

div.pagenavcounter {
	font-size: 90%;
	color: #999;
	margin-bottom: 1em;
}

#content td {
	border: 1px solid #ccc;
}

#content td p {
	margin: 0;
}

hr {
clear: both;
border: 0;
border-bottom: 1px solid #ccc;
}

div#page img,
div.panel img {
	padding: 3px;
	margin: 4px;
	border: 1px solid #ddd;
}

div#page table img {
	border: none;
}

blockquote {
	background: url(../images/blockquote.png) 0 0 no-repeat;
	height: 90px;
	width: 100%;
}

#rightcol blockquote {
	background: url(../images/blockquote_narrow.png) 0 0 no-repeat;
	height: 124px;
	width: 100%;
}

div.testimonial p {
	margin: -15px 0 10px 80px;
}

div.testimonial blockquote p {
	margin: 0;
	padding: 10px 25px 0 18px;
	color: #ffffff;
	font-style: italic;
	font-size: 14px;
}

form.search input.button {
	float:right;
	background:transparent url(../images/go.gif) no-repeat 0 0;
	border:0 none;
	color:transparent;
	cursor:pointer;
	font-size:0;
	font-weight:bold;
	height:24px;
	line-height:24px;
	text-transform:uppercase;
	width:31px;
}

form.search input.button:hover {
	background:transparent url(../images/go.gif) no-repeat 0 100%;
}

input#aca_22.button {
	float:right;
	clear: both;
	margin-top: -42px;
	background:transparent url(../images/subscribe.gif) no-repeat 0 0;
	border:0 none;
	color:transparent;
	cursor:pointer;
	font-size:0;
	font-weight:bold;
	height:32px;
	line-height:32px;
	text-transform:uppercase;
	width:124px;
}

input#aca_22.button:hover {
	background:transparent url(../images/subscribe.gif) no-repeat 0 100%;
}

input.button, form.search_result button.button {
	
}

div.acajoomform label {
	float: left;
	clear: left;
	padding: 1px 0;
	
}

input#wz_11,
input#wz_12 {
	width: 195px;
	font-size: 13px;
	padding: 6px;
	border: 1px solid #cccccc;
	float: left;
	clear: left;
	margin: 0 0 10px 0;
	background: url(../images/inputbox_bg.gif) 0 0 repeat-x #ffffff;
}

.bfQuickMode input[type="text"],
.bfQuickMode input[type="password"],
.bfQuickMode textarea,
.bfQuickMode select{
	background: url(../images/inputbox_bg.gif) 0 0 repeat-x #ffffff;
	font-size: 13px;
	padding: 3px 6px !important;
	border: 1px solid #cccccc;
}

div.contact_us p {
	display: block;
	background: url(../images/contact_us.gif) 0 0 no-repeat;
	font-size: 300%;
	width: 370px;
	height: 71px;
	cursor: pointer;
	margin: 0px 0 0 0;
	padding: 0;
}

div.contact_us p a {
	display: block;
	width: 370px;
	height: 71px;
	text-indent: -4000px;
}

div.module.acajoom_module {
	padding-bottom: 12px;
}

div.acajoom_module p {
	margin: 8px 0;
}

div.acajoom_module br {
	display: none;
}

div.contact_us p:hover {
	background: url(../images/contact_us.gif) 0 100% no-repeat;
}
div#bottom_container_row2 div div div div.contact_us {
	background: url(../images/divider_h.png) 50% 0% no-repeat;
	padding-top: 20px;
}

a.readon {
	display: block;
	background:transparent url(../images/readon.gif) no-repeat 0 0;
	font-size: 300%;
	width: 124px;
	height: 32px;
	cursor: pointer;
	margin: 0px 0 0 0;
	padding: 0;
	text-indent: -4000px;
}

a.readon:hover {
	background:transparent url(../images/readon.gif) no-repeat 0 100%;
}

a.shopping {
	display: block;
	background:transparent url(../images/shop.gif) no-repeat 0 0;
	font-size: 300%;
	width: 124px;
	height: 32px;
	cursor: pointer;
	margin: 0px 0 0 0;
	padding: 0;
	text-indent: -4000px;
}

a.shopping:hover {
	background:transparent url(../images/shop.gif) no-repeat 0 100%;
}

a.jce_file {
	margin: 2px 0;
	padding: 4px 0px;
	line-height: 180%;
	text-decoration: none;
}

a.jce_file:hover {
	text-decoration: underline;
}

div#page a.jce_file img {
	margin: -3px 0 0 0;
	padding: 0;
	
}

div.dropdown {
	position: relative;
}

div.dropdownmenu select {
	width: 199px;
	padding: 4px 5px;
	font-size: 13px;
	border: 1px solid #cccccc;
	color: #333333;
	background: url(../images/inputbox_bg.gif) 0 0 repeat-x #ffffff;
}

div.dropdown.ilf select {
	position: absolute;
	top: 28px;
	left: 0;
	background: url(../images/inputbox_bg.gif) 0 0 repeat-x;
}

div.dropdown.pf select {
	position: absolute;
	top: 28px;
	left: 204px;
	background: url(../images/inputbox_bg.gif) 0 0 repeat-x;
}

a.findoutmore {
	display: block;
	background:transparent url(../images/findoutmore.gif) no-repeat 0 0;
	font-size: 300%;
	width: 210px;
	height: 32px;
	cursor: pointer;
	margin: 0px 0 0 0;
	padding: 0;
	text-indent: -4000px;
}

a.findoutmore:hover {
	background:transparent url(../images/findoutmore.gif) no-repeat 0 100%;
}

div.buttonheading {
	float: right;
	margin-top: -75px;
}



div#page div.buttonheading img,
div#page img.noborder {
	border: none;
	margin: 0;
	padding:none;
}

div#bfPage1 input.bfSubmitButton {
	float:left;
	margin-top: 10px;
	background:transparent url(../images/submit.gif) no-repeat 0 0;
	border:0 none;
	color:transparent;
	cursor:pointer;
	font-size:0;
	font-weight:bold;
	height:32px;
	line-height:32px;
	text-transform:uppercase;
	width:124px;
}

div#bfPage1 input.bfSubmitButton:hover {
	background:transparent url(../images/submit.gif) no-repeat 0 100%;
}

table.table {
	border: 2px solid #2f70d5;
}

div#content table.table td {
	background: #fff;
border: 1px solid #2f70d5;
}

div#content table.table td.heading {
	background: #2f70d5;
	font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
color: #ffffff
}
h3.jpane-toggler span.cufon,
h3.jpane-toggler span.cufon-alt,
h3.jpane-toggler-down span.cufon,
h3.jpane-toggler-down span.cufon-alt {
	background: none!important;
	padding-right: 0;
}

div#switch {
	width: 184px;
	height: 39px;
	float: right;
}

a#switchbutton {
	display: block;
	background:transparent url(../images/switch.gif) no-repeat 0 0;
	width: 184px;
	height: 39px;
	cursor: pointer;
	margin: 0px 0 0 0;
	padding: 0;
	text-indent: -4000px;
}

a#switchbutton:hover {
	display: block;
	background:transparent url(../images/switch.gif) no-repeat 0 100%;
}

input#ff_elem14.button {
	float:left;
	clear: both;
	background:transparent url(../images/submit.gif) no-repeat 0 0;
	border:0 none;
	color:transparent;
	cursor:pointer;
	font-size:0;
	font-weight:bold;
	height:32px;
	line-height:32px;
	text-transform:uppercase;
	width:124px;
}

input#ff_elem14.button:hover {
	float:left;
	clear: both;
	background:transparent url(../images/submit.gif) no-repeat 0 100%;
}