	/* 
Title:     Opera New England of Cape Cod, Inc. Stylesheet
Author:    Genevate
*/
	
body {
	margin:0;
	padding:0;
	font-family: arial, sans-serif;
	color: #666;
	font-size: 15px;
	line-height: 1.5em;
	background: #DDDACB url(/images/bg.gif) repeat-x;
}

#container {
	width: 800px;
	\width: 820px;
	w\idth: 800px;
	background: #DDDACB;
	margin-left: auto;
	margin-right: auto;
		}

/* ----- logo block ----- */

#header {
	background: #560E00;
	}
	
#header img {
	border:0;
	margin: 15px;
	padding-bottom: 10px;
	}


#photo {
	margin-top: 25px;
  border:0;
	width: 800px;
	height: 251px;
}
.slide {
	margin-left: 0px;
	position: absolute;
	width: 800px;
	height: 251px;
}
	

/* ----- navigation ----- */	

a  {
	color: #663333;
}
a:hover  {
	text-decoration: none;;
}
		
#nav {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-top: 10px;
    width: 800px;
    height: 10px;
    border-top: 1.5px dashed #333;
 }

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

#nav li {
	font-family: georgia, times, serif;
	display: inline;
	list-style-type: none;
	margin: 10px 12px 15px 11px;
	padding: 0;
	font-size: 100%;
	text-transform: uppercase;
	}
		
#nav li a {
    font-weight: normal;
    margin: 20px 0px;
    font-size: 18px;
    color: #560E00;
    text-decoration: none;
	}
		
#nav li a:hover {
    border-bottom: 3px solid #560E00;
    }
    
#nav li a.active {
    text-decoration: none;
     border-bottom: 3px solid #560E00;
	}
	
	

/* ----- left content block ----- */

#leftside {
	position:relative;
	width:460px;
	text-align:left;
	float:left;
	margin: 10px 10px 12px 0;
	}
	
h1 {
    font-family: georgia, times, serif;
    color: #560E00;
    font-weight: normal;
    font-size: 200%;
    line-height: 1.2em;
 	}
	
/* ----- right content block ----- */
		
#rightside {
	position:relative;
	width: 320px;
	text-align:left;
	float:left;
	margin: 15px 0 0 10px;
	min-height: 500px;
	background: #8C9FAD url(/images/rightbg.gif) repeat-x;
	color: #333;
}
	
#rightside h2 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: georgia, times, serif;
    color: #333;
    font-weight: normal;
    font-size: 170%;
    letter-spacing: -1.5px;
    line-height: 1.2em;
    border-bottom: 1px dotted #999;
}
    
#rightside p {
	color: #333;
	margin: 0 20px 10px 20px;
	}

#rightside ul  {
	list-style: none;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	border-bottom: 2px solid #7699B3;
	}


#rightside li  {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
	
#rightside li a {
    color: #663333;
    text-decoration: none;
	}


#rightside li.opera {
    font-size: 18px;
    color: #333;
    font-weight: bold;
	}		

#eventlist ul  {
	list-style: none;
	margin-left: 20px;
	padding: 0;
	border-bottom: 2px solid #D4D0BC;
	}


#eventlist li  {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
	
#eventlist li a {
    color: #663333;
    text-decoration: none;
	}


#eventlist li.opera {
    font-size: 18px;
    color: #333;
    font-weight: bold;
	}		


/* ----- form ----- */

#newsletter {
	color: #333;
	margin: 0 20px 10px 20px;
}

span.button {
	padding: 0;
} 

div.clear {
	clear:both;
	padding-top:5px;
} 
    
.rss {
	float: right;
}
/* ----- footer ----- */

#footer {
	clear: both;
	padding: 10px 0 70px 10px;
	margin: 0;
	font-size: 12px;
	background: #560E00 url(/images/footer_bg.gif) repeat-x;
	color: #DDDACB;
	}
	
#footerleft { 
	position:relative;
	text-align:left;
	float:left;
	}
	
#footerright { 
	position:relative;
	text-align:right;
	float:right;
	margin-right: 10px;
	}
	
#footer a  {
	color: #DDDACB;
	font-size: 13px;
	font-family: georgia, times, sans-serif;
	text-decoration: none;
	}
	