/*  -----------------------------------------------------------------------
	HomePage - Layout Front - Import Specific CSS -------------------------- */
	@import "gen/global.css";

	
/*  -------------------------------------------------------------------
    Drawers General --------------------------------------------------- */
	#drawers_tools {
		background-color:#f5f5cc;
		border:1px solid #d2d26c;
		border-top:none;
		float:right;
		position:relative;
		width:236px; height:304px; 
		voice-family:"\"}\""; 
		voice-family:inherit;
		width:234px; height:304px;
	} 
	html>body #drawers_tools { width:234px; height:304px; }
		
	#drawers_tools div.drawer_block { height:auto; overflow:hidden; }
		
	#drawers_tools h3 {
		background:url(/img/gen/drawer_handle_background.gif) 0 0 no-repeat #7c7c16; 
		color:#ffffff; 
		cursor:pointer;
		display:block;
		font-size:16px;
		font-weight:normal;
		height:30px; width:100%;
		line-height:28px;
		margin:0; padding:0; 
		text-align:left;
	}
		
		#drawers_tools h3 span { margin-left:10px; }
	
		#drawers_tools h3.open {
			background:url(/img/gen/drawer_handle_background_o.gif) 0 0 no-repeat #d9d97c; 
			color:#082644;
		}
		
	#drawers_tools div.drawer_content {
		margin:0; 
		height:214px;
		position:relative;
	} 
		
	
	/*  -------------------------------------------------------------------
		Drawers - News and Events ----------------------------------------- */
		#drawers_tools ul { margin:0; padding:0; height:188px; }
		
		ul.drawer_style1 li {
			background:none;
			border-top:1px solid #fff;
			border-bottom:1px solid #d9d97c;
			list-style:none;
			line-height:18px;
			margin:0;
			padding:7px 13px 7px 15px;
		}
		ul.drawer_style1 span { display:block; }			
		ul.drawer_style1 span.style1_headline {
			color:#082644;
			font-weight:bold;
		}
		.style1_date {
			color:#082644;
		}
		span.style1_link { 
			background:url(/img/gen/bullet_triangle_green.gif) right 6px no-repeat;
			font-size:11px;
			padding:0 8px 0 0;
			text-align:right; 
		}

		/* Drawer links */
		ul.drawer_style2 { padding-top:2px!important; }
		ul.drawer_style2 li {
			background:url(/img/gen/bullet_triangle_green.gif) left 13px no-repeat;
			display:block;
			list-style:none;
			margin:0 8px 0 15px; padding:6px 0 0 10px;
			position:relative;
		}
			ul.list_9 li { background-position:left 11px; padding-top:4px; }
			ul.list_10 li { background-position:left 9px; padding-top:2px; }


		/*  -------------------------------------------------------------------
			Drawers - News and Events - RSS and View All Bar ------------------ */
			div.linkbar {
				font-size:11px;
				width:100%;
				height:26px;
			}

			div.linkbar p.rsslink {
				display:inline;
				float:left;
				font-size:11px;
				margin:0; padding:0;
				line-height:20px;
				height:26px; width:100px;
				text-align:left;
			}

			div.linkbar p.rsslink a {
				background:url(/img/gen/rss_icon_onlightgreen.gif) left 2px no-repeat;
				display:block;
				height:22px; width:65px;
				margin:0 0 0 15px; padding:0 0 0 20px;
			}
				div.linkbar p.rsslink a:hover { background-position:0 -20px; }

			div.linkbar p.viewlink {
				background:url(/img/gen/bullet_triangle_green.gif) right 7px no-repeat;
				display:inline;
				float:right;
				font-size:11px;
				line-height:20px;
				margin:0 13px 0 0; padding:0 7px 0 0;
				text-align:right;
				width:100px;
			}

			#links_drawer { clear:both; }
			

	/*  -------------------------------------------------------------------
		Testimonial ------------------------------------------------------- */	
		div.testimonial {
			float:left;
			margin:10px 0 15px 10px;
			width:214px;
		}
	
	
/*  -------------------------------------------------------------------
    Layout ------------------------------------------------------------ */
	#splashbanner { margin-bottom:28px;	}
	#flash_welcome {
		float:left;
		height:305px; width:708px;
		position:relative;
		z-index:0;
	}
	
	/*  -------------------------------------------------------------------
		Promo Bar - Tree Call to action ----------------------------------- */
		#promo_bar ul {
			list-style:none;
			margin:0; padding:0;
		}

		#promo_bar li {
			display:inline;
			margin:0;padding:0;
			position:relative;
		}

		#promo_bar li a {
			display:block;
			float:left;
			height:163px; width:236px;
			position:relative;
			text-decoration:none;
		}
		#promo_bar li a img { border:none; }

		#promo_bar li span {
			color:black;
			display:block;
			font-size:12px;
			line-height:20px;
			position:absolute;
			top:115px; left:12px;
			width:215px;
		}
			
		/*  -------------------------------------------------------------------
			Facebook Link ----------------------------------------------------- */	
			p.facebook { 
				clear:both;
				font-size:10px;
				padding:10px 0 0 5px;
				text-align: right;
			}	
			p.facebook a { font-size:10px; }
			p.facebook img { margin:0 0px -13px 5px; }





