html, body{
background: url('../images/background.jpg') repeat-y #f6efdc ;
margin: 0px;
padding: 0px 0px 0px 0px;
height: 100%;
text-align: left;

}



table {
font-family: verdana;
font-size: 12px;}


p{ 
padding: 0px 0px 20px 0px;
margin: 0px;

}


/* -------------------------- */
/*       GENERAL STYLES       */
/* -------------------------- */

h1 {}
h2 {}
h3 {}


hr {border-collapse:collapse; outline:none; clear:both; width:95%; color: #E6E6E6; background-color: #000000; height: 1px ;border: none; margin:20px 20px;}




/* -------------------------- */
/*   CONTAINER PROPERTIES     */
/* -------------------------- */


#container{
margin: 0px 0px 0px 0px;
width: 1000px;
position: relative;
}


#header{
/*background: url('../images/containerHeader.jpg') no-repeat ;*/
width: 1000px;
height: 225px;
}


#filler{
background: url('../images/containerContent.jpg') repeat-y ;
padding-left: 50px;
}



#contentTable{
background: none;
}

#rightSide{
padding-left: 50px;
}

#leftSide{
}

.content{
text-align: justify;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0px 25px 50px 5px;
z-index: 5;
width: 635px;
}	

.schedule_list_info{
padding: 3px 0px 20px 10px;
}



.schedule_list_title{
font-weight: bold; 
border-bottom: 1px dotted #7d1e0c;
width: 300px;

}


.scheduleInfo{
padding: 3px 0px 15px 15px;
}


/*-- this is for IE 7 and other browsers -- */

/*
body > div div div#header {
background: url('../images/header.png') no-repeat;
width:750px;
height:170px;
position: absolute;
top: 0px;
left: 0px;
border: 1px solid red;
}

*/


.title{
font-family: times;
font-size: 30px;
border-bottom: 1px dotted #000000;
width: 90%;
margin-bottom: 30px;
color: #000000;
padding: 0px 0px 0px 20px;
}

.line{
border-top: 1px dotted #8e8656;
height: 1px;
width: 100%;
top: 37px;
position: relative;
font-size: 1px;
}
.photo{
padding-top: 0px;
padding-right: 20px;
float: left;
}


#galleryMask{
width: 100%;
height: 100%;
background-color: #000000;
filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
position: absolute;
top: 0px;
left: 0px;

}

.photoFloatBox{
background-color: #ffffff;
text-align: right;
padding: 20px 20px 20px 20px;
z-index: 5;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: black;
}



/*Menu*/


#menuSpace{
width: 100%;
height: 100%;
padding-top: 0px; 
text-align: center;
vertical-align: top;

}


.arrow{
font-family: "Times New Roman", Times, serif;
font-size: 8px;
}


ul#navigation, ul#navigation ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#navigation ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 5;
}

ul#navigation li
{
    line-height: 1.1em;
    position: relative;
    float: left;
    z-index:5;
}

ul#navigation li li
{
    margin: 0;
    padding: 0;
    border-left: solid 3px #7e692d;
	border-right: solid 3px #7e692d;
	border-bottom: solid 3px #7e692d;
    /*float: none; apparently needed for Opera, but it makes the 3rd level menus misplaced in Safari, so it's gone*/ 
    display: inline; /*fix for stupid extra margin in IE*/
}

#navigation a
{
    display: block;
    width: 125px;
    padding: 5px 0px 5px 7px;
    margin: 0px 10px 0 0px; /*ok to change below*/ /*style for main links */
    font-family: verdana;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #ba8e78;
    color: #e1cf9b;
    text-decoration: none;
}

ul#navigation a:hover
{
    /*style for highlighted top link*/
    color: #ffffff;
	/*background-color: #957e3d;*/
    text-decoration: none;
}

ul#navigation li li a
{
    /*style for secondary menus */
    color: #362a08;
    background-color: #c6ac61;
	border-bottom: none;
    padding: 3px 0px 3px 7px;
    margin: 0;
    width: 150px;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}

ul#navigation li li a:hover
{
    /*style for highlighted secondary link*/
    color: #f8f4e9;
    background-color: #362a08;
    text-decoration: none;
	filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;
}

ul#navigation li ul
{
	border-top: solid 3px #7e692d;
    position: absolute;
    left: -999em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul
{
    left: -999em;
}

/*control position of first-level popout menus*/
#navigation li:hover ul, #navigation li.sfhover ul
{
    top: 0;
    left: 0;
    margin: 0 0 0 132px;
}

/*second-level popout menus*/
#navigation li li:hover ul, #navigation li li.sfhover ul
{
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 0 0 190px;
}




/* Links */

a:link, a:visited{
color: #7d1e0c;
text-decoration: none;
}

a:hover{
color: #ce391e;
text-decoration: none;
}

#sMain{
z-index: 5;
}

#sMain a{
color: #7d1e0c;
text-decoration: none;
}

#sMain a:hover{
color: #ce391e;
text-decoration: none;
}

/* Footer */
	

#footer{
background: url('../images/containerFooter.jpg') no-repeat ;
width: 1000px;
height: 350px;
padding: 130px 0px 0px 250px;
font-family: verdana;
font-size: 8px;
text-align: center;
color:#8e8656;
}

#footer a {
color: #666666;

}	
	
#footer a:hoover {
color: #333333;
}



/* --------------------------- */
/*       CALENDAR STYLES       */
/* --------------------------- */


.monthHeader{
height: 30px;
text-align: center;
font-size: 20px;
background-color: #c0a355;
}


.dayHeader{
width: 60px;
height: 20px;
text-align: center;
background-color: #c0a355;

}

.day{
width: 80px;
height: 80px;
text-align: left;
font-size: 10px;
background-color: white;
filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80
}

.date{
position: relative;
width: 15px;
height: 15px;
top: 0px;
left: 0px;
/*border: 1px solid red;*/
}


/* --------------------------- */
/*  HOME CALENDAR STYLES       */
/* --------------------------- */

#scrollerBorder{
padding: 5px 5px 0px 5px;
border: 1px solid #dccfad;
background: url('../images/reviewsScroller_background.jpg') no-repeat ;
}


.monthHeaderHome{
height: 30px;
text-align: center;
font-size: 12px;
background-color: #c0a355;
}


.dayHeaderHome{
width: 60px;
height: 20px;
text-align: center;
background-color: #c0a355;

}

.dayHome{
width: 30px;
height: 30px;
text-align: left;
font-size: 10px;
background-color: white;
}

.dateHome{
position: relative;
width: 15px;
height: 15px;
top: 0px;
left: 0px;
/*border: 1px solid red;*/
}

.select{
background-color: #c0a355;
width: 30px;
height: 30px;
}

.display_box{
position: absolute;
right: -170px;
width: 190px;
margin-top: -30px;
visibility: hidden;
/*background: red;*/
z-index: 10;
}


.display_box_header{
background: url('../images/homeMenuDisplayBoxHeader.gif') no-repeat ;
width: 100%;
height: 22px;
}

.display_box_container{
background: url('../images/homeMenuDisplayBoxContainer.gif') repeat-y ;
width: 100%;
}

.display_box_footer{
background: url('../images/homeMenuDisplayBoxFooter.gif') no-repeat ;
width: 100%;
height: 20px;
}
		
