/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	width:100%;
	/*background-image:url(../images/background.gif); Added this into the pages because home page doesn't share this property*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding:0 0 15px; /* bottom padding for footer */
	background-color:#F57202 ;
	
}

div#content {
	background-color:#F78E21;
	
}

div#footer {
	position:absolute;
	height:100%;
	width:100%;
	background:#F57202;
	margin:0;
	top: 565px;
	
} 
 

/* #footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	line-height: 15px;
	padding:0;
	text-decoration: none;

}



.footer {
	background-color:#F57202;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	line-height: 15px;
	padding:0;
}*/


/**
 * End layout with header and footer
 * ----------------------------------------------
 */




#apDiv2 {
	position:absolute;
	left:86px;
	top:73px;
	width: 846px;
	z-index:90;
	vertical-align:top;
	height:100%
}

