@charset "utf-8";
@import url("/CSS/nav.css");
/*General tags */

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
p.body  {
	margin-left:10px;
	margin-right:20px;
	}
p.tight {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

a	{
	color:#996600;
	text-decoration: none;
	}
a:hover {
	color:#CC9900;
	}
a img{
	border:0;
	padding-bottom: 10px;
	}
a.arrow {
	background-image:url(/images/menus/arrow_right.gif);
	background-position:left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	}
.copper {
	color:#793D00;
}


h3	{
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	}
h3 a {
	color: #666666;
	text-decoration: none;
}

h3.copper {
	color:#793D00;
}
h3.tightleading {
	font-family: Arial, Helvetica, sans-serif;
	color:#793D00;
	font-size:13px;
}


h4 {
	font-size: 14px;
	color: #999999;
}

/*List formats*/
li.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#494949;
	margin-bottom:5px;
	font-weight: bold;
}
li.bodysmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	color:#494949;
	margin-bottom:3px;
	list-style-type: disc;
}



td 	{
	text-align: left;
	vertical-align: top;
	}

/* main masthead */
.main-header #logo {
	margin-top: 3px;
	margin-bottom: 0px;
	}
.pressRoomImage {
	border: 1px solid #CCCCCC;
	text-align: center;
}
.pressRoomDate {
	font-size: 10px;
	color: #74857C;
	font-weight: bold;
}
.pressRoomText {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 20px;
}

.main-header #right_mast {
	font-size: 11px;
	color: #754C24;
	}
.main-header #right_mast a {	color: #754C24; text-decoration:none; }
.main-header #right_mast a:hover {	text-decoration:underline; }
.main-header #main_search {
	height: 18px;
	width: 107px;
	background-color: #F9F9F5;
	border: 1px solid #C5C19D;
	font-size: 11px;
	}
.main-header #main_search_button {
	height: 18px;
	width: 22px;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #C5C19D;
	color: #754C24;
	}
.main-header h2 { /* Top Phone Numbers */
	color:#452501;
	font-size: 16px;
	margin-top: 19px;
	margin-bottom: 13px;
	font-weight: normal;
	}

 /* Navigation */
.main_nav a {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.main_nav a:hover {
	color: #fdc37d;
}
.main_nav {
	background-image: url(/images/menus/main_menu_bg.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-top:0;
	padding-bottom:0;
	padding-left:100px;
}
/* Don't change anything until next comment */
ul.main-menu,
ul.main-menu ul {
  z-index: 5;
  position: relative;
}

ul.main-menu li {
  position: relative;
}

ul.main-menu a {
  display: block;
}

ul.main-menu ul,

ul.main-menu ul {
  position: absolute;
  display: none;
}

ul.main-menu li.over ul {
  display: block;
}

ul.main-menu ul li {
  display: block;
}

ul.main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Show submenus when over their parents. */
ul.main-menu li:hover ul,
ul.main-menu li.menuparent li:hover ul,
ul.main-menu li.menuparent li.menuparent li:hover ul,
ul.main-menu li.menuparent li.menuparent li.menuparent li:hover ul,
ul.main-menu li.over ul,
ul.main-menu li.menuparent li.over ul,
ul.main-menu li.menuparent li.menuparent li.over ul,
ul.main-menu li.menuparent li.menuparent li.menuparent li.over ul {
  display: block;
}

/* Hide sub-menus initially. */
ul.main-menu li:hover ul ul,
ul.main-menu li:hover ul ul ul,
ul.main-menu li:hover li:hover ul ul,
ul.main-menu li:hover li:hover ul ul ul,
ul.main-menu li:hover li:hover li:hover ul ul,
ul.main-menu li:hover li:hover li:hover ul ul ul,
ul.main-menu li.over ul ul,
ul.main-menu li.over ul ul ul,
ul.main-menu li.over li.over ul ul,
ul.main-menu li.over li.over ul ul ul,
ul.main-menu li.over li.over li.over ul ul,
ul.main-menu li.over li.over li.over ul ul ul {
  display: none;
}

/***************
 IE 6 Fixes
***************/

/* Iframe to fix z-index bug when menu hovers over <select> fields. */
ul.main-menu li.menuparent ul,


/* OK, you can edit now - carefully. Don't forget to make a backup! */
ul.main-menu li.menuparent ul iframe,
ul.main-menu,
ul.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.main-menu li {
  border-top: 0;
  float: left;
  margin: 0;
  padding-left: 0;

}

ul.main-menu a {
  padding: 3px 31px 3px 31px; /* Very Important - This adjusts the spacing between the top level links - You'll need to adjust this if adding or removing */
  line-height:1.2;

}

ul.main-menu h2 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 3px 31px 3px 31px; /* Very Important - This adjusts the spacing between the top level links - You'll need to adjust this if adding or removing */

}


ul.main-menu ul {
  top: 24px; /* Very Important - This adjust the position of the drop down menu in relation to the top of the parent LI. If you adjust the line height, you'll need to modify this */
  left: -1px;
  border: 0;
  margin-right: 0;
}
ul.main-menu ul li {
  width: 180px; /* Very Important - This adjust the width of the drop down menu. This is a global value */
}

ul.main-menu-down {
  float: left;
  border: 0;
}
ul.main-menu-down li {
  border-top: 0;
}
ul.main-menu-down li li {
	border-top: 0;
	background-color:#7A4401;
	border-bottom: 1px solid #955E1A;
	background-image: url(/images/menus/main_menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: -500px center;
}
ul.main-menu-down li ul {
	border-top: solid 5px;
	border-bottom: solid 2px;
	border-color: #673a01; /*#573102;*/
} /* border around entire dropdown menu if needed */
ul.main-menu-down li li a {
	color: #ffffff; /*padding around submenus*/
	border-right:none;
	font-size:11px;
	background-image:url(/images/General/menu-icon-placeholder.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 31px;
} /* Appearence of links in drop down menu */
ul.main-menu-down li li a:hover {
	background-color:#CE944E;
	color:#fdc37d;
}
ul.main-menu-down ul {
  left: 0;
}

ul.main-menu-down ul li {
  clear: both;
}

ul.main-menu-down li ul li ul {
  left: 12.5em;
  top: -1px;
}
ul.main-menu-down .menuparent a {
  /*padding: 5px 12px 5px 12px;*/
}

ul.main-menu-down li.menuparent {
	/*background:  url(arrow-down.png) right center no-repeat;*/


}

.menuparent .menuparent ul {
	margin-left:-8px!important;
} /*this is the second level flyout menu (from the main dropdown) in the main-navigation*/

.menuparent li.menuparent a { 							/* adds arrow and makes space for it */
	background-image: url(/images/menus/main_menu_second_level_arrow_with_icon.gif); /* Note that this image is a transparent gif that adds both the icon on the left hand side, and the arrow on the right hand side. It's 170px x 10px */
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-right:24px;	
}
.menuparent li.menuparent li a { 
	background-image: none; 		/* This removes arrow from child a tags */
	padding-left:24px;	
	padding-right:8px;	
}

.menuparent li.menuparent li.menuparent a { 							/* adds arrow and makes space for it */
	background-image: url(/images/menus/main_menu_second_level_arrow_with_icon.gif); /* Note that this image is a transparent gif that adds both the icon on the left hand side, and the arrow on the right hand side. It's 170px x 10px */
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-right:24px;	
}
.menuparent li.menuparent li.menuparent li a { 
	background-image: none; 		/* This removes arrow from child a tags */
	padding-left:24px;	
	padding-right:8px;	
}






ul.main-menu-down li.menuparent:hover,
ul.main-menu-down li.over,
ul.main-menu-down li.menuparent a:hover {

}

ul.main-menu-down li li.menuparent {
  /*background:  url(arrow-right.png) right center no-repeat;*/
}

ul.main-menu-down li li.menuparent:hover,
ul.main-menu-down li li.over {
  /*background: #ccc url(arrow-right.png) right center no-repeat;*/
}
 .main-menu li li .active  { color:#000000!important;}

/* Footer on every page */
.footer, .footer a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-top:5px;
	padding-bottom: 5px;
}
.footer a:hover { text-decoration:underline;}

/* Bar below navigation on front page */
.subnav { 
	height: 5px;
	width: 972px;
	background-image: url(/images/menus/main_menu_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin-top: 6px;
}
#ticker_area/* Scroller bar on front page */
 {
	height: 20px;
	width: 952px;
	background-image: url(/images/menus/main_menu_bg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: baseline;
}
#ticker_area  a {	color: #ffffff; text-decoration:none;}
#ticker_area  a:hover {text-decoration:underline;}
#ticker_area  .header {
	color: #ffffff;
	font-size: 15px;
	margin-left: 80px;
}
#ticker_area  .header  a {color: #ffffff; text-decoration:none;}
#ticker_area  .header  a:hover { text-decoration:underline;}
.front-bottom-main td {
	vertical-align: top;
}
#ticker img { /* Puts a margin around the circle image  */
	margin-right: 5px;
	margin-left: 5px;
}


 /* front bottom */
.front-bottom-main #middle img { /* within the news section on the front page, this aligns the image to the left, and puts a right margin on it */
	float: left;
	margin-bottom: 5px;

}

.front-bottom-main p {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.front-bottom-main a {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	text-decoration: none;
	color: #333333;
}
.front-bottom-main a:hover {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	text-decoration: none;
	color: #996600;
}


.front-bottom-main #front-left-div, 
.front-bottom-main #front-center-div, 
.front-bottom-main #front-right-div {  /* this is the border on around the text on the bottom */
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 7px;
	margin: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E9E9E9;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
	background-image: url(/images/General/front_bottom_main_td_underline.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 12px;
	color: #666666;
	min-height:335px;
	min-width:300px;
}
.front-bottom-main #right {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.front-bottom-main #right div {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
} /* minimum height is different here because of changes in top and bottom padding*/
.front-bottom-main h1, .partners h1 {  /* This is the headers at the bottom */
	background-image: url(/images/General/front_h1_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C4C4C4;
	border-bottom-color: #C4C4C4;
	font-size: 16px;
	padding-left: 11px;
	margin: 0px;
	line-height: 1.5;
	padding-bottom: 2px;
	padding-top: 3px;
}
.front-bottom-main #left select {
	width: 270px;
	margin-bottom: 3px;
	font-size: 11px;
}
.front-bottom-main #middle div {
	font-size: 11px;
}
.front-bottom-main h2 {
	font-size: 15px;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.front-bottom-main #middle {  /* This puts white dividers between the bottom three boxes on the front page */
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
 /* Partners section on front page */
.partners {margin-top:16px;}
.partners .content {
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-left-color: #EBEBEB;
	padding-top: 13px;
	padding-bottom: 13px;
	background-image: url(/images/General/partners_underline.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* Obviously the Breadcrumb on the sub pages */
.breadcrumb {
	font-size: 12px;
	color: #6A6868;
	font-weight: bold;
	padding-left: 125px;
	width: 847px;
	height: 26px;
	line-height: 26px;
	text-align: left;
}
.breadcrumb a {
	color: #6A6868;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* For the content table on the sub-pages */
.content #lefthead {
	background-image: url(../images/menus/main_menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}

.content h2 {
	color: #ECECEC;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

.content #centerhead {
	background-image: url(../images/menus/main_menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.content #main { /* This is the main content area of the sub-pages */
	padding: 12px 10px 12px 10px;
	font-size:80%;

}
.content #righthead {
	background-color: #7A4501;
}
.content #main h1 {
	color: #6A6868;
	font-size: 18px;
	margin-bottom: 60px;
}
.content #main p {
	color: #666;
	font-size: 90%;
	line-height: 1.5;
	margin-left: 10px;
	margin-right: 10px;
}

.content #left {}

.content #right {}

/* Consulting Request Form */
.consulting_form { }
.consulting_form td {
	font-size: 13px;
	vertical-align: middle;
	padding: 1px 60px 1px 50px;
	color: #666;
}


.consulting_form .form_element {font-size:12px;}
.consulting_form input.form_element {width: 230px;}
.consulting_form select.form_element {width: 235px;}
.consulting_form textarea.form_element {width: 390px; height:200px;}
.consulting_form h1 {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-left:-20px;
}
.consulting_form h2 {
	font-size: 13px;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #996633;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-left:-20px;
	margin-bottom: 20px;
}
.consulting_form .search-button { vertical-align: top;} /*This is overridden within IE by a conditional statement in the head html of the header include */
h3.toggle_head {
	font-size: 13px;
	background-image: url(/images/menus/main_menu_bg.jpg);
	background-repeat: repeat-y;
	width: 90%;
	color: #FFFFFF;
	padding:  3px 20px 3px ;
	cursor: hand;
}
div.toggle_body { 
	color:#666; width:80%; 
	padding: 0px 10px 0px 30px; 
	border-left:solid 10px #eee; 
	margin-left:10px;
}

/* Paragraph formatting */

.highlight_text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FF9900;
	padding-top: 20px;
	}
.callout {
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	color: #666666;
	}
.callout_body {
	font-size: 11.5px;
	}
.caption {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:italic;
	}
.returnToTop {
	margin-top:10px;
	margin-bottom:10px;
	}
.smallHeading {
	color:#996600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:25px;
	font-weight: bold;
	}

/*Div formats*/
#floatRight {
	float:right;
	width: 200px;
}

/*Table formats*/
.table {
	margin-left:9px;
	margin-bottom: 5px;
	margin-top: 2px;
	
}	


.table_headings {
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	padding-left: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
}	

tableGradient {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #c18741;
}
.table_heading {
	background-image: url(/images/tables/table_header_gradient_copper.gif);
	background-repeat: repeat-x;
	margin: 5px;
	text-align: left;
	padding: 10px;
}

/*This area is for tables - green table*/

.horizontalLinesMediumSlate {
	color: #76839a;
	border-bottom: medium solid #76839a;
	font-size: 12px;
	padding:2px;
	}
.horizonalLinesDashed {
	color: #4b4b4b;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 11px;
	padding:4px;
	border-bottom-color: #CC9900;
	}
.horizonalLinesDashed p {
	margin-left:19px;
	margin-bottom: 5px;
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}	

h3.green {
	background-color:#B1BCB7;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:1px;
	margin-right:40px;
	}
.colorHeader th {
	background-color:#B1BCB7;
	color:#666666;
	font-size:12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	}


/*This are for featuresBenefitsTable*/

.featuresBenefitsTable {
	border: 1px solid #CC9966;
}

.featuresBenefitsTable #1stColumn {
	float: left;
	width:60px;
}

.featuresBenefitsTable #2ndColumn {
}

.featuresBenefitsTable #3rdColumn {
	float: right;
	width: 300px;
}


.featuresBenefitsTable #floatRight h1 {
	font-size:12px;
	color:#666666;
}

.featuresBenefitsTable #table_heading {
	background-image: url(/images/tables/table_header_gradient.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
	border-bottom-width: 1px;
	color: #333333;
	margin-left: 35px;
	line-height: 20px;
	padding-left: 15px;
}

.featuresBenefitsTable #floatLeft {
	float: left;
	margin-right: 8px;
}
.featuresBenefitsTable #floatRight {
	margin-left: 8px;
	float: right;
}

.featuresBenefitsTable #table td {
	padding: 10px;
}

.featuresBenefitsTable #table p.heading {
	font-size:11px;
	color:#333333;
	font-weight: bold;
}


.featuresBenefitsTable #table p.body {
	font-size:10px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#divOutlineBody/*The following is the new standard for creating gradient callout areas*/

 {
	border:1px;
	border-style:solid;
	border-color:#74857c;
	margin-right:0px;
	margin-left: 0px;
	}
#divOutlineBody  .titleGradient {
	background-image:url(/images/tables/green_grey_vertical_gradient.gif);
	background-repeat:repeat-x;
	border-top-color: #FFFFFF;
	border-bottom-color:#74857c;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
#divOutlineBody  .titleSolid {
	background-color:#DAA76A;
	border-top-color: #FFFFFF;
	border-bottom-color:#d6984f;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5d3407;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#divOutlineBody    .content {
	border:1px;
	border-color:#CC9933;
	padding-right: 10px;
	padding-left: 10px;
	}
#divOutlineColumn {
	border:1px solid #B1BCB7;
	margin-top: 5px;
}
#divOutlineBody .content .table {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(/images/tables/table_greyline.gif);
	background-repeat: repeat-x;
}

#divOutlineColumn p {
	padding-left: 5px;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#divOutlineColumn .titleSolid/*this area defines div id=wrapper features*/{
	background-color:#e4e0df;
	border-bottom:1px solid #B1BCB7;
	padding-left:10px;
	padding-top:2px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #7B4502;
	font-size: 13px;
	font-weight: bold;
	}
		

/*image styles*/

.titleIcon { /*this defines the location for the icons used on page titles*/
	padding-right:10px;
	vertical-align: middle;
	float: left;
}

.image_floatRight { /*this defines images to float on the right side of the vessel*/
	float:right;
	padding-top:0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}
.smallertext {
	font-size: smaller;
}

.image_floatLeft { /*this defines images to float on the left side of the vessel*/
	float:left;
	padding-top:0px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.image_floatLeftTight {
	float:left;
	padding-top:0px;
	padding-bottom: 20px;
	padding-right: 0px;
}

.titleImage {
	position: relative;
	left: -20px;
	}
.image_alignRightTight {
	float:right;
	margin-top: -12px;
	margin-right: -10px;
	margin-left: 10px;
	margin-bottom: 100px;
	padding: 0px;
	width: 100%;
}
ul.noleftindent {
	margin-left: 15px;
}
ul.leftindent20 {
	margin-left: 35px;
	margin-top: -10px;
}
ul.reduce_costs  {
	margin-left: 35px;
	list-style-image: url(/images/General/savings_dollar_sign_10x12.jpg);
	font-size: 11px;
	margin-top: 5px;
}
.unordered_list {
	color: #666666;
	list-style-type: circle;
}
.content #lefthead h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.content #lefthead h2 a:hover {
	color: #fdc37d;
	text-decoration: none;
}

.feature_emphasis {
	font-weight: bold;
}
#clickToEnlarge  p {
	color: #000000;
	margin-top: -18px;
	text-align: right;
	font-size: 9px;
}
#training  #right  .classSchedule {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-left: 15px;
}
#clickToEnlarge_rightfloat {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
#clickToEnlarge_rightfloat .inline {
	top: 20px;
	padding-top: 20px;
}

#clickToEnlarge_rightfloat  p {
	color: #000000;
	margin-top: -18px;
	text-align: right;
	font-size: 9px;
}
#videoimg   {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#ImageContainer {
	width: 200px;
}
.resellers p {
	margin-top: 0px;
	margin-bottom: 0px;
}
