

	body {
		background-image:url(images/leather_back.jpg);
		margin: 0px 0px 0px 0px;
		padding:0;
		font-family:"Times New Roman", Times, serif;
		font-size:12px;
		text-align: center;
		}
	
	div {
		padding:0;
		margin:0 auto 0 auto;
		text-align: left;
		}
	
	h1 {
		color: #f0ad1e;
		font-size: 24px;
		line-height: 28px;
		font-weight: lighter;
		margin-bottom: -5px;
		padding-top: 0;
		margin-top:0;
		}
	
	h2 {
		color: #f0ad1e;
		font-size: 18px;
		line-height: 22px;
		font-weight: lighter;
		margin-bottom: -10px;
		padding-top: 0;
		}
	
	h3 {
		
		font-size: 16px;
		margin-bottom: -10px;
		margin-left: -15px;
		padding-left: 15px;
		background: url(images/arrow_grn.gif) 0% 0% no-repeat;
		}
	
	h4 {
		
		font-size: 14px;
		margin-bottom: -10px;
		}
	
	/***** for li headings ******/
	
	h5 {
		color: #333333;
		font-size: 12px;
		margin:0;
		padding:0;
		}
		
	/*******************************/
	
	strong {
		color: #333333;
		}
	
	a {
		font-family:"Times New Roman", Times, serif;
		color: #000000;
		text-decoration: none;
		
		
		
		}
	
	a:hover {
		font-family:"Times New Roman", Times, serif;
		color:#999999;
		text-decoration: underline;
		}
	
	/*************************** LAYOUT *****************************/
	
	#grey {
		background: url(images/leather_back.jpg);
		}
	
	#wrapper {
		width: 820px;
		min-height: 700px;
		background: #FFF 0% 0% repeat-y;
		margin: 0 auto 0 auto;

}
		

	
	#header {
		background: #FFFFFF;
		}
	
	#banner {
		margin-left: -1px;
		background: #FFFFFF;
		}
	
	#content {
		height: 900px;
		padding: 30px 0px 0px 0px;
		}
	
	/************************** TOP NAVIGATION ********************************/
		
	#MainNav {
	    text-align: center;
		padding: 5px 0 10px 0;
	}
	
	#MainNav a {
	    font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		padding: 0 12px 0 12px;
	}
		
	#nav {
		position: absolute;
		top: 10px;
		left: 40%;
		font-size:10px;
		text-align:left;
		list-style: none none;
		}
	
	#nav li {
		padding: 0;
		float: left; 
		position: relative;
		display: block;
		height: 14px;
		}
	
	#nav li a {
		display: block;
		background-position: 0 0;
		background-repeat: no-repeat;
		text-decoration: none;
		height: 14px;
		}
	
	#nav li a:hover {
		background-position: 0 -14px;
		}
	
	#nav-resources a:hover {
		background-position: 0 0;
		}
	
	#nav li a span {
		display: none;
		}
	
	#nav li ul {
		position:absolute;
		left:-999em;
		top:14px;
		background-color:#FFF;
		border-left: 2px solid #2d8a5f;
		padding:0;
		margin: 0;
		font-size: 10px;
		list-style: none;
		}
		
	#nav li ul li {
		clear:both;
		}
	
	#nav li:hover ul,
	#nav li.sfhover ul {
		left:auto;
		}
	
	*html #nav li:hover ul,
	*html #nav li.sfhover ul {
		left: 0px;
		}
		
	#nav ul li a {
		color: #2d8a5f;
		text-decoration: none;
		display:block;
		padding: 1px 0 1px 10px;
		}
	
	#nav ul li a:hover{
		color:#666;
		text-decoration: none;
		background-color: #faf6cf;
		}
		
	#nav-home { background-image: url(images/nav_home.gif); width: 47px;}
	#nav-about { background-image: url(images/nav_about.gif); width: 68px;}
	#nav-services { background-image: url(images/nav_services.gif); width: 65px;}
	#nav-client { background-image: url(images/nav_client.gif); width: 82px;}
		/** for the drop down width **/
		#nav-client ul li{
			width: 180px;
			}
	#nav-resources { background-image: url(images/nav_resources.gif); width: 138px;}
		/** for the drop down width **/
		#nav-resources ul li{
			width: 135px;
			}
	#nav-contact { background-image: url(images/nav_contact.gif); width: 76px;}
	
	
	/************************** LEFT NAVIGATION ********************************/
	.left-navText {
	font-size: 18px;
	font-weight: bold;
}
	#left-nav {
	
		float: left;
		margin-left:40px;
		margin-right: 5px;
		padding-right: 15px;
		width: 160px;
		background-image:url(images/mid_strip.jpg);
		background-repeat:repeat-y;
		background-position:right;
		}
	
	#left-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	
	#left-nav ul li {
		padding: 0;
		margin: 0;
		display: block;
		height: 24px;
		}
	
	#left-nav a {
		background-repeat: no-repeat;
		display: block;
		background-position: 0 0;
		text-decoration: none;
		}
	
	#left-nav a:hover {
		background-position: 0 -24px;
		}

	
	
	
	#left-nav ul ul {
		margin-top: 0px;
		margin-bottom: 10px;
		width: 160px;
		}
	
	#left-nav ul ul li {
		height: 30px;
		border-top: 1px solid #000000;
		font-size: 13px;
		}
	
	#left-nav ul ul li a {
		display: block;
		height: 30px;
		color: #000000;
		background-color: #FFFFFF;
		text-decoration: none;
		line-height: 30px;
		padding-left: 10px;
		}
	
	#left-nav ul ul li a:hover {
		background: #f9faee;
		}
	
	#leftnav-last {
		border-bottom: 1px solid #dddddd;
		}
	
	#clientnav li a {
		color: #115737 !important;
		}
		
	
	/************************** CONTENT ********************************/
	#middle {
		float:left;
	
		height:100%;
		width: 8px;
	
		}
	#right {
		float: left;
		width: 540px;
		line-height: 20px;
		color: #333;
	
		}
	
	#right ul {
		margin-top: 2px;
		margin-left: 5px;
		}
	#foot {
	   width: 400px;
	   padding:0 0 0 0 ;
	   }
	   
	#footer {
		width: 750px;
		padding: 15px 15px 0 15px;
		margin-bottom: 0px;
		text-align: center;
		color: #666666;
		}
	
	#footer a {
		font-size: 12px;
		color: #666666;
		text-decoration: underline;
		}
	
	#footer a:hover {
		font-size: 12px;
		color: #999999;
		text-decoration: none;
		}
	
	#footer .small-links a {
		font-size: 11px;
		color: #666666;
		text-decoration: underline;
		}
	
	#footer .small-links a:hover {
		font-size: 11px;
		color: #999999;
		text-decoration: none;
		}
	

	
	/*                         PAGE SPECIFIC                           */
	
	/*************************** SERVICES ******************************/
	

	
	.answer {
		padding: 10px;
		font-size: 11px;
		background: #e8e7d9;
		color: #333333;
		}
	
	.red {
		color:#CC3300;
		}
	
	.disclaimer {
		font-size: 11px;
		font-weight: bold;
		color: #6f6c58;
		}
	
	/*************************** CLASSES *******************************/
	
	.brown {
		color: #6f6c58;
		/*color: #684415;*/
		font-size: 12px;
		line-height: 20px;
		}
	
	.border {
		border-bottom: 1px solid #6f6c58;
		padding: 0 0px 5px 0px;
		/*border: 1px solid #cccccc;
		background: #f4f4f4;*/
		}
	
	.pad {
		padding-left: 15px;
		padding-right: 15px;
		}
	
	.spacer {
		clear: both;
		}
	
	.fine-print {
		font-size: 10px;
		}
	
