/* -------------------------------------------------------------- 
	
	layout.css	
	* Lays out the main page structure and design.
	
-------------------------------------------------------------- */

	body {
		background: #95938D;
		text-align: center;
		color: #3A3A3A;
		}
		
		#background {
			background: #EEEADD;
			padding-bottom: 109px;
			}
	
		#background.bgSubOne {
			background: #EEEADD url(../../img/art/bg-sublevel_grand-canyon.jpg) top center no-repeat;
		}

		#envelope {
			position: relative;
			margin: 0 auto;
			padding-top: 212px;
			width: 990px;
			text-align: left;
			}

			#logo {
				position: absolute;
				top: 22px;
				left: 14px;
				z-index: 3;
				}
				
				#logo a {
					display: block;
					width: 262px;
					height: 146px;
				}

				#logo span {
					display: none;
				}

			#constants {
				position: absolute;
				top: 0;
				right: -4px;
				z-index: 2;
				padding: 6px 0 0 21px;
				width: 476px;
				height: 36px;
				background: url(../../img/layout/bg-constants.png) top left no-repeat;
				}
						
			#search {
				position: absolute;
				top: 0;
				right: 22px;
				z-index: 3;
				_left: 730px;
				}
				
				#search fieldset {
					padding: 4px;
					border: none;
					}
					
					#search label {
						float: left;
						width: 58px;
						height: 20px;
						background: url(../../img/content-design/search-label.png) 0 2px no-repeat;
						text-indent: -100000px;
					}
					
					#search input {
						float: left;
						}
						
						input#searchField {
							width: 138px;
							height: 20px;
							margin-right: 7px;
							border: 1px solid #C9C9C9;
							font-size: 1.4em;
						}

			#levelOneNavigation {
				position: absolute;
				top: 223px;
				left: 22px;
				z-index: 2;
				width: 945px;
				height: 62px;
				}

			#sublevelNavigation {
				position: absolute;
				top: 285px;
				left: 30px;
				z-index: 3;
				width: 225px;
				}

			.content {
				padding: 60px 23px 24px 23px;
				background: url(../../img/layout/bg-content.png) top left repeat-x;
				}
				
				h1#mainHdr {
					width: 937px;
					height: 70px;
					position: relative;
					left: 3px;
					z-index: 2;
					}
					
					h1#mainHdr span {
						display: none;
					}
					
				.about h1#mainHdr {
					background: url(../../img/headers/h1-about_us.gif) top left no-repeat;
				}

				.whatWeDo h1#mainHdr {
					background: url(../../img/headers/h1-what_we_do.gif) top left no-repeat;
				}

				.ourLifestyle h1#mainHdr {
					background: url(../../img/headers/h1-our_lifestyle.gif) top left no-repeat;
				}

				.justKeepGivin h1#mainHdr {
					background: url(../../img/headers/h1-just_keep_givin.gif) top left no-repeat;
				}

				.universal h1#mainHdr {
					background: url(../../img/headers/h1-about_us.gif) top left no-repeat;
				}

				#contentArea {
					padding: 30px 29px 0 257px;
					height: auto;
					min-height: 710px;
						_height: 710px;
					background: url(../../img/layout/bg-content_area.gif) bottom left no-repeat;
					}
					
				#focusAreas {
					padding: 0 4px 4px 4px;
					height: auto;
					min-height: 159px;
						_height: 159px;
					background: url(../../img/layout/bg-focus_area.gif) bottom left no-repeat;
					font-size: 1.2em;
					}
					
			#footer {
				position: absolute;
				top: 100%;
				padding-top: 86px;
				padding-left: 41px;
				}

			#art {
				position: absolute;
				top: 0;
				right: 0;
				z-index: 1;
			}

			#flash { }
			
			#footerSihl {
				position: absolute;
				bottom: -204px;
				right: 0;
				z-index: 1;
				width: 294px;
				height: 204px;
				background: url(../../img/content/footer-animation.gif) top left no-repeat;
				}
				
				#footerSihl p {
					display: none;
				}

			#footerBackground {
				height: 43px;
				background: #7A7871;
			}

			#creditBackground {
				height: 32px;
				background: #95938D;
			}


/*******************************************************************************************

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.

**********************************************************************************************/
