/***** GENERAL STYLES *****/

html,body{
	color: #000;
	background-color: #fff;
}

body{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

*{ font-family: arial, helvetica, verdana, tahoma, sans-serif; }

#container{ font-size: 1.2em; }

a{
	color: #06f;
	background-color: transparent;
	text-decoration: none;
}

a:hover{ text-decoration: underline; }

img, a img{ border: 0; }

h1,h2,h3,h4,
h1 *,h2 *,h3 *,h4 *{
	margin-top: 0;
	padding-top: 0;
}

h1{ font-size: 2em; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.5em; }
h4{ font-size: 1.2em; }

form{
	margin: 0;
	padding: 0;
}

input,select,textarea{
	font-size: 1em;
	max-width: 100%;
	vertical-align: middle;
}

textarea{ overflow: auto; }

p{ line-height: 1.7em; }


/***** PRESENTATIONAL STYLES *****/

html,body{
	text-align: center;
}

#container{
	text-align: left;
	width: 760px;
	margin: auto;
}

#identity{
	float: left;
	width: auto;
	padding: 20px 0 0;
}

#identity h1{
	margin: 0;
	padding: 0;
}

#main-nav{
	float: right;
	width: auto;
	margin: 30px 0 10px;
}

#main-nav ul{
	padding: 0;
	margin: 0;
	display: block;
}

#main-nav ul li{
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	position: relative;
}

#main-nav ul li span{
	font-family: verdana, tahoma, sans-serif;
	font-size: 1.2em;
	padding: .3em .5em;
	text-transform: uppercase;
	display: block;
}

#main-nav ul li a:hover span{
	text-decoration: none;
	color: #000;
	background-color: #fafafa;
}

#main-nav ul li.selected a{
	color: #000;
	background-color: transparent;
}

#main-nav ul li ul{
	position: absolute;
	right: 0;
	display: none;
	text-align: left;
	width: 16em;
	border-bottom: 2px solid #eee;
	color: inherit;
	background-color: #fafafa;
}

#main-nav ul li:hover ul,
#main-nav ul li.hover ul{
	display: block;
}

#main-nav ul li:hover a,
#main-nav ul li.hover a{
	color: #000;
	background-color: #fafafa;
}


#main-nav ul li ul li span{
	display: block;
	text-transform: none;
	font-size: .9em;
	padding: .5em;
}


#main-nav ul li:hover ul li a,
#main-nav ul li.hover ul li a,
#main-nav ul li ul li a{
	color: #06f;
	background-color: transparent;
}

*:first-child+html #main-nav ul li ul li a{ width: 100%; }
* html  #main-nav ul li ul li a{ width: 100%; }

#main-nav ul li ul li a:hover span {
	text-decoration: underline;
}

#main-nav ul li ul li{
	float: none;
	display: inline;
}

#content{
	clear: both;
}

.consultation-section{
	float: left;
	width: 100%;
	margin-bottom: 1em;

	font-size: 1.6em;
	text-align: center;
	color: #fff;
	background: #039 url('default/images/consultation-bg.png') no-repeat bottom;
	padding: 0 0 10px;
}

.consultation-section p{
	margin: 0;
	padding: 10px 10px 0;
	background: #039 url('default/images/consultation-bg.png') no-repeat;
	line-height: 1.1em;
}

.consultation-section a{
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}
.consultation-section a:hover{
	color: #DBE3F2;
	background-color: transparent;
}

.breadcrumbs-nav{
	margin: 20px 0 0;
}

.masthead-section{
	color: inherit;
	background: transparent url('default/images/masthead-bg.jpg') no-repeat;
	margin: 10px 0;
	padding: 20px;
	min-height: 230px;
}

* html .masthead-section{ height: 230px; }

.masthead-section h2{
	color: #369;
	background-color: transparent;
	font-size: 2.4em;
	font-style: italic;
}

.masthead-section h2 em{
	display: block;
	text-align: right;
	font-size: .85em;
	margin-right: 230px;
	color: #013499;
	background-color: transparent;
}

.masthead-section ul{
	width: 200px;
	margin: 0 20px 10px 0;
	padding: 0;
	display: block;
	list-style: none;
	float: left;
}

.masthead-section ul li{
	list-style: none;
	display: inline;
}

.masthead-section ul li a{
	display: block;
	padding: .5em 0;
	color: #06F;
	background: transparent url('default/images/dotted-bg.png') repeat-x bottom;
}

.products-services-section{
	clear: both;
	color: inherit;
	background: transparent url('default/images/products-services-bg.png') no-repeat;
	margin-top: 10px;
}

*:first-child+html .products-services-section{ height: 1%; }
* html .products-services-section{ height: 1%; }

.products-services-section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.products-services-section div{
	width: 206px;
	float: left;
	margin: 0 25px 0 22px;
	padding: 20px 0;
}

/* Internet Explorer Float/Margin Bugs http://www.positioniseverything.net/explorer/floatIndent.html */
* html .products-services-section div{ display: inline; }

.products-services-section h3{
	font-size: 1em;
}

.products-services-section h3 a{
	display: block;
	width: 206px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-repeat: no-repeat;
}

.products-services-section h3 a:hover{
	color: #fff;
	background-color: transparent;
	background-position: bottom;
	text-decoration: none;
}

.skills-behavior-section h3 a{
	color: #ac7933;
	background: transparent url('default/images/brown-button-bg.png') no-repeat;
}
.financial-planning-section h3 a{
	color: #093;
	background: transparent url('default/images/green-button-bg.png') no-repeat;
}
.insurance-section h3 a{
	color: #06f;
	background: transparent url('default/images/blue-button-bg.png') no-repeat;
}

.section-menu{
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

.section-menu li{
	list-style: none;
	display: inline;
}

.section-menu li a{
	display: block;
	padding: .5em 0;
	color: #06F;
	background: transparent url('default/images/dotted-bg.png') repeat-x bottom;
}

.content-section{
	margin: 10px 0;
	padding-top: 10px;
}

.content-aside{
	float: left;
	width: 254px;
}

.content-aside img{
	vertical-align: bottom;
}

.content-aside-nav ul,
.content-aside-nav ul ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.content-aside-nav ul li{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-aside-nav ul li span{
	display: block;
	padding: 8px 30px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #06f;
	background: transparent url('default/images/arrow-point-black.png') no-repeat 14px 50%;
}

.content-aside-nav ul li.selected span{
	color: #fff;
	background: #06F url('default/images/arrow-point-white.png') no-repeat 14px 50%;
}

.content-aside-nav ul li ul li span{
	padding-left: 50px;
	background-position: 34px 50%;
}

.content-aside-nav ul li ul li ul{
	display: list-item;
	margin: 0 10px 0 70px;
}

.content-aside-nav ul li ul li ul li{
	display: list-item;
	list-style-type: square;
	line-height: 1.7em;
}

.content-aside-nav ul li ul li ul li span{
	display: inline;
	padding: 0;
	background-image: none;
}

.content-aside-related{
	padding: 10px;
	color: #666;
	background-color: #EBF7FA;
}

.content-aside-related h2{
	text-transform: uppercase;
	font-size: 1.2em;
}

.content-aside-related ul{
	margin: 0;
	padding: 0 20px;
}

.content-aside-related ul li{
	list-style-image: url('default/images/arrow-point-blue.png');
	line-height: 1.7em;
}

.skill {
	color: inherit;
	background: transparent url('default/images/brown-top-stripe.png') no-repeat;
}

.skill .content-aside{
	color: #963;
	background: transparent url('default/images/brown-aside-bg.png') repeat-x;
}

.skill .content-aside-nav ul li a span,
.skill .content-aside-nav ul li.selected ul li a span {
	color: #963;
	background-color: transparent;
}

.skill .content-aside-nav ul li.selected span{
	color: #fff;
	background-color: #963;
}

.insurance,
.contact,
.about-us {
	color: inherit;
	background: transparent url('default/images/blue-top-stripe.png') no-repeat;
}

.insurance .content-aside,
.contact .content-aside,
.about-us .content-aside {
	color: #039;
	background: transparent url('default/images/blue-aside-bg.png') repeat-x;
}

.insurance .content-aside-nav ul li a span,
.contact .content-aside-nav ul li a span,
.about-us .content-aside-nav ul li a span,
.insurance .content-aside-nav ul li.selected ul li a span,
.contact .content-aside-nav ul li.selected ul li a span,
.about-us .content-aside-nav ul li.selected ul li a span   {
	color: #0066ff;
	background-color: transparent;
}

.insurance .content-aside-nav ul li.selected span,
.contact .content-aside-nav ul li.selected span,
.about-us .content-aside-nav ul li.selected span {
	color: #fff;
	background-color: #039;
}

.financial{
	color: inherit;
	background: transparent url('default/images/green-top-stripe.png') no-repeat;
}

.financial .content-aside{
	color: #093;
	background: transparent url('default/images/green-aside-bg.png') repeat-x;
}

.financial .content-aside-nav ul li a span,
.financial .content-aside-nav ul li.selected ul li a span{
	color: #093;
	background-color: transparent;
}

.financial .content-aside-nav ul li.selected span{
	color: #fff;
	background-color: #093;
}


.skill .content-aside-nav ul li.selected ul li span,
.insurance .content-aside-nav ul li.selected ul li span,
.contact .content-aside-nav ul li.selected ul li span,
.about-us .content-aside-nav ul li.selected ul li span,
.financial .content-aside-nav ul li.selected ul li span {
	background: transparent url('default/images/arrow-point-black.png') no-repeat 34px 50%;
}

.skill .content-aside-nav ul li.selected ul li.selected span,
.insurance .content-aside-nav ul li.selected ul li.selected span,
.contact .content-aside-nav ul li.selected ul li.selected span,
.about-us .content-aside-nav ul li.selected ul li.selected span,
.financial .content-aside-nav ul li.selected ul li.selected span {
	color: black;
}

.skill .content-aside-nav ul li.selected ul li ul li span,
.insurance .content-aside-nav ul li.selected ul li ul li span,
.contact .content-aside-nav ul li.selected ul li ul li span,
.about-us .content-aside-nav ul li.selected ul li ul li span,
.financial .content-aside-nav ul li.selected ul li ul li span {
	background: none;
}

.skill .content-aside-nav ul li.selected ul li.selected ul li a span {
	color: ##963;
}
.insurance .content-aside-nav ul li.selected ul li.selected ul li a span,
.contact .content-aside-nav ul li.selected ul li.selected ul li a span,
.about-us .content-aside-nav ul li.selected ul li.selected ul li a span {
	color: #039;
}
.financial .content-aside-nav ul li.selected ul li.selected ul li a span {
	color: #093;
}

.brochure {
	float: left;
	width: 11em;
	height: 14em;
	padding: 0.4em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	border: 1px solid #cccccc;
	text-align: center;
}

.brochure img {
	padding: 0.4em;
}

.brochure a {
	display: block;
}


.content-mainside{
	margin: 10px 10px 30px 278px;
}

.content-mainside h2,
.content-mainside h3{
	font-weight: normal;
}

.content-mainside h3,
.content-mainside h4 {
	color: #0066FF;
}

.content-mainside h2{
	color: inherit;
	background: transparent url('default/images/dotted-bg.png') repeat-x bottom;
	padding-bottom: 10px;
}

blockquote.best-solution {
	color: #0066FF;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}

#contact-us {
}

#contact-us fieldset {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	border: 0;
}

#contact-us fieldset legend {
	color: #0066FF;
	font-weight: bold;

	margin: 0;
	margin-bottom: 1em;

	padding: 0;
	padding-bottom: 0.4em;

	border: 0;
	border-bottom: 2px solid #0066FF;
}

#contact-us fieldset label {
	display: block;
	float: left;
	width: 6em;

	clear: left;
}

#contact-us fieldset input.input-text,
#contact-us fieldset select,
#contact-us textarea {
	display: block;
	float: left;

	width: 18em;
	margin: 0;
	margin-bottom: 0.4em;
	padding: 0.2em;

	background-color: white;
	border: 1px solid #cccccc;
	clear: right;
}

#contact-us fieldset textarea {
	width: 18.45em;
}

#contact-us fieldset input.input-text:focus,
#contact-us fieldset select:focus,
#contact-us fieldset textarea:focus {
	background-color: #FFFFCC;
	border: 1px solid black;
}

#contact-us .required {
	color: red;
}

#contact-us p {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

#contact-us #areas-of-interest input {
	float: left;
	clear: left;
}

#contact-us #areas-of-interest label {
	float: left;
	clear: right;

	width: 30em;
}

#contact-us fieldset.send input.input-button {

}

address {
	font-style: normal;
}

#sitemap {
	line-height: 1.6em;
}

#footer{
	color: #666;
	background-color: #eee;
	border-top: 2px solid #ccc;
	padding: 10px 20px;
	font-size: .8em;
	text-align: right;
	margin: 5px 0 0;

	clear: both;
}

#footer hr {
	display: none;
}

#footer p{
	padding: 0;
	margin: 0;
	line-height: 1em;
}

#footer-nav{
	float: left;
	width: auto;
}

#footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-nav ul li {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#footer-nav ul li.first {
	border-right: 1px solid black;
}

/***** CONTENT STYLES *****/

.float-right{
	float: right;
	width: auto;
	margin-left: 10px;
}

.float-left{
	float: left;
	width: auto;
	margin-right: 10px;
}

.demo-button {
	font-size: 1.4em;
	background-color: #004494;

	text-align: center;
}

.demo-button a {
	display: block;
	color: white;
	font-weight: bold;

	text-decoration: none;
	padding: 1em;

	border: 4px double white;
}

.demo-button a:hover {
	color: orange;

	text-decoration: none;
	border: 4px double orange;
}