@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0;		
	width: 960px;
	height: 770px;
	background-image: none;
	background-repeat: no-repeat;
    position: relative;
}


/* HEADER SECTION */


#animation {
  margin: 0;
  padding: 0;
  width: 240px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 720px;
}
#header {
  margin: 0;
  padding: 0;
  width: 960px;
  height: 230px;
  position: relative;
}
#logo {
  margin: 0;
  padding: 0;
  width: 720px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
#mainnav {
	margin: 0;
	padding: 0;
	color: #ffffff;
    background-color: #002060;
    width: 960px;
    height: 30px;
	font-size: 130%;
	position: absolute;
	top: 200px;
	left: 0px;
}
#mainnav li {
	margin: 15px;
	padding: 0;
	display: inline;
}
#mainnav a:link {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
#mainnav a:visited {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
#mainnav a:hover {
	background-color: transparent;
	color: #c00000;
	text-decoration: underline;
}
#mainnav ul {
    margin: 5px;
    text-align: center;
}


/* MAIN SECTION */

#mainsection {
  margin: 0;
  padding: 0;
  width: 960px;
  height: 522px;
  position: absolute;
  top: 230px;
  left: 0;
}


/* LEFT SIDE BAR SECTION */


#disclaimer {
  margin: 0;
  padding: 0;
  width: 198px;
  height: 60px;
  text-align: center;
  border-top: 15px solid #002060;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;

}
#disclaimer p {
  margin: 8px;
}
#disclaimer a:link {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#disclaimer a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#disclaimer a:hover {
	background-color: transparent;
	color: #c00000;
	text-decoration: underline;
}
#leftsidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 442px;
  position: absolute;
  left: 0;
  top: 0;
}
#leftnav {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 400px;
  background-color: #dbe5f1;
}
#leftnav ul {
  margin: 0 0 0 10px;
  padding: 0;
  width: 175px;
}

#leftnav li {
  margin: 0;
  padding: 15px 0 5px 0;
  list-style-type: none;
  border-bottom: 1px solid #000000;
  font-size: 120%;
}
#leftnav a:link {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#leftnav a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#leftnav a:hover {
	background-color: transparent;
	color: #c00000;
	text-decoration: none;
}


/* MAIN CONTENT */


a:link {
	background-color: transparent;
	color: #c00000;
	text-decoration: none;
}
a:visited {
	background-color: transparent;
	color: #c00000;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}


.calendar_headers td {
  margin: 0;
  padding: 0;
  background-color: #3bd6e4;
}
.ekfregional {
	margin: 0;
	padding: 0;
	width: 560;
}
.ekfregional img {
	margin: 0;
	padding: 0;
	float: left;
}
#fitnesscomponents {
    margin: 0;
    padding: 0;
}
#fitnesscomponents td {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

h3 {
  margin: 5px 0 10px 20px;
}

#links {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 300px;
	position: absolute;
	top: 50px;
	left: 175px;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#links li {
	margin: 10px 0 0 0;
	padding: 0;
}
#links a:link {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#links a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#links a:hover {
	background-color: transparent;
	color: #c00000;
	text-decoration: none;
}
#maincontent {
  margin: 0;
  padding: 0;
  width: 560px;
  height: 476px;
  position: absolute;
  left: 200px;
  top: 0;
  overflow: auto;
}
#maincontent p {
  margin: 0;
  padding: 10px 20px 10px 20px;
}
#maincontent h4 {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}
#maincontent img {
  margin: 10px 10px 10px 20px;
  padding: 0;
  float: left;
}
#maincontent #coursebox1 img {
    margin: 10px 20px 10px 10px;
    padding: 0;
    float: right;
}
#maincontent #coursebox2 img {
    margin: 10px 20px 10px 10px;
    padding: 0;
    float: left;
}
.tablelayout {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 498px;
}
.tablelayout td {
    margin: 0;
    padding: 5px;
    width: 166px;
    border: 1px solid black;
}
.tablelayout tr {
    vertical-align: top;
}





/* RIGHT SIDE BAR SECTION */

#rightsidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 442px;
  position: absolute;
  left: 760px;
  top: 0;
}
#rightnav {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 400px;
  background-color: #ab1707;
  list-style-type: none;
}
#rightnav ul {
  margin: 0 0 0 15px;
  padding: 0;
  width: 175px;
}
#rightnav li {
  margin: 0;
  padding: 15px 0 5px 0;
  list-style-type: none;
  border-bottom: 1px solid #ffffff;
  font-size: 120%;
}
#rightnav a:link {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
#rightnav a:visited {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
#rightnav a:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#constitution {
  margin: 0;
  padding: 0;
  width: 198px;
  height: 60px;
  text-align: center;
  border-top: 15px solid #002060;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;

}
#constitution p {
  margin: 8px;
}
#constitution a:link {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#constitution a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#constitution a:hover {
	background-color: transparent;
	color: #c00000;
	text-decoration: underline;
}


/* FOOTER SECTION */

#footer {
  margin: 0;
  padding: 0;
  width: 960px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 475px;
}
#footer p {
  margin: 10px;
}



/* Beginning of Lightbox CSS */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox2/images/prevlabel.gif) no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox2/images/nextlabel.gif) no-repeat right 15%; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
