@charset "utf-8";
/* reset for compatibility */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {  
  margin: 0; 
  padding: 0; 
  border: 0; 
}
.clearing {
  clear: both;
}
.fl {float: left;}
.fr {float: right;}

h1 {margin: 10px; font-size: 2.2em; color: #292b8f;}
h2 {margin: 10px; font-size: 1.8em; color: #292b8f;}
h3 {margin: 10px; font-size: 1.5em; color: #292b8f;}
p {margin: 10px; font-size: 1.2em; line-height: 1.6em;}
ul, ol, dl {margin: 10px; font-size: 1.2em;}
li {margin: 4px 4px 4px 20px;}
dt {margin: 4px 4px 4px 20px; font-weight: bold;}
dd {margin: 4px 4px 14px 30px;}
td, th {font-size: 1.2em;}
#content img {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 2px;
}

body {
  background-color: #021c39;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;

}
#outer-wrapper {
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(../images/wrapper-bg.gif);
  background-repeat: repeat-y;
  background-position: left top;
}
#wrapper {
  width: 860px;
  margin: 0 auto;
  border: 0px dashed #f00;  
  padding-top: 1px;
}
#header {
}
#header #logo img {
  border: 0;
}
#header #logo {
  float: left;
  width: 265px;
  height: 108px;
}
#header #tagline {
  float: left;
  width: 358px;
  height: 77px;
  background-image: url(../images/tagline-bg.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#header #tagline h1 {
  margin: 0;
  padding: 10px 150px 0 0;
  color: #fff;
  text-align: right;
  font-size: 1.4em;
}

#header #member-login {
  float: right;
  width: 237px;
  height: 77px;
  background-image: url(../images/login-bg.gif);
  background-repeat: no-repeat;
  background-position: right top;

}
#header #main-nav {
  float: right;
  width: 595px; 
}
#header #main-nav ul {
  list-style: none;
  margin: 0;  
}
#header #main-nav ul li {
  display: inline;
  margin: 0;
  padding-left: 4px;
  padding-right: 11px;
  background-image: url(../images/main-nav-separator.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
#header #main-nav ul li:last-child {
  padding-right: 0;
  background-image: none;
}
#header #main-nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #4074ad;
  font-size: 0.9em;
  font-weight: bold;
}
#header #main-nav ul li a:hover {
  color: #000;
}
#newsletters {
  clear: both;
  float: right;
  margin-bottom: 15px;
}
#newsletters p {
  text-align: right;
  margin: 0;
}
#newsletters p a {
  text-decoration: none;
  font-size: 12px;
  color: #d18b0f;
  font-weight: bold;
}
#content {
  margin: 20px 40px;
}

#footer {
  margin: 20px 40px 0 40px;
  height: 164px;
/*  background-image: url(../images/footer-bg.jpg);*/
	background-image: url(../images/footer-bg-bottom.jpg);
  background-repeat: no-repeat;
  background-position: left 80px;
  position: relative;
}
#footer ul {
  padding: 40px 120px 0 120px;
  text-align: center;
  list-style: none; 
}
#footer ul li {
  display: inline;
}
#footer ul li a {
  font-size: 0.9em;
  color: #6696c9;
  text-decoration: none;
}
#footer ul li a:hover {
  color: #000;
}
img#blog-link {
  position: absolute;
  right: 20px;
  bottom: 30px;
  border: 0;
}


p#copyright {
  position: absolute;
  bottom: 0px;
  right: 30px;
  margin: 3px;
  color: #6696c9;
  font-size: 10px;
}

#member-login table {
  margin: 0;
  padding: 0;
  margin-left: 50px;
}
#member-login h2 {
  margin: 0;
  text-align: center;
  font-size: 1.2em;
}
#member-login label {
  display: block;
  margin: 0;
  text-align: right;
  font-size: 1.0em;
}
#member-login input[type=text], #member-login input[type=password] {
  width: 80px;
  height: 14px;
  font-size: 9px;
}

div#sub-menu {
  width: 160px;
  clear: right;
  float: right;
  background-color:#cedeff;
  padding: 5px;
}
#bread-crumbs {
  font-size: 1.2em;
  color: #6696c9;
}
#bread-crumbs a {
  color: #6696c9;
}
#bread-crumbs a:hover {
  color: #000;
}
p#credits {
  text-align: center;
  color: #cedeff;
  font-size: 0.9em;
}
p#credits a {
  color: #cedeff;
}


/* home page flash intro */
#flash-holder {position: relative; border: 0px dashed #f00; width: 557px; height: 443px;}
#flash-caption {position: absolute; top: 10px; left: 10px; z-index: 2; width: 280px;}
#flash {position: absolute; top: 0px; left: 0px; z-index: 1;}

/* home page news widget */
#news-holder {
  width: 200px;
  float: right;
	clear: right;
  background-color: #f0f5ff;
  -moz-border-radius: 10px;
}
#news-holder h2 {
  margin: 0;
  padding: 6px;
  background-color: #001d59;
  color: #fff;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}
#news-holder h3 {
  margin: 0;
  border-top: 1px solid #001d59;
  border-bottom: 1px solid #001d59;
  padding: 2px 6px;
  background-color: #c3deff;
  color: #001d59;
  font-size: 1.1em;
}
#news-holder h3 a {
  color: #001d59;
	text-decoration: none;
}
#news-holder p {
  font-size: 1.0em;
  line-height: 1.3em;
	margin: 3px 10px 10px 10px;
	color: #666;
}
#news-holder p a {
	color: #666;
	text-decoration: none;
}
#news-holder #news-footer {
  background-color: #001d59;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  padding: 5px;
}
#news-holder #news-footer p {
  margin: 0;
  padding: 6px;
  text-align: right;

}
#news-holder #news-footer p a {
  color: #001d59;
  padding: 5px;
  -moz-border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
}


/* COURSES STYLES */
div#courseCategoryList img {
  float: right;
  margin: 5px;
  border: 1px solid #ccc;
  padding: 2px;
}
div#courseCategoryList h2 {
  clear: right;
}

div#courseCategoryDetails img {
  float: right;
  margin: 5px;
  border: 1px solid #ccc;
  padding: 2px;
}

table#courseConfirm {
  margin: 20px auto;
  border: 3px solid #ffac15;
  padding: 5px;
  background-color: #004592;
  color: #fff;
  font-size: 1.3em;
}
/*
div#newsletters p {
  text-align: center;
  margin: 10px 0 0 0;
}

div#newsletters p a {
  text-decoration: none;
  font-size: 12px;
  color: #d18b0f;
  font-weight: bold;
}
*/