	/* 
Title:     Heritage Gardens Stylesheet
Author:    Genevate
*/
	
#container {
	width: 954px;
	\width: 960px;
	w\idth: 954px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	}
		
body {
   margin:0;
   padding:0;
   font-family: georgia, times, serif;
   background: #114273 url(/images/bg.gif) repeat-x;
    }
    
img {
	border: 0;
	}

#banner {
    width: 954px;
    height: 144px;
	background: url(/images/header.gif) no-repeat;
    }
    
#logo {
    float: left;
    margin: 10px 10px 0 15px;
    border: 0px;
    }

#topbanner {
    float: right;
	}

#contentcenter {
	float: left;
	width:650px;
	margin: 26px 10px 40px 30px
}
#contentleft {
	float: left;
	width:390px;
	margin: 30px 5px 80px 30px;
	}


#contentright {
	float: right;
	width:230px;
	margin-top: 26px;
	margin-right: 10px;
	}
	
.rightbanner {
    background: #f3f3f3;
    width:237px;
	}

#content {
    font-size: 13px;
    line-height: 1.6em;
    font-family: georgia, times, serif;
    color: #333;
	}
.highlight {
	background-color: #FFFFE7;
}	
/* ----- left hand navigation ----- */
		

#leftside {
	position:relative;
	width:240px;
	float:left;
	}
	
#leftnav{
	position:relative;
	width:240px;
	float:left;
	background: #F0F0F0;
	}
		
#leftnav ul {
    margin: 0;
	padding: 0;
	list-style: none; 
    height: 100%;
    display:inline;
	}	

#leftnav li {
	font-family: georgia, times, serif;
	margin-left: 2px;
	padding: 7px;
	font-size: 100%;
	border-bottom: 1px solid #9F9F9F;
	background-repeat: no-repeat;
	padding-left: .6em;
	background: transparent url(/images/arrow.gif) no-repeat 0 10px; 
	position: relative;
	}
		
#leftnav li a {
    font-weight: normal;
    font-size: 14px;
    color: #0e3357;
    text-decoration: none;
    margin-left: 5px;
	}
	
#leftnav li a:hover {
    text-decoration: none;
    color: #666666;
    }
#leftnav li.subnav {
	font-family: georgia, times, serif;
	margin-left: 2px;
	padding: 7px;
	font-size: 100%;
	border-bottom: 1px solid #9F9F9F;
	background-repeat: no-repeat;
	padding-left: 1.2em;
	background: #eee url(/images/arrow.gif) no-repeat 10px 10px; 
	position: relative;
   }
    
    
/* ----- top navigation ----- */
		
#nav {
    margin: -40px 0 0 0;
	padding: 0;
    width: 305px;
    height: 35px;
    background: #0e3357;
    }

#nav ul {
    margin: 0;
	padding: 0;
	list-style: none; 
    height: 100%;
    display:inline;
	}	

#nav li {
	font-family: georgia, times, serif;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 120%;
	}
		
#nav li a {
	float: left;
    font-weight: normal;
    padding: 10px 12px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
	}
		
#nav li a:hover {
    color: #CCC;
    }
    

h1 {
    font-family: georgia, times, serif;
    color: #AA161B;
    font-weight: normal;
    font-size: 190%;
    letter-spacing: 1px;
    }
    
    
h2 {
    font-family: georgia, times, serif;
    color: #033101;
    font-weight: normal;
    font-size: 150%;
    letter-spacing: 1px;
    margin: 15px 0 10px 15px;
    }
h3 {
    font-family: georgia, times, serif;
    color: #0e3357;
    font-weight: normal;
    font-size: 150%;
    letter-spacing: 1px;
    margin: 10px 0;
    }
#content h2 {
    margin: 15px 0 10px 0px;
 	}
#content a:hover {
	text-decoration: none;
}
#email-form {
	border-top: #F0F0F0;
	margin-top: 10px;
	padding: 3px;
	background: #AA161B;
	}

 .top   {
	margin-top: 15px;
	}

a.button {
	padding: 6px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin: 4px 0;
	background-color: #aa161b;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #6c6c6c;
	border-bottom: 1px solid #6c6c6c;
	border-left: 1px solid #c0c0c0;
}
a:hover.button {
	background-color: #b73c40;
}    

.holiday a {
font-weight: bold;
padding: 3px;
font-size: 16px;
color: #C01B27;
background-color: #89D989;
}
/* ----- footer ----- */

#footer {
	clear: both;
	padding: 15px 0 70px 10px;
	margin: 0;
	font-size: 12px;
	background: #0e3357;
	color: #fff;
	}
	
#footerright { 
	position:relative;
	text-align:right;
	float:right;
	margin-right: 5px;
	font-style: italic;
	}
	
#footerleft { 
	position:relative;
	text-align:left;
	float:left;
	margin-right: 10px;
	}
	
#footerleft a  {
	color: #FFF;
	font-size: 13px;
	font-family: georgia, times, sans-serif;
	text-decoration: none;
	padding: 5px;
	}
	

    
