﻿/* set Basic Elements 
------------------- */
html { 
  height:100%; 
}
body { 
  margin: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 75%; /* = 9pt or 12px */
  background-color: #fff;
  color: #303030;
  height: 100%;
}
a, img { 
	outline: none;
	padding:0; 
	margin:0;
}
img { border:0; }
ul { 
	list-style:none; 
	margin:0; 
	padding:0; 
}
p { 
	padding: 4px 10px; 
	margin:0;
  font-size: 1em;
}
h1, h2 { 
  font-family: Arial, sans-serif; 
  margin: 0;
  padding: 0px 12px;
  font-weight: bold;
  clear: both;
  color: #fff;
}

/* set Courses List
------------------- */
#wrapper {
  width: 860px;
  background-color: #3a6d8e;
  color: #fff;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#wrapper a { 
	color: #fff;
}
#header {
  height: 106px;
  background-color: #fff;
}
h1.hc {
  min-height: 344px;
  height: auto !important;
  height: 344px;
  background: url(../imgs/css/eLCC.jpg) no-repeat center;
  text-indent: -9999em;
}

.left { float: left; }
.right { float: right; }

ul.nav {
  list-style: none;
  overflow: hidden;
  border-top: 1px solid #b8bdc4;
  border-bottom: 1px solid #1a303f;
  background-color: #bdccd6;
}
ul.nav li {
  float: left;
}
ul.nav li {
  float: left;
  padding: 0;
  margin: 0;
  border-top: 2px solid #9eadb8;
  border-bottom: 1px solid #b8bdc4;
  border-right: 1px solid #edf1f4;
}
ul.nav li.nb {
  border-right: none;
}
ul.nav li a {
  display: block;
  width: 286px;
  padding: 8px 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #305873 !important;
  font-family: Arial, sans-serif;
  font-size: 1em;
  background: #bdccd6 url(../imgs/css/nav_bg.gif) repeat-x left bottom;
}
ul.nav li a:hover {
  text-decoration: none;
  background-position: left top;
}
p.desc { 
	padding: 28px 68px 28px 60px; 
	margin: 0;
  font-size: 1.1em;
  background-color: #3a6d8e;
  color: #fff;
}
#footer {
  position: fixed !important;
  position: absolute;
  bottom: 0px;
  width: 860px;
  background-color: #3a6d8e;
  z-index:4;
}
#footer p {
  text-align: center;
  padding: 8px;
  font-size: .9em;
}
#footer p a { text-decoration: none; }
#footer p a:hover { text-decoration: none; color: #9ed7fb; }




