@charset "UTF-8";
body  {
	background: #506F88;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1000px;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.twoColFixLtHdr #container #mainContent {
	position: relative;
	width: 675px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: "Century Gothic";
	font-size: 1.5em;
	font-weight: bold;
	color: #506F88;
	word-spacing: -.1em;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: "Century Gothic";
	font-size: 1.2em;
	line-height: 2em;
	color: #666666;
}
.twoColFixLtHdr #header {
	background: #fff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/ED_L2_03.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
} 
.twoColFixLtHdr #container #header img {
	padding-bottom: 30px;
}
.twoColFixLtHdr #container #footer {
	font-family: "Century Gothic";
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #678BAA;
	text-align: right;
	padding: 1px 50px 1px 0;
	font-weight: bold;
	margin-top: 10px;
}
#mainContent #counter {
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	top: 10px;
	right: 50px;
	padding-bottom: 10px;
	position: absolute;
}
.twoColFixLtHdr #headerhome {
	background: #fff;
	position: relative;
}
.twoColFixLtHdr #container #headerhome img {
	padding-bottom: 30px;
	padding-top: 110px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header  ul  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	list-style: none;
	position: absolute;
	left: 400px;
	top: 40px;
	font-family: "Century Gothic";
	font-weight: bold;
}
#header   li   {
	display: inline;
}
#header li a:link,#header li a:visited {
	padding: .2em 1em;
	text-decoration: none;
	font: century gothic;
	font-size: 0.75em;
	font-weight: bold;
	color: #5C8AA3;
}
#header li a:hover,#header li a:active {
	color:#660000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: "Century Gothic";
	font-size: 1em;
	font-weight: bold;
	color: #4C6C7F;
	text-align: right;
}
.twoColFixLtHdr #container #sidebar1 ul {
	font-family: "Century Gothic";
	font-size: 0.75em;
	font-weight: bold;
	color: #5E85A4;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#sidebar1 li a:link, #sidebar1 li a:visited {
	font-family: "Century Gothic";
	text-decoration: none;
	color: #5C8AA3;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #5C8AA3;
	border-width: 1px;
	line-height: 25px;
}
#sidebar1 li a:hover, #sidebar1 li a:active {
	color: #660000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #holder {
	position: relative;
	left: 0px;
	top: 0px;
	width: 690px;
	height: 350px;
	background-color: #CCCCCC;
}
#holder #pic1, #holder #pic2, #holder #pic3, #holder #pic4, #holder #pic5 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#holder #pic6, #holder #pic7, #holder #pic8, #holder #pic9, #holder #pic10 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#pic1 {
	z-index: 11;
	visibility: visible;
}
#pic2 {
	z-index: 2;
	visibility: visible;
}
#pic3 {
	z-index: 3;
	visibility: visible;
}
#pic4 {
	z-index: 4;
	visibility: visible;
}
#pic5 {
	z-index: 5;
	visibility: visible;
}
#pic6 {
	z-index: 6;
	visibility: visible;
}
#pic7 {
	z-index: 7;
	visibility: visible;
}
#pic8 {
	z-index: 8;
	visibility: visible;
}
#pic9 {
	z-index: 9;
	visibility: visible;
}
#pic10 {
	z-index: 10;
	visibility: visible;
}
#counter a:link, #counter a:visited {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#counter a:hover, #counter a:active {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #660000;
	text-decoration: none;
}
#headerhome ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	list-style: none;
	position: absolute;
	left: 275px;
	top: 10px;
	font-family: "Century Gothic";
	font-weight: bold;
}
#headerhome li {
	display: inline;
}
#headerhome li a:link, #headerhome li a:visited {
	padding: .2em 1em;
	text-decoration: none;
	font: century gothic;
	font-size: 0.75em;
	font-weight: bold;
	color: #5C8AA3;
}
#headerhome  li  a:hover, #headerhome li a:active   {
	color:#660000;
}
.twoColFixLtHdr #container #mainContenthome {
	position: relative;
	width: 675px;
	height: 300px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0;
}
#mainContenthome  #img1  {
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 0px;
	position: absolute;
}
#mainContenthome #img2 {
	color: #FFFFFF;
	margin-top: 10px;
	position: absolute;
	left: 140px;
}
#mainContenthome #img3 {
	color: #FFFFFF;
	margin-top: 10px;
	position: absolute;
	left: 280px;
}
#mainContenthome #img4 {
	color: #FFFFFF;
	margin-top: 10px;
	position: absolute;
	top: 130px;
}
#mainContenthome #img5 {
	color: #FFFFFF;
	margin-top: 10px;
	position: absolute;
	top: 130px;
	left: 140px;
}
#mainContenthome #img6 {
	color: #FFFFFF;
	margin-top: 10px;
	position: absolute;
	top: 130px;
	left: 280px;
}

