/* START: Global Includes ============================================== "Lucida Sans Unicode", */

body {
	margin: 0px;
	padding: 0px;
	font-family: Optima, "Trebuchet MS";
	font-size: 14px;
	text-shadow: 1px 1px #fbf4ca;
	color: #4f2f10;
	background: #eee8c5;
	line-height: 1.35em;
}

ul, li { 
    padding:0px; 
    margin:0px 
}

table, td {
	font-family: Optima, "Trebuchet MS";
	color: #4f2f10;
	vertical-align:top;
	border-spacing:0px;
	border-collapse:collapse;
	padding:5px;
	margin:0px;
	text-align: left;

}

/* headings */
h1, .h1 {
	font-size: 22px;
	font-weight: bold;
	color: #4f2f10;
	margin: 0px;
	margin-bottom: 6px;
	font-family: Optima, "Trebuchet MS";
}
h2, .h2 {
	font-size: 20px;
	font-weight: bold;
	color: #4f2f10;
	margin: 0px;
	margin-bottom: 6px;
	font-family: Optima, "Trebuchet MS";
}
h3, .h3 {
	font-size: 18px;
	font-weight: bold;
	color: #4f2f10;
	margin: 0px;
	margin-bottom: 6px;
	font-family: Optima, "Trebuchet MS";
}
/* links */
a:active, a:visited, a:link {
	color: #D3C89A;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #321e0a;
	text-decoration: none;
}

a img { border: 0px; text-decoration:none; }

p { padding: 0px; margin: 0px; margin-bottom: 10px; }

div.clearall { clear:both; }

div.spacer40px {
	height:40px}
/* END: Global Includes ============================================== */

/* BEGIN: Content Styles ============================================== */

/* BEGIN: Header ============================================== */
div.xheader {
	background: url(../../images/xheader-bkg.jpg) repeat-x left top;
	}
div.header-container {
	background: url(../../images/header-container-bkg.jpg) no-repeat center top;
	}
div.header {
	margin: auto;
	height: 50px;
	width: 980px;
	position: relative;
	padding: 0px;
	}

/* BEGIN: Top Navigation ============================================== */
.menu{
	font-weight: bold;
	width: 620px;
	padding-top: 20px;
	float: right;
}
.menu ul{
	text-align: left;
	padding-bottom: 7px;
	margin: 0px;
}
.menu ul li{
display: inline;
}
.menu ul li a{
	color: #D3C89A;
	margin-right: 0px;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.menu ul li a:hover, .menu ul li a.selected{
	font-weight: bold;
	color: #a88e5a;
}

/* END: Top Navigation ============================================== */
/* END: Header ============================================== */

/* BEGIN: Logo ============================================== */
div.xlogo {
	background: url(../../images/xlogo_bkg.jpg) repeat-x left top;
	}
div.logo-container {
	background: url(../../images/logo-container-bkg.jpg) no-repeat center top;
	}
div.logo {
	height: 150px;
	width: 980px;
	margin: auto;
	position: relative;
	padding: 0px;
	}
div.quote-a {
	padding-top: 35px;
	float: right;
	padding-right: 20px;
	}			
div.logo-box {
	float: left;
	padding-top: 35px;
	padding-left: 40px;
	}
/* END: Logo ============================================== */

/* BEGIN: Slider ============================================== */
div.xslider {
	background: url(../../images/xslider-bkg.jpg) repeat-x left top;
	}
div.slider-container {
	background: url(../../images/slider-container-bkg.jpg) no-repeat center top;
	}
div.slider {
	margin: auto;
	height: 371px;
	width: 980px;
	padding: 0px;
	position: relative;
	}
/* START:  Vertical Navigation  ============================================== */	
div.nav {
	float: left;
	height: 371px;
	width: 334px;
	}		
div.nav_class	{
	padding-top: 30px;
	padding-left: 70px;
	padding-right: 30px;
	}
ul.menu, ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 260px;
}
ul.menu a {
	display: block;
	text-decoration: none;
	font-size:18px;
	height: 20px;
	width: 100%;
}
ul.menu li {
	margin-top: 0px;
}
ul.menu li a, ul.menu ul.menu li a {
	color: #d8c090;
	padding-bottom: 10px;
	text-shadow: 1px 1px #000;
}
ul.menu li a:hover, ul.menu ul.menu li a:hover {
	color: #a88e5a;
}
ul.menu li ul li a, ul.menu ul.menu li ul li a {
  /*background: #ccc;*/
  font-size: 14px;
  color: #a88e5a;
  padding-left: 20px;
}
ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
  /*background: #aaa;*/
  /*border-left: 5px #000 solid;*/
  color: #a9853e;
  padding-left: 20px;
}
ul.menu ul.menu li a:hover {
    border-left: 0;
    padding-left: 0.5em;
}
.acitem li .subnav {
	margin: auto;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	height: 15px;
	width: auto;
	}
/**ul.menu ul.menu {
    border-left: 5px #f00 solid;
}*/
/*ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
    text-decoration: underline;
    background: #c00;
}*/
/*div.panel {
    border: 1px #000 solid;
    padding: 5px;
    margin-top: 1px;
}

ul.menu div.panel a, ul.menu div.panel li a:hover  {
    display :inline;
    color: #666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
}
ul.menu div.panel a:hover {
    color: #000;
    text-decoration: underline;
}*/

/* END:  Vertical Navigation  ============================================== */	
	
/* START: Nivo Slider  ============================================== */	 	
div.xnivo {
	width: 646px;
	height: 371px;
	float: right;
	margin: auto;
	padding: 0px;
	position: relative;
	/*background-image: url(../../images/nivo-img-bkg.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	}
div.xnivo img {
	padding:15px 0 0 150px;}
div.about-xnivo {
	width: 646px;
	height: 371px;
	float: right;
	margin: auto;
	padding: 0px;
	position: relative;
	/*background-image: url(../../images/nivo-imgVert-bkg.jpg);
	background-repeat: no-repeat;
	background-position: 150px 10px;*/
	}		
div.personal-xnivo {
	width: 646px;
	height: 371px;
	float: right;
	margin: auto;
	padding: 0px;
	position: relative;
	background: url(../../images/nivo-imgx2-bkg.jpg) no-repeat 67px 40px;
}
div.nivo {
	padding-top: 40px;
	position: relative;
	}	
#slider {
	width:412px;
	height:269px;
	margin-top: 14px;
	margin-left:114px;
	background: url(../../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
#serv-img {
	position:relative;
	width:412px;
	height:269px;
	margin-left:114px;
	background: url(../../images/loading.gif) no-repeat 50% 50%;
	margin-top: 14px;
}
.nivo-controlNav {
	position:absolute;
	left:270px;
	bottom:-35px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	background: url(../../images/bullets.png) no-repeat;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
/*.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
	background: url(../../images/arrows.png) no-repeat;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}*/

/*.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}*/	
/* END: Nivo Slider  ============================================== */
/* END: Slider  ============================================== */


/* BEGIN: Main Content Styles  ============================================== */	 	
div.xmainContent {
	background-color: #eee8c5;
	}
div.mainContent-container {
	background: url(../../images/mainContent-container-bkg.jpg) repeat-y center top;
	}

div.mainContent {
	margin: auto;
	padding: 0px;
	width: 980px;
	background: url(../../images/mainContent-bkg.jpg) no-repeat center top;
	position: relative;
	}
/* BEGIN: Left Sidebar  ============================================== */	 		
div.leftSidebar {
	width: 270px;
	float: left;
	padding-right: 20px;
	padding-left: 40px;
	}
h1.welcome {
	background-image: url(../../images/welcome.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center 20px;
	height: 57px;
	}	
	
/* END: Left Sidebar  ============================================== */	 		
/* BEGIN: Right Sidebar  ============================================== */
div.rightSidebar {
	width: 290px;
	float: right;
	padding-right: 20px;
	}
div.contact {
	padding: 35px 0 0 0;
	}
h1.contact {
	height: 57px;
	text-indent: -9999px;
	background-image: url(../../images/contact.jpg) no-repeat 65px 20px;
	}
div.phone {
	font-size: 26px;
	padding-top: 10px;
	font-weight: bold;
	color: #4f2f10;
	}
div.address {
	padding: 25px 0 0 35px;
	font-size:18px;
	line-height:1.5em;
	}
div.email {
	padding-left: 30px;
}
.e-menu {
	margin: 0;
	padding: 0;
	width: 150px;
	list-style: none;
	}
.e-menu li {
	padding: 0;
	margin: 0;
	height: 135px;
	list-style: none;
	background-repeat: no-repeat;
}
.e-menu li a, .e-menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 135px;
	background-repeat: no-repeat;
}
.mailbtn {
	background-image: url(../../images/emaila.jpg);
	}
.mailbtn a {
	background-image: url(../../images/email.jpg);
	}
ul.e-menu li a:hover {
	background: none;
	}
div.rating {
	font-size: 11px;
	font-weight: bold;
	padding: 50px 0 0 80px;
	}	
/* END: Right Sidebar  ============================================== */

/* BEGIN: Middle Content  ============================================== */
div.middleContent-container {
	background-image: url(../../images/testimonials-bkg.jpg);
	background-repeat: no-repeat;
	background-position: 353px 20px;
	margin: auto;
	padding: 0px;
	}

div.middleContent {
	height: 325px;
	width: 325px;
	margin-left: 335px;
	clear: none;
}
h1.testimonials {
	text-indent: -9999px;
	background-image: url(../../images/testimonial.jpg);
	background-repeat: no-repeat;
	background-position: 45px 40px;
	height: 57px;
	padding-bottom: 10px;
	}
h1.linkedin-recommendations {
	text-indent: -9999px;
	background:url(../../images/h1-linkedin-recommendations.png) no-repeat 45px 40px;
	height: 57px;
	padding-bottom: 10px;
	}
div.content {
	line-height: 18px;
	width: 245px;
	padding-left: 40px;
	padding-right: 40px;
	text-shadow: 1px 1px #ddc78b;
	}
div.ref {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding-bottom: 10px;
	line-height: normal;
	width: 245px;
	padding-top: 5px;
	}
div.more a{
	float: right;
	color: #191f28;
	font-weight: bold;
	text-shadow: 1px 1px #eee7bf;
	margin-bottom: 40px;
	}
div.more a:hover {
	color: #2e3f56;
	}			
/* END: Middle Content  ============================================== */

/* BEGIN: Internal Content  ============================================== */
div.intContent-container {
	background-image: url(../../images/intContent-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 40px;
	}
div.intContent {
	width: 940px;
	margin: auto;
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	height: 100%;
	}
div.int-sliderImg {
	padding-top: 14px;
	padding-left: 114px;
	}
div.int-sliderImg-vert {
	padding-top: 7px;
	padding-left: 183px;
	}
div.vertline1 {
	background: url(../../images/vert-divider-1.jpg) no-repeat center top;
	height: 13px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
div.vertline2 {
	background: url(../../images/vert-divider-2.jpg) no-repeat center top;
	height: 13px;
	margin-bottom: 10px;
	margin-top: 15px;
	}				
div.vertline3 {
	background-image: url(../../images/vert-divider-3.png);
	height: 13px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
	margin-bottom: 15px;
	}
div.vertline4 {
	background: url(../../images/phone-divider.jpg) no-repeat center top;
	height: 13px;
	margin-top: 30px;
	}
div.quote-b {
	padding-top: 10px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}
h1.about {
	padding-left: 20px;
	text-indent: -9999px;
	background: url(../../images/about.jpg) no-repeat 20px top;
	padding-bottom: 10px;
	}
h1.contact {
	padding-left: 20px;
	text-indent: -9999px;
	background: url(../../images/contact.jpg) no-repeat 40px 20px;
	padding-bottom: 10px;
}
h1.contactAdrienne {
	padding-left: 20px;
	text-indent: -9999px;
	background: url(../../images/h1-contact.jpg) no-repeat 20px top;
	padding-bottom: 10px;
}
div.middleContact-container {
	margin: auto;
	padding: 0px;
}
h1.atlanta {
	padding: 25px 0 0 0;
	}
h1.denver {
	padding: 25px 0 0 0;
	}
h2.mediator {
	padding-left: 20px;
	text-indent: -9999px;
	padding-bottom: 10px;
	background-image: url(../../images/mediator.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
h2.tidbits {
	padding-left: 20px;
	text-indent: -9999px;
	padding-bottom: 10px;
	background-image: url(../../images/tidbits.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
h2.arbitrator {
	padding-left: 20px;
	text-indent: -9999px;
	padding-bottom: 10px;
	background-image: url(../../images/arbitrator.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
h2.investigator {
	padding-left: 20px;
	text-indent: -9999px;
	background: url(../../images/investigator.jpg) no-repeat left top;
	padding-bottom: 10px;
	}
h2.auditor {
	padding-left: 20px;
	text-indent: -9999px;
	background: url(../../images/auditor.jpg) no-repeat left top;
	padding-bottom: 10px;
	}			
h2.trainer {
	padding-left: 20px;
	text-indent: -9999px;
	background: url(../../images/trainer.jpg) no-repeat left top;
	padding-bottom: 10px;
	}
div.personalContent {
	width: 880px;
	height: 275px;
	margin: auto;
	position: relative;
	padding: 40px 40px 20px 60px;
	background: url(../../images/personalContent-bkg.jpg) no-repeat 40px 20px;
	line-height: 1.40em;
	font-weight: bold;
	}
h1.personal {
	background: url(../../images/personal.jpg) no-repeat left top;
	text-indent: -9999px;
	height: 35px;
	}	
h1.services {
	padding-left: 20px;
	text-indent: -9999px;
	background: url(../../images/services.jpg) no-repeat 20px top;
	padding-bottom: 10px;
}
h3.services {
	padding: 0 0 10px 60px;
	}
.services {
	padding-left: 80px;
	line-height: 1.5em;
	list-style-type: disc;
}
h1.locations {
	padding-left: 20px;
	text-indent: -9999px;
	padding-bottom: 10px;
	background-image: url(../../images/locations.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
}
div.locations {
	padding-top: 20px;
	line-height: 1.35em;
	height: 200px;
}
h1.rates {
	padding-left: 20px;
	text-indent: -9999px;
	background: url(../../images/rates.jpg) no-repeat 20px top;
	padding-bottom: 10px;
}
div.rates {
	padding-top: 20px;
	line-height: 1.35em;
}
h1.download {
	padding-left: 20px;
	text-indent: -9999px;
	background: url(../../images/confAgreement.jpg) no-repeat 20px top;
	padding-bottom: 10px;
}
div.download {
	padding-left: 365px;
	padding-top: 20px;
}
.d-menu {
	margin: 0;
	width: 230px;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	}
.d-menu li {
	margin: 0;
	height: 50px;
	list-style: none;
	background-repeat: no-repeat;
	padding: 0;
}
.d-menu li a, .d-menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 40px;
}
.downloadbtn {
	background-image: url(../../images/downloadb.jpg);
	}
.downloadbtn a {
	background-image: url(../../images/downloada.jpg);
	}
ul.d-menu li a:hover {
	background: none;
	}
h1.statements {
	padding-left: 20px;
	text-indent: -9999px;
	padding-bottom: 10px;
	background-image: url(../../images/statements.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
}
div.statements {
	padding-top: 20px;
	line-height: 1.35em;
}
.statements {
	line-height: 1.5em;
}
.liststatements {
	line-height: 1.75em;
	list-style-type: none;
	padding-left: 20px;
}
h1.preparation {
	padding-left: 20px;
	text-indent: -9999px;
	padding-bottom: 10px;
	background-image: url(../../images/preparation.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
}
h3.preparation {
	padding: 20px 0 10px 0;
}
div.preparation {
	padding-top: 20px;
	line-height: 1.35em;
}
.preparation {
	line-height: 1.5em;
}
.listpreparation {
	line-height: 1.75em;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
h1.demeanor {
	padding-left: 20px;
	text-indent: -9999px;
	padding-bottom: 10px;
	background-image: url(../../images/demeanor.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
}
div.demeanor {
	padding-top: 20px;
	line-height: 1.35em;
}
h1.articles {
	padding-left: 20px;
	text-indent: -9999px;
	padding-bottom: 10px;
	background-image: url(../../images/articles.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
}
div.articles {
	line-height: 1.35em;
	height: 384px;
	position: relative;
	padding-left: 20px;
}
div.morearticles a{
	font-size: 16px;
	font-weight: bold;
	color: #191f28;
	padding-bottom: 20px;
}
div.morearticles a:hover {
	color: #2f3e56;
}
div.getadobe {
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	}
h1.testimonial {
	padding-left: 10px;
	text-indent: -9999px;
	padding-bottom: 30px;
	background-image: url(../../images/testimonials.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
div.testimonial {
	line-height: 1.35em;
	padding-top: 20px;
}
h1.cv {
	padding-left: 20px;
	text-indent: -9999px;
	background: url(../../images/h1-cv.jpg) no-repeat 20px top;
	padding-bottom: 10px;
}
h3.cv {
	padding: 0 0 10px 60px;
	}
.cv {
	padding-left: 80px;
	line-height: 1.5em;
}
div.cv-table {
	width: 840px;
	padding-left: 125px}
#post {
	/*width:470px;*/
	padding:30px 10px 10px 30px;
	/*border: 1px dashed #c4a86c;*/
	font-weight: bold;
}
#post {
	background: url(../../images/bullet1.jpg) no-repeat 10px 32px;
}
div.postref {
	font-size: 12px;
	float: right;
	text-align: right;
	font-weight: normal;
	padding-top: 5px;
}
/* END: Internal Content  ============================================== */


/* BEGIN: Footer  ============================================== */
div.xfooter {
	background: url(../../images/xfooter-bkg.jpg) repeat-x top;
	}

div.footer-container {
	background: url(../../images/footer-container-bkg.jpg) repeat-y center top;
	}
div.footer {
	height: 350px;
	width: 980px;
	margin: auto;
	padding: 0px;
	position: relative;
	}
/* START Footer Navigation ====================================== */
.fmenu{
	font-weight: bold;
	width: 920px;
	padding: 0 0 0 60px;
}
.fmenu ul{
	text-align: left;
	padding-bottom: 7px;
	margin: 0px;
}
.fmenu ul li{
	display: inline;
}
.fmenu ul li a{
	color: #4f2f10;
	margin-right: 0px;
	text-decoration: none;
	text-shadow: 1px 1px #ddc78b;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.fmenu ul li a:hover, .menu ul li a.selected{
	font-weight: bold;
	color: #2E1D0E;
}
/* END Footer Navigation ======================================== */	
div.copyright {
	font-size: 12px;
	text-align: center;
	text-shadow: 1px 1px #ddc78b;
	}
div.icons {
	text-align: center;
	width: 580px;
	padding:10px 0 0 200px;
	}
div.associations {
	text-align: center;
	width: 780px;
	padding:40px 0 0 98px;
	}
/* END: Footer  ============================================== */
