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

/* The outer div is used to centre the page. NB: Change Width to 100% to range left. */
#outer {
       width: 1000px;
	   background-color:#FFFFFF;
	   margin-top: 10px;
	   margin-bottom: 10px;
	   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:10px; 
	width:998px; 
	height:168px; 
	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/banner3.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

#logo_box {
	position:absolute;
	left:20px;
	top:20px;
	width:260px;
	height:60px;
	z-index:3;
	background-color:#FFFFFF;
}	


/* Site Search Box goes in top right corner */
#search_box {
	position:absolute; 
	right: 10px;
	top:30px; 
	width:160px;
	height:84px;
	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 Top Banner DIV, at the top*/
#top_menu_text {
	position:absolute;
	top: 20px;
	left: 500px;
	width:498px;
	height:auto;
	background-color:transparent; 
	z-index:2;
}

#site_search_box {
	position:absolute;
	top: 10px;
	right: -10px;
	width:auto;
	height:auto;
	background-color:transparent; 
	z-index:2;
}


#top_menu_tabs {
	position: absolute; 
	top:134px;
	left:-1px;
	width:1000px; 
	height:35px; 
	border-left: 0px solid #0950A1; border-right: 0px solid #0950A1; 
	background-color:transparent;
	z-index:2;
	margin-bottom:0px;
	padding-bottom:0px;
}

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

#content_main {
	position:absolute; 
	top:180px; 
	width:998px; 
	height:auto; 
	border-left: 1px solid #0950A1; border-right: 1px solid #0950A1; border-bottom: 1px solid #0950A1; 
	background-color:#E6F4FF;
	background-image: url(../images/white_bg.gif);
	background-position:top right;
	background-repeat: repeat-y;
	padding-left:0px; 
	z-index:2;
}

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

#content_centre {
	float:left; 
	width:60%; 
	height:auto;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC;
	z-index:3; 
	}

#content_centre_wide {
	float:left; 
	width:80%; 
	height:auto;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC; 
	border-right: 0px solid #CCCCCC;
/* 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:20%; 
	height:auto; 
	background-color: #FFFFFF;
	z-index:3;
}

#calculator_top {
	background-image:url(../images/buttons/calculator_top.gif);
	position: absolute;
	top:220px;
	left:20px;
	width:150px; 
	height:5px; 
	border: 0px solid #2298E2;
}

#calculator_box {
	position: absolute; 
	top:225px;
	left:20px;
	width:148px; 
	height:175px; 
	border: 0px solid #2298E2;
	border-left: 1px solid #2298E2;
	border-right: 1px solid #2298E2;
	background-color:#FFFFFF;
	z-index:4;
	margin-bottom:0px;
	padding-bottom:0px;
}	

#calculator_bottom {
	background-image:url(../images/buttons/calculator_bottom.gif);
	position: absolute; 
	top:400px;
	left:20px;
	width:150px; 
	height:5px; 
	border: 0px solid #2298E2;
}

/* END CONTENT SECTIONS */


#footer_box {
	background-color: #E6F4FF;
	height: auto;
	width: 998px;
	position: relative; 
	clear:both;
	overflow: visible;
	border-top: 1px solid #336F99;
	border-right: 0px solid #333399;
	border-bottom: 0px solid #333399;
	border-left: 0px solid #333399;
	text-align:left;
	font-size: 85%;
	vertical-align: bottom;
	z-index: 1;
}

.inset_10 {margin-left:10px;}


/* General 2 column container */
.two_col_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 */

#show_calc {
	position: absolute; 
	top: 70px;
	left: 210px; 
	display:none;
	border:  1px solid #888888;
	z-index: 5; 
	background-color: #d7d7d7;  
	width: 562px;  
}

#show_calc DIV.boundary {
	margin: 5px
}
#show_calc DIV.boundary DIV.closer {
	float: right;
	margin-top:-20px;
}
#show_calc_iframe {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; WIDTH: 550px; BORDER-BOTTOM: medium none; HEIGHT: 800px
}

#show_calc_box {
margin-left:20px;
border: 1px solid #888888; 
width: 650px; 
height: 800px;
background-color: #E5EDF2;
z-index: 5; 
}

/*Copyright 2009 Accuvista Ltd */