@charset "UTF-8";
/* CSS Document */

body {
	 background-color: #bfaf9a;
	no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#websiteContainer {
	overflow: hidden;
	overflow-x: auto;
	height: 890px;
	margin-left: 80px;
	margin-right: 80px; 
	-webkit-box-shadow: 0px 3px 10px 0 #000000;
	-moz-box-shadow: 0px 3px 10px 0 #000000;
	box-shadow: 0px 3px 10px 0 #000000; 
	position: relative;
	text-align: center;
		 background-color: #bfaf9a;

}

.toprectangle {
	position: absolute;
	height: 40px;
	width: 100%;
	background: #003354;
	top: -5px;
	left: 0;
}

div.topbarwood {
	position: absolute;
	margin-top: 35px;
	top: 0;
	left: 0;
	z-index: 0;
} 

#logo {
    height: 150px;
    width: 1020px;
	margin: 0 auto; 
	margin-top: -8px;  
	position: relative; 
	z-index: 1;
}

#emailid {
	height: 40px;
	width: 200x;
	margin-top: -40px;
	margin-left: 707px;
	position: relative;
	z-index: 1;
}

#emailid:hover {
	opacity:0.6;
}

.navrectangle {
	position: relative;
	height: 43px;
	width: 100%;
	background: #5E4B44; 
	margin-top: 0px;
	top: 0;
	left: 0;
	z-index: ;
}

#nav { 
	top: -51px;
	height: 43px;
	margin: 0 auto; 
    margin-left: 30px;
	position: relative;
	}
	
#nav-wrapper { 
	width: 1020px; 
	margin: 8px auto; 
	text-align: center;  }
	
#nav ul { 
 	list-style-type: none; 
	padding: 0; 
	margin: 0; }
	
#nav ul li { 
	display: inline-block; 
	font-family: "Copperplate", Copperplate Gothic Light, sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -2px;
	line-height: 15px;
	margin-right: 60px;
	}
	
#nav ul li:hover { 
	background-color: #003354;
	height: 43px;
	/* color: #145585 is the dark blue */
	/* 	color: #3F95B8 is medium blue */
	 }

#nav ul li a, visited { 
	color: #F9F1DC;
	/* color: #6CCCFF is light blue */
	display: block; 
	padding: 15px; 
	text-decoration: none; }
	
#nav ul li a:hover {
	color: #adb9c1;
}

body.home li.home { background-color: #2f5476; height: 43px; }
body.aboutme li.aboutme { background-color: #2f5476; height: 43px;}
body.faqs li.faqs { background-color: #2f5476; height: 43px; }
body.forms li.forms { background-color: #2f5476; height: 43px; }
body.contactus li.contactus { background-color: #2f5476; height: 43px; }

  .container {
	  width: 1020px;
	  height: 220px;
	  background-image: url(pictures/bottombrownbar.png);
	  margin: 0px auto;
	  position: relative;
	  text-align: center;
	  top: -51px;
  }
  
  .block {
        height: 160px;
        width: 220px;
        display:inline-block;
        margin: 30px 40px;
		overflow: hidden;
		-webkit-box-shadow: 0px 3px 10px 0 #000000;
	    -moz-box-shadow: 0px 3px 10px 0 #000000;
	    box-shadow: 0px 3px 10px 0 #000000; 
    }
	
	.block:hover {
	opacity:0.6;
}

.bottomrectangle {
	position: absolute;
	height: 101px;
	width: 100%;
	background: #003354;
   	left: 0;
	bottom: 0;
}

#pageContainer {
	background-color: #826b51;
	overflow: hidden;
	width: 100%;
	height: 894px;
	top: 0;
	left: 0;
	position: absolute;
	text-align: center;
}

p {color: #603311;
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
  }

h2 {color: #603311;
   text-align: left;
   font-family: "Copperplate", Copperplate Gothic Light, sans-serif;
   font-size: 22px;
  }

h1 { font-family: "Copperplate", Copperplate Gothic Light, sans-serif;
     font-size: 36px; 
	 color: #603311;
	 margin-left: -3px;
	 margin-top: 38px;
	 text-align: left;
    }

h3 {color: #603311;
   text-align: left;
   font-family: "Copperplate", Copperplate Gothic Light, sans-serif;
   font-size: 28px;
  }
  
#navlist li { 
   list-style-type: square; 
   color: #603311;
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   margin-top: 5px;
   }
   
.tab { margin-left: 20px; 
   }
   
.tab2 { margin-left: 30px; 
   }
   
.tab3 { margin-left: 13px; 
   }
   
.largetab { margin-left: 700px; 
   }