/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

.container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 2em;
	border: 2px solid #666666;
}
/*.logospace {
	margin-top: 0px;
	padding-top: 0px;
}*/
.downshift {
	padding-top: 8em;
}
.f3-header {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index: 50;
	width: 100%;
	background: rgb(24, 90, 25);
	background: rgba(24, 90, 25, .8);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	color: rgba(0, 0, 0);
	color: rgba(0, 0, 0, .5);
	margin: 0px;
	padding: 0px;
	-webkit-box-shadow: 0px 5px 5px 5px rgba(24, 90, 25, .8);
box-shadow: 0px 5px 5px 5px rgba(24, 90, 25, .8);
}
.f3-header h1 {
	color: rgb(249, 255, 67);
	color: rgba(249, 255, 67, .9);
	padding: .1em;
	font-size: .8em;
	display: block;
	white-space: nowrap;
	margin: 0px;
	padding: 0px 0px .3em 0px;
	}
	
#home-content-copy {
	position: relative;
	z-index: 1;
	color: #5D5D5D;
	font-size: 0.9em;
	background-image: url(../i/bg-msg-spotless.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 100px;
	font-size: 1.5em;
	min-height: 550px;
}
#home-content-copy h1 {font-size: 1.5em;}
#home-content-copy h3 {font-size: 1.2em;}
#home-content-copy h4 {
	padding: 0px;
	margin-top: .8em;
	margin-bottom: 0px;
	font-size: .875em;
}
#home-content-copy ul {
	margin-top: 0px;
}


/* just for clearing floats */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
h1 small,h2 small, h3 small,h4 small,h5 small,h6 small{ zoom: 1; } /* IE7 */

/*end float clearing*/
.content {
	max-width: 1140px;
	padding-top: 8em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#footer {
	color: #FFFFFF;
	bottom: 0px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	-webkit-box-shadow: 0px -5px 5px 5px rgba(174, 174, 174, .8);
	box-shadow: 0px -5px 5px 5px rgba(174, 174, 174, .8);
	background: rgb(174, 174, 174);
	background: rgba(174, 174, 174, .8);
	z-index:100;
	width: 100%;
	min-height: 100px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer h2{
	font-size: 3.5em;
	text-align: center;
}


 /* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	padding:0;
	margin-top: 1px;
	list-style:none;
	font-weight:normal;
	margin-bottom:2px;
	/* Clear floats */
	float:left;
	width:100%;	/* Bring the nav above everything else--uncomment if needed. */
	position:relative;
	z-index:99;
	font-size: .9em;
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	padding:3px 8px;
	color:#000;
	background: #fff url(i/bg-old-wood.jpg) repeat left top;
	text-decoration:none;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow:  1px 1px 2px 2px rgba(50, 50, 50, .5);
     box-shadow:  1px 1px 2px 2px rgba(50, 50, 50, .5);       
}

#nav a:hover{
	color:#000;
	background:#fff;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	padding:0;
	margin: 0;
	background:#eee; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
/*#nav ul li{
	padding-top:1px; *//* Introducing a padding between the li and the a give the illusion spaced items */
	/*float:none;
}*/
#nav ul li{
padding: 0; margin: 0;
border-bottom: 1px solid rgb(255,255,255);
border-bottom: 1px solid rgba(255,255,255,0);
float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#B5EEB2;
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#eee;
}


/* Some Handy Classes */
.corner {-webkit-border-radius: 5px; border-radius: 5px;}
input[type=text], text area { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 1px 1px 1px 1px rgba(174, 174, 174, 1);
box-shadow: 1px 1px 1px 1px rgba(174, 174, 174, 1); 	background: rgb(174, 174, 174);
	background: rgba(174, 174, 174, .8); }

.content-block {
	padding: 1.25em;
}
.content-block a:link {
	font-size: 1.5em;
	color: #333333;
}
.content-block a:visited {
	font-size: 1.5em;
	color: #333333;
}
.content-block a:hover {
	font-size: 1.5em;
	color: #999999;
}
.content-block a:active {
	font-size: 1.5em;
	color: #333333;
}

.twincol {	
-moz-column-count: 2;
-moz-column-gap: 3em;
-webkit-column-count: 2;
-webkit-column-gap: 3em;
column-count: 2;
column-gap: 3em;
}




/* End Clean Clean Screen Additions*/


@media only screen and (max-width: 767px){
.desk {display: none;}
.hand {margin-top: 9em;}
.downshift {
	padding-top: 1em;
}
.navholder {display: none;}

}
@media only screen and (min-width: 767px){
.hand {display: none;}

.desk { margin-top: 5em;
white-space: nowrap;
	display: inline-block;}
	.navholder {padding-top: 3.75em;}
}


/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */

