/* -------------------------------------------------------------- 
	
	navigation.css	
	* Styles for navigation elements
	
-------------------------------------------------------------- */

		/* Navigation with Separate Level One and Sublevel Navigation */

			#constants { }
				
				#constants ul { }
				
					#constants ul li {
						float: left;
						}

					#constants ul a {
						display: block;
						height: 20px;
						text-indent: -100000px;
						}

						#constants ul li#home a {
							width: 57px;
							background: url(../../img/navigation/cnstnav.png) 0 0 no-repeat;
							}
							#constants ul li#home a:hover {
								background: url(../../img/navigation/cnstnav.png) 0 -20px no-repeat;
							}

						#constants ul li#latestNews a {
							width: 95px;
							background: url(../../img/navigation/cnstnav.png) -57px 0 no-repeat;
							}
							#constants ul li#latestNews a:hover {
								background: url(../../img/navigation/cnstnav.png) -57px -20px no-repeat;
							}

						#constants ul li#donate a {
							width: 64px;
							background: url(../../img/navigation/cnstnav.png) -152px 0 no-repeat;
							}
							#constants ul li#donate a:hover {
								background: url(../../img/navigation/cnstnav.png) -152px -20px no-repeat;
							}
						
			#levelOneNavigation { }

				#levelOneNavigation ul { }

					#levelOneNavigation ul li {
						float: left;
					}
					
					#levelOneNavigation ul a {
						float: left;
						width: 236px;
						height: 49px;
						text-indent: -100000px;
						}
						
						#levelOneNavigation ul li#about a {
							background: url(../../img/navigation/navigation.png) 0 0 no-repeat;
							}
							#levelOneNavigation ul li#about a:hover {
								background: url(../../img/navigation/navigation.png) 0 -49px no-repeat;
							}
							#levelOneNavigation ul li#about a#levelOneSelected {
								background: url(../../img/navigation/navigation.png) 0 -98px no-repeat;
							}
						
						#levelOneNavigation ul li#whatwedo a {
							background: url(../../img/navigation/navigation.png) -236px 0 no-repeat;
							}
							#levelOneNavigation ul li#whatwedo a:hover {
								background: url(../../img/navigation/navigation.png) -236px -49px no-repeat;
							}
							#levelOneNavigation ul li#whatwedo a#levelOneSelected {
								background: url(../../img/navigation/navigation.png) -236px -98px no-repeat;
							}
						
						#levelOneNavigation ul li#ourlifestyle a {
							background: url(../../img/navigation/navigation.png) -472px 0 no-repeat;
							}
							#levelOneNavigation ul li#ourlifestyle a:hover {
								background: url(../../img/navigation/navigation.png) -472px -49px no-repeat;
							}
							#levelOneNavigation ul li#ourlifestyle a#levelOneSelected {
								background: url(../../img/navigation/navigation.png) -472px -98px no-repeat;
							}
						
						#levelOneNavigation ul li#justkeepgivin a {
							background: url(../../img/navigation/navigation.png) -708px 0 no-repeat;
							}
							#levelOneNavigation ul li#justkeepgivin a:hover {
								background: url(../../img/navigation/navigation.png) -708px -49px no-repeat;
							}
							#levelOneNavigation ul li#justkeepgivin a#levelOneSelected {
								background: url(../../img/navigation/navigation.png) -708px -98px no-repeat;
							}
						
			#sublevelNavigation { }
				
				#sidenavImg {
					padding-bottom: 14px;
					background: url(../../img/layout/bg-sublevel_nav.gif) bottom left repeat-x;
				}
				
				#sublevelNavigation ul {
					margin: 0 0 16px 3px;
					width: 219px;
					border-top: 1px solid #E1DED3;
					}
					
					#sublevelNavigation ul li {
						height: 23px;
						background: url(../../img/layout/bg-sublevel_nav_item.gif) top left repeat-x;
						border-bottom: 1px solid #E1DED3;
					}
					
					#sublevelNavigation ul a {
						display: block;
						padding: 4px 0 0 27px;
						height: 19px;
						background: url(../../img/content-design/li-subnav_item.gif) 15px 9px no-repeat;
						font-size: 1.2em;
						color: #3A3A3A;
						text-decoration: none;
						}
						
						#sublevelNavigation ul a.current,
						#sublevelNavigation ul a:hover {
							background: #fff url(../../img/content-design/li-subnav_item.gif) 15px 9px no-repeat;
							color: #930B2E;
						}

						.about #sublevelNavigation ul a.current,						
						.about #sublevelNavigation ul a:hover {
							background: #fff url(../../img/content-design/li-subnav_item.gif) 15px 9px no-repeat;
							color: #D11041;
						}

						.whatWeDo #sublevelNavigation ul a.current,						
						.whatWeDo #sublevelNavigation ul a:hover {
							background: #fff url(../../img/content-design/li-subnav_item.gif) 15px 9px no-repeat;
							color: #00AEEF;
						}

						.ourLifestyle #sublevelNavigation ul a.current,						
						.ourLifestyle #sublevelNavigation ul a:hover {
							background: #fff url(../../img/content-design/li-subnav_item.gif) 15px 9px no-repeat;
							color: #003E7E;
						}

						.justKeepGivin #sublevelNavigation ul a.current,						
						.justKeepGivin #sublevelNavigation ul a:hover {
							background: #fff url(../../img/content-design/li-subnav_item.gif) 15px 9px no-repeat;
							color: #897D64;
						}
						
				#sidebarQuote {
					margin-left: 19px;
				}

		/* Selected States */
			#levelOneSelected { }
			
			.about #levelTwoSelected {
			
			}
				
			#sublevelSelected { }

			#constantsSelected { }




/*******************************************************************************************

TITLE: the genius development framework

VERSION: 1.0.0
URI: http://www.geniusswitchstudio.com/
AUTHOR: Christian Alexander Seeber, Principal + User Experience Architect
COPYRIGHT: 2009 genius switch studio llc

DISCLAIMER: Of course the copyright is not worth much to me, 
please feel free to borrow, steal, learn, critique (not critisize). I certainly
borrowed from countless bits i've accumulated over the years to reach this level, and 
i'm sure we'll be making updates as time goes on. I think the world of web dev is a 
great place to share and teach each other, not get pissy about who owns what... That said
we're proud of this framework, and hope if you're reading this far down, that you're gaining 
something here. Metta!

DESCRIPTION: HTML/CSS/JS Framework or Repository created by genius switch 
in order to streamline all our builds. HTML Structure is always the same, 
CSS Structure is always the same, jQuery drives everything. 
Our Markup is nearly identical on every build except for the content, 
our stylesheets, elements and classes are structured nearly identically 
every time with the only difference being the actual stylings.

**********************************************************************************************/
