/* And Take Names layout styles  */


body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat;
	font-family: verdana, sans; 
	font-weight: normal;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	}

/* layout DIVS*/

#wrap {
	position: relative;
	width: 800px ;
	margin: 30px auto;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #958E70;
	}
	

#top {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	background: #16416B;
	text-align: right;
	
}

#topLeft {
	float: left;
	margin: 0;
	padding: 0;
}

#topRight {
	float: right;
	margin: 0;
	padding: 0;
}


#bannerHome {
	position: relative;
	height: 170px;
	margin: 0;
	padding: 0;
}

#banner {
	position: relative;
	height: 30px;
	margin: 0;
	padding: 0;
}

#content {
	position: relative;
	padding: 20px 30px 20px 30px;
}


/* column styles  */

.col1 {
	float: left;
	width:650px;
	padding: 10px 15px 5px 15px;
	margin: 0;
	text-align: left;
	
	}


/* unequal columns   */
#col1of2 {
	float: left;
	width: 500px;
	padding: 15px 20px 5px 10px;
	margin: 0;
	text-align: left;
	
	}
	
#col2of2 {
	float: left;
	width: 169px;
	padding: 5px 10px 5px 20px;
	margin: 10px 0 10px 0;
	text-align: left;
	border-left: 1px solid #999;

	
	}



.footer {
	height: 20px;
	margin: 0;
	padding: 10px 10px 5px 15px;
 	background: #554D02;
	font-family: verdana, sans; 
	font-weight: normal;
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
}

#footerLeft {
	float: left;
	margin: 0;
	padding: 0;
}

#footerRight {
	float: right;
	margin: 0;
	padding: 0 ;
}


.clear  {
clear: both;
}


.button {
	margin: 0;
	padding: 0 0 5px 0; 
}


/* styles the navigation */

#nav ul {
	width: 500px;
	height: 40px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px;
}

#nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	height: 40px;
	display: block;
	text-decoration: none;
	text-indent: -10000px;
	background-image: url(images/nav.gif);
	background-repeat:no-repeat;

}

#nav li#approach { background: url(images/nav.gif) 0px 0px no-repeat; }
#nav li#people { background: url(images/nav.gif) -112px 0px no-repeat; }
#nav li#services { background: url(images/nav.gif) -197px 0px no-repeat; }
#nav li#success { background: url(images/nav.gif) -296px 0px no-repeat; }
#nav li#contact { background: url(images/nav.gif) -404px 0px no-repeat; }

#nav li#approach a { width: 112px; background-position: 0px -40px; }
#nav li#people a { width: 85px; background-position: -112px -40px; }
#nav li#services a { width: 99px; background-position: -197px -40px; }
#nav li#success a { width: 108px; background-position: -296px -40px; }
#nav li#contact a { width: 96px; background-position: -404px -40px; }

#nav li#approach a:hover { background-image: none; }
#nav li#people a:hover { background-image: none; }
#nav li#services a:hover  { background-image: none; }
#nav li#success a:hover { background-image: none; }
#nav li#contact a:hover { background-image: none; }

#nav li#approach.active a { background-image: none; }
#nav li#people.active a { background-image: none; }
#nav li#services.active a { background-image: none; }
#nav li#success.active a { background-image: none; }
#nav li#contact.active a { background-image: none; }



#subnav  {
	margin-left: 0;
	padding-left: 0;
}

#subnav ul  {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#subnav li  {
	padding-left: 15px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0  .5em;
}