/*
Theme Name: Nouveau Wealth Management
Version: 1.0
Author: Chris Air

/***********************************************************************************/
/*                                   Reset Browser                                 */
/***********************************************************************************/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

#tree { margin:0 auto; position: absolute; top: 150px; width: 100%; height: 411px; z-index: 1;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

/***********************************************************************************/
/*                                  Fonts                                          */
/***********************************************************************************/
@font-face{
	font-family: 'Cambria';
	src: url('fonts/Cambria.eot?') format('eot');/*IE*/
	src:url('fonts/Cambria.woff') format('woff'), url('fonts/Cambria.ttf') format('truetype');/*non-IE*/
}
@font-face{
	font-family: 'Garamond';
	src: url('fonts/Garamond.eot?') format('eot');/*IE*/
	src:url('fonts/Garamond.woff') format('woff'), url('fonts/Garamond.ttf') format('truetype');/*non-IE*/
}
.cambria{
	font-family: 'Cambria';
}
.garamond{
	font-family: 'Garamond';
}

/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a{
	color: #003a65;
	text-decoration: none; 
	outline:none;   /* Remove dashed frame for IE8,FF  */ 
}
a:hover{
	text-decoration: underline;
}
p{ 
	padding: 0 0 21px;
}
.bold{
	font-weight: bold;
}
.normal{
	font-style: normal;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: normal;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: normal;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}

/***********************************************************************************/
/*                             Layout & Composition                                */
/***********************************************************************************/
body{
	color: #545454;
	font: normal 14px/19px Georgia, "Bitstream Charter", serif;
	width: 100%;
	text-align: center;
}
.container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
.clear{
	clear:both;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/***********************************************************************************/
/*                                       Header                                    */
/***********************************************************************************/
.header{
	width: 100%;
	height: 150px;
	display: block;
	background: url(images/header_bg.png) left top repeat-x;
}
.header .container{
	height: 150px;
}
.header .container .logo{
	position: absolute;
	top: 8px;
	left: 0;
}
.header .container .email{
	display: block;
	width: 352px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/email_bg.png);
}
.header .container .email a{
	color: #FFF;
	text-decoration: underline;
	position: absolute;
	top: 10px;
	left: 45px;
}
.header .container .email a:hover{
	text-decoration: none;
}
.header .container .call{
	display: block;
	width: 242px;
	height: 43px;
	position: absolute;
	right: 0;
	top: 47px;
	background: url(images/phone_icon.png) left bottom no-repeat;
}
.header .container .call .lead{
	color: #FFF;
	font: bold 14px/14px Cambria, Georgia, "Bitstream Charter", serif;
	position: absolute;
	top: 0;
	left: 46px;
}
.header .container .call .num{
	color: #757575;
	font: bold 30px/30px Cambria, Georgia, "Bitstream Charter", serif;
	position: absolute;
	left: 46px;
	top: 15px;
	letter-spacing: -1px;
	text-shadow: #FFF 0 1px 1px;
}
.header .container .searchform{
	display: block;
	width: 222px;
	height: 30px;
	background: url(images/search_bg.png);
	position: absolute;
	right: 20px;
	top:  109px;
}
.header .container .searchform .input{
	width: 165px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	left: 10px;
	top: 1px;
	border: none;
	background: transparent;
	color: #8d8d8d;
	font-style: normal;
}
.header .container .searchform .submit{
	width: 37px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}
.header .container .main_menu{
	position: absolute;
	left: 20px;
	top: 106px;
	background: url(images/menu_devide.png) left top no-repeat;
}
.header .container .main_menu li{
	float: left;
	padding: 0 20px;
	background: url(images/menu_devide.png) right top no-repeat;
	height: 37px;
	line-height: 37px;
}
.header .container .main_menu li a{
	color: #535051;
	font: normal normal 16px/37px Cambria, Georgia, "Bitstream Charter", serif;
	text-transform: capitalize;
}
.header .container .main_menu li a:hover,
.header .container .main_menu li.current-menu-item a{
	color: #003468;
	text-decoration: none;
}

/***********************************************************************************/
/*                                       Banner                                    */
/***********************************************************************************/
.main_wrap{
	width: 100%;
	display: block;
	background: url(images/main_bg.jpg) left top repeat-x;
	z-index: 0;
	position: relative;
}
.main_wrap .banner{
	width:  100%;
	height: 411px;
	display: block;
	background: url(images/banner_bg_1.jpg) top center repeat-x;
}
.main_wrap .banner .container{
	height: 411px;
}
.main_wrap .banner .container .inner{
	padding-left: 20px;
}
.main_wrap .banner .container h5{
	font: normal bold 28px/36px Georgia, "Bitstream Charter", serif;
	color: #2d2d2d;
	margin-bottom: 20px;
}
.main_wrap .banner .container h5 .blue{
	color: #004577;
}
.main_wrap .banner .container p{
	color: #2d2d2d;
	font-style: normal	;
	width: 284px;
}
.main_wrap .banner .container .more{
	display: block;
	width: 130px;
	height: 41px;
	background: url(images/learn_more.png);
	text-align: center;
	font: normal bold 19px/36px Cambria, Georgia, "Bitstream Charter", serif;
	color: #FFF;
}
.main_wrap .banner .container .more:hover{
	text-decoration: none;
}

/***********************************************************************************/
/*                                   Index Body                                    */
/***********************************************************************************/
.body_wrap{
	width: 100%;
	display: block;
	background: url(images/body_bg.png) top center no-repeat;
	min-height: 451px;
	position: relative;
	z-index: 99;
}
.body_wrap .body_foot{
	display: block;
	width: 100%;
	height: 61px;
	background: url(images/body_foot_bg.png) center top no-repeat;
	position: absolute;
	bottom: -20px;
	left:  0;
	z-index: 99;
}
.body_wrap .content_area{
	width: 586px;
	float:  left;
	margin-left: 35px;
	padding-top: 30px;
	padding-bottom: 51px;
}
.body_wrap .content_area h1{
	color: #003A65;
	font: normal 44px/44px Garamond, Georgia, "Bitstream Charter", serif;
	margin-bottom: 12px;
}
.body_wrap .content_area ul.check{
	list-style: none outside none;
	margin: 0 0 19px 0;
}
.body_wrap .content_area ul.check li{
	background: url(images/check.png) left 3px no-repeat;
	padding-left: 18px;
}
.body_wrap .content_area .pb0{
	padding: 0;
}
.body_wrap .content_area a{
	text-decoration: underline;
}
.body_wrap .content_area a:hover{
	text-decoration: none;
}
.body_wrap .side{
	width: 291px;
	float: right;
	margin-right: 35px;
	padding-top: 30px;
	padding-bottom: 51px;
}
.body_wrap .side h2{
	color: #003A65;
	font: normal 34px/37px Garamond, Georgia, "Bitstream Charter", serif;
	margin-bottom: 12px;
	padding-left: 42px;
	background: url(images/news_head.png) left bottom no-repeat;
}
.body_wrap .side ul.news li{
	border-bottom: 1px dotted #555;
	padding-top: 12px;
}
.body_wrap .side ul.news li h3{
	line-height: 23px;
	padding-left: 30px;
	background: url(images/news_title.png) left center no-repeat;
	margin-bottom: 7px;
}
.body_wrap .side ul.news li h3 a{
	font-size:  16px;
	line-height: 23px;
}

.content_area h3 { font-weight: bold; font-size: 115%; margin-bottom: 3px;}

.body_wrap .side ul.news li p{
	margin-bottom: 8px;
	padding: 0;
	height: 40px;
	overflow: hidden;
}
.body_wrap .side ul.news li .meta{
	float: right;
	color: #949494;
}
.body_wrap .body_foot .more_about_us{
	display: block;
	width: 165px;
	height: 28px;
	text-align: center;
	background: url(images/button_more.png);
	font: normal normal 15px/28px Cambria, Georgia, "Bitstream Charter", serif;
	text-shadow: #FFF 0 1px 1px;
	position: absolute;
	left: 456px;
	top: 9px;
}
.body_wrap .body_foot .more_news{
	display: block;
	width: 135px;
	height: 28px;
	text-align: center;
	background: url(images/button_news.png);
	font: normal normal 15px/28px Cambria, Georgia, "Bitstream Charter", serif;
	text-shadow: #FFF 0 1px 1px;
	position: absolute;
	right: 35px;
	top: 9px;
}
.body_wrap .body_foot .more_about_us:hover,
.body_wrap .body_foot .more_news{
	text-decoration: none;
}

/***********************************************************************************/
/*                                    Page Body                                    */
/***********************************************************************************/
h1.page_title{
	color: #003A65;
	font: normal normal 37px/50px Garamond, Georgia, "Bitstream Charter", serif;
	text-align: left;
	padding-left: 35px;
	z-index: 999;
	position: relative;
}
.page_main_wrap{
	background: url(images/page_main_bg.jpg) center top repeat-x;
}
.page_body_wrap{
	width: 100%;
	display: block;
	background: url(images/page_body_bg.png) top center no-repeat;
	min-height: 736px;
	position: relative;
	z-index: 99;
}
.page_body_wrap .body_foot{
	display: block;
	width: 100%;
	height: 61px;
	background: url(images/page_body_foot_bg.png) center top no-repeat;
	position: absolute;
	bottom: -20px;
	left:  0;
	z-index: 99;
}
.page_body_wrap .content_area{
	width: 586px;
	float:  left;
	margin-left: 35px;
	padding-top: 30px;
	padding-bottom: 51px;
}
.page_body_wrap .content_area h2{
	color: #003A65;
	font: normal 19px/19px Georgia, "Bitstream Charter", serif;
	margin-bottom: 20px;
}
.page_body_wrap .content_area h5{
	color: #003A65;
	font: normal 37px/37px Garamond, Georgia, "Bitstream Charter", serif;
	margin-bottom: 20px;
}
.page_body_wrap .content_area ul.staff{
	list-style: none outside none;
	width: 600px;
	overflow: hidden;
	margin: 0;
	float: left;
}
.page_body_wrap .content_area ul.staff li{
	width: 186px;
	margin-right: 14px;
	float: left;
}
.page_body_wrap .content_area ul.staff li img{
	border: 1px solid #e0e0e0;
}
.page_body_wrap .content_area ul.staff li h6{
	color: #003A65;
	font: normal 19px/24px Georgia, "Bitstream Charter", serif;
	text-align: center;
}
.page_body_wrap .content_area ul.staff li p{
	padding: 0;
}
.page_body_wrap .content_area .pb0{
	padding: 0;
}
.page_body_wrap .content_area a{
	text-decoration: underline;
}
.page_body_wrap .content_area a:hover{
	text-decoration: none;
}
.page_body_wrap .side{
	width: 300px;
	float: right;
	margin-right: 35px;
	padding-top: 40px;
}
.page_body_wrap .side .block{
	margin-bottom: 36px;
}
.page_body_wrap .side .block .top{
	width: 268px;
	display: block;
	background: url(images/side_block_top.png);
	min-height: 140px;
	position: relative;
	padding: 0 16px 0 16px;
}
.page_body_wrap .side .block .bottom{
	width: 300px;
	height: 12px;
	display: block;
	background: url(images/side_block_foot.png);
}
.page_body_wrap .side h2{
	color: #003A65;
	font: normal 26px/65px Garamond, Georgia, "Bitstream Charter", serif;
	margin-bottom: 15px;
	text-align: center;
}
.page_body_wrap .side .block .subscribe_wrap .info{
	background: url(images/mail.png) right top no-repeat;
	padding-right: 100px;
}
.page_body_wrap .side .block form.subscribe{
	display: block;
	width: 267px;
	height: 32px;
	background: url(images/subscribe.png) no-repeat;
	position: relative;
	margin: 30px 0 15px 0;
}
.page_body_wrap .side .block form.subscribe .input{
	width: 144px;
	height: 24px;
	line-height: 24px;
	color: #8D8D8D;
    font-style: normal;
	border: none;
	background: transparent;
	position: absolute;
	left: 8px;
	top: 3px;
}
.page_body_wrap .side .block form.subscribe .submit{
	display: block;
	width: 90px;
	height: 28px;
	position: absolute;
	top: 2px;
	right: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
.page_body_wrap .side .block .center{
	text-align: center;
}
.page_body_wrap .side .block .more_services{
	background: url("images/button_more.png") no-repeat;
    display: block;
    font: normal 15px/28px Cambria,Georgia,"Bitstream Charter",serif;
    height: 28px;
    text-align: center;
    text-shadow: 0 1px 1px #FFFFFF;
    width: 165px;
	float: right;
}
.page_body_wrap .side .block .more_services:hover{
	text-decoration: none;
}
.service_menu{
	margin-bottom: 30px;
}
.service_menu li{
	margin-bottom: 7px;
	background: url(images/service.png) left center no-repeat;
	padding-left: 11px;
}

/***********************************************************************************/
/*                                     Footer                                      */
/***********************************************************************************/
.footer{
	width: 100%;
	height: 309px;
	display: block;
	position: relative;
	z-index: 0;
	background: url(images/footer_bg.jpg) center top repeat-x;
	margin-top: -41px;
	padding-bottom: 100px;
}
.footer 
.footer h5{
	font: normal bold 19px/19px Cambria, Georgia, "Bitstream Charter", serif;
	color: #FFF;
	margin-bottom: 10px;
}
.footer .textimonials{
	width: 400px;
	position: absolute;
	left: 35px;
	top: 78px;
	color: #99a7b5;
	font-style: normal;
	height: 190px;
	overflow: hidden;
}
.footer .textimonials img{
	width: 162px;
	height: 95px;
	padding: 6px;
	border: 1px solid #6c757d;
	margin-left: -7px;
	float: left;
	margin-right: 12px;
}
.footer .textimonials h6{
	font-size: 19px;
	color: #FEFEFE;
	margin-bottom: 8px;
}
.footer .menu{
	position: absolute;
	left: 39px;
	top: 78px;
	width: 150px;
}
.footer .footer_menu{
	margin-top: -5px;
}
.footer .footer_menu li{
	line-height: 28px;
}
.footer .footer_menu li a{
	color: #99a7b5;
	text-transform: capitalize;
}
.footer .contact{
	width: 290px;
	position: absolute;
	right: 35px;
	top: 78px;
	text-align: right;
}
.footer .contact .num{
	font: bold 33px/33px Cambria, Georgia, "Bitstream Charter", serif;
	color: #99a7b5;
}
.footer .contact .num p{
	padding: 0;
}
.footer .contact label{
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
.footer .contact a{
	color: #FFF;
	text-decoration: underline;
	font-size: 13px;
	line-height: 13px;
}
.footer .contact a:hover{
	text-decoration: none;
}
.footer .contact .address{
	color: #99a7b5;
	width: 270px;
	background: url(images/home.png) left top no-repeat;
	font-size: 13px;
	padding-left: 25px;
	margin-top: 10px;
}
.footer .copyright{
	position: absolute;
	left: 0;
	bottom: 71px;
	width: 100%;
	line-height: 30px;
	color: #798897;
	text-align: center;
}

/***********************************************************************************/
/*                                 Content Area                                    */
/***********************************************************************************/
.content_area ul, ol {
	margin: 0 0 1.625em 2.5em;
}
.content_area ul {
	list-style: square;
}
.content_area ol {
	list-style-type: decimal;
}
.content_area ol ol {
	list-style: upper-alpha;
}
.content_area ol ol ol {
	list-style: lower-roman;
}
.content_area ol ol ol ol {
	list-style: lower-alpha;
}
.content_area ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

/***********************************************************************************/
/*                                  FlexSlider                                     */
/***********************************************************************************/
.flexslider .slides > li {
	display: none;  /* Hide the slides before the JS is loaded. Avoids image jumping */
} 
.flexslider .slides img {
	max-width: 100%; 
	display: block;
}
.flexslider .slides {
	zoom: 1;
}
/* Clearfix for the .slides element */
.flexslider  .slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 
html[xmlns] .flexslider  .slides {
	display: block;
} 
* html .flexslider  .slides {
	height: 1%;
}
/* No JavaScript Fallback */
.no-js .slides > li:first-child {
	display: block;
}

/*************************** Custom Nav  **********************/
.feature_slides .next, .feature_slides .prev{
	position: absolute;
	top: 178px;
	width:24px;
	height:24px;
	display:block;
	z-index:900;
	text-indent: -9999px;
	display: none;
}
.feature_slides .prev{
	left: 5px;
	background: url('images/slide_prev.png');
}
.feature_slides .next{
	right: 5px;
	background: url('images/slide_next.png');
}
.feature_slides .flex-control-nav {
	position: absolute;
	right: 12px;
	bottom: 9px;
	z-index: 900;
}
.feature_slides .flex-control-nav li {
	float:left;
	margin:0 2px;
	list-style:none;
}
.feature_slides .flex-control-nav li a {
	display:block;
	width:26px;
	height:26px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}
.feature_slides .flex-control-nav li a:hover{
	text-decoration: none;
}
.feature_slides .flex-control-nav li a.active {
	background-position:0 -26px;
}


/***********************************************************************************/
/*                                      Image                                      */
/***********************************************************************************/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* ----------------------------  PageNavi  ---------------------------------- */
.page_navi{
	width:100%;
	text-align:left;
	overflow:hidden;
	margin:10px 0 30px 0;
}
.page_navi a{
	margin:3px;
}
.page_navi a:hover,
.page_navi a.current{
	color:#005982;
}