@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);
/*
	HEIGHTS
		#header
		#tabs
		
	IMAGES
		header_bg
		nav_bg
		
	WIDTHS
		#wrap
		#main-table-body-leftcell 
		#main-table-body-rightcell
	
	1. Uncomment #printlogo
	2. If necessary, change the width of .comp-content in layout0.css
	3. If unordered and ordered lists have bg images change the paths in common.css
*/

body {
	background:#514f50 url(../images/body_bg.gif) 0 0 repeat-x;
	color:#444;
	font-family:Arial, Verdana Helvetica, sans-serif;
	font-size:.76em;
	text-align:center;
}
	body.admin {
		background-position:0 15px;
	}
#wrap {
	background:#fff;
	border-left:14px solid #FFF;
	border-right:14px solid #FFF;
	position:relative;
	margin:0px auto;
	text-align:left;
	width:760px;
}

/* HEADER
-------------------------------------------*/
#header {
	background:#fff url(../images/header_bg.jpg);
	height:226px;
	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{
	height:0 !important;
	position:absolute;
	top:0;
	width:100%;
}
	#nav {
		margin:0 auto;
		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.jpg) 0 0 no-repeat;
					height:0 !important;
					overflow:hidden;
					padding:23px 0 0 0;*/
				}
				
				/* Home */
				li#t11788 a {
					left:469px;
					width:47px;
					background:url(../images/nav_utility.gif) -0px 0px no-repeat;
					top:18px;
					position:absolute;
					height:0 !important;
					overflow:hidden;
					padding:29px 0 0 0;
				}
				li#t11788 a:hover, li#t11788 a.active {
					background-position:-0px -29px;
				}
				
				/* About Us */
				li#t12059 a {
					left:516px;
					width:71px;
					background:url(../images/nav_utility.gif) -47px 0px no-repeat;
					top:18px;
					position:absolute;
					height:0 !important;
					overflow:hidden;
					padding:29px 0 0 0;
				}
				li#t12059 a:hover, li#t12059 a.active {
					background-position:-47px -29px;
				}
				
				/* News & Events */
				li#t12065 a {
					left:587px;
					width:100px;
					background:url(../images/nav_utility.gif) -118px 0px no-repeat;
					top:18px;
					position:absolute;
					height:0 !important;
					overflow:hidden;
					padding:29px 0 0 0;
				}
				li#t12065 a:hover, li#t12065 a.active {
					background-position:-118px -29px;
				}
				
				/* Contact Us */
				li#t12060 a {
					left:687px;
					width:73px;
					background:url(../images/nav_utility.gif) -218px 0px no-repeat;
					top:18px;
					position:absolute;
					height:0 !important;
					overflow:hidden;
					padding:29px 0 0 0;
				}
				li#t12060 a:hover, li#t12060 a.active {
					background-position:-218px -29px;
				}
				
				
				/* Services */
				li#t12062 a {
					left:382px;
					width:78px;
					background:url(../images/nav_tabs.gif) -0px 0px no-repeat;
					top:47px;
					position:absolute;
					height:0 !important;
					overflow:hidden;
					padding:42px 0 0 0;
				}
				li#t12062 a:hover, li#t12062 a.active {
					background-position:-0px -42px;
				}
				
				/* Business Resources */
				li#t12063 a {
					left:460px;
					width:134px;
					background:url(../images/nav_tabs.gif) -78px 0px no-repeat;
					top:47px;
					position:absolute;
					height:0 !important;
					overflow:hidden;
					padding:42px 0 0 0;
				}
				li#t12063 a:hover, li#t12063 a.active {
					background-position:-78px -42px;
				}
				
				/* Careers */
				li#t16113 a {
					left:594px;
					width:65px;
					background:url(../images/nav_tabs.gif) -212px 0px no-repeat;
					top:47px;
					position:absolute;
					height:0 !important;
					overflow:hidden;
					padding:42px 0 0 0;
				}
				li#t16113 a:hover, li#t16113 a.active {
					background-position:-212px -42px;
				}
				
				/* IT Consulting */
				li#t12068 a {
					left:659px;
					width:101px;
					background:url(../images/nav_tabs.gif) -277px 0px no-repeat;
					top:47px;
					position:absolute;
					height:0 !important;
					overflow:hidden;
					padding:42px 0 0 0;
				}
				li#t12068 a:hover, li#t12068 a.active {
					background-position:-277px -42px;
				}

#main-body{
}
	#main-table-body{
		background:transparent;
		border-collapse:collapse;
		clear:left;
		height:400px;
	}
	#main-table-body-leftcell {
		background:#ecebe1;
		width:193px;
		vertical-align:top;
	}
	#main-table-body-rightcell {
		vertical-align:top;
		width:567px;
	}

/* SUB MENU
-------------------------------------------*/
#sidebar {
	background:none;
	margin:100px 0 0 0;
	width:inherit;
}

#menu-header {
	background:transparent;
}

#menu{
}
	#menu ul{
		font-size:90%;
		margin:0;
		padding:0;
		width:100%;
	}
		#menu li{
			background-image:none;
			display:block;
			padding:0;
		}
		* html #menu li{
			height:0px;
		}
			#menu a{
				background:transparent;
				color:#000;
				display:block;
				font-size:11px;
				font-family:Georgia, "Times New Roman", Times, serif;
				padding:9px 5px 9px 23px;
				text-decoration:none;
				text-transform:none;
			}
			#menu li a:hover, #menu li a.current, #menu li a.subcurrent, #menu li a.active{
				background:url(../images/bullet_menu.gif) 13px 11px no-repeat;
				color:#8F1F1F;
			}
			#menu li li{
				border-width:0px;
			}
				#menu li li a {
					padding:3px 3px 3px 31px;
					text-transform:none;
				}
					#menu li li a:hover, #menu li li a.subcurrent{
						background-position:21px 5px;
					}

	#menu-footer{
		background:transparent;
	}

#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	height:29px;
	width:100%;
}
	#breadcrumblist{
		color:#554d3c;
		float:left;
		font-size:85%;
		line-height:120%;
		padding:10px 0 0 5px;
		width:400px;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
			color:#554d3c;
			text-decoration:none;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{
			color:#8F1F1F;
			text-decoration:underline;
		}
		
		#breadcrumbemail{
			float:right;
			font-size:85%;
			text-align:right;
			width:100px;
		}
			#breadcrumbemail a:link, #breadcrumbemail a:visited{
				background:url(../images/email.gif) no-repeat 0px 13px;
				color:#554d3c;
				float:right;
				padding:10px 5px 0 18px;
				text-decoration:none;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
					color:#8F1F1F;
					text-decoration: underline;
				}
		
		#breadcrumbprint{
			float:right;
			font-size:85%;
			text-align:right;
			width:100px;
	
		}
			#breadcrumbprint a:link, #breadcrumbprint a:visited{
				background:url(../images/printer.gif) no-repeat left 12px;
				color:#554d3c;
				float:right;
				padding:10px 5px 0 18px;
				text-decoration:none;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
					color:#8F1F1F;
					text-decoration:underline;
				}

/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	margin: 100px 0 0 0;
	width:inherit;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin:0 10px 0px 10px;
		padding:0 0 10px 0;
		overflow:hidden;
		width:inherit;
	}
	#pagetitle{
		background:#8f1f1f;
		height:48px;
		margin:0 0 0 -203px;
		padding:20px 0 0 15px;
		position:absolute;
		top:255px;
		width:745px;
	}
		#pagetitletext h1{
			color:#FFF;
			font-weight:normal;
		}
	#content-footer{
		display: none;
	}

/* FOOTER
-------------------------------------------*/
#footer{
	border-top:1px solid #d5cbbd;
	clear:both;
	height:60px;
	margin:0 auto;
	position:relative;
	width:100%;
}
	#footerwrap{
		width:100%;
	}
		#footernav {
			border-bottom:1px solid #d5cbbd;
			padding:8px 0 8px 0;
			text-align:center;
		}
			#footernav ul {
				display:inline;
				margin:0;
				padding:0;
			}
				#footernav li {
					background-image:none;
					display:inline;
					list-style:none;
					margin:0;
					padding:0;
				}
				#footernav li.first {border: 0;}
					#footernav li a {
						color: ##8F1F1F;
						font-family:Georgia, "Times New Roman", Times, serif;
						font-size:.9em;
						padding:0 10px 0;
						text-decoration:none;
						text-transform:none;
					}
					#footernav li a:hover {text-decoration: underline;}
					
	#copyright{
		color:#b2b2b2;
		clear:left;
		font-size:11px;
		float:left;
		margin:5px 10px 0 212px;
		padding:0 0 15px 0;
	}
	* html #copyright{
		margin-left:100px;
	}
	#poweredby{
		color:#b2b2b2;
		font-size:11px;
		float:left;
		margin:5px 0 0 0;
	}
		#poweredby a{
			color:#b2b2b2;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration:underline;}