@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

html{
	/*background: url(../images/body_bg.gif) #fff repeat-x bottom;*/
	background: url(../images/html_bg.gif) repeat-x;
	
	height: 100%;
}



body{
	background:url(../images/body_bg.gif) no-repeat top center;
	color:#363636;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body.admin{
	background-position: 0 14px;
}

#wrap{
	margin:0px auto;
	text-align:left;
	width:976px;
	position: relative;
	/* Set this to the same height as the footer */
    margin-bottom: 0px;
}

/* HEADER
-------------------------------------------*/
#header{
	background:url(../images/header_bg.gif) no-repeat -1px 0px;
	height:164px;
	margin-left:36px;
	margin-right:34px;
}

#header h1{
	position: absolute;
	top: 30px;
	font-size: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#logo{
		background: transparent;
		left:0px;
		position:absolute;
		top: 18px;
	}
		#logo img{
			height:48px;
			width:347px;
		}

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	height:0px;
	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:#333;
					display:block;
					float:left;
					font-weight:bold;
					text-decoration:none;
					background:transparent;
					height:19px;
					padding:4px 10px 0;
					margin: 0 5px 0 5px;
					
				}
				#nav a:hover, #nav a.active{
					color:#fff;
					background: #255082;
				}
#main-body{
background:url(../images/wrap_bg.gif) repeat-y;
padding-left:36px;
padding-right:36px;
	  	height:auto !important;
	  	height:400px;
}
	#main-table-body{
		background:transparent;
		border-collapse:collapse;
		clear:left;
		
		
	}
	#main-table-body-leftcell{
		background: #fff;
		width:215px;
		vertical-align:top;
	}
	#main-table-body-rightcell{
		vertical-align:top;
		width:685px;
	}

/* SUB MENU
-------------------------------------------*/
#sidebar {
	background:none;
	margin:0;
}

#menu-header {
	background:transparent;
}

#menu{
	margin: 0;
	padding:0 0 10px 0;
	width: 215px;
	background:#4262A3;
}
	#menu ul{
		font-size: 12px;
		margin:0 0 0 20px;
		padding: 6px 0 0 0;
		list-style: square inside;
	}
		#menu li{
			background-image:none;
			padding:0 0 0 0px;
			margin: 0 0px 0px 0;
			list-style: none;
			background:url(../images/subMenu_bg.gif) no-repeat bottom left;
		}
			#menu a {
				text-decoration:none;
				text-transform:none;
				color:#fff;
				display:block;
				font-size: 12px;
				font-weight:bold;
				padding: 6px 4px 6px 5px;
				/*border-bottom: 1px solid #fff;*/
			}
			
			#menu a:hover {
				color: #d3f546;
			}
			
			#menu a .current, #menu .active{
				color: #d3f546;
			}
			
			#menu a .subcurrent{
				color: #d3f546;
				text-decoration: none;
			}
			
			#menu li ul{
				margin: 0 0px 0 0px;
				padding: 0;
				background:transparent url(../images/subMenu_bg.gif) no-repeat 0px -31px;
			}
			
			#menu li ul li{
				padding: 0px 0 0px 0px;	
				margin: 0;
			}
			
			#menu li ul li a {
				font-size: 12px;
				text-decoration: none;
				padding-left:20px;
				background:transparent url(../images/sub_subMenu_bg.gif) no-repeat 3px -5px;
				font-weight:normal;
			}
			
			#menu li ul li a:hover, #menu li ul li .active{
				background-color: transparent;
				color: #c8ea3b;
				background:transparent url(../images/sub_subMenu_active_bg.gif) no-repeat 3px -5px;
			}
			
	#menu-footer{
		background:url(../images/leftSide_bg.gif) repeat-x #fff 0px -30px;
		padding-bottom:85px;
		text-align:center;
	}

#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	padding:0 0 0 0px;
	margin: 0;
	position:relative;
	width:673px;
}
	#breadcrumblist{
		font-size: 10px;
		line-height:120%;
		padding:.5em 0 .5em 30px;
		width:430px;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
			color:#1d54a1;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{
			color:#1d54a1;
		}
		#breadcrumbemail{
			font-size: 10px;
			position:absolute;
			right:9em;
			text-align:right;
			top:5px;
			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:#1d54a1;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
				color:#1d54a1;
				}
		
		#breadcrumbprint{
			font-size: 10px;
			position:absolute;
			right:0;
			text-align:right;
			top:5px;
			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:#1d54a1;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
				color:#1d54a1;
				}


/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:inherit;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin: 5px 17px 0pt 30px;
		padding:0 0 10px 0;
		overflow:hidden;
		min-height:400px;
	}
	#pagetitle{
		margin:0 0 15px 0px;
	}
		#pagetitletext h1{
		font-family:Arial, Helvetica, sans-serif;
			font-size:30px;
			font-weight: bold;
			color: #3e5fa1;
			border-bottom:3px solid #c8ea3b;
		}
	#content-footer{
		
	}

/* FOOTER
-------------------------------------------*/
#clearfooter{
		/* Set this to the same height as the footer */
		height: 0px;
		clear: both;
}

#footer{
	clear:both;
	height: 106px;
	margin:0 auto;
	position:relative;
	background:url(../images/footer_bg_new.gif) no-repeat;
	margin-left:-22px;
	padding-left:22px;
}
	#footerwrap{
		margin:0 auto;
		width: 900px;
		position:relative;
		height: 36px;
		/*background: url(../images/footer_bg.gif) repeat-x;*/
	}
	
	#copyright{
		color:#a4bde9;
		font-size:9px;
		position:absolute;
		right:6px;
		bottom:10px;
	}
	
	#poweredby{
		color:#a4bde9;
		font-size:9px;
		position:absolute;
		right:90px;
		bottom:9px;
	}
		#poweredby a{
			color:#a4bde9;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}
		
		#extraDiv{
		width:12px;
		top:164px;
		position:absolute;
		background:#3A5C9F url(../images/extraDiv_bg.gif) no-repeat bottom left;
		right:34px;
		height:411px;
		}