@charset "UTF-8";

body {
	color: #8E8E8E;
	font-family: Tahoma, Geneva, sans-serif;
	background:url(../images/bg_repeater.png) top left repeat-y;
	margin:0;
	padding:0;
}

ol, ul, li {
	margin:0; 
	padding:0;
	font-size:12px;
	color:#EDEDED;
	padding-bottom:3px;
}
 
/* Class for clearing floats */
.clear {
	clear:both;
}
 
/* Remove border around linked images */
img a {
	border: 0;
}

/*** End Reset ***/

.wrapper{
	/*width:955px;*/
	background:url(../images/bg_repeater.png) top left repeat-x;
	margin-bottom:20px;
	width: 955px;
}

/*** Navigation ***/

#navigation
{
	background-color:#908f8f;
	width:229px;
	float:left;
}

#nav li a {
	width:229px;
	height:30px;
	display:block;
	text-indent:-999px;
	overflow:hidden;
}

#footer{
	/*width:100%;*/
	margin:0 0 0 15px;
	/*background:#ccc;
	height:50px;*/
	color:#333;
	font-size:.7em;
}

#footer a{
	font-size:12px;
	color:#EDEDED;
	text-decoration:none;
}

#footer a:hover, #footer a:active{
	text-decoration:underline;
}

p.sidebar_contact{
	font-size:12px;
	color:#333;
	margin:0 0 0 15px;
	text-decoration:none;
}

p a:link, #a:active{
	color:#333;
}

/*** Set background img for Nav list items ***/

#nav li.home a { background:url(../images/btn_home.png) no-repeat top left; }
#nav li.logIn a { background:url(../images/btn_login.png) no-repeat top left; cursor:default;}
#nav li.catalog a { background:url(../images/btn_coursecatalog.png) no-repeat top left; cursor:default;}
#nav li.demo a { background:url(../images/btn_demo.png) no-repeat top left; cursor:default;}
#nav li.pricing a { background:url(../images/btn_pricing.png) no-repeat top left; cursor:default;}
#nav li.sysReqs a { background:url(../images/btn_systemreqs.png) no-repeat top left; cursor:default;}
#nav li.contact a { background:url(../images/btn_contact.png) no-repeat top left; cursor:default;}

/*** Resting State ***/
#nav li.home a:link, #nav li.home a:visited { background-position:0 0;}
#nav li.logIn a:link, #nav li.logIn a:visited { background-position:0 0;}
#nav li.catalog a:link, #nav li.catalog a:visited { background-position:0 0;}
#nav li.demo a:link, #nav li.demo a:visited { background-position:0 0;}
#nav li.pricing a:link, #nav li.pricing a:visited { background-position:0 0;}
#nav li.sysReqs a:link, #nav li.sysReqs a:visited { background-position:0 0;}
#nav li.contact a:link, #nav li.contact a:visited { background-position:0 0;}

/*** Hover State ***/
#nav li.home a:hover, #nav li.home a:active { background-position:-229px 0px;}
/*#nav li.logIn a:hover, #nav li.logIn a:active { background-position:-229px 0px;}
#nav li.catalog a:hover, #nav li.catalog a:active { background-position:-229px 0px;}
#nav li.demo a:hover, #nav li.demo a:active { background-position:-229px 0px;}
#nav li.pricing a:hover, #nav li.pricing a:active { background-position:-229px 0px;}
#nav li.sysReqs a:hover, #nav li.sysReqs a:active { background-position:-229px 0px;}
#nav li.contact a:hover, #nav li.contact a:active { background-position:-229px 0px;}
*/
/* SUB MENUS */
ul#nav li ul.sub li
{
	padding-left:15px;
}

#nav li ul.sub a
{
	background:none;
	text-indent:0;
	overflow:auto;
	height:auto;
	width:200px;
	
}

ul.sub a:link, ul.sub a:visited
{
	color:#fff;
	text-decoration:none;
}

ul.sub a:hover, ul.sub a:active
{
	text-decoration:underline;
}

/* Headline Tags */

h1{
	
	font-size:24px;
	color: #8E8E8E;
	padding-left:20px;
}

h2{
	font-size:16px;
	color:#931A1D;
	padding-left:20px;
	margin-bottom:-1em;
}

h3{
	font-size:16px;
	color:#931A1D;
}

h3.nav_content{
	margin:0 0 0 15px;
}

h4{
	font::13px;
	color:#8E8E8E;
	padding-left:20px;
	margin-bottom:-1em;
}


/***content***/

.content {
	float:right;
	width:726px;
}

.content p
{
	padding-left:20px;
}

.content a:link, .content a:visited {
	font-size:14px;
	text-decoration:none;
	color:#931A1D;
}

.content a:hover, .content a:active
{
	text-decoration:underline;
}

.content ul
{
	padding:25px 0 0 40px;
}

.content li
{
	color: #8E8E8E;
}

.objective_box
{
	margin-left:20px;
	padding:10px 10px 30px 10px;
	background:#EDEDED;
}

.objective_box ul li
{
	margin-left:5px;
}.catalogHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #CCCCCC;
}
.catalogTable3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #EFEFEF;
}
.catalogTable1 {
	background-color: #CCCCCC;
}
.catalogTable2 {
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.catalogSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	vertical-align: bottom;
}
.contentImages {
	float:right;
	width:726px;
	height: 220px;
	background-image: url(../../images/Blankbackground.gif);
}
.boldRed {
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

