﻿body
{
    font-family:  Palatino Linotype;
    font-size: small;
    color: #8394ca;
    margin-top: 0px;
    padding: 0;
    background-color:#F4F7DA;
    border: 0; 
    overflow: visible;
    position:relative;
	width: 800px;
    height:520px;
   
    /* background-repeat: repeat-x; */
}

#wrap
{   background: url(../images/gracehomepage.jpg);
    background-repeat:no-repeat;
	width: 800px;
    height:600px;
    padding: 0px;
    border: 0px;
    top: 0px;
    left:100px;
    position: relative;
    margin-left: auto;
    margin-right:auto;
}

.pnlsearch
{
	position: absolute; 
	margin: 0px;
	border: 0px;
	padding: 0px;
    top: 520px;
    left: 185px;
    width: 200px;
    height: 20px;
    background-color:transparent;
}

.srchbtn
{
	margin-left:-25px;
	padding-left:0px;
}
.menu
{
	position: absolute; 
	margin: 0px;
	border: 0px;
	padding: 0px;
	top: 133px;
	left: 157px;
	width: 643px;
	height: 51px;
	/*background-color:#4f5d5c;*/
	background-color:transparent;
	z-index:150;
	overflow:hidden;
    }
    

    
.content1
{
    position: absolute;
    margin: 0px;
    border: none;
    padding:   0px 5px 1px 5px;
    top: 190px;
    left: 180px;
    width: 200px;
    height: 320px;
    background-color: transparent;
    z-index: 10;
    overflow: hidden;
}

.content2
{
    position: absolute;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    top: 185px;
    left: 405px;
    width: 375px;
    height: 400px;
    z-index: 10;
    overflow: hidden;
}

.pnlslideshow
{
	margin: 2px;
    padding: 0px  0px 0px 0px;
    position: absolute;
    top:0px;
    left:0px;
    width: 355px;
    height: 200px;
    overflow: hidden;
}
		
.content2text
{
    position: absolute;
    top:205px;
    left:0px;
    width: 370px;
    height: 350px;
    overflow: hidden;
}

.h1Image
{
	margin-top:0px;
	margin-bottom:-10px;
	padding:0px;
	width: 720px;
	background-repeat:no-repeat;
	height:30px;
	text-indent: -5000px;
}

h1{
	font-family: Palatino Linotype ;
	font-size: 16px;
	font-weight: bold;
	color: #000000;

}

.Schedule 
{
	border-style: none;	
	border-color:black;
}

.Schedule td
{
	vertical-align:top;
	border-style: none;	
	color: Black;

}


	
p
{
	font-family:  Palatino Linotype;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 5px;
	color:black;
}


a:visited
{
	color: #333333;
}
a:hover
{
	color: #990000;
}
a
{
	color: #333333;
	font-family:  Palatino Linotype;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.modalpopup{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:gray;
	padding: 3px;
	width: 800px; 
	height:400px;
	z-index:100;
	overflow:scroll;
}

.modalbackground
{
	background-color:Gray;
	filter:  alpha(opacity: 70);
	opacity: 0.7;
}
