/* CSS Document */

html, body, #main {min-height: 100%;
	height: 100%;
	position:relative;
	}  /* hack for IE5+/Win.*/

html {
	overflow: -moz-scrollbars-vertical;
}	
	
html>body, html>body #main {height: auto;}
/* Without this, Moz1.0 adds a vertical scrollbar */


/* main tag definitions */

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Georgia, Times, serif;
	font-size:12px;
	color:#3c3c3c;
	line-height:18px;
	background:url(images/bkgd.png) top left repeat-x #eeece4;
	}

p, li, td, input, select, textarea {
	font-family:Georgia, Times, serif;
	font-size:12px;
	color:#3c3c3c;
	line-height:18px;
}
	
img {
	border:0;
	}

a, a:visited {
	color:#786151;
}

a:hover, a:active, a:visited:hover {
	color:#dda30a;
}

h1 {
	font-size:19px;
	color:#786151;
	line-height:28px;
	font-weight:normal;
}

h2 {
	font-size:19px;
	color:#dda30a;
	line-height:28px;
	font-weight:normal;
}

h3 {
	font-size:12px;
	color:#584437;
	margin-bottom:0;
	padding-bottom:0;
}

.first {
	padding-top:0;
	margin-top:0;
}

/* outer page layout styles */

#outer {
	width:839px;
	margin-left:60px;
	margin-right:auto;
	margin-top:16px;
	text-align:left;
}

#top {
	width:839px;
	height: 28px;
	background:url(images/top_bkgd.png) top left repeat-x #FFF;
	text-align:right;
}

.contact_text {
	padding-top:12px;
	color:#7d8a8a;
	line-height:12px;
}

.contact_text a, .contact_text a:visited {
	text-decoration:none;
	color:#7d8a8a;
}

.contact_text a:hover, .contact_text a:visited:hover, .contact_text:active {
	text-decoration:underline;
	color:#7d8a8a;
}

#top_left {
	float:left;
}

#top_right {
	float:right;
}

#main {
	clear:both;
	margin-top:0px;
	padding-top:0px;
	background:url(images/left_shadow.png) top left repeat-y;
	width:839px;
	height: 100%;
	}

#inner {
	margin-top:0px;
	width:822px;
	background:url(images/right_shadow.png) top right repeat-y #fff;
	margin-left:17px;
	text-align:left;
	height:100%;
	float:none;
}

#footer {
	clear:both;
	width:839px;
	height:40px;
	text-align:right;
	background:url(images/ftr_bkgd.png) repeat-x top;
	font-size:10px;
	color:#464646;
}

#footer a, #footer a:visited {
	color:#464646;
}

#footer a:active, #footer a:hover, #footer a:visited:hover {
	color:#3C3C3C;
	text-decoration:underline;
}

#footer_left {
	width:800px;
	padding-left:12px;
	float:left;
	background:url(images/ftr_BL.png) no-repeat top left;
	padding-top:23px;
	text-align:left;
}

#footer_right {
	float:right;
	width:27px;
}

/* inner page layout styles */

#header {
	float:left;
	background:url(images/hdr_bkgd.gif) top left no-repeat #acc4ca;
	width:808px;
	height:92px;
	border-bottom:1px solid #fff;
	text-align:left;
	padding-bottom:0;
	margin-bottom:0;
}

.logo {
	margin-top:14px;
	margin-left:0px;
	float:right;
	margin-right:531px;
}

#nav {
	margin-left:0px;
	margin-top:13px;
	width:699px;
	padding-bottom:0;
	margin-bottom:0;
	float:right;
}

#nav img {
	padding-left:13px;
	padding-right:25px;
}

#center {
	width:808px;
	height:100%;
	float:none;
	text-align:left;
	}
	

#banner {
	float:left;
	border-right:1px solid #fff;
	padding-left:0;
	margin-left:0;
	width:460px;
	height:303px;
}

.hm_banner {
	background:url(images/hm_banner.jpg) top left no-repeat;
}

.consulting_banner {
	background:url(images/banner_consulting.jpg) top left no-repeat;
}

.news_banner {
	background:url(images/banner_news.jpg) top left no-repeat;
}

.resources_banner {
	background:url(images/banner_resources.jpg) top left no-repeat;
}

.about_banner {
	background:url(images/banner_about.jpg) top left no-repeat;
}

.contact_banner {
	background:url(images/banner_contact.jpg) top left no-repeat;
}

.training_banner {
	background:url(images/banner_training.jpg) top left no-repeat;
}

#headline {
	float:right;
	text-align:left;
	width:302px;
/*	height:303px;  height should all up to this with padding */
	padding-left:16px;
	padding-right: 29px;
}

#hm_headline {
	float:right;
	text-align:left;
	width:296px;
	padding:25px 35px 0px 16px;
	height:125px;
}

#hm_headline  h1 {
	font-size:23px;
	color:#dda30a;
	line-height:28px;
	font-weight:normal;
	line-height:35px;
}

#headline h1, #headline h2 {
	 display:inline;
}

.consulting, .contact {
	padding-top:109px;
	height:194px;
}

.resources {
	padding-top:105px;
	height:178px;
}

.news {
	padding-top:110px;
	height:178px;
}

.about {
	padding-top:99px;
	height:204px;
}

.training {
	padding-top:50px;
	height:115px;
}

#content {
	float:left;
	padding:18px 16px 31px 18px;
	width:425px;
}

#lists {
	padding:22px 9px 31px 16px;
	color:#635044;
	background-color:#d8e0e2;
	float:right;
	width:322px;
	line-height:24px;

}

#lists ul {
	margin:0;
	padding:0;
    list-style-type: disc;
	color:#635044;

	}
	
#lists ul li {
	padding-left:3px;
	margin-left:16px;
	color:#635044;
	line-height:24px;
}


#extra {
	padding:22px 9px 31px 16px;
	color:#635044;
	float:right;
	width:322px;
	line-height:24px;
	text-align:center;
	}

#highlight {
	padding:22px 9px 31px 16px;
	color:#fff;
	background-color:#e7ac0e;
	float:right;
	width:322px;
	}
	
#highlight a:hover, #highlight a:visited:hover, #highlight a:active {
	color:#fff;
}
	
#hm_highlight {
	padding:22px 31px 23px 16px;
	color:#fff;
	background-color:#786151;
	float:right;
	width:300px;
	font-size:15px;
	line-height:27px;
	}

#snav {
	float:right;
	padding:0;
	width:347px;
}

#snav ul {
	margin:0;
	padding:0;
    list-style-type: none;

	}

#snav li 
{
	line-height:25px;
	padding-left: 13px;
	border-bottom:1px solid #fff;
	font-size:13px;
	color:#fff;
}

.off {
		background-color:#f1e6c9;
}

.on {
		background-color:#e7ac0e;
}

#snav ul li a, #snav ul li a:visited {
	color:#584437;
	text-decoration:none;
}

#snav ul li a:hover, #snav ul li a:visited:hover, #snav ul li a:active{
	text-decoration:underline;
}

/* home page styles */

#bottom_row {
	clear:both;
	padding:0 13px 28px 13px;
	width:774px;
}

#bottom_row h1 {
	font-size:12px;
	font-weight:bold;
	color:#dda30a;
	padding-bottom:0;
	margin-bottom:0;
	line-height:18px;
}

#bottom_row h2 {
	font-size:12px;
	font-weight:bold;
	color: #786151;
	padding-bottom:0;
	margin-bottom:0;
	line-height:18px;
}

#bottom_left {
	float:left;
	border-right:1px solid #c9c9c9;
	padding:10px 20px 10px 0px;
	width:230px;
	height:95px;
}

#bottom_center {
	float:left;
	padding:10px 30px 10px 15px;
	border-right:1px solid #c9c9c9;
	width:221px;
	height:95px;
}

#bottom_right {
	float:right;
	padding:10px 0 10px 13px;
	width:230px;
	height:95px;
}
