/*--------------------------general page  styles -------------------------------*/
body {
	background: #ccd5dd;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height: 1.8em;
	font-size: 62.5%;
	color: #5c5c5c;
	margin-top: 0;
    /* This centers the whole page horizontally in the browser */
	text-align: center;
}

table.bodtable {
font-size: 1.3em;
}

h1, h2 { 
	border-bottom: dotted 1px #4a4550;
	margin: 20 20 20 20;
	}
	
h3, h4 {
	color: #4a4550;
	}
	
h1 {
	font-size: 1.8em;
	color: #e54535;
	}
	
h2 {
	font-size: 1.6em;
	color: #4a4550;
	}
	
h3 {
	font-size: 1.4em;
	margin: 10 20 20 20;

	}
	
h4 {
	font-size: 1.2em;	
	margin: 20 20 5 20;

	}


/* This is the main container of the page. It sets the page width */
#container {
	width: 1000px;
	border: 1px solid #fff;
	background: #fff;
    /* This overrides the text-align in the body that centers page horizontally in the browser */
	text-align : left;
	margin : 0 auto;
}

#gallery {
margin-left: 40px;
}

.highslide a, .highslide a:hover {
	text-decoration: none;
	bottom-border: none;
	}

.sidebar {
	width:200px;
	border-right: white solid 5px;
	background:#fdfcdd;
	vertical-align : top;
	text-align: center;
	padding : 0;
	font-size: 1.15em;
	font-weight : bold;
}

#naeyc {
	height: 40px;
}

#naeyc p {
	padding-top : 10px;
}

#content {
	text-align: left;
	padding: 0;
	background: #fff;
}

#content p {
	margin: 0 20 15 40;
}

/*-------------------------- related links menu styles  -------------------------------*/

#linksmenu {
	background: #fdfcdd; 
	color: #4a4550;
	padding-bottom: 20px;
	
	}
	
#linksmenu p{
	font-weight: bold;
	font-size: 1.15em;
	margin-left: 20px;
	}

#linksmenu a { 
	color: #4a4550; 
	text-decoration: none;
	border-bottom: 1px dotted  #4a4550;  
}

#linksmenu a:hover { 
	color: #4a4550; 
	text-decoration: none; 
	background: #fdfcdd;
	border-bottom: none;
}

#linksmenu ul{
	list-style-image : url(img/list_caret.gif);
	line-height: 1.2em;
	margin-left: 0px;
	padding-left:35px;
}

#linksmenu li{
	margin-right: 10px;
	margin-bottom:1em;
}

/*--------------------------page top styles -------------------------------*/
.band {
	background: #4a4550; 
	height: 5px;
	padding:0;
	width: 100%; 
	margin: 0;
	border-bottom: 1px solid #fff;
}



/*--------------------------left-hand side menu styles -------------------------------*/
 #menu{
	padding : 0;
	
}

#menu p{
	text-align : right;
	line-height: 1.8em;
	margin:0px;
 	padding : 0 5 0 0px;
	border-bottom: 1px solid #bcd0c0;
	cursor: pointer; 
}

#menu a, #naeyc a { 
	color: #5c5c5c;
	text-decoration: none; 
	cursor: pointer; 
}

#menu a:hover, #naeyc a:hover { 
/* background: #eee; */
border-bottom: 1px dotted #bcd0c0;  
}

#dropmenudiv{
position:absolute;
background-color: #fff;
border:1px solid #5c5c5c;
border-bottom-width: 0;
color: #5c5c5c;
font:normal 14px "Trebuchet MS";
text-align: left;
line-height:21px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
color: #5c5c5c;
display: block;
text-indent: 3px;
border-bottom: 1px solid #5c5c5c;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #fff;
background-color: #e54535;
}

/*--------------------------body text styles -------------------------------*/
#bod{
	vertical-align : top;
	padding:0px;
	width: 595px;
}



.bodtable ul{
	list-style-image : url(img/list_caret.gif);
	line-height: 1.6em;
	margin-left: 0px;
	padding-left:55px;
}

.bodtable li{
	margin-right: 10px;
	margin-bottom:1em;
}

#bod a, .bodtable li a { 
	color: #e54535; 
	text-decoration: none; 
	border-bottom: 1px dotted #e54535; 
	cursor: pointer; 
}

#bod a:hover, .bodtable li a:hover { background: #eee; }

#bod table {
	font-size: 1em;
	background: white;
	margin-left:40px;
	width: 80%;
}

#bod td {
	border-top: 1px solid #dfdfdf;
	vertical-align: top;
	padding: 3 6 3 6px;
}
.tablehead {
/*	background: #e54535;
	font-weight: bold;   */
	color: #e54535
}
.cal_date {
	width:15%;
	/*text-align: right; */
}

.cal_day{
	width: 20%;
}


/*--------------------------homepage callout  styles -------------------------------*/
.callout{
	background:#fff;
	vertical-align : top;
	width: 200px;
	
}

.callout p {
	margin: 0 10 10 10;
}

.callout img{
	margin: 3 0 0 0px;
}


/*---------------------------slideshow styles---------------------------------------*/

#bigspace{
border-bottom: 600px solid white;
}
#ss_text, #ss_img_div, #ss_controls {
	font-size: 12px;
	line-height: 1.8em;
	color: 5c5c5c;
	margin: 10 0 20 10;
	text-align: left;
}



/*--------------------------pull quote  styles -------------------------------*/

#pullquote{
	color: #5c5c5c;
	font-family : "Times New Roman", Times, serif;
	margin : 20 0 0 0;
	text-align:left;
	line-height: 1.8em;
}

#pullquote p{
	font-size : 1.1em;
	font-style : italic;
	margin:0 20 40 0;
	padding:10 0 10 0px;
	border-top: 1px dotted #8c9c8f;
	border-bottom: 1px dotted #8c9c8f;
}

#pullquote p:first-letter {
	color: #e54535;
	font-size: 1.8em;
	font-weight:bold;
}

/*--------------------------footer styles -------------------------------*/
#footer {
	clear: both; 
	text-align: center; 
	background: #4a4550; 
	padding-top: .25em; 
	padding-bottom: .25em; 
	width: 100%; 
	margin: 0 auto; 
	border-top: 1px solid #fff;
	font-size: 1.1em;
	color: #fff;
}


#footer a { 
	color: white; 
	text-decoration: none;
	border-bottom: 1px dotted  #fff;  
}

#footer a:hover { 
	color: white; 
	text-decoration: none; 
	background: #4a4550;
	border-bottom: none;
}






