@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

html{
	
	background:transparent;
	height: 100%;
}

body{
	background: url(../images/body_bg.gif) repeat-x #051839;
	color:#444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 100%;
}

body.admin{
	background-position: 0 14px;
}

#wrap{
	margin:0px auto;
	text-align:left;
	width:900px;
	padding:0px 9px 0px 9px;
	position: relative;
    margin-top:25px;
	background:transparent url(../images/wrap_bg.gif) no-repeat 0px -24px;
}

/* HEADER
-------------------------------------------*/
#header{
	height: 111px;
	margin:0 auto;
	background:transparent url(../images/header.gif) 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: transparent;
		left:0px;
		position:absolute;
		top: 16px;
	}
		#logo img{
			height:86px;
			width:347px;
		}

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	height:41px;
	background:transparent url(../images/nav_background.gif) repeat-x 0px 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{
					display:block;
					float:left;
					text-decoration:none;
					/******************************************************************
						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.gif) 0 0 no-repeat;
					height:0 !important;
					overflow:hidden;
					padding:38px 0 0 0;
					margin-left:18px;
				}
				
				
				/* Home */
				li#t59541 a, li#t59541 a.active{
					background-position:-0px 0;
					width:70px;
				}
				li#t59541 a:hover{
					background-position:-0px -38px;
				}

				/* About Us */
				li#t59704 a{
					background-position:-88px 0px;;
					width:94px;
				}
				li#t59704 a:hover, li#t59704 a.active{
					background-position:-88px -38px;
				}
				
				/* Industry Leader */
				li#t59705 a{
					background-position:-200px 0;
					width:150px;
				}
				li#t59705 a:hover, li#t59705 a.active{
					background-position:-200px -38px;
				}
				
				/* Services */
				li#t59703 a{
					background-position:-377px 0;
					width:99px;
				}
				li#t59703 a:hover, li#t59703 a.active{
					background-position:-377px -38px;
				}
				
				/* Project */
				li#t59702 a{
					background-position:-489px 0;
					width:100px;
				}
				li#t59702 a:hover, li#t59702 a.active{
					background-position:-489px -38px;
				}
				
				/* Contact */
				li#t59701 a{
					background-position:-735px 0;
					width:110px;
				}
				li#t59701 a:hover, li#t59701 a.active{
					background-position:-735px -38px;
				}
				
				/* Client Login */
				li#t59720 a{
					background-position:-614px 0;
					width:111px;
				}
				li#t59720 a:hover, li#t59720 a.active{
					background-position:-614px -38px;
				}
#main-body{
}
	#main-table-body{
		background:transparent;
		border-collapse:collapse;
		clear:left;
		height: auto !important;
		height: 400px;			
	}
	#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;
}

#menu{
	margin: 10px 0 0 2px;
	padding:0;
	width: 230px;
	position:relative;
	left:17px;
}

#menu h3{
margin-bottom:0px;
}

#menu h3 a{
background:transparent url(../images/menu_headings_bg.gif) no-repeat 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#fff;
font-size:14px;
text-transform:uppercase;
height:29px;
}

#menu h3 a:hover{
color:#fff;
}
	#menu ul{
		font-size: 12px;
		margin:0px 0px 0 0;
		padding-bottom:7px;
		list-style: square inside;
		border-right:1px solid #edebeb;
		border-left:1px solid #edebeb;
		background:transparent url(../images/menu_bg.gif) no-repeat left bottom;
		width:225px;
	}
		#menu li{
			background-image:none;
			padding:0 0 0 0px;
			margin: 0 0px 0px 17px;
			list-style: none;
		}
			#menu a {
				text-decoration:none;
				text-transform:none;
				color:#333d4d;
				display:block;
				font-size: 12px;
				padding: 6px 0px 6px 5px;
			}
			
			#menu a:hover {
				color: #CA0618;
			}
			
			#menu a.current{
				color: #CA0618;
			}
			
			#menu a.subcurrent{
				color: #878787;
				text-decoration: none;
			}
			
			#menu li ul{
				margin: 0 0px 0 0px;
				padding: 0;
				background:transparent;
				border:none;
				width:210px;
			}
			
			#menu li ul li{
				list-style: none;
				padding: 0px 0 0px 0px;
				margin: 0;
				width:210px;
			}
			
			#menu li a{
			width:190px;
			}
			
			#menu li ul li a {
				font-size: 12px;		
				padding-left: 25px;
				text-decoration: none;
				width:160px;
			}
			
			#menu li ul li a:hover {
				background-color: transparent;
				color: #878787;
			}
			
	#menu-footer{
		background:transparent;
		position:relative;
		left:17px;
	}

#banner {
	display:none;
}



#menu-footer{
width:230px;
height:146px;
background:url(../images/menu_footer_bg.gif) no-repeat top left;
margin-top:35px;
padding-left:21px;
padding-top:58px;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	padding:10px 0 0 0px;
	margin: 0;
	position:relative;
	width: 650px;
}
	#breadcrumblist{
		font-size: 10px;
		line-height:120%;
		padding:.5em 0 .5em 30px;
		width:430px;
		color:#8c8c8c;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
		color:#2d5182;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{			
		}
		#breadcrumbemail{
			font-size: 10px;
			position:absolute;
			right:10em;
			text-align:right;
			top:15px;
			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:#8c8c8c;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
				}
		
		#breadcrumbprint{
			font-size: 10px;
			position:absolute;
			right:1em;
			text-align:right;
			top:15px;
			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:#8c8c8c;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
				}


/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:inherit;
}
	#content-header{
		display:none;
	}
	
	
	
	#content-body{
		margin: 5px 20px 0 30px;
		padding:0 0 10px 0;
		overflow:hidden;
		min-height: 400px;
	}
	
	
	#pagetitle{
		margin:0 0 15px 0px;
	}
		#pagetitletext h1{
			font-size:28px;
			font-weight: bold;
			color: #d80230;
		}
	#content-footer{
		
	}

/* FOOTER
-------------------------------------------*/
#clearfooter{
		/* Set this to the same height as the footer */

		clear: both;
}

#footer{
	clear:both;
	height: 21px;
	margin:0 auto;
	position:relative;
	background: #092860 url(../images/footer_bg.gif) no-repeat -10px 0px;
}
	#footerwrap{
		margin:0 auto;
		width: 900px;
		position:relative;
		height: 0px;
	}
	
	#copyright{
		color:#fff;
		font-size:9px;
		position:absolute;
		left:0px;
		bottom:10px;
	}
	
	#poweredby{
		color:#999;
		font-size:9px;
		position:absolute;
		right:20px;
		bottom:11px;
	}
		#poweredby a{
			color:#0766BF;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}