body { font:12px Arial Helvetica, sans-serif; background:#54534a url(chrome/bg_main.gif) repeat-x; margin:0; padding:0; }
#main { width:1194px; height:864px; margin:0 0 10px; position:relative; }

#header { 
	margin:0 25px; 
	width:1144px;
	height:100px;
	position:relative;
	border-bottom:1px solid #74746b;
}
#nav-container { 
	margin:0 25px; 
	height:36px;
	width:1144px;
	position:absolute;
	left:0;
	top:121px;
	z-index:100;
}
#content { 
	margin:0 25px; 
	width:1144px; 
	height:627px; 
	position:absolute; 
	left:0; 
	bottom:80px; 
	background:url(chrome/bg_content.gif) no-repeat;
	z-index:10;
}
#footer {
	margin:0 25px; 
	width:1144px; 
	height:80px; 
	position:absolute; 
	left:0; 
	bottom:0; 
}


/* Header */
#header #lang-select { position:absolute; left:0; top:25px; color:#feb925; margin:0; line-height:1; }
#header #lang-select a { color:#feb925; font-weight:bold; text-decoration:none; }
#header #lang-select a:hover {}

#header #logo {
	position:absolute;
	right:0;
	top:0;
	margin:0;
	width:205px;
	height:100px;
	overflow:hidden;
}
#header #logo a {
	display:block;
	text-decoration:none;
	width:205px;
	height:100px;
	text-indent:-9999px;
	-moz-outline:none;
	background:url(chrome/aquila-capital-logo.gif) no-repeat;
}
#header #logo a:hover { background-position:0 -100px;}
#header #claim {
	position:absolute;
	left:0;
	bottom:18px;
	margin:0;
	width:273px;
	height:14px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(chrome/aquila-capital-claim.gif) no-repeat;
}

/* Navigation */
#nav-container #search {
	width:202px;
	position:absolute;	
	right:0;
	bottom:0;
}
#nav-container #search label { 
	color:#a4a59d;
	font:12px Arial Helvetica, sans-serif;
	position:absolute;
	left:0;
	bottom:10px;
	width:52px;
}
#nav-container #search #q {
	width:150px;
	position:absolute;
	right:0;
	bottom:8px;
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
	font:12px Arial Helvetica, sans-serif;
}

/* Footer */
#footer p { line-height:40px; font-size:11px; margin:0; color:#FFF; }
	#footer p#breadcrumb { float:left; }
	#footer p#legal-nav { float:right; }
	
	#footer p a { color:#FFF; text-decoration:none; }
	#footer p a:hover { text-decoration:underline; }
	#footer p a.active { color:#feb925; }

	#footer #offices {
		position:absolute;
		left:0;
		bottom:0;
		width:1144px;
		text-align:center;
		border-top: 1px solid #74746B;
	}
	#footer #offices p { line-height:40px; margin:0; }
	#footer #offices p a span { display:none; }
	
	#footer #offices p a:hover, #footer #offices p a:active { position:static; color:#feb925; text-decoration:none; }
	
	#footer #offices p a:hover span, #footer #offices p a:active span { 
		display:block;
		color:#FFF;
		position:absolute;
		left:0; bottom:0;
		width:1144px;
		line-height:1;
		text-align:center;
	}

/* Content */
#content #col-left {
	position:absolute;
	left:25px;
	top:0;
	height:627px;
	width:805px; 
	
}

	#col-left #left-content {
			width:735px;
			height:534px;
			position:absolute;
			left:35px;
			top:47px;
			background:url(chrome/content_content_bg.gif) no-repeat;
		}
			#left-content #left-content-scrollcontainer {
				width:695px;
				height:494px;
				overflow:auto;
				margin:20px 10px 20px 20px;
				padding:0 10px 0 0;
			}


#content #col-right {
	width:233px;
	height:627px;
	position:absolute;
	top:0;
	right:56px;
	background:url(chrome/bg_navigator.gif) repeat-y;
}
	#content #col-right #sidebarimage {
			width:233px;
			height:232px;
			position:absolute;
			right:0;
			top:47px;
		}
		#content #col-right #sidebarimage img {
			margin:0 auto;
			padding:0;
			display:block;
		}
		#content #col-right #sidebarimage .coverflow-item-flash 
		{
			width:233px;
			height:175px;
			position:absolute;
			left:0;
			top:0;
		}
	#col-right #right-content {
			position:absolute;
			right:0;
			bottom:27px;
			width:213px;
			color:#FFF;
			padding:0 10px;
		}
		#col-right #right-content a { color:#FFF; }

#content .topline {
	margin:0;
	color:#c8c8c7;
	font-weight:bold;
	line-height:47px;
	font-family:Arial, Helvetica, sans-serif;
}
	#content #col-left .topline {
		font-size:18px;
		font-weight:normal;
		color:#fff;
		margin-left:35px;
	}
	#content #col-right .topline {
		text-align:center;
		font-size:15px;
	}
	#content .hidden { visibility:hidden; }
	
	
	