/*********************************
Name:		Blended & Bottled Screen Style
Author:		Kareem Sabri
File:		/css/screen2.css
Created:	June 9, 2010
*********************************/

/* 
STICKER - A valid, easy to use CSS sticky footer by Ryan Fait
Copyright (c) 2006-2007 Ryan Fait
*/

html, body {
	height: 100%;
}

/* Page Structure */

.wrapper {	
	min-height: 100%;	
	height: auto !important;	
	height: 100%;	
	margin: 0 auto -207px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	height: 35px;
	padding-top: 10px;
	border-top: 5px solid black;
	background-image: url('/img/bg-content.jpg');
	background-repeat: repeat-x;
}

.content {
	height: 572px;
	background-image: url('/img/bg-content.jpg');
	background-repeat: repeat-x;
	overflow: hidden;
}

#push {	
	height: 207px; /* #push must be the same height as #footer */
	background-image: url('/img/bg-footer.jpg');
	background-repeat: repeat-x;	
}

#footer {
	height: 207px;
	padding-top: 40px;
	border-bottom: 5px solid black;
	background-image: url('/img/bg-footer.jpg');
	background-repeat: repeat-x;
}

/* Page Content */

.inner_content {
	height: 522px;
	padding-top: 50px;
}

.intro_blurb {
	margin-top: 20px;
	margin-bottom: 20px;
}

#contact_form_wrapper {
	height: 400px;
}

/* Nav Strip */

#nav_strip {
	height: 90px;
	padding-top: 50px;
	background-image: url('/img/bg-nav.jpg');
	background-repeat: repeat-x;
}
