/*
	Core CSS Document [Website Architecture and basic style/resets]
	Author: Echidna Solutions Corp/2008 - support@echidna.ca
	v1.3 // MASTER core file modified on 11/18/2008	
*/

/*
	=SITE STRUCTURE
*******************************/
#document{margin:0 auto; width:100%;}
#header_zone{width:100%; background:url(../images/bg_top.jpg) repeat-x top center;}
	#header{margin:0 auto; height:218px; width:960px; position:relative;  padding-top:39px; position:relative; background:#be581d url(../images/bg_header.jpg) no-repeat bottom center;}
#content_zone{width:100%; background-color:#fff;}
	#content{margin:0 auto; padding:53px 0; width:960px; min-height:200px; _height:200px;}
	#content_main{width:515px; padding:0 180px 0 30px; float:left; position:relative;}
		#home #content_main{padding-right:0; width:695px;}
		.page_wide #content_main{padding-right:30px; width:665px;}
	#content_sidebar{width:225px; padding-right:10px; float:left;}
#site_info_zone{width:100%;}
	#site_info{width:960px; margin:0 auto; padding:40px 0 0 0; position:relative;}

/*
	=NAVIGATION STRUCTURE
*******************************/

/* global */
#navigation_primary li{position:relative; float:left;}

/* primary */
#navigation_primary{position:absolute;top:0; width:960px; height:39px; margin:0 auto; background:url(../images/bg_navigation_primary.jpg) no-repeat top center;} /* list or div? */
#navigation_primary li a{height:39px; float:left; display:block; text-indent:-9999px; overflow:hidden; }

/* secondary */
#navigation_secondary{position:relative; width:225px; background:url(../images/bg_nav_border.jpg) top left repeat-x;} /* list or div? */
#navigation_secondary li{position:relative; font-family:Tahoma, Helvetica, sans-serif;}
#navigation_secondary li a{width:225px; padding:20px 0; display:block; height:auto; background:url(../images/bg_nav_border.jpg) repeat-x bottom left;}

/*
	=MODULES STRUCTURE
*******************************/

/* global */


/* home page */
#module_welcome{width:400px; padding-right:60px; float:left;}
#module_events{width:225px; padding-right:10px;  float:left; background:url(../images/bg_nav_border.jpg) repeat-x bottom left;}


/* sub page */

