/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body
{
  background-position: center;
  background: #03284B url(images/back.png) repeat-y center;
  font-family: "Verdana" , Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #4A5157;
}

h1, h2, h3 {
	color: #092F58;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #092F58;
}

h3 {
	font-size: 13px;
	color: #092F58;
}

p, ul, ol 
{
  margin-bottom: 2em;
	text-align: justify;
	line-height: 150%;
}

p {
}

ul {
}

ol {
}

a {
	color: #0F70D7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.callOutText
{
  border: ridge;
  padding: 5px;
  width: 45%;
  margin: 5px;
  float: right;
}

.quote
{
  font-size: 125%;
}

.quoteWriter
{
  margin-left:3px;
  color: #4444AA;
  font-style: italic;
  margin-bottom: 10px;
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

table{
	margin-bottom: 2em;
	text-align: justify;
	line-height: 150%;
	border: 1px #000000 solid;
}

td {
  border-bottom: 1px #6699CC dotted;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 0px; 
  vertical-align: top;
}

th {
  background-color: #092F58;
  color: White;
  font-weight: bold;
  border : 1px #000000 solid;
  text-align: center;
}

/* Logo */

#logo {
	width: 800px;
	height: 110px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	height: 100px;
	margin-left: 5px;
	font-size: 38px;
	font-weight: bold;
}

#logo h2 {
	float: right;
	padding: 35px 20px 0 0;
	font-weight: bold;
	font-size: 16px;
	color: #092F58;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 800px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 10px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	background: #092f58;
	display: block;
	float: left;
	height: 22px;
	margin: 0;
	padding: 6px 27px 0 27px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #EC0000 url(images/img03.gif) repeat-x left bottom;
}

#menu .active a {
	background: #EC0000 url(images/img03.gif) repeat-x left bottom;
}

/* Page */

#bg {
	/*background: url(images/img04.gif) no-repeat center top;*/
}

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 750px;
	padding: 0 0 0 24px;
}

#content h1 {
	margin: 15px 0 20px 0;
	padding-left: 33px;
	/*background: url(images/img07.gif) no-repeat left center;*/
}

#content .content {
	padding-left: 32px;
}

/* Posts */

.post h1.title {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
}

.post h2.title {
	margin: 40px 0 25px 0;
	padding-left: 33px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .title a {
	text-decoration: none;
	color: #092F58;
}

.post .entry {
	padding-left: 32px;
	padding-right: 5px;
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

.subHeading
{
	font-size: 22px;
	font-style: italic;
	margin-top: -20px;
	margin-left: 35px;
	margin-bottom: 20px;
}

/* Footer */

#footer {
	padding: 35px 0;
	/*background: url(images/img08.gif) no-repeat center top;*/
	font-size: 12px;
}

#footer p {
	text-align: center;
}

/* Heirarchy Classes */

#leftColumn
{
  width: 325px;
  float: left;
}

#rightColumn
{
  width: 400px;
  float: right;
  margin-left: 0px;
}

#heirarchy
{
  width: 400px;
  float: right;
  font-size: 16px;
  margin-left: 0px;
}

.heirLvl1
{
  margin-left: 0px;
  margin-top: 15px;
  font-weight: bold;
}

.heirLvl2
{
  margin-left: 20px;
  padding-left: 20px;
  background: url(images/bullet.gif) no-repeat;
  margin-bottom: 2px;
}

.heirLvl3
{
  margin-left: 40px;
  padding-left: 20px;
  background: url(images/bullet.gif) no-repeat;
  font-style: italic;
  margin-bottom: 2px;
}

.heirLvl4
{
  margin-left: 60px;
  padding-left: 20px;
  background: url(images/bullet.gif) no-repeat;
  font-size:14px;
  margin-bottom: 2px;
}

.heirLvl5
{
  margin-left: 80px;
  padding-left: 20px;
  background: url(images/bullet.gif) no-repeat;
  font-style: italic;
  font-size:14px;
  margin-bottom: 2px;
}

#dataEntry
{
	margin-bottom: 2em;
	line-height: 150%;
	border: 1px #000000 solid;
  width: 650px;
}

.stackPanel
{
  border-bottom: 1px #000 dotted;
	text-align: left;
}

.stackPanelLeft
{
  width: 250px;
  float: left; 
  text-align: right; 
  font-weight: bold;
  margin-right: 5px;
  padding: 5px 0px 5px 0px;
}

.stackPanelRight
{
  width: 275px;
  float: left; 
  margin-right: 5px;
  padding: 5px 0px 5px 0px;
}

.stackPanelButtons
{
  clear: both;
  text-align: right;
  margin: 4px;
}

.stackPanelInfo
{
  width: 100px;
  float: left;
  padding: 5px 0px 5px 0px;
}

#courseoutline
{
  width: 800px;
  margin-left: -10px;
}

#outlineDay1
{
  width: 266px;
  float: left;
}
#outlineDay2
{
  width: 266px;
  float: left;
}
#outlineDay3
{
  width: 266px;
  float: left;
}

#courseoutline ul
{
	margin-bottom: 0em;
  line-height: 175%;
}

#courseoutline li
{
  list-style: none;
}

#courseoutline ul li
{
  padding-left: 24px;
	background: url(/images/bullet1.jpg) no-repeat;
  font-weight: bold;
}

#courseoutline ul li ul li
{
  padding-left : 24px;
	background: url(/images/bullet2.jpg) no-repeat;
  font-weight: normal;
}

#courseoutline ul li ul li ul li
{
  padding-left : 24px;
	background: url(/images/bullet3.jpg) no-repeat;
}

#courseoutline ul li ul li ul li ul li
{
  padding-left : 24px;
	background: url(/images/bullet4.jpg) no-repeat;
}
