/*
	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{width:100%;}
#header_zone,#navigation_zone,#content_zone,#quote_zone,#site_info_zone{width:100%;}
	#navigation_zone{height:100px;}
	
#header_zone{background:url(../images/bg_header_zone.jpg) repeat-x top center;}	
	#header{height:120px; width:960px; position:relative; margin:0 auto; background:url(../images/bg_header.jpg) no-repeat top center;}

	#navigation_zone{background:url(../images/bg_navigation_zone.jpg) repeat-x top center;}	

#content_zone{background:#a0a081 url(../images/bg_content_zone.jpg) repeat-x top center;}
	#content{width:960px; margin:0 auto; padding:38px 0 38px 0; background:url(../images/bg_content_top.jpg) no-repeat 0 38px;}
	#home #content{background-image:none; padding:0;}
	
#content_main{width:560px; float:left; padding:20px 40px 0 20px; display:inline-block;}
	#home #content_main{width:620px; padding:0;}	
	#content_main.content-1-col{width:880px; outline:1px solid #eee;}

#content_sidebar{width:320px; float:left; display:inline-block; padding:20px 20px 0 0;}
	#home #content_sidebar{padding:0; width:340px;}
	#pressroom #content_sidebar{}

#site_info_zone{background-color:#a0a081; background:url(../images/bg_site_info.gif) repeat-x top center;}
	#site_info{width:960px; margin:0 auto; padding:45px 0 0 0;}

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

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

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

/* secondary */
#navigation_secondary{position:relative; width:940px;/* height:31px;*/ padding:0 0 0 20px; margin:0 auto;} /* list */
#navigation_secondary li{height:31px;  padding-top:20px; margin-right:45px; display:inline-block;}

/*
	=MODULES and COMPONENTS STRUCTURE
*******************************/

/* global */
#promise{position:absolute; right:20px; top:40px;}

#quote_zone{background-color:#a0a081;}
	#home #quote_zone{padding-top:38px;}
	#quote_component{width:960px; margin:0 auto; position:relative;padding:105px 0 50px 0; background:url(../images/bg_content_bottom.jpg) no-repeat top center;} 
	#home #quote_component{padding:50px 0 50px 0;background:url(../images/bg_divider.gif) repeat-x top center; }


/* home page */
#flash_module{float:left;width:620px; height:250px; margin-top:38px;}
#news_module{ margin-top:38px; padding:20px; float:left;  min-height:250px; _height:250px; background:url(../images/bg_news_home.gif) no-repeat top left;}

/* sub page */

#site_map_module{margin-top:25px;}
	.row1,.row2,.row3{width:560px; margin-bottom:35px;}
	.row3{margin:0;}