/* CSS Document */

body {
	margin:0;
	text-align:center;
	background-color: #221E1F;
	font-family:"Trebuchet MS", "Helvetica 65 Medium";
	font-size:12px;
}
p {
margin-top:0;
}
h1 {
	margin-top:0;
	font-size:20px;
	color: #E36024;
}
h2 {
	margin-top:0;
	font-size:16px;
	color: #000000;
}
img {
border:0;
}
a, a:visited{
color:#000000;
}
#wrapper {
width:730px;
text-align:left;
background-image:url(site-images/main-bg.jpg);
background-repeat:no-repeat;
margin:auto;
padding-left:15px;
padding-right:15px;
background-color:#000000;
}
#menu {
width:730px;
height:27px;
line-height:27px;
color:#FFFFFF;
font-size:12px;
text-align:center;
}
#inner-bod {

	width:706px;
	margin-left:12px;
	margin-right:12px;
	margin-top:112px;
	background-repeat:no-repeat;
	background-color:#F1F1F1;
}
#body-home {
z-index:-1;
	width:666px;
	background-image:url(backgrounds/home.jpg);
	background-repeat:no-repeat;
	background-color:#F1F1F1;
	padding:20px;	
}
#body-about {
z-index:-1;
	width:666px;
	background-image:url(backgrounds/about.jpg);
	background-repeat:no-repeat;
	background-color:#F1F1F1;
	padding:20px;	
}
#challenge-about {
z-index:-1;
	width:666px;
	background-image:url(backgrounds/challenge.jpg);
	background-repeat:no-repeat;
	background-color:#F1F1F1;
	padding:20px;	
}
#body-no {
z-index:-1;
	width:666px;
	background-repeat:no-repeat;
	background-color:#F1F1F1;
	padding:20px;	
}

#body-left {
width:400px;
}
#top {
height:78px;
background-color:#221e1f;
}
#topl {
height:78px;
width:450px;
float:left;
}
#topr {
height:78px;
width:250px;
float:right;
}
#topr img {
position:relative;
bottom:70px;
}

#menu ul {
	z-index:1000;
	display:inline;
	position:relative;
	margin-left:0px;
	padding-left:0px;
	text-indent:none;
}
#menu li {
	display:inline;
	position:relative;
	text-indent:none;
	color:#000000;
	text-decoration:none;
	float:left;
}
#menu li a {
	position:relative;
	text-indent:none;
	color:#FFFFFF;
	text-decoration:none;
	height:26px;
	line-height:27px;
	display:block;
	margin-left:18px;
	margin-right:18px;

}
#menu li a:hover {
color:#FF6600;
}

#menu li ul {
			z-index:8;
            position: absolute;
            left: -999em;
            }
            
            #menu li:hover ul {
              left: auto;
			  width: 180px;
			  	border-top:solid;
	border-color:#FFFFFF;
	border-width:1px;
            }
            
            #menu li:hover ul,
            #menu li.sfhover ul {
              left: 0px;
			  width: 110px;
            }
            
            #menu li ul,
            #menu li ul li,
            #menu li ul li a  {
            	width: 110px;
				z-index:8;
				

            }
			
            #menu li ul li a {
	height:21px;
	width:76px;
	padding-left:16px;
	padding-right:16px;
	text-align:left;
	line-height:21px;
	display: block;
	background-color: #221E1F;
	text-decoration: none;
	margin-left:0;
	border-bottom:solid;
	border-color:#FFFFFF;
	border-width:1px;
	border-left:solid;
	border-left-color:#FFFFFF;
	border-left-width:1px;
	border-right:solid;
	border-right-color:#FFFFFF;
	border-right-width:1px;
	            }

			            #menu li ul li a:hover {

	background-image:url(site-images/dropdown-bg-2.gif);

            }
            
            #menu li ul {
			z-index:10000;
          		color: #FFF;
            	
            	text-align: left;

            	filter:alpha(opacity=100);
              -moz-opacity:1;
              opacity:1;
            }
			.clear {
			height:1px;
			clear:both;
			}
#bottom-banners {
width:706px;
background-color:#FFFFFF;
margin-top:1px;
	margin-left:12px;
	margin-right:12px;
}
#foot {
width:706px;
height:42px;
margin-top:1px;
	margin-left:12px;
	margin-right:12px;
	line-height:42px;
	color:#CCCCCC;
	font-size:10px;
}
#foot a, #foot a:visited {
color:#CCCCCC;
}
#foot a:hover {
color:#FF6600;
}
.foot-r {
float:right;
height:42px;
line-height:42px;
width:550px;
text-align:right;
}
.foot-r a, .foot-r a:visited {

}


