html {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #efefef;
	height: 100%;
}
body {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color:#53565d;
	height: 100%;
}
a {
	color:#323438;
	text-decoration:underline;
}
a:hover {
	color:#5ac4be;
}
#logo {
	background-image: url(../images/ldglogo.png);
	background-repeat: no-repeat;
	height: 68px;
	width: 263px;
	cursor: pointer;
	background-image: url(../images/ldglogo_ie6.gif);
}
#logo span {
	display: none;
}
.header {
	margin-top: 17px;
	margin-bottom: 18px;
}
#navigation {
	list-style-type: none;
	float: right;
	margin-top:13px;
	margin-bottom:12px;
}
#navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	position:relative;
}
#navigation li a {
	background-image: url(../images/button.png);
	height: 43px;
	width: 128px;
	display: block;
	text-transform: uppercase;
	color: #eeeeee;
	text-decoration: none;
	text-align: center;
	line-height: 43px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: -1px -1px 1px #333737;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	letter-spacing: .1em;
	_background-image: url(../images/button_ie6.gif);
}
#navigation li.homebutton a {
	background-image: url(../images/homebutton.png);
	height: 43px;
	width: 43px;
	display: block;
	color: #eeeeee;
	text-decoration: none;
	text-align: center;
	line-height: 43px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	_background-image: url(../images/homebutton_ie6.gif);
}
#navigation li.homebutton a:hover {
	background-position: 0px -43px;
}
#navigation li.homebutton a span {
	display:none;
}
#navigation li a:hover, #navigation li.hover a {
	background-position: 0px -43px;
	text-shadow: -1px -1px 1px #28655f;
	color:#FFFFFF;
}
#navigation li ul {
	background-image: url(../images/subnavtop.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width: 183px;
	position:absolute;
	top:-999px;
	z-index:3;
	_background-image: url(../images/subnavtop_ie6.gif);
}
#navigation li:hover ul, #navigation li.hover ul {
	top:40px;
	left: -26px;
}
#navigation li ul span {
	background-image: url(../images/subnavbottom.png) !important;
	background-position: center bottom;
	display:block;
	width:183px;
	margin-right:0px;
	margin-left:0px;
	padding-right:0px;
	padding-left:0px;
	margin-top:19px;
	padding-bottom:18px;
	padding-top:2px;
	_background-image: url(../images/subnavbottom_ie6.gif);
	_width:152;
}
#navigation li ul li {
	float:none;
	width: 152px;
	margin-right:16px;
	margin-left:15px;
	_display:inline;
}

#navigation li ul li a {
	background-image: url(../images/subnavon.png);
	background-position: 0px 0px !important;
	height: 21px;
	width: 152px;
	line-height:21px;
	color:#3e4c50 !important;
	text-transform:none;
	font-weight:normal !important;
	font-size:13px;
	text-shadow: -1px -1px 1px #f2f2f2 !important;
	letter-spacing:normal;
	_background-image:none;
	_margin-left:15px;
}
#navigation li ul li a:hover {
	background-position: 0px -21px !important;
	text-shadow: -1px -1px 1px #dddddd !important;
	_background-image:none;
}
#navigation li ul li a.draft {
	color:#7c8b90 !important;
}
.homespacer {
	height: 233px;
}
#maincontent {
	margin-top: 65px;
}
#sidebar {
	margin-top: 60px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:60px;
	width:320px;
}
@font-face {
	font-family: 'TitilliumText14L250wt';
	src: url('../fonts/TitilliumText250wt.eot');
	src: local('TitilliumText14L 250 wt'), local('TitilliumText14L-250wt'), url('../fonts/TitilliumText250wt.ttf') format('truetype');
}
@font-face {
	font-family: 'TitilliumText14L600wt';
	src: url('../fonts/TitilliumText600wt.eot');
	src: local('TitilliumText14L 600 wt'), local('TitilliumText14L-600wt'), url('../fonts/TitilliumText600wt.ttf') format('truetype');
}

h1 {
	font: 30px 'TitilliumText14L250wt', Arial, sans-serif;
	color:#5ac4be;
}
h2 {
	font: 17px 'TitilliumText14L600wt', Arial, sans-serif;
	color:#5ac4be;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	margin-bottom:5px;
}

h3 {
	font: 13px 'TitilliumText14L600wt', Arial, sans-serif;
	color:#5ac4be;
	text-transform:uppercase;
	margin-bottom:5px;
}
dt {
	font: 17px 'TitilliumText14L600wt', Arial, sans-serif;
	color:#5ac4be;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	padding-left:42px;
	line-height:34px;
	background-image:url(../images/plusbutton.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
dt:hover, dt.faqon {
	background-position:0px -34px;
}
dd {
	padding-left:42px;
	padding-bottom:10px;
}

.featuredarea .topbox {
	background-image: url(../images/sidebartop2.jpg);
	height: 15px;
	width: 320px;
	background-position: 0px 0px;
	display:block;
}
.featuredarea .topbox span {
	display:none;
}
.featuredarea .content {
	background-image: url(../images/sidebarmiddle.jpg);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	padding-top:10px;
	padding-bottom:5px;
	width: 260px;
	color:#dcddde;
	font-size:11px;
	line-height:18px;
}
.featuredarea .content p {
	margin:0px;	
}
.featuredarea .bottom {
	background-image: url(../images/sidebarbottom.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 320px;
	margin-bottom:0px;
}
.featuredarea a.viewbutton {
	background-image: url(../images/viewbutton.png);
	display: inline;
	height: 34px;
	width: 67px;
	line-height: 34px;
	text-transform: uppercase;
	text-align: center;
	float: right;
	text-shadow: -1px -1px 1px #28655f;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:25px;
	_background-image: url(../images/viewbutton_ie6.gif);
}
.featuredarea a.viewbutton:hover {
	text-shadow: -1px -1px 1px #333737;
	color:#eeeeee;
	background-position: 0px -34px;
}
#footer {
	height: 120px;
	font-size: 11px;
	line-height:40px;
	color: #b5b5b5;
	width:100%;
	background-image: url(../images/bottomrepeat.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#footer a {
	color:#b5b5b5;
	text-decoration:underline;
}
#footer p {
	margin-bottom:0px;
	margin-top:80px;
}

#social {
	list-style-type: none;
	margin:0px;
	padding:0px;
	margin-top:10px;
}
#social li {
	list-style-type: none;
	margin:0px;
	padding:0px;
	float:left;
	margin-bottom:6px;
}
#social li a {
	color:#dcddde;
	text-decoration:none;
	font-size:12px;
	padding-left:30px;
	line-height:24px;
	display:block;
	width:100px;
	background-repeat:no-repeat;
}
#social li a:hover {
	color:#5ac4be;
	text-decoration:underline;
}
body .featuredarea .smallerbottom {
	height: 24px;
	background-position: 0px -8px;
}
#maincontent label {
	display:block;
	margin-bottom:10px;
	line-height:22px;
}
#maincontent label input {
	display:block;
	border:solid 1px #dddddd;
	padding:6px;
	width:286px;
	font-size:12px;
	color:#666;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#maincontent label textarea {
	border:solid 1px #dddddd;
	padding:6px;
	font-size:12px;
	color:#666;
	background-color:#FFF;
	width:608px;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
}
#maincontent label select {
	display:block;
}
#maincontent .required {
	color:#5ac4be;
	line-height:22px;
	font-weight:bold;
}
p.success {
	color:#5ac4be;
	font-size:16px;
}
p.error {
	color:#903;
	font-size:16px;
}
div.consultants div.photo {
	display:block;
	float:left;
	width:160px;
	margin-right:25px;
	margin-bottom:25px;
}
.consultants .copy {
	float:left;
	display:block;
	width:435px;
	margin-bottom:25px;
}
a.button {
	font-size: 12px;
	font-weight:bold;
	color: #EEE;
	text-transform: uppercase;
	background: transparent url('../images/rightbutton.png') no-repeat scroll;
	background-position:right -34px;
	display: block;
	float:left;
	height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px;
	padding-right: 13px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	text-shadow: -1px -1px 1px #333737;
	_background: transparent url('../images/navbarright_ie6.gif') no-repeat scroll;
}
a.button:hover {
	background-position:right 0px;
	text-shadow: -1px -1px 1px #28655f;
}
a.button span {
	/* Background left image */ 
	background: transparent url('../images/leftbutton.png') no-repeat;
	background-position:0px -34px;
	display: block;
	line-height: 34px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 18px;
	_background: transparent url('../images/navbarleft_ie6.gif') no-repeat;
}
a.button:hover span {
	background-position:0px 0px;
}
.sidebarcontact input {
	width:252px;
	padding:4px;
	display:block;
	background-color:#919799;
	color:#dcddde;
	border:0;
	margin-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.sidebarcontact textarea {
	width:252px;
	padding:4px;
	display:block;
	background-color:#919799;
	color:#dcddde;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}
html>body .sidebarcontact textarea {
	overflow: inherit;
}
.sidebarcontact input.blur, .sidebarcontact textarea.blur {
	color: #babbbc;
}
.sidebarcontact p.error {
	margin-top:4px;
	margin-bottom:4px;
	color:#FFFFFF;
	font-size:11px;
}
.featuredarea .submitbutton {
	padding:0px;
	margin:0px;
	background-image: url(../images/submitbutton.png);
	display: inline;
	height: 34px;
	width: 80px;
	line-height: 34px;
	text-transform: uppercase;
	text-align: center;
	float: right;
	text-shadow: -1px -1px 1px #28655f;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:25px;
	_background-image: url(../images/submitbutton_ie6.gif);
	border:0px;
	background-color:transparent;
}
.featuredarea .submitbutton:hover {
	text-shadow: -1px -1px 1px #333737;
	color:#eeeeee;
	background-position: 0px -34px;
	cursor:pointer;
}
.submit {
	padding:0px;
	margin:0px;
	background-image: url(../images/submitbutton.png);
	background-position: 0px -34px;
	display: block;
	height: 34px;
	width: 80px;
	line-height: 34px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: -1px -1px 1px #333737;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	_background-image: url(../images/submitbutton_ie6.gif);
	border:0px;
	background-color:transparent;
}
.submit:hover {
	text-shadow: -1px -1px 1px #28655f;
	color:#eeeeee;
	background-position: 0px 0px;
	cursor:pointer;
}
a.editbutton {
	padding-left:42px;
	line-height:34px;
	display:block;
	background-image:url(../images/editbutton.png);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
}
a.editbutton:hover {
	background-position:0px -34px;
}
.client-roster ul {
	-moz-column-width: 150px;
	-moz-column-gap: 20px;
	-webkit-column-width: 150px;
	-webkit-column-gap: 20px;
	margin-bottom:0px;
	list-style-type:none;
}
.client-roster ul li {
	line-height:15px;
	list-style-type:none;
	margin-left:0px;
	margin-bottom:10px;
}