/* $Id: regions.css,v 1.5.2.3 2010/03/27 23:10:17 himerus Exp $ */
/**
 * Omega, for Drupal 6.x
 * Jake Strawn - http://himerus.com
 * Project Page - http://drupal.org/project/omega
 * 
 * The regions.css file provides an overview of the available parent
 * elements for the various regions of the page.tpl.php for easier 
 * overriding at a glance.
 *
 *
 * Omega CSS Table of Contents for regions.css
 *
 * 1.) Main Wrapper Regions
 * 2.) Navigation & Header Regions
 * 3.) Preface Regions
 * 4.) Main Content Regions
 * 5.) Sidebar Regions
 * 6.) Postscript Regions
 * 7.) Footer Regions
 */ 
 
/** ################# 1.) Main Wrapper Regions ####################### */

#page {
		
}

/** ################# 2.) Navigation & Header Regions ####################### */

#site-header {
  margin-bottom: 0;
  margin-top: 0; /* was 10px */
  background:url(../images/menu-bgnd.gif) no-repeat;
}

#internal-nav {
	margin-bottom: 0;
  margin-top: 20px;
}

#slogan-bcrumb {
  
}

#branding {
  margin-bottom:-60px;
  z-index:100;
}

#site-menu {
	/*padding-top:7px;*/
}

ul.main-menu {
	height:40px;

}

#header-first {
	margin-top: 0;

}

#header-last {
	margin-top: 0;
}

/** ################# 3.) Preface Regions ####################### */

#preface-wrapper {
/*	margin-top: 20px;*/
}

#preface-first {
	
}

#preface-middle {
  
}

#preface-last {
	
}

/** ################# 4.) Main Content Regions ####################### */
#main-content-container {
  /*margin-top: 20px;	*/
  
}
.front #main-wrapper {
	/*background-color:#FFF;*/
	background-image:url(../images/homepage-content-bg.gif);
  background-position:top right;
  background-repeat:no-repeat;
}

#mission {
  
}

#content-top {
/*	margin-bottom: 20px;*/
}

#content-tabs {
	
}

#main-content {
	/*margin-bottom: 20px;*/
/*	border-top: solid 5px #441582;*/
	background-color:#FFF;
	margin-top:0;
	
}

#content-bottom {
	margin-top:0px;
	margin-bottom: 20px;
}

.node {
	/*margin-top:25px;*/
}

/** ################# 5.) Sidebar Regions ####################### */

#sidebar-first {
	
}

#sidebar-last {
	
}

/** ################# 6.) Postscript Regions ####################### */

#postscript-wrapper {
  margin-bottom: 20px;
}

#postscript-one {
  
}

#postscript-two {
  
}

#postscript-three {
  
}

#postscript-four {
  
}

/** ################# 7.) Footer Regions ####################### */

#footer-wrapper {
	padding-bottom:0;
}

#footer-first {
  
}

#footer-last {
	margin-top:25px;
	padding-top:10px;
    background:#1e0046 url(../images/footer-bg.gif) top center no-repeat;
    margin-bottom:-20px;
}

#footer-first, #footer-last {
	
}