/* CSS Document */

img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	color: #414d66;
	text-align: center;
}

p {
	margin: 0;
	padding: 2px 0 6px 0;
	line-height: 18px;
	color: #414d66;
	text-align: left;
}

ul {
	color: #414d66;
	line-height: 18px;
	text-align: left;
}

ol {
	color: #414d66;
	line-height: 18px;
	text-align: left;
}

h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	line-height: 32px;
	margin: 0 0 6px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #b18b58;
	color: #b18b58;
	text-align: left;
}

h1.home {
	display:none;
}

h2 {
	color: #aa8352;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

h2 a {
	color: #aa8352;
}

h2 a:hover {
	color: #414d66;
}

h3 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	line-height: 32px;
	margin: 0 0 6px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #b18b58;
	color: #b18b58;
	text-align: left;
}

h4 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #232b3c;
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h5 {
	color: #aa8352;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

h6 {
	margin: 0 0 6px 0;
	padding: 0 0 2px 0;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color: #f2ece3;
	border-bottom: 1px dotted #f2ece3;
	text-transform: uppercase;
}

h6 a {
	color: #f7f3ed;
}

h6 a:hover {
	color: #414d66;
}

h6.images {
	margin: 0;
	padding: 0;
	line-height: 0;
	border: none;
}


a {
	color: #414d66;
	text-decoration: none;
	}

a:hover {
	color: #aa8352;
	text-decoration: none;
	}

table {
	margin: 0;
	padding: 0;
}

td {
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #5b544c;
}

select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #5b544c;
}

#wrapper {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #f7f3ed;
}

#header {
	width: auto;
	height: 107px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bkg-header.jpg) no-repeat;
}

#header-rt {
	float: right; 
	width: 405px;
	height: auto;
	margin: 0;
	padding: 0 15px 0 0;
	text-align: left;
}

#header-lt {
	float: left; 
	width: 260px;
	height: auto;
	margin: 0;
	padding: 25px 0 0 22px;
	text-align: left;
}

#mininav {
	width: auto;
	height: auto;
	margin: 0;
	padding: 4px 0 0 0;
}

#mininav ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#mininav li {
	width: auto;
	height: auto;
	margin: 2px;
	padding: 0 12px 0 4px;
	list-style-type: none;
	display: inline;
	border: 1px solid #e2d3c4;
	background: url(../images/img-mininav-arrow.gif) right no-repeat #f9f7f5;
}

#mininav li a {
	color: #414d66;
	text-transform: uppercase;
	font: 10px Arial, Helvetica, sans-serif;
}

#mininav li a:hover {
	color: #aa8352;
}

#search {
	width: auto;
	height: auto;
	margin: 25px 0 0 0;
	padding: 0;
}

input.search {
	font: 11px Arial, Helvetica, sans-serif;
	color: #5b544c;
	background: #f7f3ed;
	border: 1px solid #d4c0a6;
	padding: 2px;
}

.btn {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	border: 1px solid #e7dbce;
	text-transform: uppercase;
	color: #82786d;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff;
}

input.btns {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 1px solid #e7dbce;
	text-transform: uppercase;
	color: #414d66;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 10px;
	text-align: center;
	background: #fff;
}

#footer {
	width: auto;
	height: 105px;
	background: url(../images/bkg-footer.gif) repeat-x;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#footer p {
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
	color: #82786d;
}

#footer a {
	color: #82786d;
}

#footer a:hover {
	color: #aa8352;
}

.heavy {
	font-weight: bold;
}

#content {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

#columns {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#columns-rt {
	float: right;
	width: 700px;
	height: auto;
	margin: 0;
	padding: 0;
}

#columns-lt {
	float: left;
	width: 190px;
	height: auto;
	margin: 0;
	padding: 0;
}

#midcol {
	float: left;
	width: 500px;
	height: auto;
	margin: 0;
	padding: 0;
}

#rtcol {
	float: right;
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0;
}

.wrap {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	border: 1px solid #d4c0a6;
}

#hm-content {
	width: auto;
	height: auto;
	margin: 0;
	padding: 35px;
	border-top: 1px solid #fff;
	background: url(../images/bkg-hm-content.gif) repeat-x top;
}

p.tag {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}

#hm-services {
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
}

#hm-services-rt {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

#hm-services-lt {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#leftnav-wrap {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 120px 0;
	background: url(../images/bkg-leftnav.gif) no-repeat bottom center #47536e;
	text-align: center;
}

#leftnav {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 100px 0;
}

#leftnav ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block;
}

#leftnav ul li a {
	background: url(../images/img-nav-bullet.gif) left no-repeat #414d66;
	text-align: left;
	color: #f7f3ed;
	margin: 8px 0;
	padding: 4px 8px 4px 12px;
	display: block;
	width: 164px;
	border-bottom: 1px solid #5c6781;
	border-top: 1px solid #5c6781;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#leftnav ul li a.on {
	background: url(../images/img-nav-bullet-on.gif) left no-repeat #b18b58;
	color: #eae0d2;
	margin: 8px 0 0 0;
}

#leftnav ul li a:hover {
	background: url(../images/img-nav-bullet-on.gif) left no-repeat #b18b58;
	color: #eae0d2;
}

#leftnav ul li ul {
	background: #364158;
	margin: 0;
	padding: 0;
}

#leftnav ul li li a {
	background: #364158;
	text-align: left;
	color: #d1bb9e;
	margin: 0;
	padding: 4px 8px 4px 12px;
	display: block;
	width: 164px;
	border: none;
	font: 11px Arial, Helvetica, sans-serif;
}

#leftnav ul li li a.on {
	background: url(../images/bkg-nav-arrow.gif) left no-repeat;
	color: #fff;
	margin: 0;
}

#leftnav ul li li a:hover {
	background: url(../images/bkg-nav-arrow.gif) left no-repeat;
	color: #fff;
}

#quote {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	background: url(../images/bkg-quote.gif) no-repeat center;
}

p.quote {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #bd9767;
	text-align: center;
	line-height: 16px;
	padding: 0 20px;
	margin: 0;
}

p.quotename {
	font: 10px Arial, Helvetica, sans-serif;
	color: #cebead;
	text-align: center;
	line-height: 14px;
	padding: 0 20px;
	margin: 6px 0 0 0;
	text-transform: uppercase;
}

.tools {
	background: #aa8352;
	padding: 10px;
	margin: 0;
	width: auto;
	height: auto;
	text-align: left;
}

p.tools {
	margin: 0 0 4px 0;
	padding: 0;
	color: #2d3445;
}

a.toolslink {
	color: #f7f3ed;
}

a.toolslink:hover {
	color: #2d3445;
}

input.rtcols {
	font: 11px Arial, Helvetica, sans-serif;
	color: #5b544c;
	background: #c7beb4;
	border: 1px solid #fbfcfd;
	width: 153px;
}

#rtcol select {
	width: 153px;
}

#content-in {
	background: #efe6db;
	padding: 20px;
	margin: 0;
	text-align: left;
	width: auto;
	height: auto;
}

#content-in a {
	color: #aa8352;
}

#content-in a:hover {
	color: #414d66;
}

#photo-col {
	width: 298px;
	height: auto;
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
}

#photo-col p {
	font-style: italic;
	color: #82786d;
	line-height: 16px;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 10px 0;
}

.blocks {
	margin: 10px 0;
}

.textarea {
	padding: 20px;
}

.textarea-rt {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

.textarea-lt {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#advisor-pics {
	width: 255px;
	height: auto;
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
}

.white {
	color: #fff;
	line-height: 13px;
}

.quotes {
	width: 100%;
}

.quotes th {
	text-align: left;
	color: white;
	font-weight: normal;
	padding: 0;
}

.quotes td {
	text-align: right;
	color: white;
	padding: 0;
}

/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/