﻿body {
    /*font: 14px/22px Georgia, "Times New Roman", Times, serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
	color:#444;     
}

h1
{
    font-size:6em;
}

p
{
    font-size:2em;
}
.section
{
    text-align:center !important;
}

#menu li
{
    color:#000;
    margin:10px;
    display:inline-block;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    background-image:none;
    background-attachment:scroll;
    background-repeat:repeat;
    background-position-x:0%;
    background-position-y:0%;
    background-size:auto;
    background-origin:padding-box;
    background-clip:border-box;
    background-color:rgba(255, 255, 255, 0.5);
}

#menu li.active
{
    color:#fff;
    background-image:none;
    background-repeat:repeat;
    background-position-x:0%;
    background-position-y:0%;
    background-size:auto;
    background-origin:padding-box;
    background-clip:border-box;
     background-color:rgba(0, 0, 0, 0.5);
}

#menu li a
{
    color:#000;
    text-decoration:none;
}

#menu li:active a:hover
{
    color:#000;
}

#menu li:hover
{
    background-image:none;
    background-attachment:scroll;
    background-repeat:repeat;
    background-position-x:0%;
    background-position-y:0%;
    background-size:auto;
    background-origin:padding-box;
    background-clip:border-box;
    background-color:rgba(255, 255, 255, 0.5);
}

#menu li a, #menu li.active a
{
    padding-top:9px;
    padding-right:19px;
    padding-left:19px;
    padding-bottom:9px;
    display:block;
}

#menu li.active a
{
    color:#fff;    
}

#menu
{
    left:0px;
    top:0px;
    width:100%;
    height:40px;
    padding:0px;
    margin:0px;
    position:fixed;
    z-index:70;

}

.text-1 {font-size:18px; line-height:25px; color:#fff;}
.text-2 {font-size:18px; line-height:25px; color:#000;}
.text-3 {font-size:23px; line-height:25px; color:#000;}

#section p
{
    margin-bottom:20px;
}

#aboutUs, contactUs
{
    width:60%;
    margin-left:20%;    
}

#Comments, #Comments2
{
    width:75%;
    margin-left:10%;    
    color:#444;
}

#dvLogo
{
    margin-top:50px;
    margin-bottom:35px;    
    opacity:1.0 !important;
    width:100%;   
}
#ulDailyProgram li, #ulDocs li
{
   padding:5px; 
   font-size:23px;
   line-height:25px;    
   color:white;
   white-space:nowrap;  
}

#ulDocs li
{
   margin-left:39%;
}

#ulDocs li a
{
    color:white;
}

#pagepiling h1
{  
  font-family: 'Tangerine', serif;
  font-size: 100px;
  text-shadow: 1px 4px 4px #aaa;
}

h4
{  
  font-family: 'Tangerine', serif;
  font-size: 42px;
}

.whiteHeader
{
    color:white;
}

#ulDailyProgram
{
    color:white !important;
}

#tabContact
{
    color:#444;
    margin-left:40%;
}

tr 
{
    margin-top:10px;
}

#contactEmail
{
    color:blue;
}

.items img
{
    /*height:68%;*/
    width:52%;
}

.img2
{
    height:70%;
    width:40%;
}


.prev {position:absolute; top:50%; left:20%; display:block; width:61px; height:70px; background:url(../images/prev.png) 0 0 no-repeat; z-index:99;}
.prev:hover {background-position:0 bottom;}
.next {position:absolute; top:50%; right:18%; display:block; width:61px; height:70px; background:url(../images/next.png) 0 bottom no-repeat; z-index:99;}
.next:hover {background-position:0 0;}


