@charset "utf-8";
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	font-style:italic;
	background: #fff repeat-x center fixed url(images/bodybgnd.jpg);
	text-align:center;
	margin:0;
	padding:0;
	color:#76660E;
	width:100%;
	height:100%;
	border:none;
	outline:none;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;	 
	padding-right:15px;
	padding-left:15px;
}
a, img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border:none;
}
.bordered {
	-webkit-box-shadow: 8px 8px 6px 2px rgba(17,17,17,1);
	-moz-box-shadow: 8px 8px 6px 2px rgba(17,17,17,1);
	box-shadow: 8px 8px 6px 2px rgba(17,17,17,1); 
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a, a:active, a:focus, a:visited  {
	color:#76660E;
	text-decoration:none;
}
a:hover {
	color:#9e8a12;
}
.footlink{ position:fixed; bottom:5px; right:20px; color:#fefefe; }
.footlink:hover { color:#dedede; }
/* ~~ this fixed width container surrounds all other elements ~~ */
#container {
	margin:112px auto 24px auto;
	width:880px;
	text-align:left;
}

#header { 
	position:fixed;
	top:0px;
	height:131px;
	width:100%;
	background:repeat-x top url(images/headerbgnd.png);
	z-index:25;
} 

#footer {
	position:fixed;
	bottom:0px;
	height:40px;
	width:100%;
	background:repeat-x bottom url(images/footerbgnd.png);
	z-index:25;
	text-align:right;
	color:#fefefe;
} 

#content {
	padding:0;
	margin:0;
	position:absolute;
	bottom:27px;
	top:97px;
	width:100%;
	color:#76660E;
	z-index:20;
	overflow-x:hidden;
	padding-bottom:30px;
}

#logos {
	position:fixed;
	left:13px;
	top:116px;
	width:362px;
	height:100px;
	z-index:15;
}

#facebook {
	position:fixed;
	padding-top:7px;
	top:12px;	right:12px;
	height:64px; width:64px;
	background: url(images/bgndFacebook.png) no-repeat;
	z-index:33;
}

.menuact, .menu {
	position:fixed;
	top:5px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}
.menuact:hover, .menu:hover {
	margin-top:38px;
	margin-right:38px;
}
#m9 { right:-64px; z-index:1; }
#m8 { right:70px; z-index:2; }
#m7 { right:204px; z-index:3; }
#m6 { right:338px; z-index:4; }
#m5 { right:452px; z-index:5; }
#m4 { right:3px; z-index:6; }
#m3 { right:137px; z-index:7; }
#m2 { right:271px; z-index:8; }
#m1 { right:405px; z-index:9; }
#m0 { right:539px; z-index:10; }

.fltrt {  
	float:right;
	margin-left:8px;
}
.fltlft { 
	float:left;
	margin-right:8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}