@charset "UTF-8";
/* CSS Document */

<!--
/*  body */
body {
	font-family: 'MyriadProSemibold','Open Sans', sans-serif;
	background: #e3e3e3;
	margin: 0;
	padding: 0;
	font-size: 13px;
}



/*  selectors */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

/* links */
a:link {
	color: #42413C;
}
a:visited {
	color: #6E6C64;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


/* menu */
.menu-bkgd {
	height: 194px;
	background-color: #ffffff;
	position: relative;
	margin: 0 auto;
}
.navMenu-container {
	height: 168px;
	width: 940px;
	position: relative;
	margin: 0 auto; 
	padding-top:32px;
	text-decoration: none;
	z-index: 1;
}



.top-line {
	background-color: #363636;
	height: 21px;
	width: auto;
	display: block;
	}
#navMenu  {
	height: 147px;
	width: 520px;
	background-color: #ffffff;
	position: absolute;
	border:none;
	list-style: none;
	margin:0;
	float: right;
	top: 0px;
	right: 0px;
	z-index:1;
	!important text-decoration: none;
	
}
 
    #navMenu li {
		float: left;
		border: none;
		/* width and height of the menu item */
        width:101px;                            
        height:147px; 
		display:block;
		padding-right: 3px;
		/*background-color: #4c4d4f;*/
		text-decoration: none;
		z-index:-10;
		top: 0px;
		left: 0px;
	}

/* page title & blog title */

.content-header {
	font-family: 'MyriadProCondensed';
	height: 47px;
	width: 912px;
	background-color: #389039;
	padding-left: 28px;
	margin-top: 25px;
	z-index: 1;
	position: absolute;
}
.blog-header {
	font-family: 'MyriadProCondensed';
	height: 47px;
	width: 912px;
	background-color: #4264ae;
	padding-left: 28px;
	margin-top: 25px;
	z-index: 1;
	position: absolute;
	
}
.page-title {
	font-family: 'PT Sans', sans-serif;
	font-size: 42px;
	color: #ffffff;
	position: relative;
	z-index: 5;
	width: 200px;
	margin-top: auto;
	margin-bottom: auto;
	height: 47px;
	top: -4px;
	float:left;
}

.page-icon {
	float: left;
	position: relative;
	z-index: 5;
	width: 37px;
	height: 37px;
	top: 5px;
	margin-right: 10px;
}

/* testimonial */
.testimonial-box {
	background-image: url(../images/general/testimonial-box.png);
	width: 906px;
	height: 214px; 
	position: absolute;
	left: 17px;
	z-index: 15;
	top: 59px;
	
}
.testimonial-box-text {
	font-family: 'MyriadProSemibold';
	font-size:16px;
	line-height: 27px;
	width: 885px;
	height: 200px;
	margin: 0 auto;
	color: #4c4d4f;
	padding-top: 8px;
}
.testimonial-box-by {
	font-family: 'MyriadProCondensed';
	font-size:16px;
	color: #797979;
	letter-spacing: 1px;
}

.quote-mark {
	font-family: 'PT Sans', sans-serif;
	font-size:25px;
	font-weight: bold;
	
}

/* corners */

.top-corners {
	width:940px;
	height: 38px;
	background-image: url(../images/general/top-corners.png);
}
.bottom-corners {
	width:940px;
	height: 38px;
	background-image: url(../images/general/bottom-corners.png)
	
}


/* main background */
.container {
	width: auto;
	height: auto;
	position: relative;
	margin: 0 auto;  /* the auto value on the sides, coupled with the width, centers the layout */
}
.container-2 {
	width: 940px;
	height: auto;
	position: relative;
	margin: 0 auto;  /* the auto value on the sides, coupled with the width, centers the layout */ 
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
	}
	
.main-text {
	width: 940px;
	height: auto;
	position: relative;
	line-height: 28px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto; }
	
.main-text-wp {
	line-height: 28px;
	margin-top: 25px;
	width: 940px;
	height: auto;
	position: absolute;
	margin: 0 auto; 
	z-index:1;
	top: 25px;
}
.white-line{
	background: #fffffff;
	height:20px;
	position:absolute;
	z-index:-1;	
}

/* layout */
.content {
	width: 940px;
	height: auto;
	position: absolute;
	margin: 0 auto; 
	z-index:1;
	top:-25px;

	
}
.header {
	font-family: 'MyriadProCondensed';
	font-size: 25px;
	line-height: 50px;
	font-weight: bold;

/* blog */
}

.blog-text {
	font-family: 'MyriadProCondensed';
	font-size: 15px;
	color: #ffffff;
	width: 596px;
	height: auto;
	position: relative;
	line-height: 26px;
	margin-right: 41px;
	display:block;
	text-align: justify;
	padding-left: 28px;
	float: left;
	padding-top: 60px;
	letter-spacing: 1px;
}
.sidebar {
	width: 247px;
	position: relative;
	float: right;
	height: auto;
	padding-right: 28px;
	padding-top: 65px;
}
/* content */
.main-content-box {
	height: auto;
	width: 940px;
	position: relative;
	background-color: #4c4d4f;
}

.content-text {
	font-family: 'MyriadProCondensed';
	font-size: 15px;
	color: #ffffff;
	width: 884px;
	height: auto;
	position: relative;
	line-height: 26px;
	padding-left: 28px;
	padding-top: 210px;
	display:block;
	text-align: justify;
	letter-spacing: 1px;
}
.content-text a:link{
	font-size: 20px;
	color: #ffffff;
}
.content-text .more-info{
	font-size: 20px;
	color: #ffffff;
}
.faq-text {
	font-family: 'MyriadProCondensed';
	font-size: 15px;
	color: #ffffff;
	width: 884px;
	height: auto;
	position: relative;
	line-height: 26px;
	padding-left: 28px;
	padding-top: 60px;
	display:block;
	text-align: justify;
	letter-spacing: 1px;
}

.faq-text a:link{
	font-size: 15px;
	color: #ffffff;
	
}
/* main-pic */
.main-pic {
	height: 394px;
	width: 939px;
	position: relative;
	background-image: url(../images/home/main-picture-sm.png);
	}
	
	.main-pic-text {
	height: auto;
	width: 381px;
	padding-left:28px;
	position: absolute;
	left: 0px;
	top: 180px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 30px;
	
}
    .main-pic-graph {
	position: absolute;
	height: 431px;
	width: 380px;
	right:75px;
	top: -15px;
	z-index:10;
	}

	
/* quick-buttons */
.quick-btns {
	position: relative;
	width: 940px;
	margin-top: 11px;}
	
.quick-btn-title {
	position:relative;
	width:940px;
	height:62px; 
	z-index: 1;}
	
	.financial-title {
	height: 62px;
	width: 301px; 
	margin-right:18px;
	float:left;}
	
	
	.financial-box {
	height: 175px;
	width: 300px;
	margin-right:19px;
	float:left;
	background-image: url(../images/home/grey-box.png);
	}
	
	#financial-text {
	margin-left:9px;
	margin-top: 12px;}
	
	#financial-text li {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 30px;
	list-style:none;}
	
	.book-title {
	height: 62px;
	width: 301px;
	margin-right:19px; 
	float:left;}
	
	.book-box {
	height: 175px;
	width: 301px;
	margin-right:19px;
	float:left;
	background-image: url(../images/home/grey-box.png);
	}
	
	#book-text {
	margin-left:9px;
	margin-top: 12px;}
	
	#book-text li {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 30px;
	list-style:none;}
	
	
	.consulting-title {
	height: 62px;
	width: 301px;
	float:left; }
	
	.consulting-box {
	height: 175px;
	width: 301px;
	float:left;
	background-image: url(../images/home/grey-box.png);
	}
	
	#consulting-text {
	margin-left:9px;
	margin-top: 12px;}
	
	#consulting-text li {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 30px;;
	list-style:none;}
	
	


/* social media */
#social-media {
	position: absolute;
	z-index: 5;
	list-style: none;
	left: 0px;
	bottom: 14px;
	width: 70px;
	height: 32px;
	float: left;
	border: none;
	text-decoration: none;
	display: inline-block;
    *display: inline;
    zoom: 1

}
 #social-media li{
	float: left;
	border: none;
	list-style: none;
	padding-left: 3px;
	text-decoration: none;
	border: none;
	display: inline-block;
    *display: inline;
    zoom: 1
	display: -moz-inline-stack;
	_height: 40px;


 }

/* footer */
.footer-links{
	position:relative;
	width:850px;
	height:20px;
	float:left;
	display:block;
	float: right;
}

	.footer-links li {
	list-style: none;
	margin-right: 20px;
	display: inline;	
	font-size: 12px;
	position:relative;
}
.footer{
	position:relative;
	width:940px;
	height:40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	
	padding-top: 5px;
}
.no-border {
	text-decoration: none;
	border: none;
}
.footer-home{
	position:relative;
	width:940px;
	height:40px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding-top: 5px;

}
.footer-blog{
	position:relative;
	width:940px;
	height:20px;
	float:left;
	margin-top: 20px;
}

	.footer-blog li {
	list-style: none;
	margin-right: 20px;
	display: inline;	
	font-size: 12px;
	position:relative;
}


-->
