/* Site Design and Code by Kyle Jones, cabedge.com */

body {
	margin: 0;
	padding: 0;
	background: repeat-x url(/content/images/bg1.jpg);
	text-align: center;
	color: #585858;
	font: 11px/15px Trebuchet, TrebuchetMS, TrebuchetMS, Verdana, "Times New Roman", verdana, Times, serif;
}

#lower a{
color: #0a5070;
color: #315c79;

}

#lower a:hover{
color: #4ca0c7;
}


#shadow {
	background: repeat-x url(/content/images/bg2.jpg);
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 723px; 

	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#id {
	
}

#top{

	margin: 0px;
	padding:  0px;
	line-height: 0px;
	height: 183px;
	background: no-repeat url(/content/images/top.jpg) 0px 0px;
	position: relative;
}


#lower{
	margin: 0;
	padding: 0;
}

/* subnav */
#subnav{
	background: no-repeat url(/content/images/top.jpg) 0px -184px;
	
	padding: 17px 17px 17px 35px;
}

 #subnav a{
	color: #6f481e;
	
	margin-right:10px;
	text-decoration: none;
	border-bottom: 3px solid #c09f5e;
	text-transform: capitalize;
	font: 9px arial;
}

#current-subnav{
display: inline;
}

 #subnav a:hover, #current-subnav a{
	color: #6f481e;
	text-decoration: underline;

}

#maincontent{
	background: white url(/content/images/main.jpg) 0px 0px no-repeat;
	padding: 0;
	margin: 0;
padding-bottom:50px;
}

#maincontent-single{
	background: white 0px 0px no-repeat;
	padding: 0;
	margin: 0;
	border-top: solid 8px #d7bb7a;
padding-bottom:50px;
}

#leftcol{
	width: 349px;
	float: left;
	padding-left: 38px;
	padding-top: 10px;
	overflow: visible;
}

#rightcol{
	width: 288px;
	float: right;

}
#rightcol-inside{
	padding-left: 20px;
padding-right:30px;
}

#singlecol{

	padding-left: 38px;
padding-right: 38px;
	padding-top: 3px;
	overflow: visible;
}

#footer{

	padding: 20px 19px 15px 29px;
	border-bottom: 8px solid #bdd0df;
	border-top: 1px solid #dbdbdb;
	height: 40px;

background: white url(/content/images/footer.gif) no-repeat top right;
color: gray;
}
#footer a{
color: gray;
}

p {
	line-height: 1.6em;
	text-align: left;
}

#buttons {

	margin-bottom: 30px;
	position: relative;
	
	margin-top: 10px;
}

ul {
	padding: 0;
	margin-left: 20px;
}
li{
margin-bottom: 4px;
}

/*nav*/

#navimg{
z-index: 1;
position: absolute;
	top: 150px;
	left: 11px;
	width: 553px;
	height: 26px;
}

#nav{
	line-height: 0px;
	position: absolute;
	top: 157px;
	left: 11px;
	width: 553px;
	height: 26px;
z-index: 2;
	

}

#nav a{
	display: block;
	height: 26px;
	padding-right: 1px;
	float: left;
}
#home{
	width: 75px;
}
#about{
	width: 78px;
}
#hro{
	width: 93px;
}
#peo{
	width: 91px;
}
#consulting{
	width: 124px;
}
#contact{
	width: 85px;
}

.clearer{
	clear: both;
background: white;
	
}

h1 {
	color: #ae8641;
	margin-top: 32px;
	border-bottom: 1px solid #ede6dd;
	padding-bottom: 5px;
	display: block;
	font-size: 14px;
	font-style: normal;
}


h2 {
color: #4f647c;
	margin-top: 32px;
	margin-bottom:0px;
	padding-bottom: 0px;
	display: block;
	font-size: 13px;
	font-style: normal;
}

em {
	background: #fff7d8;
	border-bottom: 1px solid #ffe4ba;
	padding-right: 0;
	padding-left: 0;
	padding: 2px;
	font-weight: normal;
font-style:normal;

}

img a, img {
	border-width: 0;
	border-color: transparent;
	margin: 0;
	padding: 0;
}

select{
width: 300px;
margin-bottom: 3px;
}

.table td{
vertical-align: top;
padding: 10px;
margin: 1px;
}

.headercell{
color: gray;
}

.table tr{
border-bottom: 1px solid gray;
}

img.clearbits {
   background-color: #9cabba;

}

#alternatelinks a{
color: gray;
margin-right: 3px;
margin-left: 3px;

}
#alternatelinks{
padding-bottom: 10px;
border-bottom: 1px solid #ede6dd;
}
.big{
font-size: 16px;
display: block;
letter-spacing: 1px;
text-decoration: none;
paddig-bottom: 3px;

}
.selfservice{
padding-top: 9px;
padding-bottom: 9px;
border-bottom: 1px solid #ede6dd;
}

.mailer-error {
  border:1px solid red;
  padding:10px;
  font-weight:bold;
  margin-bottom:20px;
}