/* Redefining Tags */

HTML {
	height:100%;
}

BODY {
	behavior:url("scripts/csshover.htc");
	height:100%;
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#popup {
	text-align: left;
}

A {
	color: #112266;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

#ctc-content A {
	text-decoration: underline;
}

P {
	color: #333333;
	line-height: 1.7em;
}

INPUT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal; 
	padding: .2em;
}

SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal; 
}

FORM {
	padding: 0;
	margin: 0;
}

FIELDSET {
	border: 1px solid #CCCCCC;
	padding: 0em 1em 1em 1em;
}

FIELDSET OL {
  list-style: none;
  margin: 0;
  padding: 0;
}

FIELDSET OL LI {
  list-style: none;
  padding: 5px;
  margin: 0;
}

LABEL {
	font-weight: bold;
}

FIELDSET LABEL {
	position: relative;
	width: 9em;
	display: block;
	text-align: right;
	padding: .3em;
	
}

FIELDSET LABEL.inline {
	padding-left: .75em;
  width: auto; /* Width of LABELs */
}

FIELDSET LABEL INPUT, FIELDSET LABEL SELECT {
	position: absolute;
	margin-left: 1em;
}

FIELDSET LEGEND {
  	font-weight: bold;
	color: #112266;
	font-size: 1em;
	text-transform: uppercase;
}

/* ID Tags */

DIV#ctc-content P, DIV#ctc-content_full P, DIV#ctc-content-products P
{
	padding: 0 1em 0 1em;
}

DIV#ctc-content H1, DIV#ctc-content_full H1, DIV#ctc-content-products H1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #112266;
}

DIV#ctc-content H2, DIV#ctc-content_full H2, DIV#ctc-content-products H2 {
	margin-top: 1.4em;
	padding: 0;
	font-size: 1.1em;
	color: #112266;
}

DIV#ctc-content H3, DIV#ctc-content_full H3, DIV#ctc-content-products H3 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #112266;
}

DIV#ctc-content UL, DIV#ctc-content_full UL, DIV#ctc-content-products UL {
	line-height: 1.7em;
	list-style: none;
	margin: 1em 0 0 1em;
	padding-left: 1em;
}

DIV#ctc-content UL LI, DIV#ctc-content_full UL LI, DIV#ctc-content-products UL LI {
	padding-left: 1em;
	background: url(images/bullet.gif) left .7em no-repeat;
}

DIV#ctc-content OL, DIV#ctc-content_full OL, DIV#ctc-content-products OL {
	line-height: 1.7em;
	list-style-type: decimal;
	margin: 1em 0 0 1em;
}

DIV#ctc-page {
	text-align: left;
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	padding: 0;
	width: 74.5em !important;
	width: 75em;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: url(images/page_back.gif) no-repeat bottom right;
}

DIV#ctc-header {
	width: 100%;
	height: 103px;
	background: #FFFFFF url(images/header_back.jpg) no-repeat right top;
}

DIV#ctc-pathway {
	width: 100%;
	font-size:.8em;
	line-height: 2em;
	height: 2em;
	clear: both;
	text-transform: uppercase;
	background-color: #e2e4f0;
	border-bottom: 3px solid #666666;
	border-top: 1px solid #999999;
}

DIV#ctc-pathway UL {
	padding: 0;
	margin: 0 0 0 8px;
	list-style: none;
}

DIV#ctc-pathway UL LI {
	float: left;
	margin-left: 8px;
	padding-left: 12px;
	background: url(images/sub_nav_bullet.gif) left center no-repeat;
}

DIV#ctc-pathway UL LI A {
	color: #333366;
	text-decoration: none;
}

DIV#ctc-pathway UL LI A:hover {
	color: #333333;
}

DIV#ctc-top_nav {
	width: 100%;
	font-size: .8em;
	height: 2.2em;
}

DIV#ctc-top_nav UL {
	list-style: none;
	padding: 0;
	margin: 0;

}

DIV#ctc-top_nav UL LI {
	float: left;
	margin-left: 4px;
	width: 10em;
	background: none;
}

DIV#ctc-top_nav UL LI A {
	height: 100%;
	line-height: 2.2em;
	float: left;
	display: block;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	background: #ececec url(images/nav_top_bk_norm.gif) repeat-x;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

DIV#ctc-top_nav UL LI A:hover {
	background: #e2e4f0 url(images/nav_top_bk_over.gif) repeat-x;
	color: #333366;
	border-color: #666699;
}
	
/* Hide from IE5-Mac \*/
DIV#ctc-top_nav UL LI A {
	float: none
}
/* End hide */

DIV#ctc-home_middle {
	border-top: 3px solid #666666;
	width: 100%;
	padding: 0;
}

DIV#ctc-middle {
	border-top: 3px solid #666666;
	width: 100%;
	padding: 0;
}

DIV#ctc-home_teaser {
	background: url(images/home_shopper.jpg) no-repeat;
	border-top: 3px solid #666666;
	width: 100%;
	min-height: 230px;
	margin-top: 1px !important;
	margin-top: 0;
}

h1#ctc-home_teaser_head {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: .75em;
	margin-left: 200px;
}

DIV#ctc-home_teaser_text {
	line-height: 1.6em;
	margin-top: 1em;
	font-weight: 200;
	color: #333333;
	margin: .5em 250px 1em 230px;
}

DIV#ctc-solution {
	float: right;
}

DIV#ctc-solution_button A IMG {
	margin: 0 8px 6px 0;
	border: 1px solid #999999;
}

DIV#ctc-solution_button A:hover IMG {
	border-color: #666699;
}

DIV#ctc-solution_button A:hover {  /* wakeup IE */
	border-width: 0;
}

DIV#ctc-home_divider {
	clear: both;
	width: 100%;
	height:	18px;
	background: url(images/home_DIVider.gif) repeat-x;
}

DIV#ctc-home_lower {
	width: 100%;
	padding: 0;
	margin: 0;
}

DIV#ctc-news {
	width: 15em !important;
	width: 14.5em;
	margin: 0 8px 0 8px !important;
	margin: 0 4px 0 4px; 
}

DIV#ctc-tab {
	height:20px;
	width: 100%;
	border-bottom:1px solid #999999;
}

DIV#ctc-news_content {

}

DIV#ctc-news_content p {
	font-size: 0.9em;
	margin: 0;
	line-height: 1.6em;
}

DIV#ctc-news_content H1 {
	font-size: 0.9em;
	font-weight: bold;
	padding: .6em 0 .3em 0;
	margin: 0;
}

DIV#ctc-news_content H1 SPAN.date {
	font-weight: normal;
}

DIV#ctc-highlights {
	float: right;
	width: 57em !important;
	width: 58em; 
	padding: 0 8px 0 8px;

}

DIV#ctc-highlights_content {
	padding-top: 8px;
	text-align: center;
}

DIV#ctc-highlights_content h2 {
	display: inline;
}

DIV#ctc-highlights_content A IMG {
	margin: 0 8px 6px 0;
	border: 1px solid #999999;
}

DIV#ctc-highlights_content A:hover IMG {
	border-color: #666699;
}

DIV#ctc-highlights_content A:hover {  /* wakeup IE */
	border-width: 0;
}

DIV#ctc-footer {
	text-align: center;
	position: absolute;
	height: 2em;
	line-height: 2em;
	background: #e2e4f0 url(images/path_back.gif) repeat-y right;
	width: 100%;
	bottom: 0px;
	border-top: 3px solid #666666;
	color: #333333;
	font-size: 0.8em;
}

DIV#ctc-content {
	float: right;
	width: 56em;
	margin-top: 8px;
	line-height: 1.7em;
	padding: 8px;
	border-left: 1px solid #CCCCCC;
	min-height: 400px;
}

DIV#ctc-content_full {
	margin-top: 8px;
	line-height: 1.7em;
	padding: 8px;
}

DIV#ctc-sub_nav {
	margin: 0 58em 0 0;
	padding-left: 8px;
}

DIV#ctc-sub_nav UL {
	padding: 0;
	margin: 8px 0;
	list-style: none;
}

DIV#ctc-sub_nav UL LI {
	color: #666666;
	padding-left: 1em;
	font-size: 0.8em;
	background: #ffffff url(images/bullet.gif) left center no-repeat;
	height: 3em;
	line-height: 3em;
	width: 17em;
	border-top: 1px solid #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
}

DIV#ctc-sub_nav UL LI A {
	padding-left: .5em;
	display: block;
	width: 16.5em;
	color: #333366;
	text-decoration: none;
	font-weight: normal;
}

DIV#ctc-sub_nav UL LI A:hover {
	background: #f7f7f7;
	color: #333333;
}

DIV#ctc-sub_nav UL LI.listFirst {
	border-top: none;
}

DIV#ctc-sub_nav UL LI.listLevel2 {
	margin-left: 1em;
	width: 16em;
	background: #ffffff url(images/bullet2.gif) left center no-repeat;
}

DIV#ctc-sub_nav UL LI.listLevel2 A {
	width: 15.5em;
}

TEXTAREA#tinyMCE {
	font-family: none;
}


/* Specific HTML Tag Classes */

DIV.divBlankDivider {
	clear: both;
	width: 100%;
	height: 2em;
}

SPAN.no_caps {
	text-transform: none;
}

DIV.divThumbnail {
 	color: #333333;
	font-size: 0.9em;
	line-height: 1.1em;
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
}

DIV.divError {
	margin: 8px;
	padding: 8px;
	border: 2px solid #CC0000;
	color: #CC0000;
}

.buttonPad {
	padding:.3em .2em .3em 0; 
	margin: 0;
}

P.pNoPad {
	padding:0;
	margin:0;
}

INPUT.inputNumber {
	text-align: right;
}

TABLE.tableInfo {
	margin: 1em;
	font-size: 1em;
	border: 1px solid #999999;
	border-collapse: collapse;
}

TABLE.tableInfo TH {
	border: 1px solid #999999;
	background-color: #445599;
	color: #FFFFFF;
	padding: .3em;
	text-align: left;
}

TABLE.tableInfo TR {
	vertical-align: top;
}

TABLE.tableInfo TD {
	border: 1px solid #999999;
	padding: .3em;
}

H1.top, H2.top, H3.top {
	margin-top: 0;
	padding-top: 0;
}

IMG.imageFloatRight {
	padding: 2px;
	margin: .5em 0 .5em 1em;
	float: right;
	border: 1px solid #999999;
}

IMG.productFloatRight {
	padding: 2px;
	margin: .5em 0 .5em 1em;
	float: right;
	clear: right;
}

IMG.imageFloatLeft {
	padding: 2px;
	margin: 8px;
	float: left;
	border: 1px solid #999999;
}

IMG.imageNoBorder {
	border: none;
}
IMG.imageBorder {
	border: 1px solid #999999;
}

INPUT.Button  {
	padding: .2em !important;
	padding: .3em 0 .3em 0;
	border: 2px outset #CCCCCC;
	color: #333333;
	font-size: 0.9em;
	cursor: pointer;
	background: #ececec url(images/nav_top_bk_norm.gif) repeat-x;
}

INPUT.Button:hover {
	background: #e2e4f0 url(images/nav_top_bk_over.gif) repeat-x;
	color: #333366;
	font-size: 0.9em;
	border: 2px outset #666699;
}

A.Button  {
	position: relative;  /*fix for IE border clipping */
	text-decoration: none;
	padding: .4em .7em .4em .7em;
	margin: .2em 0 .2em 0;
	border: 2px outset #CCCCCC;
	color: #333333;
	font-size: 0.9em;
	background: #ececec url(images/nav_top_bk_norm.gif) repeat-x;
}

A.Button:hover  {
	background: #e2e4f0 url(images/nav_top_bk_over.gif) repeat-x;
	color: #333366;
	border: 2px outset #666699;
	text-decoration: none;
}

TABLE.tableForm {
	border: none;
	margin: .5em;
	font-size: 1em;
}

TABLE.tableForm TH {
	font-weight: bold;
	text-align: right;
	padding: .2em;
}

TABLE.tableForm TD {
	padding: .2em;
}

TABLE.tableForm TR {
	vertical-align: top;
}

LABEL.inline {
	display: inline;
}

/* General Classes */

.indent1 {
	margin-left: 2em;
}

.small {
 font-size: 0.9em;
 line-height: 1.7em;
}

.label {
	font-weight: bold;
	text-align: right;
}

.required {
	color: #AA2266;
	font-weight: bold;
}

.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 */

table.sbc {
	margin: 0;
	padding: 0;
}

td.sbc_n {
	background: url(images/sbc_n.gif) bottom left repeat-x;
	margin: 0;
	padding: 0;
}

td.sbc_ne {
	background: url(images/sbc_ne.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
}

td.sbc_e {
	background: url(images/sbc_e.gif) top left repeat-y;
}

td.sbc_se {
	background: url(images/sbc_se.gif) top left no-repeat;
}

td.sbc_s {
	background: url(images/sbc_s.gif) top left repeat-x;
}

td.sbc_sw {
	background: url(images/sbc_sw.gif) top right no-repeat;
}

td.sbc_w {
	background: url(images/sbc_w.gif) top right repeat-y;
}

td.sbc_nw {
	background: url(images/sbc_nw.gif) no-repeat bottom right;
	margin: 0;
	padding: 0;
}

td.sbc_c {
	background: #eeeeee url(images/sbc_c.gif);
}

fieldset.support {
	background: url(images/support_form_back_guy.jpg) no-repeat right top;
}