@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);
@import url(apps/news01.css);
/*
	HEIGHTS
		#header
		#tabs
		
	IMAGES
		header_bg.png
		nav_bg.png
		bullet_001.png
		bullet_002.png
		bullet_003.png
		
	WIDTHS
		#wrap
		#main-table-body-leftcell 
		#main-table-body-rightcell
		
	If necessary, change the width of .comp-content in layout0.css
	If unordered and ordered lists have bg images change the paths in common.css
*/

body {
	background:#3d6622;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.76em;
	text-align:center;
}

#wrap {
	background:#fff;
	position:relative;
	margin:0px auto;
	text-align:left;
	width:760px;
}

/* HEADER
-------------------------------------------*/
#header {
	background:#fff url(../images/header_bg.jpg);
	height:172px;
	margin:0 auto;
}
	#logo {
		background:transparent;
		left:0px;
		position:absolute;
		top:0px;
	}
		#logo img {
			height:85px;
			width:183px;
		}
		#printlogo{
			display:none;
		}
	#tagline {
	}
	

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	background:#3d6622 url(../images/tabs_bg.png) 0 0 repeat-x;
	height:49px;
	width:100%;
}
	#nav {
		margin:0 auto;
		padding:0 0 0 47px;
		text-align:center;
	}
		#nav ul{
			list-style:none;
			margin:0 auto;
			text-align:left;
		}
			#nav ul li {
				background-image:none;
				display:inline;
				margin:0;
				padding:0;
			}
				#nav a {
					color:#FFF;
					display:block;
					float:left;
					text-decoration:none;
					background:transparent;
					height:19px;
					padding:4px 10px 0;
					/******************************************************************
						If you are using a background image then uncomment the following lines.
						Change the padding to reflect the height of the tabs.
					*******************************************************************/
					background:url(../images/nav_bg.png) 0 0 no-repeat;
					height:0 !important;
					overflow:hidden;
					padding:49px 0 0 0;
				}
				
				/* Home */
				li#t43213 a {
					width:63px;
					background-position:-71px 0;
				}
				li#t43213 a:hover, li#t43213 a.active {
					background-position:-71px -49px;
				}
				
				/* Areas of Expertise */
				li#t43385 a {
					width:154px;
					background-position:-134px 0;
				}
				li#t43385 a:hover, li#t43385 a.active {
					background-position:-134px -49px;
				}
				
				/* Clients */
				li#t45661 a {
					width:132px;
					background-position:-288px 0;
				}
				li#t45661 a:hover, li#t45661 a.active {
					background-position:-288px -49px;
				}
				
				/*  Partners */
				li#t43298 a {
					width:89px;
					background-position:-424px 0;
				}
				li#t43298 a:hover, li#t43298 a.active {
					background-position:-424px -49px;
				}
				
				/*  News */
				li#t43299 a {
					width:61px;
					background-position:-512px 0;
				}
				li#t43299 a:hover, li#t43299 a.active {
					background-position:-512px -49px;
				}

				/* About Us */
				li#t43297 a {
					width:89px;
					background-position:-575px 0;
				}
				li#t43297 a:hover, li#t43297 a.active {
					background-position:-575px -49px;
				}

				/*  Contact */
				li#t43302 a {
					width:86px;
					background-position:-662px 0;
				}
				li#t43302 a:hover, li#t43302 a.active {
					background-position:-662px -49px;
				}

#main-body{
}
	#main-table-body{
		background:transparent;
		border-collapse:collapse;
		clear:left;
		height:400px;
	}
	#main-table-body-leftcell {
		background:#99b58d;
		width:163px;
		vertical-align:top;
	}
	#main-table-body-rightcell {
		background:url(../images/content_bg.gif) 0 0 no-repeat;
		vertical-align:top;
		width:597px;
	}

/* SUB MENU
-------------------------------------------*/
#sidebar {
	margin:10px 0 0 0;
	background:none;
}

#menu-header {
	background:transparent;
}

#menu{
	margin:80px 0 0 0;
}

#menu-footer{
margin-bottom:170px;
font-size:.90em;
left:6px;
padding:0;
text-align:center;
width:165px;
}

	#sidebar ul{
		font-size:90%;
		margin:0;
		padding:0;
		width:100%;
	}
		#sidebar li{
			background-image:none;
			display:block;
			padding:0 0 0 2px;
		}
		* html #sidebar li{
			height:0px;
		}
			#sidebar li a {
				border-left:1px solid #99B58D;
				border-top:1px solid #99B58D;
				color:#000;
				display:block;
				font-size:1.2em;
				font-weight:bold;
				padding:9px 5px;
				text-decoration:none;
			}
			#sidebar li a:hover {
				background:#3d6622;
				border-left:1px solid #749462;
				border-top:1px solid #749462;
				color:#FFF;
			}
			#sidebar li a.subcurrent, #sidebar li a.current{
				background:#3d6622;
				border-left:1px solid #749462;
				border-top:1px solid #749462;
				color:#FFF;
			}
			#sidebar li li a {
				padding:5px 5px 5px 16px;
			}

#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	background:#99B58D url(../images/breadcrumb.gif) 16px .75em no-repeat;
	border-bottom:1px solid #5a645b;
	height:2em;
	margin:0;
	overflow:hidden;
	width:100%;
}
	#breadcrumblist{
		color:#554d3c;
		float:left;
		font-size:85%;
		line-height:120%;
		padding:.75em 0 .5em 33px;
		width:530px;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
			color:#554d3c;
			text-decoration:none;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{
			color:#3c661e;
			text-decoration:underline;
		}
		
		#breadcrumbemail{
			float:right;
			font-size:85%;
			margin:6px 0 0 0;
			text-align:right;
			width:100px;
		}
			#breadcrumbemail a:link, #breadcrumbemail a:visited{
				background:url(../images/email.gif) no-repeat 0px;
				color:#554d3c;
				float:right;
				padding:0 5px 0 18px;
				text-decoration:none;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
					color: #3c661e;
					text-decoration: underline;
				}
		
		#breadcrumbprint{
			float:right;
			font-size:85%;
			height:1.5em;
			margin:6px 0 0 0;
			text-align:right;
			width:90px;
		}
			#breadcrumbprint a:link, #breadcrumbprint a:visited{
				background:url(../images/printer.gif) no-repeat left;
				color:#554d3c;
				float:right;
				padding:0 5px 0 18px;
				text-decoration:none;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
					color:#3c661e;
					text-decoration:underline;
				}

/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:100%;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin:33px 10px 0px 31px;
		overflow:hidden;
	}
	#pagetitle{
		margin:0 0 15px 0;
	}
		#pagetitletext h1{
			color:#3D6622;
			font-weight:bold;
		}
	#content-footer{
		display: none;
	}

/* FOOTER
-------------------------------------------*/
#footer{
	background:#3b6621;
	border-top:1px solid #666;
	clear:both;
	height:40px;
	margin:0 auto;
	position:relative;
	text-align:center;
	width:100%;
}
	#footerwrap{
		background:url(../images/tabs_bg.png) 0 0 repeat-x;
		height:49px;
		width:100%;
	}
		#footernav {
			margin:0 auto;
			padding:0 0 0 47px;
			text-align:center;
		}
			#footernav ul{
				list-style:none;
				margin:0 auto;
				text-align:left;
			}
				#footernav ul li {
					background-image:none;
					display:inline;
					margin:0;
					padding:0;
				}
					#footernav a {
						color:#FFF;
						display:block;
						float:left;
						text-decoration:none;
						background:url(../images/nav_bg.png) 0 0 no-repeat;
						height:0 !important;
						overflow:hidden;
						padding:49px 0 0 0;
					}
					
					/* Home */
				li#f43213 a {
					width:63px;
					background-position:-71px 0;
				}
				li#f43213 a:hover, li#f43213 a.active {
					background-position:-71px -49px;
				}
				
				/* Areas of Expertise */
				li#f43385 a {
					width:154px;
					background-position:-134px 0;
				}
				li#f43385 a:hover, li#f43385 a.active {
					background-position:-134px -49px;
				}
				
				/* Clients */
				li#f45661 a {
					width:132px;
					background-position:-288px 0;
				}
				li#f45661 a:hover, li#f45661 a.active {
					background-position:-288px -49px;
				}
				
				/*  Partners */
				li#f43298 a {
					width:89px;
					background-position:-424px 0;
				}
				li#f43298 a:hover, li#f43298 a.active {
					background-position:-424px -49px;
				}
				
				/*  News */
				li#f43299 a {
					width:61px;
					background-position:-512px 0;
				}
				li#f43299 a:hover, li#f43299 a.active {
					background-position:-512px -49px;
				}

				/* About Us */
				li#f43297 a {
					width:89px;
					background-position:-575px 0;
				}
				li#f43297 a:hover, li#f43297 a.active {
					background-position:-575px -49px;
				}

				/*  Contact */
				li#f43302 a {
					width:86px;
					background-position:-662px 0;
				}
				li#f43302 a:hover, li#f43302 a.active {
					background-position:-662px -49px;
				}
	#copyright{
		color:#FFF;
		clear:left;
		font-size:11px;
		float:left;
		margin:15px 10px 0 180px;
		padding:0 0 15px 0;
	}
	* html #copyright{
		margin-left:90px;
	}
	#poweredby{
		color:#FFF;
		font-size:11px;
		float:left;
		margin:15px 0 0 0;
	}
		#poweredby a{
			color: #FFF;
			text-decoration: none;
		}
		#poweredby a:hover {text-decoration: underline;}
		
	#extradiv{
		position:absolute;
		bottom:30px;
		background:transparent;
		font-size:.90em;
		left:6px;
		padding:0;
		text-align:center;
	}
	*html #extradiv{
		bottom:80px;
	}
