/* This is the Layout CSS stylesheet to layout most pages - CSS Document */
/* Version for Danross Engineering site */

/* The outer div is used to centre the page. NB: Change Width to 100% to range left. */
#outer {
       width: 1000px;
	   background-color:#DDEAD9;
	   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:100px; 
	border-top: 1px solid #1E4BA6; border-left: 1px solid #1E4BA6; border-right: 1px solid #1E4BA6; 
	z-index:1;
	background-color:#FFFFFF;
	background-image: url(../images/shackleton_banner_998.jpg);
	background-repeat:no-repeat;
	background-position: left;
}

#logo_box {
	position:absolute;
	left:0px;
	top:0px;
	width:274px;
	height:100px;
	z-index:3;
	background-color:transparent;
}	

#tagline_box {
	position:absolute;
	left:300px;
	top:10px;
	width:400px;
	height:auto;
	z-index:3;
	background-color:transparent;
}


/* 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: 10px;
	left:690px;
	width:300px; 
	height:auto;
	background-color:transparent; 
	z-index:2;
}

#top_menu_tabs {
	position:relative;
	width:998px; 
	height:32px; 
	background-color:#1E4BA6; 
	z-index:1;
	margin-bottom:0px;
	padding-bottom:0px;
}

/* CONTENT SECTIONS CONTENT SECTIONS CONTENT SECTIONS CONTENT SECTIONS */

#content_main {
	position:absolute; 
	top:110px; 
	width:998px; 
	height:auto; 
	border-top: 5px solid #1E4BA6; border-left: 1px solid #1E4BA6; border-right: 1px solid #1E4BA6; border-bottom: 1px solid #1E4BA6; 
	background-color: #FFFFFF;
	padding-left:0px; 
	z-index:2;
	/*
	padding-bottom:20px;
	background-image:url(../images/shadow_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	*/
}

#content_left {
	float:left; 
	width:22%; 
	height:auto; 
	border: 0px solid #3A73B3; 
	background-color: #FFFFFF; 
	z-index:3; 
}

#content_centre {
	float:left; 
	width:77%; 
	height:auto;
	border-left: 0px solid #CCCCCC; 
	border-right: 0px solid #CCCCCC;
	background-color: #FFFFFF; 
	}

#content_centre_wide {
	float:left; 
	width:75%; 
	height:auto;
	border-left: 0px solid #CCCCCC; 
	border-right: 0px solid #CCCCCC;
	background-color: #FFFFFF; 
	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-color: #FFFFFF; 
	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:45%; 
	height:auto;
	border-right: 0px solid #CCCCCC; 
}

#content_centre_right {
	float:left; 
	width:45%; 
	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;
}


/* END CONTENT SECTIONS */


#footer_box {
	background-color: #8EA5D2;
	height: auto;
	width: 998px;
	position: relative; 
	clear:both;
	overflow: visible;
	border-top: 1px solid #1E4BA6;
	border-right: 0px solid #333399;
	border-bottom: 0px solid #333399;
	border-left: 0px solid #333399;
	text-align:center;
	font-size: 85%;
	vertical-align: bottom;
	padding:10px 0px 6px 0px;
	z-index: 1;
}


/* General 2 column container
   Note: Height of container must be greater than largest element - picture, text or whatever */
.two_col_container {
   position: relative;
   width: 750px;
   height: 380px;
   margin-left:10px;
   }

.left_element {
   position: absolute;
   left: 0px;
   width: 210px;
   margin-top:10px;
   }

.right_element {
   position: absolute;
   left: 212px;
   width: 530px;
   margin-top:5px;
   text-align: left; /* depends on element width */
   } 
/* END General 2 column container */

/*Copyright 2009 Accuvista Ltd */

