@charset "utf-8";
/* CSS Document */

h3 {font-size:22px; color:#F93; display:inline;}

h2 {font-size:30px; color:#F93;
text-align:center;}

h4 {color:#F93; font-size:18px; text-align:center}

h5 {color:#000; font-size:15px; padding-top:125px;}

h6 {color:#000; font-size:15px;}

p {font-size:16px; color:#F93; padding:5px; text-align:center;}

#wrapper { margin:0 auto; 0 auto; width:960px; }

#topnav  {background-image:url(images/backgrounds/newbgblue.png);background-repeat: no-repeat;
 margin:0 auto; 0 auto; width: 960px; height:130px; background-position: center;}
 
#navbar {position:relative; height:auto; width:880px; top:90px; left:50px;  }

#wildlifebanner {width:700px; margin:auto; margin-top:60px;
border-width:thick; text-align:center}

#topcontent {background-image:url(images/backgrounds/aerialbg2.png); background-repeat:no-repeat width:960px; height:230px; margin-top:40px; border:30px;}

#toptext {margin-left:120px; width:200px; float:left; text-align:center; }

#fadeshow1 {width:220px; float:right; margin:25px; margin-right:80px;
text-align:center}

#wildquote {width:500px; margin:auto; margin-top:30px; margin-bottom:30px;}

#middlecontent {background-image:url(images/backgrounds/aerialbg2.png); background-repeat:no-repeat; width:960px; height:230px; margin-top:40px; margin-bottom:40px;}

#middletext {margin-left:120px; width:200px; float:left; text-align:center; margin-top:20px;
}

#elkmovie {width:240px; height:200px; margin-right:80px; float:right; padding:16px;}

#bottomcontent {background-image:url(images/backgrounds/aerialbg2.png); background-repeat:no-repeat; width:960px; height:230px; margin-top:60px; margin-bottom:60px;}

#bottomtext {margin-left:120px; width:200px; float:left; text-align:center; margin-top:20px;
}

#slidesbottom {width:240px; height:200px; margin-right:80px; float:right; padding:16px;}


#footer  {clear:both; margin-top:60px; margin:auto;
border-top:#00C solid}
 
.navigation {margin-top:5px; padding:0;
             list-style:none;}

.navigation li {float:left; width:140px;
                position:relative;
				text-align:left;}
				
.navigation li a {color:#F93; display:block;
                  padding:8px 7px 8px 7px;
                  text-decoration:none;
				  text-align:center;}

.navigation ul a:hover {color:#33F;}

.navigation ul {position:absolute; left:0;
                display:none; /* Hide it by default */
                margin:0 0 0 -1px;
                padding:0;
                list-style:none;
                background-color:#000;}
				
.navigation ul li {width:140px; float:left;
                   border-top:none;}
				   
.navigation ul a {display:block; /* Making sure a element covers                   whole li area */
                  height:15px;
                  padding:8px 7px 13px 7px;
                  color:#F93;
                  text-decoration:none;
                  border-top:none;}

.navigation ul a:hover {color:#33F;}


.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 400px;
		height: 400px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
	    border-radius: 10px solid;
		background-image:url(images/simbanjbg.jpg);
		
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }

