
/* page layout styles */
*{
    margin:0;
    padding:0;
}




ul#nav {
 float:left;
 width: 100%;}

@-moz-keyframes custom_effect {
    0% {
        background:rgba(255, 255, 255, 0.0);
        height: 60px;
    }
    33% {
        background:rgba(255, 255, 255, 0.0);
        height: 160px;
    }
    66% {
        background:rgba(255, 255, 255, 1.0);
    }
    100% {
        background:rgba(190, 220, 255, 0.8);
        height: 135px;
    }
}
@-webkit-keyframes custom_effect {
    0% {
        background:rgba(255, 255, 255, 0.0);
        height: 60px;
    }
    33% {
        background:rgba(255, 255, 255, 0.0);
        height: 160px;
    }
    66% {
        background:rgba(255, 255, 255, 1.0);
    }
    100% {
        background:rgba(190, 220, 255, 0.8);
        height: 135px;
    }
}
ul#nav li {

    border-bottom: 2px solid #122428;
	background:#769d3a;
    display: block;
    height: 50px;
    line-height: 50px;
 
    overflow: hidden;
	text-align:center;
}
ul#nav li:hover {
  

   background:#769d3a;
    height: 248px;
}
ul#nav a {
font-family: 'PT Sans Caption', sans-serif;
    border-style: none;
    border-width: 0;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 30px;
 
    line-height: 30px;
    margin-top: 100px;
    padding-left: 18px;
    text-align: center;
    text-decoration: none;

}
ul#nav a:hover {
    text-decoration: underline;
}
ul#nav li a:first-child {
    display: block;
    float: none;
    line-height: 50px;
    margin-top: 0;
}
ul#nav li:hover a:first-child {
    line-height: 50px;
}
ul#nav li:hover a {
    margin-top: 0;
}
.you_center{ width:100%; float:left; background:#FFFFFF; }
.you_image{ width:34%; float:left;  text-align:right; margin:10px 15px 20px 15px;  text-decoration:none; font-size:14px; font-family: 'PT Sans Caption', sans-serif; line-height:22px; color:#7C7A7A;  }
.you_image h1{ font-family: 'PT Sans Caption', sans-serif; color:#686868 ; font-size:26px; text-align:center; margin:20px 0 0 0;}

.you_right{ width:45%; float:left; height:300px;  color:#000000; text-align:justify; text-decoration:none; font-size:14px; font-family: 'PT Sans Caption', sans-serif; line-height:22px; margin:10px 0px 0px 0; }
.you_right h1{ font-family: 'PT Sans Caption', sans-serif; color:#686868 ; font-size:26px; text-align:center; padding:0px; margin:0px;}

