#sidebar {
  border: 1px solid black;
  width: 130px;
  float: right;
  height: 500px;
  background-color: #2A2522;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
  background-color: #150C5C;
  margin-top: 10px;
}

p {
  padding: 0;
  margin: 0 0 5px 0;
}

a, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	text-transform: none;
}

a:hover {
	color: blue;
}

img {
  border: 0px;
}

h1 {
  font-size: 40px;
  font-weight: bold;
  color: #AC0300;
  padding-top: 0px;
  margin-top: 0px;
}
/*************************************
	Header
**************************************/
#header {
  background: url(../images/logo.jpg) no-repeat #fff;
  width: 965px;
  height: 96px;
  display: block;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  margin: 0 auto 0;
}

#header h1 {
  padding: 0;
  margin: 0;
}

#header h1 a {
	width: 390px;
	height: 96px;
	text-indent: -7000em;
	display: block;
	overflow: hidden;
}
/*************************************
	Menu Account: For the instructor, corporate or individual
**************************************/
#menu-account li a{
	color: white;
	margin: auto 0 auto;
	text-decoration: none;
}

#menu-account li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(../images/menu_box_glow.png) center center repeat-x;
}

#menu-account li{
	display: inline;
}

#menu-account {
	display:block;
	margin: auto 0 auto;
	padding: 0;
	position:absolute;
	top:10px;
	left:325px;
	font: bold 13px;
	width: 320px;
	height:22px;
	background: #2a3553;
	list-style: none;
	z-index: 1;
}

#menu-account li a:hover {
color: white;
background: transparent url(../images/menu_top_slide.gif) top left no-repeat;
}

a#menu1:hover {
background-position: -22px -10px; /* move of background for each button */
}

a#menu2:hover {
background-position: center center;
}

a#menu3:hover {
background-position: -44px -212px;
}
/*************************************
	Menu List
**************************************/
#menulist li{
	display: inline;
}

#menulist li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

#menulist li a:visited{
	color: white;
	cbackground-image:url(../images/menu.jpg);
	cbackground-repeat:repeat-x;
}

#menulist li a:hover, .solidblockmenu li .current{
	color: white;
	border: -5px 0 -5px 0;
	background: transparent url(../images/menu_box_glow.png) center center repeat-x;
}

#menulist #menu_home a:active{
	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;
	display:block;
	height: 34px;
	position:relative;
  z-index:1;
}

#menulist {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px;
	width: 965px;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: #2a3553;
	list-style: none;
	margin-left:1px;
}

/*************************************
	Content
**************************************/

#container {
  margin: 0 auto;
  width: 967px;
  position: relative;
  text-align: center;
}

#content {
  display: block;
  width: 957px;
  background-color: #fff;
  margin: 0 auto 0;
  border: 1px solid #000;
  text-align: left;
  padding-left: 8px;
  padding-top: 5px;
}

#footer {
  width: 965px;
	clear:both;
  margin: 0 auto 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;  
  background-color: #2A3553;
  height: 18px;
  color: #fff;
}

#wide-column {
  float: left;
  width: 755px;
  margin-bottom: 20px;
}

.narrow-column {
	float:left;
	width: 165px;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
}

#main-box {
  margin-bottom: 10px;
  border-bottom: 1px solid #505050;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	background:#FFFFFF;
}

#main-box h2 {
  color: #fff;
  background-color: #3C4562;
	background-repeat:no-repeat;
  padding-left: 10px;
  padding-bottom: 2px;
  margin-top: 10px;
  font-size: 13px;
  height: 20px;
}

#main-box .bottom {
  height: 10px;
}

#inner-box {
  padding: 5px;
}

.other-sites p {
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
	float: left;
	clear: both;
}

.index-main p {
	margin-top:20px;
	float: left;
	clear: both;
	padding-left: 20px;
}

#blog-box {
  margin-bottom: 10px;
  border-bottom: 1px solid #505050;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	background:#FFFFFF;
	width:165px;
}

#blog-box h2 {
  color: #fff;
	background-color: #3C4562;
	padding-left: 10px;
  padding-bottom: 2px;
  margin-top: 2px;
  font-size: 13px;
  height: 18px;
}

#blog-box .bottom {
  height: 10px;
}

.blog-list {
  margin-left: 4px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 4px;
}

.blog-list li {
  font-size: 10px;
  margin-bottom: 5px;
}

.blog-list li a {
  color: #000;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.topic {
  font-weight: bold;
  font-size: 14px;
  display: inline;
  vertical-align: middle;
}
.contact_link {
  display: inline;
  font-size: 10px;
}
.body {
  margin-left: 50px;
  margin-top: 8px;
  margin-bottom: 25px;
  width: 500px;
}
.heading {
  font-weight: bold;  
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  background-color: #aaffaa;
}

td {
  padding: 0px;
  cell-spacing: 0;
  cell-padding: 0;
  margin: 0;
}

#selected {
  border-bottom: 3px solid white;
}

/*************************************
	Feedburner Custom
**************************************/
div.feedburnerFeedBlock p.feedTitle { 
  color: #fff;
	background-color: #3C4562;
  font-size: 13px;
  height: 18px;
	margin-top:-5px;
}

div.feedburnerFeedBlock p.feedTitle a { 
  color: #fff;
	background-color: #3C4562;
	padding-left: 10px;
  padding-bottom: 2px;
  margin-top: 2px;
  font-size: 13px;
  height: 18px;
	width:165px;
}

div.feedburnerFeedBlock ul {
	margin: 0;
	padding: 5px;
}

div.feedburnerFeedBlock ul li {
  background-color: #FFFFFF;
 	list-style:none;
	margin-top: 8px;
}

div.feedburnerFeedBlock .headline a {
   text-decoration: none;
}

div.feedburnerFeedBlock .headline a:hover {
   text-decoration: none;
	 background-color:#C6E1E1;
}

div.feedBurnerFeedBlock li {
}

ol li {
  padding-bottom: 20px;
}

.site-images {
  list-style: none;
  margin: 25px 0 0 0;
  padding: 0;
}

.site-images li {
  float: left;
  width: 230px;
  padding: 7px;
}

.intro-text {
  font-size: 1.2em;
}

.index-video {
  text-align: center;
  margin-top: 20px;
}

.reliability-block {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #3C4562;
  text-align: center;
}

.reliability-block .reliability-title {
  font-size: 1.3em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  background-color: #3C4562;
  color: #fff;
}

#index-options .index-option {
  width: 309px;
  height: 162px;
  float: left;
  margin: 15px 28px 15px 28px;
  cursor: pointer;
}

.button-text {
  padding: 45px 15px 0 110px;
  text-align: center;
  font-size: 1.8em;
}

.button-text a {
  color: #000;
}

#index-option-1 {
  background: url(/images/button-individual.jpg) no-repeat;
}

#index-option-2 {
  background: url(/images/button-company.jpg) no-repeat;
}

.course-block {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}

.course-block .course-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #880000;
}

.course-block .course-cost {
  font-size: 1.2em;
  font-weight: bold;
  color: #880000;
}

.course-block .course-description {
  margin-top: 1em;
}

.course-block .course-buttons {
  margin-top: 10px;
}

.course-block .course-image {
  float: left;
  margin-right: 10px;
}