@charset "utf-8";
/* CSS Document */

h1 {color:#03F; font-size:24px; text-align: center}

h3 {font-size:22px; color:#F93; display:inline;}

h2 {font-size:22px; color:#F93;
text-align:center;}

h4 {color:#F93; font-size:18px; text-align:center}

h5 {color:#F93; font-size:22px; text-align:left; margin-left:90px; margin-bottom:15px;}

p {font-size:16px; color:#F93; padding:5px; text-align:justify;}

#wrapper { margin:0 auto; 0 auto; width:960px; }

#topnav  {background-image:url(images/backgrounds/longbluebg.png);background-repeat: no-repeat;
 margin:0 auto; 0 auto; width: 1280px; height:130px; background-position: center;}
 
#navbar {position:relative; height:auto; width:880px; top:90px; left:180px;  }

#slideshow {width:450px; float:left; margin-left:40px; margin-top:70px; margin-bottom:70px; border:#AB6C0E 4px solid;}

#rightside {width:320px; float:left; margin-left:100px; margin-top:90px;} 

#contactbanner {width:880px; height:50px; clear:both; border-top-color:#F93; border-top-style:solid;
border-top-width:2px; padding-top:10px; margin-left:40px; border-bottom:15px;}

#contact {width:960px; height:500px; clear:both; margin-bottom:30px;}

#righttext {background-image:url(images/whopic3.jpg);
background-repeat:no-repeat; float:right; width:340px; height:180px; margin-right:30px; margin-top:60px; padding:20px; padding-top:210px;}

#form {background-color:#000; width:400px; height:400px; float:left; margin-left:60px; margin-top:30px; border:#AB6C0E 4px solid; padding:5px; }

form ol {list-style-type:none; color:#AB6C0E; font-size:18px;}

label {float:left; width:280px; text-align:left;
        display:block; background:none; margin-left:20px;}

submit { background:none;}

input {width:280px; margin:0 10px 16px 10px; border:1px #AB6C0E solid; padding:5px; background:none;}

input:focus, textarea:focus {background-color:#CD9556}

textarea {width:280px; height:130px; margin:0 0 16px 10px; border:1px #AB6C0E solid; padding:5px; background:none;}

select {margin-bottom:10px;}

.submit {width:200px; height:18px; margin-left:65px; margin-top:20px; font-size:12px;}


br {clear:left; }

.clear {clear:both;}

#footer  {margin-top:30px; 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; }


