/*------------------------------------
	GENERAL
------------------------------------*/
body{
	background-color:000000; 
	background-image: url(http://stuff.pyzam.com/layouts/img/g/r/ahgreenfuture.jpg); 
	background-attachment: fixed;
	background-position: bottom left; 
	background-repeat: no-repeat; 
	border-color:a80014;
	border-width:0px;
	border-style: solid;
}


        
}
.sf_wrapper{
        width: 105%;
	margin: -30px;
	background-position: back;

}	


/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	padding-top: 16px;
	margin: 40px 40px;
	min-height: 130px; 
	height: 65px;
	height: 130px;
background-image: url('http://www.funmunch.com/backgrounds/animated/animated_background_03.gif');
}
.sf_header_wrapper:after{
	content: ".";
	display: block;
	visibility: visible;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_main_header{
	font-size: 3.8em;
	font-weight: bold;
	height: 35px;
	overflow:visible;
}
.sf_sub_header{
	font-size: 1.2em;
	font-weight: bold;
	height: 5px;
	overflow:visible;
}
.sf_sub_header p, .sf_main_header p{
	margin: -20;
	padding: -30;
}
/*------------------------------------
	Dropdown
------------------------------------*/
#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}
#Nav1, 
#Nav1 ul { /* all lists */
	list-style:none;
	width:110%;
}

#Nav1 a {
	display:block;
}

#Nav1 li { /* all list items */
	float:left;
}

#Nav1 li ul { /* second-level lists */
	
	left:-999em;
	width:250px;
	margin:0;
	z-index:1000;
}
#Nav1 li ul li{
	float:left;
	width:150px;
	background:#ffffff;
	margin:0;
}
#Nav1 li ul li a{
	background:#ffffff;
	white-space:normal;
	width:150px;
	padding:8px 7px 0px 7px;
	border:none;
font-color:#00000;
}
#Nav1 li ul li a:hover{
	background:#33333;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
#Nav1 li ul {
font-color:#00000;
}

/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top,.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}

.sf_navigation{
	margin: -10px auto 0 auto;
	width:100%;
}
.sf_navigation ul{
	margin: 0;
	margin-left: 160px;
	margin-right: 50px;
	padding: 0;
	height: auto !important; height: 1%;
font-color:#00000;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_navigation ul li{
	list-style-type: none;
	float: left;
}
.sf_navigation ul li.sf_last_nav_item{
}
.sf_navigation ul li a{
	display: block;
	text-decoration: underline;
	min-height: 28px; height: auto !important; height: 28px;
	width: auto !important; width: 1%;
	white-space: nowrap;
	font-size: 1.1em;
	padding: 8px 30px 0px 30px;
        font-weight: bold;
        text-align: center;
font-color: white;
        }
.sf_navigation ul li a:visited{
}
.sf_navigation ul li a:hover{
	background-color: #000000;
	background-image: url('http://app4.websitetonight.com/projects/1/0/8/9/1089977/images/superstock_1189r-3340.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

/*------------------------------------
	PAGE TITLE
------------------------------------*/
.sf_pagetitle{
	font-weight:bold;
	font-size: 1.2em;
	padding: -10px 30px 0px -25px;
		background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
	clear: both;
background-image: url('http://app4.websitetonight.com/projects/1/0/8/9/1089977/images/superstock_1189r-3340.jpg');
}

/*------------------------------------
	CONTENT
------------------------------------*/
.sf_content{
	color: #000000;
	padding:-10px 30px -10px 70px;
	clear: both;

}

/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
	padding: -10px 50px -10px 50px;
	font-size: .6em;
	text-align: center;
	color: #ccc;
	clear: both;
}


/*--------------------------
		Extra Stuff
--------------------------*/

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
}

/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	color: #234556;
	margin-bottom: -10px;
	padding-top: -10px;
	text-align: center;
	font-size: .8em;
}
.sf_banner div#bannerLink{
	padding-top: -10px;
}

.sf_banner a{
	color: #808080;
}
.sf_banner a:visited{
	color: #808080;
}
.sf_banner a:hover{
	color: #808080;
}

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
