﻿/* Apex CSS*/

body {
	width: 100%;
	min-height: 100%;
	margin-top: 0px;
	background: #ebebeb url('Images/bg-wavelong.gif') repeat-x top center;
	}
	
td, p, li, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px
	}

#container {
	width: 900px;
	padding: 0px
	/*border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff */
	}
	
#goldheader {
	background: url('Images/bg-goldbar.gif') repeat-x left center;
	width: 900px;
	height: 16px;
	margin-bottom: 1px
	}
	
#mainbanner {
	background: url('Images/bg-mainbanner.gif') no-repeat top center;
	width: 100%;
	height: 78px;
	margin-bottom: 1px;
	}

#mainnav {
	width: 900px;
	height: 27px;
	margin: 2px 0 2px 0
	}

/* Homepage */

#homeleftcontent {
	background: #dadacc;
	width: 613px;
	text-align: left;
	}

#homelefttop {
	background: #cedee1;
	width: 272px;
	padding: 15px;
	border-right: 2px solid #ebebeb;
	vertical-align: top;
	}
	
#homemidtop {
	background: #cedee1 url('Images/bg-globehome.jpg') no-repeat bottom right;
	width: 277px;
	padding: 15px;
	border-left: 2px solid #ebebeb;
	vertical-align: top
	}
	
#homeleftbtm {
	padding: 15px;
	border-top: 2px solid #ebebeb;
	}

#homerightcontent {
	width: 285px;
	margin-left: 2px;
	text-align: left
	}
	
#swfcontent {
	background: #cedee1;
	width: 613px;
	height: 244px;
	margin-bottom: 15px
	}
	
#homerighttop {
	background: #dadacc url('Images/bg-street.jpg') no-repeat top center;
	width: 285px;
	height: 225px;
	}

#homerightbtm {
	background: #dadacc;
	width: 255px;
	_height: 320px;
	min-height: 320px;
	padding: 15px
	}

#maincontentarea {
	background: #ffffff;
	width: 100%;
	}

/* Subpage - Detail */

#subdetail-left {
	width: 582px;
	text-align: left;
	padding: 15px;
	vertical-align: top;
	background: #ffffff;
	min-height: 500px
	}

#subdetail-right {
	background: #dadacc url('Images/bg-rightpanel.gif') no-repeat top center;
	width: 285px;
	vertical-align:top;
	}

#subdetail-righttop {
	width: 255px;
	height: 195px;
	padding: 15px;
	text-align: left;
	}
	
#subdetail-rightbtm {
	padding: 0 15px 15px 15px;
	width: 255px;
	min-height: 250px;
	height: 250px;
	text-align: left;
	}
	
/* Subpage - Product */	

#subproduct-left {
	background: #cedee1 url('Images/bg-globesub.gif') no-repeat top left;
	width: 254px;
	text-align: left;
	vertical-align: top;
	}

#subproduct-lefttop {
	width: 224px;
	padding: 15px;
	height: 213px;
	text-align: left;
	vertical-align: top;
	}
	
#subproduct-leftbtm {
	padding: 0 15px 15px 15px;
	width: 226px;
	text-align: left;
	color: #003366;
	}

#subproduct-right {
	width: 612px;
	text-align: left;
	padding: 15px;
	vertical-align: top;
	background: #ffffff;
	min-height: 500px
	}

#footer {
	background: url('Images/bg-footer.gif') no-repeat left center;
	height: 31px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	margin-top:2px;
	padding: 4px;
	text-align: center;
	}

#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px
	}
	
	
/* Regular Links */

a:link, a:visited, a:active {
	color: #004a80;
	text-decoration: underline
	}
	
sup {
	font-size: 9px;
	font-family: Arial
	}
	
/* Document Manager Styles */

.category {
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	color: #003366;
	}

.docheader {
	text-decoration: none;
}

.docdivide {
	border-bottom: 1px solid #ebebeb
	}