@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

html{
	
	background:#2f383f url(../images/html_bg.gif) repeat-x 0px 0px;
	height: 100%;
}

body{
	background: transparent;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 100%;
}

body.admin{
	background-position: 0 14px;
}

body.admin #component-add-bar{
color:#2F383F;
}

#wrap{
	background:transparent url(../images/body_bg.gif) no-repeat scroll 0px -105px;
	margin:0px auto;
	text-align:left;
	width:900px;
	min-height: 100%;
	position: relative;
	/* Set this to the same height as the footer */
    margin-bottom: -88px;
	padding-left:63px;
}

/* HEADER
-------------------------------------------*/
#header{
	height: 119px;
	margin:0 auto;
	background: url(../images/logo.gif) no-repeat 0px 29px;
}

#header h1{
	position: absolute;
	top: 30px;
	font-size: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#logo{
		background:transparent;
		left:64px;
		position:absolute;
		top: 41px;
	}
		#logo img{
			height:48px;
			width:406px;
		}

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	height:27px;
	width:100%;
	background:transparent;
}
	#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;
					position:absolute;
					/******************************************************************
						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:26px 0 0 0;
				}
				#nav a:hover, #nav a.active{
				}
				
				/*Home*/
				#t53370 a{
				right:571px;
				background-position:-0px 0px;
				width:46px;
				}
				#t53370 a:hover{
				background-position:-0px -26px;
				}
				
				/*Company*/
				#t53433 a{
				right:440px;
				background-position:-85px 0px;
				width:93px;
				}
				#t53433 a:hover, #t53433 a.active{
				background-position:-85px -26px;
				}
				
				/*Services*/
				#t53502 a{
				right:313px;
				background-position:-218px 0px;
				width:87px;
				}
				#t53502 a:hover, #t53502 a.active{
				background-position:-218px -26px;
				}
				
				
				/*Investments*/
				#t53434 a{
				right:214px;
				background-position:-340px 0px;
				width:64px;
				}
				#t53434 a:hover, #t53434 a.active{
				background-position:-340px -26px;
				}
				
				/*Portfolio*/
				#t53456 a{
				right:111px;
				background-position:-433px 0px;
				width:73px;
				}
				#t53456 a:hover, #t53456 a.active{
				background-position:-433px -26px;
				}
				
				/*Contact Us*/
				#t53435 a{
				right:4px;
				background-position:-540px 0px;
				width:75px;
				}
				#t53435 a:hover, #t53435 a.active{
				background-position:-540px -26px;
				}
				
#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: 50px 0 0 2px;
	padding:0;
	width: 250px;
}

#menu h3{
margin-bottom:0px;
background:#464e54;
margin:0px 0px -1px -0px;
padding-left:21px;
}

#menu h3 a{
border:none;
color:#fff;
font-size:20px;
padding:15px 0px 15px 0px;
width:200px;
}

#menu h3 a:hover, #menu h3 a.active{
color:#fff;
} 
	#menu ul{
		font-size: 12px;
		margin:0 20px 0 15px;
		padding:0;
		list-style: square inside;
		border-bottom: 1px solid #505050;
	}
		#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:#b9b9b9;
				display:block;
				font-size: 12px;
				padding: 6px 0px 6px 5px;
				border-top:  1px solid #505050;
			}
			
			#menu a:hover {
				color: #6699cc;
			}
			
			#menu a.current{
				color: #6699cc;
			}
			
			#menu a.subcurrent{
				color: #fff;
				text-decoration: none;
			}
			
			#menu li ul{
				margin: 0 0px 0 0px;
				padding: 0;
				border-bottom:  1px solid #505050;
			}
			
			#menu li ul li{
				list-style: none;
				padding: 0px 0 0px 0px;
				margin: 0;
			}
			
			#menu li ul li a {
				font-size: 12px;		
				padding-left: 15px;
				border-top:  1px solid #505050;
				text-decoration: none;
			}
			
			#menu li ul li a:hover {
				background-color: transparent;
				color: #fff;
			}
			
	#menu-footer{
		background:transparent;
	}

#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	padding:0 0 0 0px;
	margin: 0;
	position:absolute;
	width: 900px;
	margin-top:12px;
}
	#breadcrumblist{
		font-size: 11px;
		line-height:120%;
		padding:.5em 0 .5em 30px;
		width:430px;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
		color:#a8a8a8;
		text-decoration:none;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{
		color:#a8a8a8;
		text-decoration:underline;
		}
		#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:#A8A8A8;
				text-decoration:none;
				font-size:11px;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
				text-decoration:underline;
				}
		
		#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:#A8A8A8;
				font-size:11px;
				text-decoration:none;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
				text-decoration:underline;
				}


/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:inherit;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin: 32px 30px 0 30px;
		padding:0 0 10px 0;
		overflow:hidden;
		min-height: 400px;
	}
	#pagetitle{
		margin:18px 0 15px 0px;
	}
		#pagetitletext h1{
			font-size:32px;
			font-weight: normal;
			color: #6699cc;
		}
	#content-footer{
		
	}

/* FOOTER
-------------------------------------------*/
#clearfooter{
		/* Set this to the same height as the footer */
		height: 88px;
		clear: both;
}

#footer{
	clear:both;
	height: 88px;
	margin:0 auto;
	position:relative;
	background:#2f383f url(../images/footerBg.gif) repeat-x 0px 0px;
}
	#footerwrap{
		margin:0 auto;
		width: 900px;
		position:relative;
		height: 74px;
	}
	
	#copyright{
		color:#fff;
		font-size:10px;
		position:absolute;
		right:230px;
		bottom:00px;
	}
	
	#poweredby{
		color:#999;
		font-size:10px;
		position:absolute;
		right:0px;
		bottom:00px;
	}
		#poweredby a{
			color:#fff;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}