/* CSS Document */

body {
	margin: 0;
	padding: 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color: #3e321d;
	background: url(../Images/margin-background.gif) repeat-y;
}

/*The container tag holds the page content within defined boundaries on the body of the page. It sets the margins and absolute position within the entire content section.*/

#container {
	margin-left: 70px;
	padding: 0;
	width: 725px;
	height: 800px;
	text-align: left;
	background: url(../Images/ECC-lakeville-NEW.jpg) no-repeat;
	background-color: #ffffff;
	position: relative;
	border-right: #000000 2px solid;
	border-left: #000000 2px solid;
}

.separator {
	clear: both;
	height: 0;
	}

p {
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 8pt;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 1.5em;
}

/*H1 is the large blue headline font used to title pages*/	
h1 {
	font-size: 18pt;
	text-transform: uppercase;
	color: #004080;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

/*H2 is blue headline font used to begin new sections or paragraphs*/	
h2 {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #004080;
	text-align: left;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 0;
}

/*H3 should be used as a subhead font: light gray, good for sub-sections*/	
h3 {
	font-size: 8pt;
	font-weight: bold;
	color:#333333;
	text-align: left;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 2px;
}

a, a:visited {
	text-decoration: none;
	color: #D7661C;
}

a:hover {
	text-decoration: none;
	border-bottom: dotted 1px #CCCCCC;
}

/*Below is the code for the location page navigation in the upper right hand corner of the page.*/

#topNavigation li {
	display: inline;
}

#topNavigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#topNavigation a {
	font-size: 6pt;
	display: block;
	float: right;
	padding: 3px 7px 3px 7px;
	margin: 0;
	color: #bdd3f0;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px dotted #bdd3f0;
	border-bottom: none;
}

#topNavigation a:hover {
	background-image: url(../Images/button-background.gif);
	color: #4D3E33;
}

#nav ul {
	margin-top: 120px;
	margin-left: -35px;
}
	
#nav li {
  /*float the main list items*/
  float: left;
  display: block;
  list-style-type: none;
  padding: 0;
  border-bottom: #000000 2px solid;
}

#nav li a {
  /*for all links in the list*/
  background-image: url(../Images/blue-background.gif);
  color: #FFFFFF;
  font-size: 9px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 15px;
  width: 81px;
  padding: 4px;
  border: none;
}

#nav li a:hover {
	/*for all hover links in the list*/
	background-image: url(../Images/green-button.gif);
	color: #ffffff;
	text-decoration: none;
	border: none;
	}
	
#boxout {
	float: left;
	display: block;
	width: 714px;
	height: 40px;
	margin-top: 100px;
	margin-left: 5px;
	padding: 0;
	}

#featureNav ul {
	display: block;
	float: left;
	list-style-type: none;
	width: 167px;
	margin: 0 0 40px 0;
	padding-left: 5px;
		}

#featureNav li {
	border-bottom: 1px dotted #c2dddc;
	padding: 0;
	}

#featureNav a {
	height: 12px;
	display: block;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7fa9a7;
	text-decoration: none;
	}

#featureNav a:hover {
	height: 12px;
	display: block;
	padding: 10px;
	background:url(../Images/button-background.gif);
	color: #000000;
	border: none;
	}
	
/* This section is the code for the columns below the flash section. */

#column {
	float: left;
	width: 139px;
	margin: 0;
	padding: 20px 16px 30px 20px;
}	

/*This container div should be used to house body text on all subpages.*/

#bodyContainer {
	clear: both;
	float: left;
	display: block;
	width: 625px;
	padding-left: 50px;
	padding-top: 10px;
}

/*This container div should be used wherever there is a secondary navigation panel on subpages or subsites.*/

#secondaryContainer {
	float: left;
	display: block;
	width: 490px;
	margin-left: 25px;
	padding-top: 10px;
}

#bodyColumn {
	float: right;
	width: 140px;
	margin-left: 20px;
	padding: 10px 20px 0 20px;
}

#bodyColumn h1 {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #D7661C;
	}
	
#bodyColumn h2 {
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
	}	

#bodyColumn p {
	text-align: center;
	}

#bodyColumn ul {
	list-style-type: none;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	}
	
/*This nav div should to format the secondary navigation panel on any subpage or subsite.*/

#secondaryNav ul {
	clear: both;
	display: block;
	float: left;
	list-style-type: none;
	width: 167px;
	margin: 0 0 40px 0;
	padding-left: 5px;
		}

#secondaryNav li {
	border-bottom: 1px dotted #c2dddc;
	padding: 0;
	}

#secondaryNav a {
	height: 12px;
	display: block;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7fa9a7;
	text-decoration: none;
	}

#secondaryNav a:hover {
	height: 12px;
	display: block;
	padding: 10px;
	background:url(../Images/button-background.gif);
	color: #000000;
	border: none;
	}
	
/*This container div should be used for evite body text.*/

#ebodyContainer {
	clear: both;
	float: left;
	display: block;
	width: 500px;
	padding-left: 100px;
	padding-top: 10px;
}

/* This container is for the ical calendar */
#icalendar {
	width: 480px;
	border-top: #000000 1px solid;
	float: left;
	margin-left: 190px;
	padding: 0;
	text-align: left;
}

icalp {
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 8pt;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 1.5em;
}
	
#footer {
	clear: both;
	padding-top: 20px;
	}