/*@import "/css/savingsbox.css";*/
/*@import "/css/othercss.css"; */	
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

.Menu1 {  font-family: verdana, helvetica, sans-serif; font-size: 10px; color: #FFFFFF; BACKGROUND-COLOR: #184666; text-align: right;}
a.Menu1:link {font-family: "verdana"; font-size: 10px; color: #FFFFFF; font-weight: normal; text-decoration:none;}
a.Menu1:visited {font-family: "verdana"; font-size: 10px; color: #FFFFFF; font-weight: normal; text-decoration:none;}
a.Menu1:active {font-family: "verdana"; font-size: 10px; color: #FFFFFF; font-weight: normal; text-decoration:none;}
a.Menu1:hover {font-family: "verdana"; font-size: 10px; color: #BBD8ED; font-weight: normal; text-decoration:none;} 

.featurestitleslinks {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;
	text-transform: uppercase;color: #009933;text-decoration: none;}
a.featurestitleslinks:link,a.featurestitleslinks:visited,a.featurestitleslinks:active{font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;
	text-transform: uppercase;color: #009933;text-decoration: none;}
a.featurestitleslinks:hover{font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;text-transform: uppercase;color: #009933;text-decoration:underline}


.Buy_It_Now {color: #FF0000;}
a.Buy_It_Now:link, a.Buy_It_Now:visited, a.Buy_It_Now:active {
	color: #FF0000;
	text-decoration: none;}
a.Buy_It_Now:hover {text-decoration: underline;}


.Article_Title {  font-family: verdana, helvetica, sans-serif; font-size: 14px; color: #2E5900; font-weight: bold;}

.Menu2 {
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
background-color: #005E00;
}
a.Menu2:link {font-family: "verdana"; font-size: 11px; color: #D5EAFF; font-weight: bold; text-decoration:none;}
a.Menu2:visited {font-family: "verdana"; font-size: 11px; color: #D5EAFF; font-weight: bold; text-decoration:none;}
a.Menu2:active {font-family: "verdana"; font-size: 11px; color: #D5EAFF; font-weight: bold; text-decoration:none;}
a.Menu2:hover {font-family: "verdana"; font-size: 11px; color: #D5EAFF; font-weight: bold; text-decoration:none;} 

.Menu2Hilight {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FFFFCC;
}
a.Menu2Hilight:link {font-family: "verdana"; font-size: 11px; color: #006699; font-weight: bold; text-decoration:none;}
a.Menu2Hilight:visited {font-family: "verdana"; font-size: 11px; color: #006699; font-weight: bold; text-decoration:none;}
a.Menu2Hilight:active {font-family: "verdana"; font-size: 11px; color: #006699; font-weight: bold; text-decoration:none;}
a.Menu2Hilight:hover {font-family: "verdana"; font-size: 11px; color: #006699; font-weight: bold; text-decoration:none;} 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	/* border: solid 1px #f00;  (TOB colored border for debugging) */
}
#courseArticle
		{
			margin: 0;
	        padding: 0 3% 0 2%;
			border: 1px solid #000;
			overflow:hidden; 
            width:90%; /* Force hasLayout in IE */ 
		    clear:both;
		}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #bottomnav ***************/
#bottomnav{
	font-size: 11px;
	color: #FFFFFF;
	margin:0px auto;
	text-align:center;
	padding:1px;
	background-color:#2e5900;
	border:1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(../new_images/bottom_nav_gr.jpg);
}
#bottomnav a:link, #bottomnav a:visited, #bottomnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** # imaging floating styles **************/
.floatright
{
float: right;
margin: 5px 0 5px 5px;
border: 1px solid #666;
padding: 2px;
}
.floatleft
{
float: left;
margin: 5px 5px 5px 0px;
border: 1px solid #666;
padding: 2px;
}
.SiteNavBar{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #D5EAFF;
	BACKGROUND-COLOR: #2E5900;
	text-align: center;
	font-weight: bold;
}
.SearchSiteinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #eeeeee;
	border: 1px solid #009966;
	height: 18px;
	width: 150px;
	margin: 2px;
	padding: 2px;
	font-style: normal;
	font-weight: bold;
}
.search_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009933;
	height: 18px;
	width: 55px;
	border: 1px solid #006633;
	margin: 2px;
	padding: 2px;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
.main_course_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
.checkout_fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #eeeeee;
	border: 1px solid #00CC66;
}
.featurestitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #009933;
	text-decoration: none;
}
.checkout_review {
	border: 1px solid #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.courses_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.DiscountBOX {
	border: 1px solid #003366;
}
.DiscountBanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
}
.CourseDetailsInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}
.featurecourse {
	margin:0px 8px;
	padding:0px 2px 8px 8px;
	
}
.featurecourse h2{
     background:url(/images/h2blue.gif) no-repeat 0 0;
	 width: 160px;
	 height: 26px;
	 margin: 0px 0px 0px 0px;
	 padding:5px 0px 0px 11px;
	 font:normal 18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 color:fff;
	 } 