body{
    text-align:center;
    background-color: Black;

}
h1{
  font-size: 20px;
}
h2{
  font-size: 20px;
  color: #CCCCCC;
}

img
{  border-style: none;
}

a {
  font-style: normal;
  text-decoration: none;

}

a.footer{
  color: White;
}


p.query{
  font-weight: bold;
}


#ContentHolder{
  position:relative;
  width:1000px;
  height:1400px;
  margin:0 auto;
  text-align:left;
  background-image: url(image/background/sunrise.jpg);
  background-repeat: no-repeat;

}

.logo{
  position: absolute;
  top:3%;
  left:2%;
  font-family: Brush Script MT;
  font-size: 4em;
  color: white;
}

.sublogo{
  position: absolute;
  top:10%;
  left: 3%;
  font-size: 1.5em;
}

/* _________________ Main Menu __________________ */
.menu{
  position: absolute;
  top: 5%;
  left: 70%;
  width: 10%;
  font-size: 2em;
  color: Black;
}

.menu:hover{
}


#navigation {width:150px; font-size:12px;}

/*Main Menu*/
#navigation ul {margin:0px; padding:0px; background-color: transparent;}

#navigation ul li {
height:25px;
line-height:25px;
list-style:none;
padding-left:10px;
color:#FFF;
cursor:pointer;
}
/* hover bg color */
#navigation ul li:hover {background-color:#F90; position:relative;}

/*Sub Menu*/
#navigation ul ul {display:none; position:absolute; left:75px; top:5px;  background-color:#FA5; }
#navigation ul li:hover ul {display:block;}

#navigation ul ul li { width:150px; float:left; display:inline; border:none;}
#navigation ul ul li:hover {text-decoration:underline; border:none;}

#navigation li:hover ul li ul {display:none;}

#navigation ul ul li ul {left:110px; background-color:#00ffff;}
#navigation ul ul li:hover ul {display:block;}



#WelcomeText{
    position: absolute;
    top:25%;
    left:10%;
    width: 20em;
    height: 20px;
    background-color: transparent;
    color: White;
    padding: 5px;


}

#FeaturedText{
    position: absolute;
    top:24.5%;
    left:60%;
    width: 20em;
    height: 1em;
    background-color: transparent;
    color: White;
    padding: 1%;
}


#Featured{
    position: absolute;
    top:32%;
    left:58%;
    width: 37%;
    height: 48%;
    background-color: transparent;

}

#Pagetext{
    position: absolute;
    top:32%;
    left:5%;
    width: 40%;
    height: 48%;
    background-image: url(image/background/filter.jpg);
    background-repeat: no-repeat;
    color: White;
    padding-left: 5px;
    padding-top: 10px;


}
#Listing{
    line-height: 15px;
}

#Footer{
  position: absolute;
    top:72%;
    left:0%;
    width: 1000px;
    height: 20px;
    background-image: url(image/background/footer.jpg);
    padding-left: 10%;
    padding-top: .3%;
    background-repeat: no-repeat;
    font-size: .6em;

}
/* _________________ Contact Us __________________ */

.label{
    text-align:right;
}
#submit{
    text-align:center;
}



/* _________________ Link Menu __________________ */
.tablebackground {
	background-color: #E8F4FF;
}

