/*
Theme Name: ANAD
Theme URI: http://wordpress.org/
Description: ANAD template
Author: Ryan Farrell
*/

/* -------------------------------------------------------------------------------------
--> GENERAL STYLE AREA -->
------------------------------------------------------------------------------------- */

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, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	height: 100%;
	color: #2E2E2E;
	font-family: arial;
	text-align: center;
	background: #fff;
}

body {
	font-size: 62.5%;
	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;
}

div {
	float: left;
	width: 100%;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.middle_align {
	text-align: center;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}

.alignright {
	float: right;
	padding: 0 0 10px 10px;
}

#wrapper {
	margin:0 auto;
	width:960px;
	text-align:center;
	float: none;
	height:100%;
}

#container {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 0 40px;
}

/* -------------------------------------------------------------------------------------
<-- END GENERAL STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> HEADER AREA -->
------------------------------------------------------------------------------------- */

#header {
	height: 133px;
	position: relative;
	margin: 0 0 9px;
}

#logo {
	position: absolute;
	bottom: 0px;
	left: 10px;
	height: 75px;
	width: 675px;
}

#logo a {
	height: 75px;
	width: 675px;
	display: block;
	float: left;
	text-indent: -10000px;
	background: transparent url(images/17June2011_logo.jpg) top left no-repeat;
}

#nav {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 1px;
	padding: 0;
	margin: 0;
	width: auto;
}

#nav li {
	padding: 0;
	display: inline;
	float: left;
	clear: none;
	width: auto;
	list-style: none;
	border-right: 1px solid #ddddde;
}

#nav li.login {
	border: 0;
}

#nav a {
	color: #76787b;
	float: left;
	font-family: arial;
	font-size: 12px;
	line-height: 33px;
	height: 33px;
	padding: 0 15px;
	text-decoration: none;
}

#nav a.discussion {
	color: #395d87;
	text-decoration: underline;
}

#nav li.login a {
	color: #a794bb;
}

#nav a.active, #nav a:hover {
	color: #ed174f;
}

#search {
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
}

#search label {
	float: left;
	color: #76787b;
	text-transform: uppercase;
	line-height: 28px;
	font-weight: bold;
	width: auto;
	padding: 0 5px 0 0;
}

#search input {
	float: left;
	height: 18px;
	padding: 4px 0;
	border: 1px solid #cdcdcd;
	line-height: 18px;
}

#search input#searchsubmit {
	text-indent: -10000px;
	width: 14px;
	height: 28px;
	border: 0;
	display: block;
	background: #787878 url(images/button_search.jpg) top left no-repeat;
	cursor: pointer;
}

/* style the newsletter bit */

#newscontact {
	width: auto;
	right: 0;
	padding-left:25px;
}

#newscontact label {
	float: left;
	color: #76787b;
	text-transform: uppercase;
	line-height: 28px;
	font-weight: bold;
	width: auto;
	padding: 0 5px 0 0;
}

#newscontact input {
	float: left;
	height: 18px;
	padding: 4px 0;
	border: 1px solid #cdcdcd;
	line-height: 18px;
}

#newscontact input#searchsubmit {
	text-indent: -10000px;
	width: 14px;
	height: 28px;
	border: 0;
	display: block;
	background: #787878 url(images/button_search.jpg) top left no-repeat;
	cursor: pointer;
}


#home_sub_header {
	position: relative;
	width: 938px;
	border: solid #d7083b;
	border-width: 0 11px;
}

#home_sub_header_inner {
	position: relative;
	width: 926px;
	border: solid #d588a4;
	border-width: 0 6px;
}

#menu_conference_button {
	width: 295px !important;
	width: 288px;
	overflow: hidden;
	position: absolute !important;
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0 -7px 0 -17px;
	z-index: 100;
	height: 43px;
	z-index: 100000;
}

#menu_conference_button * {
	float: left;
}

#home_navigation {
	position: relative;
	width: 270px;
	height: 344px;
	z-index: 1;
	padding: 9px 0 0;
	margin: -9px 0 0;
	background: #b3aac7;
}

#home_banner {
	float: right;
	clear: none;
	width: 656px;
	height: 261px;
	z-index: 0;
	overflow: hidden;
	position: relative;
}

#home_navigation .parent-menu-item {
	font-family: georgia;
	font-size: 20px;
	margin: 0 20px 0px;
	margin-left:0px;
	width: 230px;
	font-weight: normal;
	
}

#home_navigation .parent-menu-item a {
	width: 230px;
	padding: 0 0 10px;
	padding-left:20px;
	border-bottom: 1px solid #cec8db;
}

#home_navigation .sub-menu {
	margin: 5px 0;
	position: relative;
	font-family: arial;
	float:left;
	font-size: 12px;
}

#home_navigation .sub-menu, #home_navigation .sub-menu li {
	float: left;
	font-family:arial;
}

#home_navigation a {
	color: #fff;
	float: left;
	display: inline;
	
}

#home_navigation .parent-menu-item a:hover {
	text-decoration: none;
	color: #ed174f;
}

#home_navigation .sub-menu a {
	width: 216px; /* was 196px */
	padding: 4px 17px 4px 37px;
	/* padding: 4px 37px 4px 37px; */
	font-size: 11px;
	border:none;
}



#home_navigation .sub-menu a:hover,
#menu-main-menu ul.sub-menu li.dcjq-parent-li a {
	background: transparent url(images/sub_nav_hover.png) 11px center no-repeat;
	text-decoration: none;
	color:#fff;
}
#menu-main-menu ul.sub-menu li.dcjq-parent-li a.active {
	background: #a28eb5 url(images/sub_nav_main_hover.png) 11px center no-repeat;
}

#menu-main-menu ul.sub-menu li.dcjq-parent-li ul li a.active {
	background:none;
	background: #a28eb5;
}

#menu-main-menu ul.sub-menu li.dcjq-parent-li a li a {
	
}

#menu-main-menu ul.sub-menu li.dcjq-parent-li ul li a {
	background:none;
}
#menu-main-menu ul.sub-menu li.dcjq-parent-li ul li a:hover {
	background: #A28EB5;
}

#sub_page_navigation .sub-menu .dcjq-parent-li .sub-menu {
	padding-left:20px;
}
#sub_banner {
	width: 688px;
	float: right;
	clear: none;
	border: solid #d7083b;
	border-width: 0 11px;
}

#sub_banner_container {
	float: left;
	width: 676px;
	overflow: hidden;
	height: 263px;
	border: solid #d588a4;
	border-width: 0 6px;
}


/* -------------------------------------------------------------------------------------
<-- END HEADER AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
<-- CONTENT AREA <--
------------------------------------------------------------------------------------- */

#home_content {
	background: #f1f2f2 url(images/home_news_bg.jpg) top left repeat-x;
}

#home_content_divider {
	background: transparent url(images/17June2011_div.jpg) top left repeat-y;
}

#news_row {
	width: 286px;
	clear: none;
}

#news_row h2 a {
	color: #bbbcbd;
	text-transform: uppercase;
	width: 246px;
	padding: 10px 20px 5px;
	border-bottom: 1px solid #ddddde;
	font-size: 12px;
	float: left;
}

#news_row h2 a span {
	color: #76787b;
}

#news_row h2 a:hover {
	text-decoration: none;
	color: #ed174f;
}

.home_news {
	width: 245px;
	padding: 3px 20px;
	background-color:#fafafa;
	border-bottom:1px solid #ddddde;
	border-top:1px solid white;
}

.home_news a {
	color: #00235d;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

.home_news span {
	font-size: 12px;
	font-family: georgia;
	color: #434242;
}

#home_buttons, #home_buttons_sub {
	width: 656px;
	float: right;
	clear: none;
	position: relative;
	border-bottom:1px solid #ddddde;
}

#testimonial-ticker {
	width: 656px;
	float: right;
	clear: none;
	position: relative;
	border-bottom:1px solid #ddddde;

}

#home_buttons_sub {
	width:688px;
	border-color: #D7083B;
    border-style: solid;
    border-width: 0 11px;
}

#home_buttons .home-inner, #home_buttons_sub .home-inner {
	
	padding:10px 15px 10px 15px;
	
	
}

#home_buttons_sub .home-inner {
	border-color: #D588A4;
    border-style: solid;
    border-width: 0 6px;
	 width: 646px;
	 border-bottom:1px solid #ddddde;
}

#home_buttons a, #home_buttons_sub a {
	float: left;
	
	
	height: 33px;
	line-height: 33px;
	text-transform: uppercase;
	font-size: 12px;
	color: #787878;
	font-weight: bold;
}

/*
#home_buttons {
	width: 240px;
	float: right;
	clear: none;
	position: relative;
}

#home_buttons h2 {
	color: #bbbcbd;
	text-transform: uppercase;
	width: 200px;
	padding: 10px 20px 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddddde;
	font-size: 12px;
	float: left;
}

#home_buttons h2 span {
	color: #76787b;
}

#home_buttons a {
	float: left;
	width: 190px;
	padding: 0 0 0 50px;
	height: 33px;
	line-height: 33px;
	text-transform: uppercase;
	font-size: 12px;
	color: #787878;
	font-weight: bold;
}*/

/*.icon_facebook {
	background: transparent url(images/icon_facebook.png) 10px center no-repeat !important;
	background: transparent url(images/icon_facebook.gif) 10px center no-repeat;
}*/

.icon_facebook {
	padding: 0 0 0 25px;
}

.icon_donate {
	background: transparent url(images/icon_donate.png) 10px center no-repeat !important;
	background: transparent url(images/icon_donate.gif) 10px center no-repeat;
	padding: 0 0 0 50px;
	margin-left:10px;
	/*border: solid #dadbdc;
	border-width: 1px 0;*/
}

.icon_email {
	background: transparent url(images/email.png) 10px center no-repeat !important;
	padding: 0 0 0 60px;
	margin-left:15px;
	/*border: solid #dadbdc;
	border-width: 1px 0;*/
}

.icon_helpline {
	background: transparent url(images/icon_helpline.png) 10px center no-repeat !important;
	background: transparent url(images/icon_helpline.gif) 10px center no-repeat;
	padding: 0 0 0 50px;
}

#side_buttons .icon_facebook {
	background: transparent url(images/icon_facebook.png) 10px center no-repeat !important;
	background: transparent url(images/icon_facebook.gif) 10px center no-repeat;
}

#side_buttons .icon_donate {
	background: transparent url(images/icon_donate.png) 10px center no-repeat !important;
	background: transparent url(images/icon_donate.gif) 10px center no-repeat;
	padding: 0 0 0 50px;
	margin-left:0px;
	border: solid #dadbdc;
	border-width: 1px 0;
}

#side_buttons .icon_helpline {
	background: transparent url(images/icon_helpline.png) 10px center no-repeat !important;
	background: transparent url(images/icon_helpline.gif) 10px center no-repeat;
	padding: 0 0 0 50px;
}


#conference_button {
	width: 240px;
	padding: 10px 0 0;
	float: right;
	clear: none;
}

#sponsors {
	margin: 0 0 15px;
	width: 674px;
	clear: none;
}

#sponsors h2 {
	color: #bbbcbd;
	text-transform: uppercase;
	width: 634px;
	padding: 10px 20px 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddddde;
	font-size: 12px;
	float: left;
}

#sponsors h2 span {
	color: #76787b;
}

#sponsors div {
	
	padding: 0 10px;
}

#sponsors div img, #sponsors div a {
	float: left;
	margin: 0;
	padding: 0;
	
}

#sponsors div a img {
	margin: 0;
	padding-left:15px;
}

#content_container {
	float: right;
	width: 630px;
	clear: none;
	padding: 40px;
	color: #3A3A3A;
	font-size: 12px;
	line-height: 1.5;
}

#content a {
	color: #0046ba;
}

#content h1 {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddddde;
}

#content h2 {
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #ed174f;
}

#content h3 {
	color: #3B3B3B;
}

#content p {
	margin: 0 0 15px;
}

#content ul {
	width: 570px;
	padding: 0 30px;
	margin: 0 0 10px;
}

#content ul ul {
	width: 530px;
	padding: 0 30px;
	margin: 0 0 10px;
}

#content li {
	width: 560px;
	padding: 0 0 0 10px;
	margin: 0 0 5px;
	background: transparent url(images/bullet.jpg) 0px 6px no-repeat;
}

#content ul ul li {
	width: 520px;
	padding: 0 0 0 10px;
	margin: 0 0 5px;
	background: transparent url(images/bullet.jpg) 0px 6px no-repeat;
}

#content #treatment_center_nav {
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	float: left;
}

#content #treatment_center_nav li {
	width: 126px;
	float: left;
	clear: none;
	margin: 0 0 10px;
	padding: 0;
	background: none;
}

#treatment_center_nav li a {
	font-size: 12px;
	font-weight: bold;
	color: #0046ba;
}

.note {
	font-style: italic;
	font-weight: bold;
	margin: 0 0 20px;
}

#content  .sub_page_nav {
	margin: 0 0 20px;
	width: 100%;
	padding: 0;
}

#content  .sub_page_nav li {
	background: none;
	width: 100%;
	padding: 0;
}

form p {
	float: left;
	clear: both;
}

label {
	float: left;
	width: 150px;
}

input, textarea {
	float: left;
	width: 175px;
}

input.button {
	width: auto;
}

input.GoogleButtonClass {
	width: auto;
}

/* -------------------------------------------------------------------------------------
<-- END CONTENT AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> SIDEBAR AREA -->
------------------------------------------------------------------------------------- */

#sidebar {
	width: 250px;
}

/* -- SUB PAGES BANNER AREA -- */
#sub_page_navigation {
	width: 250px;
	height: 258px;
	min-height: 258px !important;
	height: auto;
	padding: 0 0 5px;
	margin: 0 0 5px;
	background: #b3aac7;
	
}

#sub_page_navigation .parent-menu-item {
	font-family: georgia;
	font-size: 20px;
	font-weight: normal;
	background: #b3aac7;
}

#sub_page_navigation .parent-menu-item a {
	width: 190px;
	padding: 5px 30px;
	
	background: transparent url(images/sub_nav_main.png) 16px center no-repeat;
}

#sub_page_navigation .sub-menu li a {
	width: 190px;
	padding: 5px 30px;
	font-family: arial;
	font-size:12px;
	background: none;
}

#sub_page_navigation a {
	color: #fff;
	float: left;
	display: inline;
}

#sub_page_navigation .parent-menu-item a:hover {
	text-decoration: none;
	color: #ed174f;
	background: transparent url(images/sub_nav_main_hover.png) 11px center no-repeat;
}

#sub_page_navigation .sub-menu a:hover {
	
	color: #fff;
	
}

#sub_page_navigation .parent-menu-item a.current_menu {
	background: transparent url(images/sub_nav_main_hover.png) 11px center no-repeat;
}

#sub_page_navigation .sub-menu {
	background: #c1b9d5;
	padding: 5px 0;
	float: left;
}

#sub_page_navigation .sub-menu ul li a {

	padding-left:20px;

}

#sub_page_navigation .sub-menu a {
	width: 213px;
	padding: 5px 0 5px 37px;
	font-size: 12px;
}
 
#sub_page_navigation .sub-menu a:hover,
#sub_page_navigation .sub-menu li.current_page_item a,
#sub_page_navigation .sub-menu li.current_page_ancestor a,
#sub_page_navigation .sub-menu li.current_page_parent a {
	background: #a28eb5;
	text-decoration: none;
}

#side_buttons {
	background: #eeeded;
	padding: 10px 0 10px;
}

#side_buttons a {
	float: left;
	width: 200px;
	padding: 0 0 0 50px;
	height: 33px;
	line-height: 33px;
	text-transform: uppercase;
	font-size: 12px;
	color: #787878;
	font-weight: bold;
}


#side_news {
	background: #eeeded;
	padding: 0 0 5px;
}

.side_header a {
	color: #bbbcbd;
	text-transform: uppercase;
	width: 200px;
	padding: 20px 25px 5px;
	border-bottom: 1px solid #ddddde;
	font-size: 12px;
	float: left;
}

.side_header a span {
	color: #76787b;
}

.side_header a:hover {
	text-decoration: none;
	color: #ed174f;
}

.side_news {
	width: 200px;
	border-bottom: 1px solid #dcdddd;
	padding: 20px 25px 10px;
}

.side_news a {
	color: #00235d;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}

.side_news span {
	font-size: 12px;
	font-family: georgia;
	color: #434242;
}

#side_news p a {
	padding: 5px 25px;
	width: 200px;
	color: #00235d;
	font-weight: bold;
	float: left;
	font-size: 12px;
}

.sponsor_text {
	width: 100%;
	padding: 0 10px 5px;
	margin: 0 0 5px;
	font-size: 12px;
	text-align: justify;
	border-bottom: 1px solid #dcdddd;
}

#side_sponsors {
padding:15px 0 15px 0;	
text-align: center;

}

#side_sponsors div img {
	width: 210px;
	padding:5px 0 5px 0;
}

#side_sponsors div a.smaller img {
	width: 150px;
}

/* -------------------------------------------------------------------------------------
<-- END SIDEBAR AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> FOOTER AREA -->
------------------------------------------------------------------------------------- */

#footer_sponsors {
	margin: 60px 0 0;
	color: #787878;
	font-size: 12px;
	font-weight: bold;
}

#footer_sponsors div img, #footer_sponsors div a {
	float: left;
	margin: 0 15px 0 0;
}

#footer_sponsors div a img {
	margin: 0;
}

#footer {
	background: #b3aac7;
	width: 920px;
	padding: 3px 20px;
	font-size: 12px;
	color: #fff;
}

#footer a {
	color: #fff;
}

#sub_footer {
	text-align: right;
	width: 920px;
	padding: 5px 20px;
	color: #bbbcbd;
	font-size: 11px;
}

#sub_footer a {
	color: #76787b;
}

/* -------------------------------------------------------------------------------------
<-- END FOOTER AREA <--
------------------------------------------------------------------------------------- */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

div#fancy_div h1, div#fancy_div h2, div#fancy_div p {
	width: 400px;
	padding: 0 10px;
	margin: 15px 0 0;
}

div#fancy_div h2 {
	font-size: 1.8em;
}

div#fancy_div p {
	font-size: 1.4em;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
	width: auto;
	float: none;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(images/fancy_title_main.png) repeat-x;
}

td#fancy_title_main div {
	width: auto;
	text-align: center;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_right.png) repeat-x;
}

















.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.testimonials {
	border-bottom:1px solid #ccc;
	padding:0px 0px 15px 0px;
	margin:10px 0 10px 0px;
	width:500px;
}

.test-name {
	font-style:italic;
	color:#BBBCBD;
}


/* style a sub menu */

#content .sub_page_nav ul {
	width:auto;
}
.sub_page_nav .right {float:left; width:250px;}
.sub_page_nav .left {float:left; width:150px;}


.what-matters-wrapper {
	width:100%;
	text-align:center;
}
.what-matters {
	padding:0px 0 20px 0;
	text-align:center;
}


/* custom style on sepcific page */

.parent-pageid-34 #page_title {
	margin-bottom:0px;
}

/* style sub sub menu */

#menu-main-menu ul.sub-menu li.dcjq-parent-li a {

}
