/* Refinements October 20, 2005 */
/* Start of Layout and Design Scheme */
p { 
	margin: 0 0 1em 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
h1, h2 {
	margin: 0 0 .5em 0;
	padding: 0;
}
h2 {
	padding: 1em 0 0 0;
}
h3 {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0 0 1em 1.25em;
	padding: 0;
	list-style-position: outside;
}
li {
	margin-left: 0;
}
ul.indent {
	margin-left: 3.25em; 
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	position: absolute;
	width: 751px;
	top: 60px;
	left: 0px;
	background-color: #FFF;
	background-image:  url("../images/page_bg.gif");
	background-repeat: repeat-y;
	margin: 0 0 10px 0;
} 
#banner {
	position: absolute;
	width: 751px;
	left: 0px;
	top: 0px;
	background-image:  url("../images/page_bg.gif");
	background-repeat: repeat-y;
}
#marquee {
	position: relative;
	width: 427px;
	height: 2.5em;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	top: -50px;
	z-index: 20;
	padding: 0 3px 0 3px;
	text-align: right;
	right: -312px;
}
#marquee a:link {
	color: #FFF
	}
#marquee a:visited {
	color: #FFF;
}
#navigation {
	position: absolute;
	width: 86px;
	height: 700px; /* Change this if adding navigation items to avoid overflow of nav area */
	left: 0px;
	top: 0px;
	color: #CCC;
	text-align: center;
	padding-top: 17px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-image:  url("../images/nav_bg.jpg");
	z-index: 7;
}
#navigationbg {
	position: absolute;
	width: 751px;
	height: 700px; /* Change this if adding navigation items to avoid overflow of nav area */
	left: 0px;
	top: 0px;
	color: #CCC;
	text-align: center;
	padding-top: 17px;
	margin-bottom: 0px;
	background-image:  url("../images/page_bg.gif");
	background-repeat: repeat-y;
	border-bottom: 1px solid #000;
}
#navigation img { /* This is for IE6, which makes the image border black regardless of text color */
	border-color: #FFF;
} 
#navigation a {
	display: block;
	margin: 0 0 20px 7px;
	font-size: 10px;
	padding: 0px 5px 0px 3px;
	font-weight: bold;
	text-align: left;
	border-bottom: 3px solid #000;
}
#navigation a:link {
	color: #FAFAFA;
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
	color: #FAFAFA;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
}
#corner {
	position: absolute;
	left: 86px;
	top: -4px;
	z-index: 6;
	width: 20px;
	height: 20px;
}
#content {
	position: relative;
	width: 620px;
	left: 0px;
	top: 0px;
	padding: 16px 20px 16px 110px;
	z-index: 5;
	margin-bottom: 5px;
	background-color: #CCC;
	background-image:  url("../images/page_bg.gif");
	background-repeat: repeat-y;
}
#content a:link {
	color:#36C
}
#content a:visited {
	color: #36C;
}
hr {
	color: #CCC;
	background-color: #CCC;
	width: 75%;
	margin: 10px;
}
.schoolimage { /* This is for placement of the school building images on the individual program pages */
	float: right;
	margin: 1.5em 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#esdlogo {
	font-size: 10px;
	text-align: center;
	margin-left: 2px;
}
#esdlogo img {
	margin-top: .5em;
}
img {
	vertical-align:bottom;
} 
#leftcolumn {
	width: 32%;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0  15px 10px 15px;
	border: 1px solid #CCC;
}
#rightcolumn {
	width: 32%;
	float: right;
	margin-left: 2%;
	margin-bottom: 1%;
	margin-top: 1%;
	padding: 1em;
	border: 2px dotted #CCC;
}
.divider {
	margin: 1.25em 0 1em 0;
	font-size: 1.25em;
	line-height: 0em;
	border-top: 1px dotted #CCC;
	width: 50%;
}	
hr {
	border: none 0; 
	border-top: 1px dashed #CCC;
	width: 50%;
	height: 1px;
	margin: .5em auto .75em 0;
	text-align: left;
}	
.imageright {
	float: right;
	margin-left: 1em;
}
.imageleft {
	float: left;
	margin-right: 1em;
}
ul.buffer li { /* adds padding when list wraps around .imageleft */
	margin-left: 0em;
	list-style-position: inside;
}
.imagerightcaption {
	float: right;
	margin-left: 1em;
	text-align: center;
	font-size: 10px;
	font-style: italic;
}
.imagerightcaption img {
	border: 1px solid black;
}
.imageleftcaption {
	float: left;
	margin: 0 1em 1.5em 0;
	text-align: center;
	font-size: 10px;
	font-style: italic;
}
.imageleftcaption img {
	border: 1px solid black;
}
.imageclearleft {
	clear: left;
}
.imageclearright {
	clear: right;
	padding-top: 1.5em;
}
table {
	margin-bottom: 1em;
}
table td {
	padding-bottom: .5em;
}
/* End of Layout and Design Scheme */
/* Start of Font Styles */
h1 {
	font-size: 16px;
	color: #069;
	margin-top: 0em;
}

h2 {
	font-size: 14px;
	color: #09C;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #09C;
}
.smallertext {
	font-size: 10px;
	text-align: left;
}
.highlight {
	background-color: yellow;
}
.heading {
	margin-top: 0;
	font-size: 14px;
	color: #09C;
	font-weight: bold;
}
.italcaption {
	font-size: x-small;
	font-style: italic;
	color: #0099CC;
}
.bold {
	font-weight: bold;
}
/* End of Font Styles */
/* Start of CSS for double column lists */
.licolsingle {
	float: left;
	width: 100%;
}
.licolsingle ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.licolsingle li {
	line-height: 15px;	
}
.licol {
	float: left;
	width: 60%;
}
.licol ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 1.5em;
}
.licol li {
	line-height: 15px;	
}
.divisionlinks {
	color: #069; 
	text-transform: uppercase; 
	font-weight: bold;
}
/* End of CSS for double column lists */

