/* This is the Layout CSS stylesheet to layout most pages - CSS Document */
/* Version for Icofill site */

/* The outer div is used to centre the page. NB: Change Width to 100% to range left. */
#outer {
       width: 64em;
	   background-color:#FFFFFF;
	   margin-top: 1em;
	   margin-bottom: 1em;
	   margin-left: auto;
	   margin-right: auto;
	   padding: 0px;
}

/* This contains the very top banner on the page and includes the main site branding */
#top_banner {
	position:absolute; 
	top:1em; 
	width:64em; 
	height:8em; 
	border-top: 1px solid #0950A1; border-left: 1px solid #0950A1; border-right: 1px solid #0950A1; 
	z-index:1;
	background-color:#FFFFFF;
	background-image: url(../images/top_banner_device.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#logo_box {
	position:absolute;
	left:1.5em;
	top:1.5em;
	width:20em;
	height:6em;
	z-index:3;
	background-color:transparent;
}	

#top_banner_ad {
	position:absolute; 
	top:0px;
	left:205px; 
	width:400px; 
	height:96px; 
	border: 1px solid #0950A1;
	z-index:2;
}

/* Login or Site Search Box goes in top right corner */
#login_box {
	position:absolute; 
	right: 10px;
	top:30px; 
	width:160px;
	height:84px;
	background-image:url(../images/top_banner_bg.jpg);
	background-position:right;
	background-color:#9EC7A0;
	z-index:2;
}

/* This contains the top navigation menus. It appears below the Top Banner 
   but the DIV is positioned inside the Content Main DIV, at the top*/
#top_menu_text {
	position:absolute;
	top: 6em; 
	width:64em; 
	height:auto;
	background-color:transparent; 
	z-index:2;
}

#top_menu_tabs {
	position:relative; 
	width:100%; 
	height:auto; 
	background-color:#E6EDF5; 
	z-index:1;
	margin-bottom:0px;
	padding-bottom:0px;
}

/* CONTENT SECTIONS CONTENT SECTIONS CONTENT SECTIONS CONTENT SECTIONS */

#content_main {
	position:absolute; 
	top:9em; 
	width:64em; 
	height:auto; 
	border-left: 1px solid #0950A1; border-right: 1px solid #0950A1; border-bottom: 1px solid #0950A1; 
	background-color:#E6EDF5;
	padding-left:0px; 
	z-index:2;
}

#content_left {
	float:left; 
	width:18%; 
	height:auto; 
	border: 0px solid #3A73B3; 
	background-color: #FFFFFF; 
	z-index:3; 
}

#content_centre {
	float:left; 
	width:62%; 
	height:auto;
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC;
	}

#content_centre_wide {
	float:left; 
	width:75%; 
	height:auto;
	border-left: 0px solid #CCCCCC; 
	border-right: 0px solid #84A7D0;
	background-image: url(../images/content_top_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
/* Use this for larger amounts of copy */
}

#content_centre_100 {
	float:left; 
	width:100%; 
	height:auto;
	border-left: 0px solid #CCCCCC; 
	border-right: 0px solid #CCCCCC;
	background-image: url(../images/content_top_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
/* Use this for full width page */
}

/* Use this for 2 column layout in Centre section */
#content_centre_left {
	float:left; 
	width:49%; 
	height:auto;
	border-right: 1px solid #CCCCCC; 
}

#content_centre_right {
	float:right; 
	width:49%; 
	height:auto;
	border-left: 0px solid #CCCCCC; 
}
/* END Use this for 2 column layout in Centre section */

/* Use this for a closing single column, below a 2 column layout in Centre section (see above)*/
#content_centre_bottom {
	clear:both; 
	width:100%; 
	height:auto;
	}

#content_right {
	float:right;	
	width:24%; 
	height:auto; 
	z-index:3;
}


/* END CONTENT SECTIONS */


#footer_box {
	background-color: #3A73B3;
	clear:both;
	overflow: visible;
	border-top: 1px solid #0950A1;
	border-right: 0px solid #333399;
	border-bottom: 0px solid #333399;
	border-left: 0px solid #333399;
	text-align:center;
	font-size: 85%;
	vertical-align: bottom;
	z-index: 1;
}


/* General 2 column container */
.2col_container {
   position: relative;
    width: 400px;
   height: 75px;
   }

.left-element {
   position: absolute;
   left: 0;
   width: 20%;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 80%;
   text-align: left; /* depends on element width */
   } 
/* END General 2 column container */

/*Copyright 2008 Accuvista Ltd */
