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

/* The outer div is used to centre the page. NB: Change Width to 100% to range left. */
#outer {
       width: 80%;
	   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:796px; 
	height:98px; 
	border-top: 1px solid #00cc00; border-left: 1px solid #00cc00; border-right: 1px solid #00cc00; 
	z-index:1;
	background-color:#FFFFFF;
	/*background-image: url(../images/accuvista_logo.gif);
	background-repeat:no-repeat;
	background-position: left;*/
}
/* Intro copy goes in top left corner */
#left_box {
	position:absolute; 
	left: 0%;
	top:0px; 
	width:470px;
	height:98px; 
	background-color: #FFFFFF; 
	border-left: 0px solid #CCCCCC; 
	margin-top:5px;
	padding-left:20px;
	z-index:2;
}

/* Logo goes in top right corner */
#logo_box {
	position:absolute; 
	right: 0%;
	top:0px; 
	width:260px;
	height:98px; 
	background-color: #FFFFFF; 
	border-left: 0px solid #CCCCCC; 
	margin-top:5px;
	padding-left:35px;
	z-index:3;
}

/* This contains the top navigation menu. It appears below the Top Banner */
#top_menu {
	position:absolute; 
	top:109px; 
	width:776px; 
	height:28px;
	padding-left:20px;
	border-left: 1px solid #00cc00; border-right: 1px solid #00cc00; 
	background-color:#00cc00; 
	vertical-align: middle; 
	z-index:2;
}

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

#content_main {
	position:absolute; 
	top:135px; 
	width:796px; 
	height:auto; 
	border-left: 1px solid #00cc00; border-right: 1px solid #00cc00; border-bottom: 1px solid #00cc00; 
	background-color:#FFFFFF; 
	padding-left:0px; z-index:2;
}

#content_left {
	float:left; 
	width:65%; 
	height:auto; 
	border: 0px solid #00cc00; 
	background-color: #FFFFFF;
	padding-left:20px;
	z-index:3; 
}

#content_left_member {
	float:left; 
	width:62%; 
	height:auto; 
	border: 0px solid #00cc00; 
	background-color: #FFFFFF;
	padding-left:20px;
	z-index:3; 
}

#content_right {
	float:right;	
	width:32%; 
	height:auto; 
	border: 0px solid #00cc00; 
	background-color:#FFFFFF; 
	z-index:3;
}

#content_right_green {
	float:right;	
	width:34%; 
	height:auto; 
	border: 0px solid #00cc00; 
	background-color:#007668;
	padding-left: 10px;
	padding-right: 0px;
	z-index:3;
}
 
#content_centre {
	float:left; 
	width:90%; 
	height:auto;
	padding-left:20px;
	border-left: 0px solid #CCCCCC; 
	border-right: 0px solid #CCCCCC;
	}
/*
#content_centre_wide {
	float:left; 
	width:80%; 
	height:auto;
	border-left: 1px solid #CCCCCC; 
	border-right: 0px solid #CCCCCC;
Use this for larger amounts of copy 
}
*/

/* Use this for 2 column layout in Centre section */
#content_centre_left {
	float:left; 
	width:49%; 
	height:auto;
}

#content_centre_right {
	float:right; 
	width:49%; 
	height:auto;
}
/* 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;
	padding-left:20px;
	}

/* END CONTENT SECTIONS */


#footer_box {
	background-color: #BFF2BF;
	height: auto;
	width: 796px;
	position: relative; 
	clear:both;
	overflow: visible;
	border-top: 1px solid #00cc00;
	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 */