@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

html{
	background: transparent;
	height: 100%;
}

body{
	background: #9ca6ad url(../images/html_bg.gif) repeat-x 0 0;;
	color:#3b4250;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	height: 100%;
}

body.admin{
	background-position: 0 14px;
}

#wrap{
	margin:0px auto;
	text-align:left;
	width:900px;
	min-height: 100%;
	position: relative;
	/* Set this to the same height as the footer */
    margin-bottom: -119px;
	background:transparent url(../images/wrap_bg.gif) no-repeat bottom center;
}

/* HEADER
-------------------------------------------*/
#header{
	height: 98px;
	margin:0 auto;
	background:transparent url(../images/header_bg.jpg) no-repeat 0px 0px;
}

#header h1{
	position: absolute;
	top: 30px;
	font-size: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#logo{
		background: url(../images/spacer.gif) 0 0 no-repeat;
		left:0px;
		position:absolute;
		top: 12px;
	}
		#logo img{
			height:71px;
			width:187px;
		}

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	height:29px;
	position:absolute;
	width:100%;
	background:#cbb777;
}
	#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{
					display:block;
					float:left;
					text-decoration:none;
					background:url(../images/nav_bg.gif) 0 0 no-repeat;
					height:0 !important;
					overflow:hidden;
					padding:20px 0 0 0;
					position:absolute;
					top:-27px;
				}
				
				#nav a:hover, #nav a.active{
				}
				
				/*Home*/
				#t57660 a, #t57660 a.active{
				width:40px;
				background-position:-2px 0px;
				left:226px;
				}
				
				#t57660 a:hover{
				background-position:-2px -20px;
				}
				
				/*About*/
				#t59005 a{
				width:50px;
				background-position:-56px 0px;
				left:280px;
				}
				
				#t59005 a:hover, #t59005 a.active{
				background-position:-56px -20px;
				}
				
				/*Services*/
				#t59404 a{
				width:55px;
				background-position:-119px 0px;
				left:342px;
				}
				
				#t59404 a:hover, #t59404 a.active{
				background-position:-119px -20px;
				}
				
				/*Projects*/
				#t59007 a{
				width:64px;
				background-position:-188px 0px;
				left:411px;
				}
				
				#t59007 a:hover, #t59007 a.active{
				background-position:-188px -20px;
				}
				
				/*Resoruces*/
				#t59102 a{
				width:78px;
				background-position:-262px 0px;
				left:486px;
				}
				
				#t59102 a:hover, #t59102 a.active{
				background-position:-262px -20px;
				}
				
				/*Contact*/
				#t59006 a{
				width:64px;
				background-position:-351px 0px;
				left:574px;
				}
				
				/*Login*/
				#t64901 a{
				background:transparent url(../images/login.gif) no-repeat 0px 1px;
				color:#776f53;
				padding:0 0 0 13px;
				top:7px;
				right:23px;
				text-indent:0px;
				height:20px !important;
				text-transform:lowercase;
				font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
				font-size:9px;
				font-weight:bold;
				}
				
				#t59006 a:hover, #t59006 a.active{
				background-position:-351px -20px;
				}
#main-body{
background:transparent url(../images/main_body_bg.gif) no-repeat 1px 0px;
}
	#main-table-body{
		border-collapse:collapse;
		clear:left;
	}
	#main-table-body-leftcell{
		background: transparent;
		width:250px;
		vertical-align:top;
	}
	#main-table-body-rightcell{
		vertical-align:top;
		width:650px;
	}

/* SUB MENU
-------------------------------------------*/
#sidebar {
	background:none;
	margin:7px 0 0 0;
}

#menu-header {
	background:transparent;
}

.tab59006  #menu-header{
height:50px;
background:url(../images/menu_header_contact.gif) no-repeat 17px 16px;
}

.tab59404   #menu-header{
background:url(../images/menu_header_services.gif) no-repeat 17px 16px;
height:50px;
}

#menu{
	margin: 21px 0 0 2px;
	padding:0;
	width: 250px;
}

#menu h3{
margin-bottom:30px;
}

#menu h3 a{
text-indent:-10000px;
text-decoration:none;
}

#menu h3 a:hover{
text-decoration:none;
}

.tab59005  #menu h3 a{
background:url(../images/menu_header_about.gif) no-repeat 17px 0px;
}

.tab59404  #menu h3 a{
background:url(../images/menu_header_services.gif) no-repeat 17px 0px;
}

.tab59007  #menu h3 a{
background:url(../images/menu_header_projects.gif) no-repeat 17px 0px;
}

.tab59102  #menu h3 a{
background:url(../images/menu_header_resources.gif) no-repeat 17px 0px;
}

.tab59006  #menu h3 a{
background:url(../images/menu_header_contact.gif) no-repeat 17px 0px;
display:none;
}

.tab64901  #menu h3 a{
background:url(../images/menu_header_login.gif) no-repeat 17px 0px;
}

	#menu ul{
		font-size: 12px;
		margin:0 20px 0 13px;
		padding:0;
		list-style: square inside;
	}
		#menu li{
			background-image:none;
			padding:0 0 0 0px;
			margin: 0 0px 0px 0;
			list-style: none;
		}
			#menu a {
				text-decoration:none;
				text-transform:none;
				color:#848585;
				font-weight:bold;
				display:block;
				font-size: 11px;
				padding: 6px 0px 6px 5px;
				width:215px;
			}
			
			#menu a:hover {
				color: #003d7d;
			}
			
			#menu a.current{
				color: #003d7d;
			}
			
			#menu a.subcurrent{
			color:#003d7d;
			background:transparent;
			}
			
			#menu li ul{
				margin: 0 0px 0 0px;
				padding: 0;
			}
			
			#menu li ul li{
				list-style: none;
				padding: 0px 0 0px 0px;
				margin: 0;
			}
			
			#menu li ul li a {
				font-size: 10px;		
				padding-left: 20px;
				text-decoration: none;
				background: transparent;
				width:185px;
			}
			
			#menu li ul li a:hover {
				color: #003d7d;
			}
			
	#menu-footer{
		background:transparent;
	}

#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	padding:0 0 0 0px;
	margin: 0;
	position:relative;
	width: 832px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	color:#3b4250;
	font-size:9px;
}
	#breadcrumblist{
		font-size: 10px;
		line-height:120%;
		padding:.7em 0 .5em 4px;
		width:638px;
		height:10px;
		overflow:hidden;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
			color:#3b4250;
			font-weight:bold;
			text-decoration:underline;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{	
			color:#3b4250;
			text-decoration:none;		
		}
		#breadcrumbemail{
			font-size: 10px;
			position:absolute;
			right:90px;
			text-align:right;
			top:7px;
			width:9em;
		}
			#breadcrumbemail a:link, #breadcrumbemail a:visited{
				background:url(../images/email.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#837c63;
				font-weight:bold;
				text-decoration:none;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
				text-decoration:none;
				}
		
		#breadcrumbprint{
			font-size: 10px;
			position:absolute;
			right:2px;
			text-align:right;
			top:7px;
			width:9em;
		}
			#breadcrumbprint a:link, #breadcrumbprint a:visited{
				background:url(../images/printer.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#837c63;
				font-weight:bold;
				text-decoration:none;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
				text-decoration:none;
				}


/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:inherit;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin: 0px 0px 0 1px;
		padding:0 0 10px 0px;
		overflow:hidden;
	}
	#pagetitle{
		background:#3B4250 url(../images/title_bg.gif) repeat-x 0px 0px;
		margin:7px 0 30px 0px;
		padding-left:0px;
		padding-top:9px;
	}
		#pagetitletext h1{
			font-size:22px;
			font-weight:normal;
			font-family:Arial, Helvetica, sans-serif;
			color: #d8d9dc;
			background:transparent;
			padding:0 0 0 29px;
			margin-left:0px;
			width:620px;
			line-height:34px;
		}
	#content-footer{
		
	}

/* FOOTER
-------------------------------------------*/
#clearfooter{
		/* Set this to the same height as the footer */
		height: 158px;
		clear: both;
}

#footer{
	clear:both;
	height: 119px;
	margin:0 auto;
	position:relative;
	background: #3b4250 url(../images/footer_bg.gif) no-repeat top center;
	border-top: 1px solid #fff; 
}
	#footerwrap{
		margin:0 auto;
		width: 900px;
		position:relative;
		height: 40px;
	}
	
	#copyright{
		color:#fff;
		font-size:9px;
		position:absolute;
		left:0px;
		bottom:10px;
	}
	
	#poweredby{
		color:#999;
		font-size:9px;
		position:absolute;
		right:0px;
		bottom:10px;
	}
		#poweredby a{
			color:#fff;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}