/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  /*font: 10px Arial, Helvetica, sans-serif;*/
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url('../../images/shared/graphics/macFFBgHack.png') repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}


* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height: 27px;
  font-family: Arial, sans-serif;
  font-size: 90%;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
/** *************************** **/
/********************
MAEA Portal & Program websites

GLOBALLY-SHARED ASSETS
FILE: /css/shared/shared-global.css styles

Version 11.7.2008

Built by RainStorm Consulting
contact@rainstormconsulting.com

Please request permission prior to use.
********************/

/**********
1.0 Basic Elements
**********/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 90%;
	color: #333;
	text-align: center;
}

/**********
2.0 branding-container elements
**********/

/**********
3.0 content-container elements
**********/

/**
Inner-page Structure elements
**/

/* Global content elements */

#cart-bar {
	font-family: Arial, sans-serif;	
	font-size: 90%;
	text-align: right;
}

#cart-bar a {
	text-decoration: none;
}

#cart-bar p {
	margin: 0;
	padding: 4px 5px 4px 0;
}

/* Courses index AND category pages -- /courses/ and /courses/CATEGORY/ */

#course-categories {
}

#course-categories .category-list {
	float: left;
	width: 49%;
}

#course-categories h2 {
}

.top-categories {
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}

.top-categories li {
	list-style-type: none; /* Repeated for IE */
	margin: 0 0 20px 0;
	padding: 20px;
	font-size: 160%;
	font-weight: bold;		
	background: #dce3e7;
	-moz-border-radius: 8px; /* for Firefox */
	-webkit-border-radius: 8px; /* for Safari and Chrome */
	-o-border-radius: 8px; /* when Opera Presto 2.3 or later is released */
	border-radius: 8px; /* future proofing for when border-radius is supported */
}

.top-categories #business-skills-training span {
	background: url('../images/shared/graphics/business-icon.gif') top left no-repeat;
	padding: 5px 0 35px 45px;
}

.top-categories #high-school-completion span {
	background: url('../images/shared/graphics/highschool-icon.gif') top left no-repeat;
	padding: 5px 0 30px 50px;
}

.top-categories #personal-enrichment span {
	background: url('../images/shared/graphics/enrichment-icon.gif') top left no-repeat;
	padding: 5px 0 45px 40px;
}

.top-categories #college-transitions span {
	background: url('../images/shared/graphics/college-icon.gif') top left no-repeat;
	padding: 5px 0 35px 50px;
}

.top-categories #literacy span {
	background: url('../images/shared/graphics/literacy-icon.gif') top left no-repeat;
	padding: 5px 0 35px 50px;
}

.sub-categories {
	display: block;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
}

.sub-categories li {
	display: inline;
	list-style-type: none; /* Repeated for IE */
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;	
	line-height: 150%;
}

.top-categories .sub-categories li {
	font-size: 60% !important;
}

/* Course search, Advanced search boxes */

#content-area .course-search, #content-area .program-search {
	padding: 17px 0 10px 0;
	font-family: Arial, sans-serif;		
}

.course-search h3#heading-coursesearch, #content-area .program-search h3#heading-programsearch, #advanced-search h3#heading-advancedsearch, #advanced-search h3#heading-coursenosearch {
	margin: 5px 0 25px 0;
	padding: 0;
}

#advanced-search {
	width: 910px;
	margin: 0 auto;
	background: url('../images/shared/content/tile_search_bg.gif') top left repeat-y;
	font-family: Arial, sans-serif;		
}

.advanced-search-edit {
	margin: -10px 0 20px 0;
	padding: 0 0 0 25px;
	background: url('../images/shared/graphics/notice.gif') 0 1px no-repeat;
	font-size: 110%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.adv-tabs {
	padding: 0 30px 0 0;
}

.adv-tabs div {
	width: 225px;
	height: 35px;
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	background: #fff;
	text-align: right;
	float: right;
	cursor: pointer;
	background-repeat: no-repeat;
}

#advanced-search.adv-standard #advanced-search-standard, #advanced-search.adv-course #advanced-search-course {
	display: block !important;
}

#advanced-search.adv-standard #advanced-search-course, #advanced-search.adv-course #advanced-search-standard {
	display: none !important;
}

.course-search .content, #content-area .program-search .content {
	margin: 0;
	padding: 10px 0 0 6px;
	background: url('../images/shared/content/search_bg.gif') top left repeat-x;	
}

#program-search-box .highlight, #course-search-box .highlight, .course-search .highlight, .program-search .highlight, #advanced-search .highlight {
	font-weight: bold;
}

#advanced-search .content {
	padding: 10px 0 0 6px;
	background: url('../images/shared/content/search_bg.gif') top left repeat-x;	
}

.course-search .leftside, #content-area .program-search .leftside {
	width: 55px;
}

#advanced-search .leftside {
	width: 55px;
}

.course-search .rightside, #content-area .program-search .rightside, #advanced-search .rightside {
	width: 13px;
	background: url('../images/shared/content/rightside_bg.gif') top left no-repeat;
}

.course-search .btm-cap-left, #content-area .program-search .btm-cap-left {
	width: 55px;
	height: 9px;
	background: url('../images/shared/content/search-btm-cap_left.gif') top left no-repeat;
}

#advanced-search .btm-cap-left {
	width: 55px;
	height: 9px;
	background: url('../images/shared/content/search-btm-cap_left.gif') bottom left no-repeat;
}

.course-search .btm-cap-mid, #content-area .program-search .btm-cap-mid {
	height: 9px;
	background: url('../images/shared/content/search-btm-cap_mid.gif') top left repeat-x;
}

#advanced-search .btm-cap-mid {
	height: 9px;
	background: url('../images/shared/content/search-btm-cap_mid.gif') bottom left repeat-x;
}

.course-search .btm-cap-right, #content-area .program-search .btm-cap-right {
	width: 13px;
	height: 9px;
	background: url('../images/shared/content/search-btm-cap_right.gif') top left no-repeat;
}

#advanced-search .btm-cap-right {
	width: 13px;
	height: 9px;
	background: url('../images/shared/content/search-btm-cap_right.gif') bottom left no-repeat;
}

.course-search #search-form, #content-area .program-search #search-form, #advanced-search #search-form {
	margin: 5px 0 5px 0;
}

/* Courses search results page -- /courses/searchResult */

#search-results-sidebar {
	width: 230px;
	margin: 0 20px 0 0;
	float: left;
}

#category-filter, #featured-course, #category-browse, #did-you-know {
	background-color: #dce3e7;
	padding: 10px 20px;
	margin: 0 0 20px 0;
 	-moz-border-radius: 8px; /* for Firefox */
	-webkit-border-radius: 8px; /* for Safari and Chrome */
	-o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
	border-radius: 5px; /* future proofing for when border-radius is supported */
}

#did-you-know p {
	font-style: italic;
}

#category-browse ul, #category-browse li {
	margin: 0;
	padding: 0;
}

#category-browse li {
	list-style: none;
}

#category-browse .business-skills-training {
	padding: 5px 0 10px 30px;
	background: url('../images/shared/graphics/business-icon_sm.gif') 0 5px no-repeat;
}

#category-browse .college-transitions {
	padding: 5px 0 10px 30px;
	background: url('../images/shared/graphics/college-icon_sm.gif') 0 5px no-repeat;
}

#category-browse .high-school-completion {
	padding: 5px 0 10px 30px;
	background: url('../images/shared/graphics/highschool-icon_sm.gif') 0 5px no-repeat;
}

#category-browse .literacy {
	padding: 5px 0 5px 30px;
	background: url('../images/shared/graphics/literacy-icon_sm.gif') 0 5px no-repeat;
}

#category-browse .personal-enrichment {
	padding: 10px 0 10px 30px;
	background: url('../images/shared/graphics/enrichment-icon_sm.gif') 0 5px no-repeat;
}

#category-filter h3 {
	padding: 0 0 0 50px;
	margin: 0;
}

#category-filter h3.literacy {
	padding: 10px 0 10px 50px;
	margin: 0;
}

#category-browse h3, #featured-course h3, #did-you-know h3 {
	padding: 0 0 10px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 130%;
}

#did-you-know h3 {
	padding: 0;
}

#featured-course h3 {
	padding: 0;
	margin: 2px 0 2px 0;
}

#category-filter .business-skills-training {
	background: url('../images/shared/graphics/business-icon.gif') top left no-repeat;
}

#category-filter .high-school-completion {
	background: url('../images/shared/graphics/highschool-icon.gif') top left no-repeat;
}

#category-filter .personal-enrichment {
	background: url('../images/shared/graphics/enrichment-icon.gif') top left no-repeat;
}

#category-filter .college-transitions {
	background: url('../images/shared/graphics/college-icon.gif') top left no-repeat;
}

#category-filter .literacy {
	background: url('../images/shared/graphics/literacy-icon.gif') top left no-repeat;
	padding-top: 10px;
}

#search-results-sidebar p {
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 90%;
	line-height: 130%;
}

#category-filter ul, #category-filter li {
	margin: 10px 0 10px 8px;
	padding: 0;
}

#category-filter li {
/* 	font-size: 85%; */
}

#featured-course .alignright {
	padding: 8px 0 8px 8px;
}

#featured-course .cart-btn {
	margin: 0;
	padding: 0 0 0 80px !important;
}

#featured-course p {
	font-weight: normal;
	font-size: 90%;
}

#search-result-tabs {
}

#search-result-tabs div {
	width: 105px;
	height: 34px;
	margin: 0 0 1px 10px;
	background: #fff;
	text-align: left;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

#search-result-tabs span {
	display: none;
}

#search-results-content {
	width: 585px;
	float: left;
	background: none;
}

#course-search-results, #browse-courses {
	width: 585px;
	margin: 0;
	padding: 15px;
	border-left: 4px solid #fdd982;
	border-right: 4px solid #fdd982;
}

.results-top-cap {
	height: 8px;
	width: 624px;
	background-image: url('../images/shared/content/results-top-cap_bg.gif') !important;
}

.results-btm-cap {
	height: 8px;
	width: 624px;
	background-image: url('../images/shared/content/results-btm-cap_bg.gif') !important;
}

.course-search-result, .course-browse {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	line-height: 140%;
}

.course-search-result h3, .course-browse h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
}

.course-search-details, .browse-details {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #124545;
}

.course-search-details img {
	margin: -5px 0 0 0;
}

.course-search-result .heading, .course-browse .heading {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 105%;
	font-weight: bold;
}

.course-search-result p, .course-browse p {
}

.program-name {
	font-family: Arial, sans-serif;
	font-size: 90%;
}

.map-tools {
	clear: both;
	height: 585px;
	width: 585px;
	margin: 0;
	padding: 15px;
	border-left: 4px solid #fdd982;
	border-right: 4px solid #fdd982;
}

.searchresults-map, .course-browse-map {
	padding: 5px;
	background: #efefef;
	border: 1px solid #999;
	height: 573px;
	text-align: left;
	position: relative;
}

.searchresults-map #map, .course-browse-map #map {
	height: 573px;
}

.info-bubble {
	width: 485px;
	padding: 0 15px 0 0;
}

.info-bubble li {
	padding: 5px 0;
}

/* News items */

.news-item {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	overflow: hidden;
}

.news-item img, #page-content img {
	border: 0;
}

/* FAQ items */

#faq-content .answer li {
	list-style: none;
	list-style-type: none !important;
	margin: 0;
	padding: 6px 0 2px 14px;
}

/* Other items */

.pagination {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	background: #efefef;
	text-align: center;
}

.pagination table {
	margin: 0 auto;
	font-family: Arial;
	color: #999;
	font-weight: bold;
}

.previouslink {
}

.pagelinks {
	padding: 0 30px;
}

.nextlink {
}

/**********
4.0 suppnav-container elements
**********/

#suppnav-container {
	clear: both;
	padding: 20px 0 20px 0;
	font-family: Arial, sans-serif;	
	color: #fff;
}

.suppnav-navigation {
	height: 69px;
}

#suppnav-container ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#suppnav-container li {
	display: inline;
	list-style-type: none; /* Repeated for IE5/PC */
	margin: 0;
	padding: 0;
}

#suppnav-container a {
	color: #fff;
	text-decoration: none;
}

.suppnav-btm {
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
}

.suppnav-left {
	float: left;
	width: 400px;
	padding: 0 0 0 30px;
}

.suppnav-right {
	float: left;
	width: 500px;
	padding: 0 40px 0 0;
	text-align: right;
}

#suppnav-container address {
}

.rsc-credit {
	height: 25px;
}

.st-credit {
	float: left;
	width: 106px;
	margin: 0 0 0 30px;
	padding: 5px 0 10px 12px;
}

.rsc-name {
	float: left;
	padding: 8px 0 0 0;
	font-size: 90%;
	font-weight: bold;
}


/**********
5.0 Font elements
**********/

/**
Header elements
**/

/*Page title*/
h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 210%;
}

/*Page subtitle*/
h2 {
	padding: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 185%;
	font-weight: normal;
}

/*Sidebar heading*/
h3 {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 130%;
}

h4 {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	font-family: Arial, sans-serif;
	font-size: 110%;
}

h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 95%;
	font-weight: normal;
}

/*Unused as of yet*/
h6 {
	margin: 0;
	padding: 0;
	font-size: 160%;
}

/** 
Stylized heading elements
**/

#heading-coursesearch {
	width: 182px;
	height: 20px;
	margin: 0;
	padding: 0;	
}

#heading-advancedsearch {
	width: 204px;
	height: 20px;
	margin: 0;
	padding: 0;	
}

#heading-coursenosearch {
	width: 270px;
	height: 20px;
	margin: 0;
	padding: 0;	
}

#heading-mapview {
	width: 111px;
	height: 23px;
	margin: 5px 0 5px 0;
	padding: 0;
}

#heading-registration {
	width: 133px;
	height: 23px;
	margin: 0 !important;
	padding: 0;
	font-weight: bold !important;
}

#heading-coursesearch span, #heading-advancedsearch span, #heading-coursenosearch span, #heading-mapview span, #heading-registration span {
		display: none;
}

/**
Other font elements 
**/

.highlight {
	color: #fbba1c;
}

.subcontent {
	font-size: 85%;
}

.altcontent {
	font-family: Arial, sans-serif;
	font-size: 85%;
}

.center {
	text-align: center;
}

address {
	font-style: normal;
}

.plain {
	font-weight: normal;
}

.nostyle {
	margin: 0;
	padding: 0;
	border: 0 !important;
	background: 0 !important;
}

.styled-list {
	list-style: none;
	margin: 0 0 10px 20px !important;
	padding: 0;
}

.styled-list li {
	list-style-type: none; /* Repeated for IE/5 PC*/
	margin: 0 0 4px 0;
	padding: 4px 0 4px 14px;
}

/**********
6.0 Other elements
**********/

/**
Structure elements
**/

.hide {
	display: none;
}

.clear {
	clear: both;
	height: 0;
}

.middle {
	vertical-align: middle;
}

.middle img {
	vertical-align: middle;
}

.right {
	text-align: right;
}

.alignleft {
	float: left;
	margin: 0 5px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 5px;
}

.side-notice {
	width: 250px;
	margin: 20px 0 0 0;
	border: 1px solid #999;
	background: #eee;
	padding: 0 10px 0 10px;
}

.error, .warning, .notice, .confirm {
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 36px;
	background: #eee url('../images/shared/graphics/error.gif') 5px 50% no-repeat;
	border: 1px dotted #000;
	font-family: Arial, sans-serif;
	font-size: 90%;
}

.search-results-notice {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.15em;
	background: url('../images/shared/graphics/notice_lg.png') 24px 15px no-repeat;
	padding: 0 0 0 64px;
	margin: 0;
	width: 550px;
	border-left: 4px solid #fdd982;
	border-right: 4px solid #fdd982;
}

#search-results-content .search-results-notice p {
	margin: 0;
	padding: 1em 0;
}

#search-results-content .search-results-notice ul {
	margin: 0;
	padding: 1.2em;
}

.notice-lite {
	margin: 0 0 5px 0;
	padding: 0 5px 0 36px;
	background: url('../images/shared/graphics/notice.gif') 5px 50% no-repeat;
	font-family: Arial, sans-serif;
	font-size: 90%;
	text-align: left;
}

.noscript-notice {
	margin: 10px auto;
	width: 480px;
	font-size: 95%;
}

.warning {
	background: #eee url('../images/shared/graphics/warning.gif') 5px 50% no-repeat;
}

.confirm {
	background: #eee url('../images/shared/graphics/confirm.gif') 5px 50% no-repeat;
}

.notice {
	background: #eee url('../images/shared/graphics/notice.gif') 5px 50% no-repeat;
}

.error p, .warning p, .notice p, .confirm p {
	margin: 5px 0 2px 0;
	padding: 0 0 2px 0;
}

.highlighted {
	background: #FFEFF1;
}

label.error {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	color: #ff0000 !important;
}

.note {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 85%;
	color: #565656;
}

.note em {
	color: red;
}

#featured-course .note {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 80%;
}

/**
Form elements
**/

.form_align_table {
}

.form_align_table .alignbox {
	padding: 0 0 0 10px;
}

.form_required {
	font-weight: bold;
}

.form_explain {
	padding: 0 0 0 5px;
	font-size: 85%;
	color: #999;
	font-style: italic;
}

.required {
	color: #ff0000;
}

label.error, span.error {
	color: #ad1f1e;
}

.standard_form {
	margin: 0 10px 10px 0;
	padding: 0;
	font-family: Arial, sans-serif !important;
	font-size: 90%;
}

.standard_form fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #333; /* abstract to template */
}

.standard_form .subcontent {
	margin: 0;
	padding: 0;
}

.standard_form legend {
	font-size: 110%;
	font-weight: bold;
}

.standard_form label {
	font-weight: bold;
}

.standard_form input, .standard_form textarea {
	margin: 0;
	vertical-align: middle;
}

.submit_button {
	padding: 5px;
	border: 1px solid #000;
	background: #001949;
	font-family: inherit;
	color: #fff;
	font-weight: bold;
}

#search-form, #checkout-form {
	margin: 5px 0 5px 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 90%;
}

#search-form td.indent {
	padding: 0 0 0 10px;
}

#search-form td.wide-indent {
	padding: 0 0 0 25px;
}

#search-form p {
	margin: 0;
	padding: 4px 0 4px 0;
}

#search-form label, #checkout-form label {
	font-weight: bold;
}

#search-form .input {
	margin: 0 0 0 0;
}

#search-form select {
	margin: 0;
	padding: 0;
}

#search-form .search-btn {
	margin: 8px 0 0 0;
}

#search-form .program-search-btn {
		margin: 0 0 0 0;
}

#advanced-search-course #search-form .search-btn {
	margin: 0 0 3px 0;
}

#checkout-form fieldset, #contact-form fieldset {
	margin: 10px;
}

#search-form fieldset {
	margin: 10px 40px 10px 10px;
}

#checkout-form legend, #search-form legend {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

#checkout-form td, #checkout-form label #checkout-form input, #checkout-form p {
	margin-top: 3px;
	padding-top: 0;
}

.plain-label label {
	font-weight: normal !important;
}

#checkout-form .nostyle {
	margin: 10px 0 0 0;
}

#contact-form {
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

#contact-form fieldset {
	padding: 10px;
}

#contact-form legend {
	font-size: 110%;
	font-weight: bold;
	background: #fff;
}

#contact-form td {
	padding: 5px;
}

#contact-form td td {
	padding: 5px 5px 5px 0;
}

#contact-form label {
	margin: 5px 0 5px 0;
	font-weight: bold;
	vertical-align: middle;
}

#contact-form select {
	font-weight: normal;
}

#contact-form input {
	margin: 0 0 2px 0;
}

#contact-form select {
	margin: 2px 0 4px 0;
}

#contact-form .note {
	font-size: 85%;
	margin: 4px 0 0 0;
}

#contact-form p {
	padding: 0;
	margin: 0 0 10px 0;
}

/**
Skipnav elements
**/

a.skipcontent:link, a.skipcontent:hover, a.skipcontent:visited  { 
  position: absolute; 
  top: -500px; 
  width: 1px; 
  height: 1px; 
  overflow: hidden;
  font-family: Arial;
  font-weight: bold;
} 
  
a.skipcontent:active, a.skipcontent:focus { 
  position: static;
  height: auto;
}

/**
Clearfix
**/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/

.clearfix {
	display:block;
}
/* End hide from IE Mac */

/** *************************** **/
/********************
MAEA Program websites

INTRA-PROGRAM SHARED ASSETS
FILE: /css/program/shared/shared-program.css styles

Version 11.7.2008

Built by RainStorm Consulting
contact@rainstormconsulting.com

Please request permission prior to use.
********************/

/**********
1.0 Basic Elements
**********/

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/**********
2.0 branding-container elements
**********/

#branding-container {
	height: 302px;
}

#maea-bar {
	height: 25px;
	background: url('../images/program/shared/branding/maea-bar_bg.gif') top left repeat-x;
}

#maea-bar .maea-link {
	float: left;
	width: 254px;
}

.notice-bar {
	float: left;
	width: 690px;
	margin: 2px 0 4px 0;
	font-family: Arial, sans-serif;
	font-size: 85%;
	color: #ff0000;
	text-align: right;
}

.notice-bar a:link, .notice-bar a:visited, .notice-bar a:active, .notice-bar a:hover {
	color: #ff0000;
}

#branding-container h1 {
	margin: 0 0 12px 0;
	padding: 26px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 210%;
	font-weight: normal;
}

#branding-container h1 a:link, #branding-container h1 a:active, #branding-container h1 a:visited, #branding-container h1 a:hover {
	text-decoration: none;
}

.program-info {
	float: left;
	width: 510px;
	height: 181px;
	padding: 0 0 0 20px;
}

#branding-container address {
	margin: 0;
	padding: 12px 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #666;
	font-weight: bold;
}

#branding-container address a:link, #branding-container address a:visited, #branding-container address a:visited, #branding-container address a:hover {
	color: #666;
	text-decoration: none;
}

.header-search {
	float: left;
	width: 240px;
	height: 121px;
	margin: 65px 0 0 180px;
	font-family: Arial, sans-serif;	
}

.header-search td {
	padding: 4px;
}

.header-search td td {
	padding: 0;
}

.main-nav {
	float: left;
	width: 702px;
	height: 40px;
	padding: 69px 0 0 0;
}

.main-nav ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-nav li {
	display: inline;
	list-style-type: none; /* Repeated for IE */
	margin: 0 0 -3px 0;
	padding: 0;
}

.maea-logo {
	float: left;
	width: 248px;
	height: 110px;
}

/**********
3.0 content-container elements
**********/

body#standard #content-container {
	float: left;
	width: 100%;
	margin: 15px -234px 15px 0;
}

body#threecol #content-container {
	float: left;
	width: 100%;
	margin: 15px -234px 15px 0;
}

body#wide #content-container {
	margin: 15px 0 15px 0;
}

body#standard .content-area-topcap {
	height: 10px;
	background: url('../images/program/shared/content/content-top_bg.gif') bottom left no-repeat;
}

body#threecol .content-area-topcap, body#threecol .content-area-btmcap {
	display: none;
}

body#wide .content-area-topcap {
	height: 9px;
	background: url('../images/program/shared/content/content-wide-top_bg.gif') bottom left no-repeat;
}

body#standard .content-area-btmcap {
	clear: float;
	height: 10px;
	background: url('../images/program/shared/content/content-btm_bg.gif') top left no-repeat;
}

body#wide .content-area-btmcap {
	height: 10px;
	background: url('../images/program/shared/content/content-wide-btm_bg.gif') top left no-repeat;
}

body#standard #content-area {
	margin: 0 234px 0 0;
	padding: 15px;
	background: #fff;
}

body#wide #content-area {
	padding: 15px;
	background: #fff;
}

body#threecol #content-area {
	margin: 0 234px 0 0;
/*	background: #fff; -- removed to fix display on Javascript notice block */ 
}

/* Home page -- /index-program.php */

.featured-course {
	float: left;
	width: 177px;
	margin: 0 15px 0 0;
	font-family: Arial, sans-serif;
	font-size: 90%;	
}

.featured-course .top-cap {
	height: 10px;
	background: url('../images/program/shared/content/featured-course-top_bg.gif') bottom left no-repeat;
}

.featured-course .content {
	padding: 5px 10px 5px 10px;
	background: url('../images/program/shared/content/featured-course_bg.gif') bottom left repeat-y;
}

.featured-course h2 {
	margin: -8px 0 10px 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

.featured-course h3 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

.featured-course h3 a:active, .featured-course h3 a:visited {
	color: #124545;
	text-decoration: none;
}

.featured-course .learn-more {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 95%;
	text-align: right;
}

.featured-course .btm-cap {
	height: 11px;
	background: url('../images/program/shared/content/featured-course-btm_bg.gif') top left no-repeat;
}

.intro {
	float: left;
	width: 522px;
	font-size: 90%;
	color: #333;
}

.intro .content {
	padding: 5px 5px 5px 15px;
	background: #dfdfdf url('../images/program/shared/content/intro_bg.gif') top left no-repeat;
}

.intro .content img {
	max-width: 472px;
}

.intro h1 {
	font-size: 160%;
}

.intro p {
	line-height: 150%;
}

.intro img {
/*  Commented to correct issue where all images were floating right even if they were set to align center or left */
/* 	float: right; */
/* 	margin: 0 0 5px 5px; */
 	margin: 5px;
	border: 0;
}

.intro .btm-cap {
	height: 10px;
	background: url('../images/program/shared/content/intro-btm_bg.gif') top left no-repeat;
}

/* Course detail page -- /courses/course */

#course-display {
	font-size: 105%;
	line-height: 130%;
}

#course-display h2 {
	width: 602px;
	line-height: 140%;
}

#course-display h2, #course-map {
	margin: 15px 0 15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 190%;
}

.course-info h3, .course-map h3 {
	margin: 10px 10px 0 0;
	padding: 0;
	font-size: 125%;
	font-weight: normal;
}

.course-map h3 {
	padding: 0 0 10px 0 !important;
	font-size: 160% !important;
}

.course-details {
	min-width: 450px;
	padding: 0 10px 0 0;
}

.price-note {
	font-size: 60%;
}

.course-basics {
}

.course-tools-image {
	float: right;
	min-width: 250px;
	margin: 0 0 10px 10px;
	text-align: center;
}

.course-tools {
	padding: 0 0 5px 0;
	font-size: 80%;	
	font-family: Arial, sans-serif;	
	text-align: center;	
}

.course-tools a {
	text-decoration: none;
}

.course-tools p	{
	margin-top: 0;
	padding-top: 0;
}

.course-image {
}

.description {
	padding: 10px 0 10px 0;
}

.description p:first-child {
	margin-top: 0;
}

.price-block {
	margin: 0 0 10px 0;
}

.price {
	padding: 8px;
	background: #eee;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 160%;
	color: #c43812;
}

.price p {
	margin: 0;
	padding: 0;
}

p.price-details {
	padding: 5px 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 50%;
	color: #333;
}

.slots {
	padding: 0 0 0 10px;
}

.slots p {
	margin: 0;
	padding: 3px 0 3px 0;
}

.reg-alert, .guaranteed-run {
	color: #c43812;
}

.guaranteed-run {
	font-weight: bold;
}

.course-info {
	padding: 10px 0 0 0;
}

.course-info-items {
	margin: 0 298px 0 0;
	width: 293px;
	overflow: hidden;
}

#course-display .map-tools {
	float: right;
	width: 250px;
	height: auto;
	margin: 0 0 10px 20px;
	font-size: 80%;	
	font-family: Arial, sans-serif;
	border: none;	
}

.course-map {
	padding: 5px;
	background: #efefef;
	border: 1px solid #999;
}

#course-display #map {
	width: 235px;
	height: 235px;
	border: 1px solid #999;	
}

.instructor {
}

#course-display .notice {
	width: 250px;
}

.register-options {
	width: 257px;
	padding: 0 0 0 10px;
	font-family: Arial, sans-serif;
	font-size: 85%;
}

.register-options .price {
	margin: 5px 0 0 0;
	padding: 3px 5px 3px 5px;
	background: #eee;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 140%;
	color: #c43812;
}

.register-options .price-heading {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 90%;
	color: #333;
	font-weight: normal;
}

.register-mailperson {
}

.register-mailperson .number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
}

.register-mailperson ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.register-mailperson li {
	list-style-type: none; /* Repeated for IE */
	margin: 0;
	padding: 5px 0 5px 5px;
}

.notes {	
	font-size: 85%;
}

.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}

/* Course search, Program search, Advanced search boxes */

#advanced-search {
	width: 880px;
}

/* Cart page -- /courses/cart */

#cart-layout {
	margin: 10px 0 10px 0;
	font-family: Arial, sans-serif;		
}

.cart-update {
	text-align: right;
	border-bottom: 0 !important;
}

.cart-update p {
	margin: 0;
	padding: 0;
}

#cart-layout th {
	padding: 5px 0 5px 0;
	background: #eee;
}

#cart-layout td {
	padding: 5px 0 5px 0;
}

.empty-cart {
	padding: 20px 0 0 0;
	font-size: 110%;
}

/* Checkout page -- /courses/checkout */

.checkout-process {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	text-align: center;
}

.checkout-process ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #999;
}

.checkout-process li {
	display: inline;
	list-style-type: none; /* Repeated for IE */
	margin: 0 20px 0 0;
	padding: 0;
}

.checkout-process li.highlight {
	font-size: 110%;
	font-weight: bold;
}

.checkout-process li.highlight .number {
	color: #c43812;
}

.checkout-process .number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
}

/* FAQ styles */

#faq-content {
}

#faq-content h2 {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 175%;
}

#faq-content .subcategory h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 115%;
}

#faq-content .search-results h3 {
	margin: 4px 0 0 0;
	paddng: 0;
}

#faq-content .search-results .altcontent {
	margin: 0 0 5px 0;
	padding: 4px 0 5px 0;
}

#faq-content .search-results .result {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#search-form .faq-search-btn {
	margin: 0 0 4px 0;
}

#faq-content li {
	line-height: inherit;
}

#faq-content li.category {
	font-weight: bold;
	background: none;
	list-style: disc inside;
}

#faq-content .questions li.question {
	font-weight: normal;
	margin: 0 0 0 15px;
	list-style-type: none;
}

#faq-content .category-list {
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.category-list li {
	list-style-type: none !important;
	margin: 10px 0 0 0;
/* 	padding: 0; */
}

.category .category-name {
	margin: 20px 0 0 0;
	font-size: 130%;
}

.subcategory .category-name  {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #333;
}

.questions {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.questions li {
	list-style-type: none; /* Repeated for IE5/PC */
	margin: 0;
	padding: 6px 0 2px 14px;
}

/** 
Sidebar elements
**/

#sidebar {
	float: right;
	width: 219px;
	padding: 15px 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 90%;
}

.sidebar-item {
	margin: 0 0 15px 0;
}

.sidebar-item .content {
	padding: 5px 15px 1px 15px;
}

#sidebar .news-events ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar .news-events li {
	list-style-type: none; /* Repeated for IE */
	margin: 4px 0 0 0;
	padding: 4px 6px 4px 6px;
	font-weight: bold;
}

#sidebar .news-events .subscribe-button {
	width: 24px;
	margin: 6px 0 0 0;
}

#sidebar .news-events .viewmore {
	width: 165px;
	margin: 6px 0 0 0;
	padding: 4px 0 4px 0;
	text-align: right;
	font-weight: bold;	
}

/**********
4.0 suppnav elements
**********/

.suppnav-left {
	width: 395px;
	padding: 0 0 0 20px;
}

.suppnav-right {
	width: 510px;
	padding: 0 10px 0 0;
}

.rsc-credit {
	background: #ccc;
}

.st-credit {
	background: url('../images/program/shared/suppnav/st-credit_bg.gif') top left no-repeat;
	margin: 0 0 0 15px;

}

/**********
5.0 font elements
**********/

/**
Header elements
**/

/**Stylized headings
**/

#heading-newssidebar {
	width: 179px;
	height: 20px;
	margin: 0;
	padding: 0 0 10px 0;
}

#heading-newssidebar span {
	display: none;
}

/**********
6.0 Other elements
**********/

/**
Form elements
**/

#header-search-form {
	margin: 0;
	padding: 0;
}

#header-search-form label, #header-search-form input {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-family: Arial, sans-serif;
}

#header-search-form .label {
	text-align: right;
}

#header-search-form label {
	font-size: 110%;
	color: #666;
	font-weight: bold;
}

#header-search-form .adv-text {
	font-size: 85%;
	padding: 0 0 0 15px;
}

#header-search-form .btn-row {
	text-align: right;
	padding: 0 0 0 4px;
}

#header-search-form .search-btn {
	border: 0;
}

/**
Skipnav elements
**/

a.skipcontent:link, a.skipcontent:hover, a.skipcontent:visited  { 
  color: #333;
} 
  
a.skipcontent:active, a.skipcontent:focus { 
  color: #333;
}
/** *************************** **/
/********************
MAEA Program websites

TEMPLATE: Maroon
FILE: /css/program/maroon/maroon.css styles

Primary color: #680202
Alt color: 0e6c80
Hover color: #0e6c80
News sidebar border: #e0e0c2

Version 11.7.2008

Built by RainStorm Consulting
contact@rainstormconsulting.com

Please request permission prior to use.
********************/

/**********
1.0 Basic Elements
**********/

body {
	background: #ccc url('../images/program/maroon/bg.gif') top left repeat-x;
}

a:link {
	color: #680202;
}

a:visited {
	color: #999;
}

a:active {
	color: #0e6c80;
}

a:hover {
	color: #0e6c80;
}

/**********
2.0 branding-container elements
**********/

#branding-container {
	background: url('../images/program/maroon/branding/branding-container_bg.jpg') bottom left no-repeat;
}

#branding-container h1 {
	color: #680202;
}

#branding-container h1 a:link, #branding-container h1 a:active, #branding-container h1 a:visited, #branding-container h1 a:hover {
	color: #0e6c80;
}

/**********
3.0 content-container elements
**********/

/**
Inner-page Structure elements
**/

/* Home page */

.featured-course h3 a:active, .featured-course h3 a:visited {
	color: #680202;
}

/* Global content elements */

#cart-bar {
	border-bottom: 1px dotted #680202;
	background: url('../images/program/maroon/content/cart-bar_bg.gif') top right no-repeat;
}

#cart-bar a {
	color: #680202;
}

/* Courses index AND category pages -- /courses/ and /courses/CATEGORY/ */

.sub-categories a:link {
	color: #333;
}

.sub-categories a:hover {
	color: #0e6c80;
}

/* Course detail page -- /courses/course */

.course-details h3 {
	background: url('../images/program/maroon/graphics/divider.gif') 38px 24px no-repeat;
	color: #680202;
}

.course-map h3 {
	background: none !important;
}

.course-info {
	border-top: 1px dotted #680202;
	padding: 10px 0 0 0;
}

.course-tools {
	border-bottom: 1px dotted #680202;
}

.price-block td {
	border-left: 1px dotted #680202;
}

.register-options .price {
	border-left: 1px dotted #680202;
	border-right: 1px dotted #680202;	
}

.register-options {
	border-left: 1px dotted #680202;
}

.register-mailperson .number {
	color: #2e7171;
}

.register-mailperson li {
	border-bottom: 1px dotted #680202;
}

/* Course search, Program search, Advanced search boxes */

#search-result-tabs #list-view-tab {
	background-image: url('../images/program/maroon/content/list-view-tab_on.gif');
}

#search-result-tabs #list-view-tab.off {
	background-image: url('../images/program/maroon/content/list-view-tab_off.gif') !important;
}

#search-result-tabs #map-view-tab {
	background-image: url('../images/program/maroon/content/map-view-tab_on.gif');
}

#search-result-tabs #map-view-tab.off {
	background-image: url('../images/program/maroon/content/map-view-tab_off.gif') !important;
}

#content-area .course-search, #content-area .program-search {
	border-bottom: 1px dotted #680202;
}

#program-search-box .highlight, #course-search-box .highlight, .course-search .highlight, .program-search .highlight, #advanced-search .highlight {
	color: #680202;
}

#adv-search-course-tab {
	background-image: url('../images/program/maroon/content/course-number-search-tab.gif');
}

#adv-search-course-tab.off {
	background-image: url('../images/program/maroon/content/course-number-search-tab_off.gif') !important;
}

#adv-search-standard-tab {
	background-image: url('../images/program/maroon/content/adv-srch-tab.gif');
}

#adv-search-standard-tab.off {
	background-image: url('../images/program/maroon/content/adv-srch-tab_off.gif') !important;
}

.course-search .leftside, #content-area .program-search .leftside, #advanced-search .leftside {
	background: url('../images/program/maroon/content/leftside_bg.gif') top left no-repeat;
}

/* Courses search results page -- /courses/searchResult */

.course-search-result .heading, .course-browse .heading {
	color: #680202;
}

/* Cart page -- /courses/cart */

#cart-layout th {
	border-top: 1px dotted #680202;
	border-bottom: 1px dotted #680202;
}

#cart-layout td {
	border-bottom: 1px dotted #680202;
}

/* Checkout page -- /courses/checkout */

.checkout-process {
	border-bottom: 1px dotted #680202;
}

.checkout-process li.highlight {
	border-bottom: 2px solid #680202;
	color: #680202;
}

.checkout-process li.highlight .number {
	color: #0e6c80;
}

/* News items */

.news-item {
	border-bottom: 1px dotted #680202;
}

/* FAQ Styles */

#faq-content .search-results .result {
	border-bottom: 1px dotted #680202;
}

#faq-content li {
	background: url('../images/program/maroon/graphics/styled_bullet.gif') left 11px no-repeat;
}

#faq-content li a:link {
	color: #333;
}

#faq-content li a:hover {
	color: #0e6c80;
}


.category .category-name {
	color: #680202;
}

.questions li {
	background: url('../images/graphics/styled_bullet.gif') left 11px no-repeat;
}

/** 
Sidebar elements
**/

.sidebar-item .first-top-cap {
	height: 9px;
	background: url('../images/program/maroon/sidebar/first-sidebar-item-top_bg.gif') bottom left no-repeat;
}

.sidebar-item .top-cap {
	height: 9px;
	background: url('../images/program/maroon/sidebar/sidebar-item-top_bg.gif') bottom left no-repeat;
}

.sidebar-item .content {
	background: url('../images/program/maroon/sidebar/sidebar-item_bg.gif') top left repeat-y;
}

.sidebar-item .btm-cap {
	height: 10px;
	background: url('../images/program/maroon/sidebar/sidebar-item-btm_bg.gif') top left no-repeat;
}

#sidebar .news-events li {
	border: 2px solid #e0e0c2;
}

#sidebar .news-events .viewmore a:link {
	color: #680202;
}

#sidebar .news-events a:link {
	color: #000;
}

#sidebar .news-events a:active, #sidebar .news-events a:hover {
	color: #680202;
}

#sidebar .news-events a:visited {
	color: #333;
}

/**********
4.0 suppnav elements
**********/

#suppnav-container {
	background: #ccc url('../images/program/maroon/suppnav/suppnav-container_bg.gif') top left no-repeat;
}

#suppnav-container ul {
	color: #c1c495;
}

.suppnav-btm {
	background: url('../images/program/maroon/suppnav/divider.gif') top left no-repeat;
}

#suppnav-container .highlight a {
	color: #ff9900 !important;
}

.rsc-name a:link, .rsc-credit a:active, .rsc-credit a:visited {
	color: #680202 !important;
}

.rsc-name a:hover {
	color: #0e6c80 !important;
}

/**********
5.0 font elements
**********/

/**
Header elements
**/

/*Page title*/
h1 {
	color: #680202;
}

/*Page subtitle*/
h2 {
	color: #0e6c80;
}

/*Sidebar heading*/
h3 {
	color: #680202;
}

h4 {
	color: #0e6c80;
}

/**
Stylized headings
**/

#heading-coursesearch {
	background: url('../images/program/maroon/headers/heading-coursesearch.gif') top left no-repeat;
}

#heading-advancedsearch {
	background: url('../images/program/maroon/headers/heading-advanced-search.gif') top left no-repeat;
}

#heading-coursenosearch {
	background: url('../images/program/maroon/headers/heading-course-number-search.gif') top left no-repeat;
}

#heading-mapview {
	background: url('../images/program/maroon/headers/heading-map-view.gif') top left no-repeat;
}

#heading-registration {
	background: url('../images/program/maroon/headers/heading-registration.gif') top left no-repeat;
}

#heading-newssidebar {
	background: url('../images/program/maroon/headers/heading-newssidebar.gif') top left no-repeat;
}

/**
Other font elements 
**/

.styled-list li {
	background: url('../images/program/maroon/graphics/styled_bullet.gif') left 9px no-repeat;
}

/**********
6.0 other elements
**********/

/**
Form elements
**/

#standard_form legend {
	color: #680202;
}

#search-form label, #checkout-form label {
	color: #680202;
}

#search-form .input {
	border: 1px solid #d2d2d2;
	color: #333;
}

#checkout-form fieldset, #search-form fieldset {
	border: 1px dotted #680202;
}

#checkout-form legend, #search-form legend {
	color: #680202;
}

.plain-label label {
	color: #333 !important;
}

#contact-form {
	color: #680202;
}

#contact-form fieldset {
	border: 1px dotted #680202;
}



/** *************************** **/
