/* global */
body
{
	background: url('web-layout-body-bg.jpg');
}

div
{
	color: #626262;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}

td
{
	color: #626262;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}

#layout-wrapper
{
	text-align: center;
	vertical-align: middle;
	height: 100%;
}

#layout-header
{
	background: url('web-layout-header.jpg');
	width: 912px;
	height: 148px;
}

#layout-menu
{
	width: 912px;
	height: 32px;
	
}

#layout-center
{
	background: url('web-layout-center.jpg');
	width: 912px;
	height: 580px;
}

#layout-footer
{
	background: url('web-layout-footer.jpg');
	width: 912px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
}

img
{
	border: 0px;
}

p
{
	margin-top: 0px;
	padding: 0px 27px 0px 27px;
}

a:link 
{
	color:#f16528;
}

a:visited 
{
	color:#f16528;
}

a:hover 
{
	color:#000000;
}

/* universal page elements */
#universal-text-area
{
	background: url('web-universal-bg.jpg');
	width: 821px;
	position: relative;
	top: 29px;
	left: 51px;
	height: 520px;
}

#universal-footer
{
	position: absolute;
	top: 505px;
	left: 0px;
	
}

#arrow-left
{
	position: absolute;
	left: 27px;
	top: 470px;
}

#arrow-right
{
	position: absolute;
	left: 60px;
	top: 470px;
}

#arrow-down
{
	position: relative;
	top: 1px;
}

#arrow-up
{
	position: relative;
	top: 1px;
}

.hidden-div
{
	display: none;
}

#rotation-count
{
	position: absolute;
	left: 90px;
	top: 475px;
	font-weight: bold;
	color: #f16528;
}

/* home page */
#home-welcome
{
	background: url('web-home-welcome-bg.jpg');
	width: 580px;
	position: relative;
	top: 29px;
	left: 51px;
	float: left;
	height: 520px;
}

#home-stock-quote
{
	background: url('web-home-stock-quote-bg.jpg');
	width: 227px;
	position: relative;
	top: 29px;
	right: 42px;
	float: right;
	height: 275px;
}

#home-stock-quote-text
{
	padding: 0px 19px 0px 19px;
}

#home-stock-quote-footer
{
	position: absolute;
	top: 260px;
	left: 0px;
}

#home-news-tables
{
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	border-collapse: collapse;
}

td.news-date-column
{
	vertical-align: top;
	padding-right: 4px;
	width: 80px;
}

#home-contact-us
{
	background: url('web-home-contact-us-bg.jpg');
	width: 227px;
	position: relative;
	top: 47px;
	right: 42px;
	float: right;
	height: 228px;
}

#home-contact-us-text
{
	padding: 0px 19px 0px 19px;
}

#pdf-icon
{
	position: relative;
	top: 3px;
	margin-right: 3px;
}

#stock-quote-image
{
	border: 1px solid #a6a6a6;
}

#contact-us-footer
{
	position: absolute;
	top: 212px;
	left: 0px;
}

/* about us page */
#about-us-left
{
	float: left;
	width: 49%;
}

#about-us-right
{
	width: 49%;
	float: right;
}


/* financial */
#financial-left
{
	float: left;
	width: 49%;
}

#financial-right
{
	width: 49%;
	float: right;
}

/* portfolio */
#assets-left
{
	float: left;
	width: 40%;
}

#assets-right
{
	width: 50%;
	float: right;
}

#assets-spacer
{
	clear: both;
	height: 50px;
}

img.assets-logo
{
	border: 1px solid #a6a6a6;
}