@charset "utf-8";

/* CSS Layout */
* 
{
  margin: 0;
}

html
{
  height: 100%;
}

body
{
  background-color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
}

.page-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -20px; 
}

.push{
  height: 20px;
}

.footercontainer{
  height: 20px; 
}

.headercontainer
{
  background-color: #000;
  width: 99.85%;
  height:80px;
  border: 1px solid #FFFFFF;
  left:0;
  position: relative;
  bottom: 0;
  margin: 0;
  padding: 0;
}

.mainbodycontainer
{
  margin: 0 auto;
  overflow: auto;
  min-height: 20px;
  min-width: 198px; 
  padding: 80px 0;
}


.footercontainer
{
  background-color: #000;
  border: 1px solid #FFFFFF;
}

.header
{
  width: 198px;
  position:relative;
  top: 0px;
  margin: 0;
  padding-left:20px;
  padding-top:10px;
}

.menu
{
   position:absolute;
   bottom: 0;
   left: 50%;
   margin-left: -270px;
}

.footer
{
   width: 198px;
   margin: 0;
   padding: 0;
   padding-left:20px;

}

.mainbody
{
  background: url(../images/b6.jpg) no-repeat center bottom;
  background-size: cover;
  margin: 0 auto;
  overflow: auto;
  min-height: 600px;
  min-width: 300px; 
  padding: 0 0;
  z-index: -1;
}

.photos {
  width:70px;
  opacity:1;
  border-style:solid;
  border-width:10px;
  border-color: #000;
}

.thumb
{
	width: 13px;
	border-style:double;
	border-color:#000;
	border-width: 3px;
}

/*My Transparent Div*/
div.transbox
{
  width:70%;
  height:600px;
  margin:0px 0px;
  position: relative;
  left: 15%; 
  background-color: rgba(168, 209, 255, 0.7);
}

div.transbox1
{
  width:70%;
  height:600px;
  margin:0px 0px;
  position: relative;
  left: 15%; 
  background-color: rgba(168, 209, 255, 0.7);
}

table.tbl
{
   height: 160px;	
   margin-left: 5%; 
   margin-top:10px; 
   margin-bottom:20px; 
   margin-right: 5%;	
   line-height: 40%;
   background-color: rgba(168, 209, 255, 0.7);
}

#text
{
  width: 85px;
  float: right;
  position: relative;
  z-index:1;
  padding:10px;
  margin-right: 10px;
}

#image
{	
  opacity:1;
  padding-top: 10px;
  padding-left:10px;
  float: left;
  position: relative;
  z-index:1;
  left:0%;	
}

#profile
{
  width: 95px;
  float: left;
  position: relative;
  z-index:1;
  padding-top:0px;
  opacity:1;
}

#name
{
  width: 100px;
  padding:0px;
  line-height:10%;
}


#table
{
  line-height:40%;
  position: relative;
  top: -450px;
  }

#est
{
	position:absolute;
	left:40px;
	top:30px;
	z-index:1;	
}





/* General menu styling */
.nav {
position: relative;
margin: 0;
padding: 0;
padding-left:135px;
line-height: 10px;
}
/* The main navigation link containers */
.nav>li {
display: block;
width:45px;
float: left; /* Displaying them on the same line */
margin: 0px;
padding: 0px;
}
/* The main navigation links */
.nav>li>a {
/* Layout */
display: block;
position: relative;
padding: 10px;
/* Text */
font-family: Alegreya Sans;
color: #ababab;
font-size: 6px;
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 0px 10px 0px;
}

.nav>.dropdowna>a {
padding: 10px 0px 10px 0px;
}
.nav>.dropdownb>a {
padding: 10px 0px 10px 0px;
}

/* The arrow indicating the dropdown */
.dropdown>a::after {
content: "";
position: absolute;
top: 12px;
right:6px;
width: 2px;
height: 2px;
-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: 12px;
right:4px;
width: 2px;
height: 2px;
-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: 2px;
height: 2px;
-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 10px;
width: 68px;
display: block;
position: relative;
/* Text */
font-family: Alegreya Sans;
color: #bbb;
text-decoration: none;
font-size: 5px;
/* 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: 88px;
top: 0px;
}

.nav ul .dropdowna:hover ul {
left: 88px;
top: 0px;
}
.nav ul .dropdownb:hover ul {
left: 88px;
top: 0px;
}

/* The submenu links have a different arrow which indicates another dropdown submenu */
.nav ul .dropdown a::after {
width: 2px;
height: 2px;
border-bottom: 0;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
top: 6px;
}
.nav ul .dropdowna a::after {
width: 2px;
height: 2px;
border-bottom: 0;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
top: 6px;
}
.nav ul .dropdownb a::after {
width: 2px;
height: 2px;
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:15px;
font-family: 'Mr De Haviland', cursive;
font-weight:100;
letter-spacing:1px;
color: #0e8ddd;
}

h2{
font-size:12px;
font-family: 'Mr De Haviland', cursive;
font-weight:100;
color: #0e8ddd;
}

h3{
font-family:  'Open Sans', sans-serif;
font-size: 10px;
font-weight:500;
color: #0e8ddd;
}

h4{
font-family:  'Open Sans', sans-serif;
font-size: 8px;

font-weight:500;
color: #0e8ddd;
}

h5{
font-family: 'Pinyon Script', cursive;
font-size: 20px;
font-weight:700;
color: #333333;
line-height: 250%;
}

h6{
font-family: 'Open Sans', sans-serif;
font-size: 4px;
color: #013958;
font-weight:bolder;
text-align: center;
}

h7{
font-size:7px;
font-family: 'Crimson Text', serif;
font-variant:small-caps;
font-weight:50;
color: #0e8ddd;
}

h8{
font-family: 'Pinyon Script', cursive;
font-size: 10px;
font-weight:700;
color: #333333;
}

p{
font-family: 'Open Sans', sans-serif;
font-size: 8px;
color: #013958;
text-align:justify;
}

.bold{
font-size: 5px;	
font-weight:bolder;
}

.title{
font-size:6px;
color: #013958;
}

.date{
font-size:6px;
}

