@charset "utf-8";
/* CSS Layout */

* 
{
  margin: 0;
}

html
{
  height: 100%;
}

body
{
  background: url(../images/b4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-position: bottom !important;
  margin: 0;
  padding: 0;
  height: 100%;
}

img {
  width:350px;
  opacity:1;
  border-style:solid;
  border-width:10px;
  border-color: #000;

}

.page-wrap {
 min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -40px; 
}

.push
{
  height: 82px;
}

.footercontainer{
  height: 40px; 
}


.headercontainer
{
  background-color: #000;
  width: 99.85%;
  height:100px;
  border: 1px solid #FFFFFF;
  left:0;
  position: relative;
  bottom: 0;
  margin: 0;
  padding: 0;


}

.mainbodycontainer
{
  margin: 0 auto;
  overflow: auto;
  min-height: 90px;
  min-width: 800px; 
  padding: 80px 0;
}


.footercontainer
{
  background-color: #000;
  border: 1px solid #FFFFFF;
}

.header
{
  width: 800px;
  position:relative;
  top: 0px;
  margin: 0;
  padding-left:40px;
  padding-top:10px;
}

.menu
{
   position:absolute;
   bottom: 0;
   left: 50%;
   margin-left: -310px;
}

.footer
{
   width: 790px;
   margin: 0;
   padding: 0;
   padding-left:40px;

}


.mainbody
{
  margin: 0 auto;
  overflow: auto;
  min-height: 150px;
  min-width: 800px; 
  padding: 0 0;
  z-index: -1;

}


/*My Transparent Div*/
div.transbox
{
  width:70%;
  height:600px;
  margin:0px 0px;
  position: relative;
  left: 15%; 
  background-color:  rgba(255,255,255,0.7);
}

div.transbox1
{
  width:70%;
  height:1300px;
  margin:0px 0px;
  position: relative;
  left: 15%; 
  background-color:  rgba(255,255,255,0.7);

}


table.tbl
{
   margin-left: 5%; 
   margin-top:30px; 
   margin-bottom:20px; 
   margin-right: 5%;	
   line-height: 10%;
   background-color: rgba(255, 224, 224, 0.7);

}

  
#text
{
   width: 490px;
   float: right;
   position: relative;
   z-index:1;
   padding:20px;
}

#image
{	
   opacity:1;
   padding-top: 10px;
   padding-left:40px;
   float: left;
   position: relative;
   z-index:1;
   left:0%;	
}

#profile
{
   width: 100px;
   float: right;
   position: relative;
   z-index:1;
   padding-top:0px;
   opacity:1;
	
}

#name
{
   width: 300px;
   position: relative;
   t-index:1;
   padding:20px;
   line-height:0px;
}

#table
{
   line-height:10%;
}


#est
{
	position:absolute;
	left:100px;
	top:50px;
	z-index:1;	
}


/* General menu styling */
.nav {
position: relative;
margin: 0;
padding: 0;
line-height: 10px;
}
/* The main navigation link containers */
.nav>li {
display: block;
width:100px;
float: left; /* Displaying them on the same line */
margin: 0;
padding: 0;
}
/* The main navigation links */
.nav>li>a {
/* Layout */
display: block;
position: relative;
padding: 10px;
/* Text */
font-family: Alegreya Sans;
color: #ababab;
font-size: 10px;
text-decoration: none;
text-align:center;
/* Background */
background: rgba(0, 0, 0, 0.6); /* Transparent background for modern browsers */
/* Making the color to change on hover with a transition */
-webkit-transition: color .3s ease-in;
-moz-transition: color .3s ease-in;
-o-transition: color .3s ease-in;
-ms-transition: color .3s ease-in;
}
/* Changing the color on hover */
.nav>li>a:hover, .nav>li:hover>a {
color: #0e8ddd;
}
/* The links which contain dropdowns menu are wider, because they have a little arrow */
.nav>.dropdown>a {
padding: 10px 30px 10px 20px;
}

.nav>.dropdowna>a {
padding: 10px 30px 10px 20px;
}
.nav>.dropdownb>a {
padding: 10px 30px 10px 20px;
}

/* The arrow indicating the dropdown */
.dropdown>a::after {
content: "";
position: absolute;
top: 8px;
right:20px;
width: 7px;
height: 7px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);

border-bottom: 1px solid #ababab;
border-right: 1px solid #ababab;
}

.dropdowna>a::after {
content: "";
position: absolute;
top: 8px;
right:10px;
width: 7px;
height: 7px;
-webkit-transform: rotate(45deg);

-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
border-bottom: 1px solid #ababab;
border-right: 1px solid #ababab;
}
.dropdownb>a::after {
content: "";
position: absolute;
top: 10px;
right:10px;
width: 7px;
height: 7px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
border-bottom: 1px solid #ababab;
border-right: 1px solid #ababab;
}


/* Changing the color of the arrow on hover */ 
.dropdown>a:hover::after, .dropdown:hover>a::after {
border-color: #0e8ddd;
}
.dropdowna>a:hover::after, .dropdown:hover>a::after {
border-color: #0e8ddd;
}
.dropdownb>a:hover::after, .dropdown:hover>a::after {
border-color: #0e8ddd;
}

/* The submenus */
.nav ul {
position: absolute;
margin: 0;
padding: 0;
list-style: none;
display: block;
}
/* General layout settings for the link containers of the submenus */
.nav ul li {
position: absolute;
top: -9999px; /* Hiding them */
height: 0px;
display: block;
margin: 0;
padding: 0;
/* Making them to expand their height with a transition, for a slide effect */
-webkit-transition: height .2s ease-in;
-moz-transition: height .2s ease-in;
-o-transition: height .2s ease-in;
-ms-transition: height .2s ease-in;
}
/* Displays the submenu links, by expading their containers (with a transition, previously defined) and by repositioning them */
.dropdown:hover>ul>li {
height: 18px;
position: relative;
top: auto;
}
.dropdowna:hover>ul>li {
height: 18px;
position: relative;
top: auto;
}
.dropdownb:hover>ul>li {
height: 18px;
position: relative;
top: auto;
}

/* The submenu links */


/* The submenu links */

.nav ul li a {
/* Layout */
padding: 4px 20px;
width: 160px;
display: block;
position: relative;
/* Text */
font-family: Alegreya Sans;
color: #bbb;
text-decoration: none;
font-size: 10px;
/* Background & effects */
background: black;
background: rgba(0, 0, 0, .6);
-webkit-transition: color .3s ease-in, background .3s ease-in;
-moz-transition: color .3s ease-in, background .3s ease-in;
-o-transition: color .3s ease-in, background .3s ease-in;
-ms-transition: color .3s ease-in, background .3s ease-in;
}

/* Changing the link's color and background on hover */
.nav ul li:hover>a, .nav ul li a:hover {
color: #0e8ddd;
background: rgba(0, 0, 0, .75);
}
/* Making the level 2 (or higher) submenus to appear at the right of their parent */
.nav ul .dropdown:hover ul {
left: 200px;
top: 0px;
}

.nav ul .dropdowna:hover ul {
left: 200px;
top: 0px;
}
.nav ul .dropdownb:hover ul {
left: 200px;
top: 0px;
}

/* The submenu links have a different arrow which indicates another dropdown submenu */
.nav ul .dropdown a::after {
width: 6px;
height: 6px;
border-bottom: 0;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
top: 6px;
}
.nav ul .dropdowna a::after {
width: 6px;
height: 6px;
border-bottom: 0;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
top: 6px;
}
.nav ul .dropdownb a::after {
width: 6px;
height: 6px;
border-bottom: 0;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
top: 6px;
}

/* Changing the color of the arrow on hover */
.nav ul .dropdown:hover>a::after, .nav ul .dropdown>a:hover::after {
border-right: 1px solid #0e8ddd;
border-top: 1px solid #0e8ddd;
}
.nav ul .dropdowna:hover>a::after, .nav ul .dropdown>a:hover::after {
border-right: 1px solid #0e8ddd;
border-top: 1px solid #0e8ddd;
}
.nav ul .dropdownb:hover>a::after, .nav ul .dropdown>a:hover::after {
border-right: 1px solid #0e8ddd;
border-top: 1px solid #0e8ddd;
}




h1{
font-size:30px;
font-family: 'Mr De Haviland', cursive;
font-weight:100;
letter-spacing:6px;
color: #0e8ddd;
}

h2{
font-size:15px;
font-family: 'Mr De Haviland', cursive;
font-weight:100;
color: #0e8ddd;
}

h3{
font-family:  'Open Sans', sans-serif;
font-size: 25px;
font-weight:500;
color: #0e8ddd;
}

h4{
font-family:  'Open Sans', sans-serif;
font-size: 20px;
font-weight:500;
color: #0e8ddd;
}

h5{
font-family: 'Pinyon Script', cursive;
font-size: 45px;
font-weight:700;
color: #333333;
}

h6{
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #013958;
font-weight:bolder;
text-align: center;
}

h7{
font-size:15px;
font-family: 'Crimson Text', serif;
font-variant:small-caps;
font-weight:50;
color: #0e8ddd;
}


p{
font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #666666;
text-align:justify;
}

.bold{
font-weight:bolder;
}

.title{
color: #013958;
}

