/*=======================	FRAMEWORK ELEMENTS	*/

#container { } /* fix for IE5 */

#container {
	background-color: #FFF;
	height: 100%;
	width: 778px;
	margin: 15px auto;
	text-align: left;
	padding: 0;
	width: 778px;
	border: 0px solid #8A8B8A;
}

#homepage h1 {
	display: none;
}

#printcontainer {
	background-color: #FFF;
	height: 100%;
	width: 670px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0 0 0;
	/*border: 1px solid red;*/
}

#printcontainer #header {
	width: 760px;
	height: 50px;
}

#logobox {
	width: 778px;
	/*height: 70px;	*/
	padding: 0;
	margin: 0;
	background: #f0f0ed;
	border: 0px solid black;
}

#logoleft {
	float: left;
	/*clear: both;*/
	width: 188px;
	/*height: 70px;*/
	background: #f0f0ed;
	padding: 0;
	margin: 0;
	/*vertical-align: middle;*/
	border: 0px solid green;
}

#logomid {
	float: left;
	padding: 31px 0 0 14px;
	margin: 0;
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	width: 310px;
	color: #FFF;
	border: 0px solid black;
}

#logoright {
	float: right;
	width: 590px;
	height: 70px;
	/*
	background: url('/shared/images/frm_top_header.gif') no-repeat;
	*/
	padding: 0;
	margin:  0;
	border: 0px solid blue;
}

#toplinks {
	float: right;
	width: 260px; 
	padding: 0 0 0 15px;
	margin: 12px 0 0 0; 
	width: 245px;
	border: 0px solid red;
}

#toplinks a:link, #toplinks a:active, #toplinks a:visited {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

#toplinks a:hover {
	color: #FFF;
	text-decoration: underline;
}

#logotext {
	float: left;
	padding: 0px 0 0 16px;
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	width: 300px;
	color: #FFF;
	border: 0px solid black;
}

#headerdiv { 
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	line-height: 1px;
	height: 1px;
	clear: none;
	width: 778px;
}

#flashcontent {
	float: left;
	clear: both;
	width: 778px;
	height: 320px;
}

#flashcontentnav {
	float: left;
	clear: both;
	width: 150px;
	height: 69px;
	margin: 0;
	padding: 0;
}

/* ******************* GLOBAL MENU STYLES */

#menubox {
	float: left;
	width: 778px;
	/*height: 32px;*/
	margin: 0;
	padding: 4px 0 0 0;
	background-color: #FFF;
	border: 0px solid red;
}

#menubox ul {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

#menubox ul li {
	/*height: 32px;*/
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: #f0efe8;
	display: inline;
}

#menubox ul li a:link, #menubox ul li a:active, #menubox ul li a:visited {
	/*height: 32px;*/
	float: left;
	position: relative;
}

#menushadownonav { 
	float: left;
	line-height: 3px;
	display: block;
	background-image: url(./images/mnu_blk_shadow.gif);
	background-position: top;
	clear: none;
	width: 778px;
}

#menushadownav { 
	float: left;
	line-height: 3px;
	display: block;
	background-image: url(./images/mnu_blk_shadow.gif);
	background-position: top;
	clear: none;
	width: 778px;
}

.topmenuspacer {
	padding-top: 10px;
	border: 0px solid green;
}

/* ******************* BREADCRUMB STYLES */

#breadcrumb {
	float: left;
	padding: 0px;
	margin: 2px 20px 0px 0px;
	border: 0px solid blue;
}

#breadcrumb ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#breadcrumb ul li {
	display: inline;
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
}

#breadcrumb ul li a:link, #breadcrumb ul li a:active, #breadcrumb ul li a:visited {
	display: inline;
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#breadcrumb ul li a:hover {
	color: #787a7c;
	text-decoration: none;
}

#print {
	float: right;
	height: 13px;
	padding: 0;
	margin: 0;
	width: 84px;
	border: 0px solid red;
}

/* ******************* HOME PAGE STYLES */

#homewrapper { } /* fix for IE5 */

#homewrapper {
	width: 778px;
	float: left;
	background: url(./images/hom_vertbars.gif) repeat-y;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #cbcbcc;
}

#homeleftheader {
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 260px;
	float: left;
	/*border: 1px solid #333;*/
}

#homeleftcontent {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	width: 260px;
	padding: 10px 20px 20px 23px;
	margin: 0;
	width: 217px;
	float: left;
	/*border: 1px solid #333;*/
}

#homeleftcontent a:link, #homeleftcontent a:visited, #homeleftcontent a:active {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #08c;
	text-decoration: none;
}

#homeleftcontent a:hover {
	text-decoration: underline;
}

#homeleftcontent h2 {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	padding: 0;
	margin: 0;
}

#homeleftcontent h2 a:link, #homeleftcontent h2 a:visited, #homeleftcontent h2 a:active {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #08c;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#homeleftcontent h2 a:hover {
	text-decoration: underline;
}

#homemidheader {
	padding: 0px 0px 0px 0px;
	width: 258px;
	float: left;
	/*border: 1px solid #333;*/
}

#homemidcontent {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	width: 258px;
	padding: 0 20px 0 23px;
	margin: 0;
	width: 215px;
	float: left;
	border: 0px solid #333;
}

#homemidbg {
	/*
	background: url(./images/hom_mid_btmbook.gif) no-repeat; 
	*/
	width: 223px;
	padding: 0 20px 0 23px;
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	border: 0px solid red;
}

#homemidcontent td {
	padding: 0 0 9px 0;
}

#homemidcontent td a:link, #homemidcontent td a:visited, #homemidcontent td a:active {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #08c;
	text-decoration: none;
}

#homemidcontent td a:hover {
	text-decoration: underline;
}

#homemidcontent .homemore a:link, #homemidcontent .homemore a:active, #homemidcontent .homemore a:visited {
	text-transform: uppercase;
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #08c;
}

#homemidcontent .homemore a:hover {
	text-decoration: underline;
}

/*#homerightcontent a:link, #homerightcontent a:visited, #homerightcontent td a:active {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #08c;
	text-decoration: none;
}

#homerightcontent a:hover {
	text-decoration: underline;
}*/

#homerightheader{
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 260px;
	float: left;
	/*border: 1px solid #333;*/
}

#homerightcontent {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	width: 260px;
	padding: 10px 10px 10px 21px;
	margin: 0;
	width: 229px;
	float: left;
	border: 0px solid #333;
}

#homerightcontent td {
	padding: 0 0 9px 0;
}

#homerightcontent a:link, #homerightcontent a:visited, #homerightcontent a:active {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #08c;
	text-decoration: none;
}

#homerightcontent a:hover {
	text-decoration: underline;
}

#homerightcontent td a:link, #homerightcontent td a:visited, #homerightcontent td a:active {
	font: 13px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #08c;
	text-decoration: none;
}

#homerightcontent td a:hover {
	text-decoration: underline;
}

#homerightcontent .homemore a:link, #homerightcontent .homemore a:active, #homerightcontent .homemore a:visited {
	text-transform: uppercase;
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #08c;
}

#homerightcontent .homemore a:hover {
	text-decoration: underline;
}

#solution {
	padding: 30px 20px 0 23px;
	border-bottom: 1px solid #cbcbcc;
}

h2.homeheader {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: normal;
	color: #787a7c;
	margin: 0px;
	padding: 0 0 4px 0;
}

h2.homeheader a:link, h2.homeheader a:active, h2.homeheader a:visited {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #08c;
	text-decoration: none;
	margin: 0px;
	padding: 0;
}

h2.homeheader a:hover {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #08c;
	text-decoration: underline;
}

h2.homeheaderbold {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0 0 4px 0;
}

h2.homeheaderbold a:link, h2.homeheaderbold a:active, h2.homeheaderbold a:visited {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0;
}

h2.homeheaderbold a:hover {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #08c;
	text-decoration: underline;
}

.homemore {
	text-transform: uppercase;
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #08c;
}

.homedashdiv {
	border-top: 1px dashed #CCC;
}

/* ******************* PAGE FRAMEWORK STYLES */

#normcontentwrapper { } /* fix for IE5 */

#normcontentwrapper {
	width: 778px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	background: url(./images/frm_bg_menuspacer.gif) repeat-y;
	background-position: top;
	width: 778px;
	border: 0px solid blue;
}

#normcontent  { 
	float: left;
	width: 778px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 189px;
	width: 589px;
	border: 0px solid green;
}

#plaincontenttop { } /* fix for IE5 */

#plaincontenttop {
	width: 778px;
	padding: 0px 20px 0px 20px;
	width: 738px;
	/*border: 1px solid;*/
}

#plaincontentwrapper { } /* fix for IE5 */

#plaincontentwrapper {
	width: 778px;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 778px;
	/*border: 1px solid blue;*/
}

#plaincontent { } /* fix for IE5 */

#plaincontent {
	width: 778px;
	float: left;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 778px;
	/*border: 1px solid #333;*/
}

#fullpagewrapper { } /* fix for IE5 */

#fullpagewrapper {
	width: 614px;
	float: left;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 20px 0px;
	width: 589px;
	/*border: 1px solid #333;*/
}

#fullpagecontent { } /* fix for IE5 */

#fullpagecontent {
	width: 589px;
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 569px;
	/*border: 1px solid #333;*/
}

#sblockedcontent { } /* fix for IE5 */

#sblockedcontent {
	width:469px;
	float: left;
	padding: 0px 15px 20px 25px;
	margin-top: 0px;
	width: 429px;
	/*border: 1px solid green;*/
}

#sblockedsbwrapper { } /* fix for IE5 */

#sblockedsbwrapper {
	width:145px;
	float: left;
	padding: 8px 0px 0px 0px;
	margin-bottom: 20px;
	width: 145px;
	background-color: #FFF;
	/*border: 1px solid green;*/
}

#sbfloatheader { } /* fix for IE5 */

#sbfloatheader {
	width:465px;
	float: left;
	padding: 0px 15px 20px 25px;
	margin-top: 37px;
	width: 425px;
	/*border: 1px solid green;*/
}

#sbfloatcontent { } /* fix for IE5 */

#sbfloatcontent {
	width:469px;
	float: left;
	padding: 0px 15px 20px 25px;
	margin-top: 37px;
	width: 429px;
	/*border: 1px solid green;*/
}

/*###################################################################*/

/*.formbody{background-color: #FFF; margin: 0; padding: 0; min-width: 700px; border: 0px solid red;}
#formcontainer{background-color: #FFF;	height: 100%; width: 625px;	text-align: center; margin: 0 auto; padding: 0; width: 625px; border: 0px solid red;}*/
#formcontent{text-align: left; width: 574px; padding: 0; width: 574px; border: 0px solid blue;}
#formcellwrapper{width: 570px; margin: 0; padding: 0 0 20px 0px; text-align: left; border: 0px solid green;}
#formtopcell{float: left;  width: 574px; background: url('./images/frm_form_topCell.gif') no-repeat; margin: 0; padding: 0; height: 5px; line-height: 5px; border: 0px solid red;}
#formmidcell{float: left; background: url('./images/frm_form_midCell.gif') repeat-y; width: 554px; clear: both; padding: 10px 10px 10px 10px; color: #333; border: 0px solid red;}
#formbtmcell{float: left; width: 574px; background: url('./images/frm_form_btmCell.gif') no-repeat; line-height: 5px;}
a:link.formbutton, a:visited.formbutton, a:active.formbutton {background: transparent url('./images/btn_form_right.gif') no-repeat scroll top right; display: block; float: left; font: normal 12px arial, sans-serif; color: #333; height: 23px; margin: 0; padding-right: 14px; text-decoration: none;}
a.formbutton span {background: transparent url('./images/btn_form_left.gif') no-repeat; display: block; line-height: 13px; padding: 5px 12px 5px 12px;}
a.formbutton:hover {text-decoration: none; color: #d26503;}
td.formlabel{font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333; width: 200px; padding-bottom: 12px;}
td.formlabelques{font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333; padding-bottom: 2px;}
.formlabelpad{padding-bottom: 2px;}
.formfield{font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #666; width: 200px; border: 1px solid #7D9EBA;}
.formfieldcmb{font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333; width: 310px; border: 1px solid #7D9EBA;}
.formcheckbox{background-color: #f4f4f4; color: #333; border: 0px;}
.formcheckbox input{background-color: #f4f4f4; color: #333; border: 0px;}
.formbtn{border: 0;}

/*
.formbody{background-color: #FFF; margin: 0; padding: 0; min-width: 700px; border: 10px solid red;}
#formcontainer{background-color: #FFF;	height: 100%; width: 625px;	text-align: center; margin: 0 auto; padding: 0; width: 625px; border: 0px solid red;}
#formcontent{text-align: left; width: 625px; padding: 0 0px 0 0px; width: 625px; border: 1px solid blue;}
#formcellwrapper{width: 625px; margin: 0; padding: 0 0px 20px 0px; width: 625px; text-align: left;}
#formtopcell{float: left;  width: 625px; background: url('./images/frm_form_topCell.gif') no-repeat; margin: 0; padding: 0; height: 5px; line-height: 5px; border: 0px solid red;}
#formmidcell{float: left; background: url('./images/frm_form_midCell.gif') repeat-y; width: 605px; clear: both; padding: 10px 10px 10px 10px; color: #333; border: 0px solid red;}
#formbtmcell{float: left; width: 625px; background: url('./images/frm_form_btmCell.gif') no-repeat; line-height: 5px;}
a:link.formbutton, a:visited.formbutton, a:active.formbutton {background: transparent url('./images/btn_form_right.gif') no-repeat scroll top right; display: block; float: left; font: normal 12px arial, sans-serif; color: #333; height: 23px; margin: 0; padding-right: 14px; text-decoration: none;}
a.formbutton span {background: transparent url('./images/btn_form_left.gif') no-repeat; display: block; line-height: 13px; padding: 5px 12px 5px 12px;}
a.formbutton:hover {text-decoration: none; color: #d26503;}
td.formlabel{font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333; width: 200px; padding-bottom: 12px;}
td.formlabelques{font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333; padding-bottom: 2px;}
.formlabelpad{padding-bottom: 2px;}
.formfield{font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #666; width: 200px; border: 1px solid #7D9EBA;}
.formfieldcmb{font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333; width: 310px; border: 1px solid #7D9EBA;}
.formcheckbox{background-color: #f4f4f4; color: #333; border: 0px;}
.formcheckbox input{background-color: #f4f4f4; color: #333; border: 0px;}
*/
#formwrapper {
	float: left;
	padding: 0;
	margin-bottom: 20px;
	width: 611px;
	border: 0px solid blue;
}

#formwrapper #headerwrapper {
	width: 611px;
	float: left;
	padding: 0px 0px 0px 25px;
	width: 586px;
	border: 0px solid green;
}

#formwrapper #headerwrapper #header {
	width: 586px;
	float: left;
	padding: 0px 20px 0px 0px;
	margin-top: 37px;
	width: 566px;
	border: 0px solid pink;
}

#formwrapper #formcontentwrapper {
	width: 611px;
	float: left;
	padding: 0px 15px 0px 25px;
	width: 571px;
	border: 0px solid green;
}

#formwrapper #formcontentwrapper #formcontent {
	width: 560px;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 560px;
	border: 0px solid brown;
}

/*###################################################################*/

#sbfloatwrapper {
	width: 614px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	width: 614px;
	/*border: 1px solid blue;*/
}

#sbfloatwrapper #headerwrapper {
	width: 614px;
	float: left;
	padding: 0px 0px 0px 25px;
	width: 589px;
	/*border: 1px solid green;*/
}

#sbfloatwrapper #headerwrapper #header {
	width: 444px;
	float: left;
	padding: 0px 15px 0px 0px;
	margin-top: 37px;
	width: 429px;
	/*border: 1px solid pink;*/
}

#sbfloatwrapper #headerwrapper #topright {
	width: 145px;
	float: left;
	padding: 10px 0px 0px 15px;
	border-left: 1px dotted #CCC;
	width: 129px;
	/*border: 1px solid purple;*/
}

#topright a:link, #topright a:active, #topright a:visited {
	font: 10px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
	text-decoration: none;
}

#topright a:hover {
	color: #08c;
	text-decoration: none;
}

#toprightsupport {
	width: 145px;
	float: left;
	padding: 8px 0px 0px 8px;
	border-left: 1px solid #C4D6D8;
	width: 136px;
	/*border: 1px solid purple;*/
}

#toprightsupport a:link, #toprightsupport a:active, #toprightsupport a:visited {
	font: 10px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
	text-decoration: none;
}

#toprightsupport a:hover {
	color: #08c;
	text-decoration: underline;
}

#sbfloatwrapper #contentwrapper {
	width: 614px ;
	float: left;
	padding: 0px 0px 0px 25px;
	width: 589px;
	/*border: 1px solid green;*/
}

#sbfloatwrapper #contentwrapper #content {
	width: 444px;
	float: left;
	padding: 0px 15px 0px 0px;
	width: 429px;
	/*border: 1px solid brown;*/
}

#sbfloatwrapper #contentwrapper #content .subheaderlink {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	padding: 0px;
	margin: 0px;
}

#sbfloatwrapper #contentwrapper #content .subheaderlink:hover {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

#sbfloatwrapper #contentwrapper #sb {
	width: 145px;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 145px;
	background-color: #f4f2e6;
	/*border: 1px solid green;*/
}

#sbfloatwrapper #contentwrapper #sbBrn {
	width: 145px;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 145px;
	background-color: #F4F2E6;
	/*border: 1px solid green;*/
}

/* ******************* FULL TOP SIDEBAR STYLES */

#topfullsbwrapper {
	width:614px;
	float: left;
	padding: 35px 0px 0px 0px;
	margin-bottom: 20px;
	width: 614px;
	border: 0px solid blue;
}

#topfullsbwrapper #topfullheaderwrapper {
	width: 614px;
	float: left;
	padding: 0px 0px 0px 25px;
	width: 589px;
	border: 0px solid green;
}

/*#topfullsbwrapper {
	width: 614px;
	float: left;
	padding: 35px 0px 0px 25px;
	margin: 0 0 20px 0;
	width: 589px;
	display: inline;
	border: 0px solid blue;
}

#topfullsbwrapper #topfullheaderwrapper {
	float: left;
	width: 551px;
	display: inline;
	border: 0px solid green;
}*/

/*#topfullsbwrapper #topfullheaderwrapper #header {
	width: 440px;
	float: left;
	padding: 0px 15px 0px 0px;
	margin-top: 37px;
	width: 425px;
	border: 1px solid pink;
}*/


#topfullsbwrapper #contentwrapper {
	width: 614px ;
	float: left;
	padding: 0px 0px 0px 25px;
	/*margin: 0 0 0 25px;*/
	width: 589px;
	border: 0px solid red;
}

#topfullsbwrapper #contentwrapper #content {
	width: 333px;
	float: left;
	padding: 0px 15px 0px 0px;
	/*margin: 0 15px 0 0;*/
	width: 429px;
	/*border: 1px solid purple;*/
}

#topfullsbwrapper #contentwrapper #content .subheaderlink {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	padding: 0px;
	margin: 0px;
}

#topfullsbwrapper #contentwrapper #content .subheaderlink:hover {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

#topfullsbwrapper #contentwrapper #sb {
	width: 145px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	width: 145px;
	background-color: #F4F2E6;
	/*border: 1px solid green;*/
}


/* ******************* NO SIDEBAR STYLES */

#nosbwrapper {
	width:614px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	width: 614px;
	/*border: 1px solid blue;*/
}

#nosbwrapper #headerwrapper {
	width: 614px;
	float: left;
	padding: 0px 0px 0px 25px;
	width: 589px;
	/*border: 1px solid green;*/
}

#nosbwrapper #headerwrapper #header {
	width: 333px;
	float: left;
	padding: 0px 15px 0px 0px;
	margin-top: 37px;
	width: 429px;
	/*border: 1px solid pink;*/
}

#nosbwrapper #headerwrapper #topright {
	width: 145px;
	float: left;
	padding: 10px 0px 0px 15px;
	border-left: 1px dotted #CCC;
	width: 129px;
	/*border: 1px solid purple;*/
}

#nosbwrapper #contentwrapper {
	width: 614px ;
	float: left;
	padding: 0px 0px 0px 25px;
	width: 589px;
	/*border: 1px solid green;*/
}

#nosbwrapper #contentwrapper #content {
	width: 589px;
	float: left;
	padding: 0px 20px 0px 0px;
	width: 569px;
	/*border: 1px solid brown;*/
}

/* ******************* TOP SPLIT STYLES */

#topsplitwrapper {
	width: 429px;
	border-bottom: 1px dashed #ccc;
	/*border: 1px solid #333;*/
}

#topsplitwrapper #leftsplit {
	vertical-align: middle;
	height: 100%;
	width: 165px;
	padding: 0px;
	float: left;
	width: 165px;
	text-align: center;
	
	/*border: 1px solid #333;*/
}

#topsplitwrapper #rightsplit {
	width: 242px;
	padding: 15px;
	width: 227px;
	float: right;
	border-left: 1px solid #CCC;
	/*background-color: #ff0000;*/
	/*border: 1px solid #333;*/
}

#topsplitwrapper #rightsplit a:link, #topsplitwrapper #rightsplit a:active, #topsplitwrapper #rightsplit a:visited {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
}

#toprightbg {
	/*
	background: url(/shared/images/hom_spt_momentum.jpg) no-repeat;
	*/
	width: 258px;
	height: 217px;
	margin-left: 0px;
}

/* ******************* SIDEBAR STYLES */



.fullsbname {
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	padding-bottom: 4px;
	margin-top: 0px;
}

.fullsbname a:link, .fullsbname a:active, .fullsbname a:visited {
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
}

.fullsbname a:hover {
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: underline;
}

.fullsbtitle {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
}

ul.sblink {
	padding: 0px 0px 8px 0px;
	margin: 5px 0px 10px 16px;
	list-style: none url(./images/glb_blt_link.gif) outside;
}

ul.sblink li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

ul.sblink li a:link, ul.sblink li a:active, ul.sblink li a:visited  {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
}

ul.sblink li a:hover {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
}

#sbtan {
	width: 145px;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 145px;
	background-color: #F4F2E6;
}

.sbcta {
	width: 144px;
	background-color: #FFF;
	float: left;
	border-left: 0px solid #F4F2E6;
	padding: 4px 0px 0px 0px;
	width: 144px;
}

.sbheaderfff {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #fff;
	font-weight: bold;
}

.sbheader666 {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	font-weight: bold;
}

.sbcontentfff {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	line-height: 14px;
	width:144px;
	background-color: #FFF;
	float: right;
	padding: 15px 11px 15px 11px;
	width: 122px;
	/*border: 1px solid green;*/
}

.sbcontentfff a:link, .sbcontentfff a:active, .sbcontentfff a:visited {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
}

.sbcontentfff a:hover {
	color: #08c;
	text-decoration: underline;
}

.sbcontentFFFnopad {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	line-height: 13px;
	width:144px;
	background-color: #FFF;
	float: right;
	padding: 0px 0px 0px 6px;
	width: 138px;
}

.sbcontentFFFnopad a:link, .sbcontentFFFnopad a:active, .sbcontentFFFnopad a:visited{
	font: 10px/13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
}

.sbcontentFFFnopad a:hover {
	color: #08c;
}

.sbcontentbrown {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	width: 144px;
	background-color: #F4F2E6;
	padding: 15px 11px 15px 11px;
	float: right;
	width: 122px;
	/*border: 1px solid green;*/
}

.sbcontentbrown a:link, .sbcontentbrown a:active, .sbcontentbrown a:visited {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
} 

.sbcontentbrown a:hover {
	color: #08c;
	text-decoration: underline;
}

.sbcontentteal {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	width: 144px;
	background-color: #F4F2E6;
	padding: 15px 11px 15px 11px;
	float: right;
	width: 122px;
	/*border: 1px solid green;*/
}

.sbcontentteal a:link, .sbcontentteal a:active, .sbcontentteal a:visited {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
} 

.sbcontentteal a:hover {
	color: #08c;
	text-decoration: underline;
}

.sbcontenttealform {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	width: 144px;
	background-color: #F4F2E6;
	padding: 8px 11px 2px 11px;
	float: right;
	width: 122px;
	/*border: 1px solid green;*/
}

.sbcontenttealform a:link, .sbcontenttealform a:active, .sbcontenttealform a:visited {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
} 

.sbcontenttealform a:hover {
	color: #08c;
	text-decoration: underline;
}

.sbcontenttan {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	width: 144px;
	background-color: #F4F2E6;
	padding: 15px 11px 15px 11px;
	float: right;
	width: 122px;
	/*border: 1px solid green;*/
}

.sbcontenttan a:link, .sbcontenttan a:active, .sbcontenttan a:visited {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
} 

.sbcontenttan a:hover {
	color: #08c;
	text-decoration: underline;
}

.sbcontenttanner {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	width: 144px;
	background-color: #dfe0db;
	padding: 15px 11px 15px 11px;
	float: right;
	width: 122px;
	/*border: 1px solid green;*/
}

.sbcontenttanner a:link, .sbcontenttanner a:active, .sbcontenttanner a:visited {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
} 

.sbcontenttanner a:hover {
	color: #08c;
	text-decoration: underline;
}

.sbcontentorange {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #FFF;
	width: 144px;
	background-color: #08c;
	padding: 15px 11px 15px 11px;
	float: right;
	width: 122px;
	/*border: 1px solid green;*/
}

.sbcontentorange a:link, .sbcontentorange a:active, .sbcontentorange a:visited {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #FFF;
	text-decoration: underline;
} 

.sbcontentorange a:hover {
	color: #333;
}

.sbname {
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-transform : uppercase;
	color: #333;
}

.sbname a:link, .sbname a:active, .sbname a:visited {
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-transform : uppercase;
	color: #08c;
	text-decoration: none;
}

.sbname a:hover {
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-transform : uppercase;
	color: #08c;
	text-decoration: underline;
}

.sbtitle {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
}

.sbimage {
	width: 144px;
	background-color: #F4F2E6;
	float: right;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.sbimageblank {
	width: 144px;
	background-color: #FFF;
	float: right;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.sblink666 a:link, .sblink666 a:active, .sblink666 a:visited {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
}

.sblink666 a:hover {
	color: #08c;
}

.sblink000 a:link, .sblink000 a:active, .sblink000 a:visited {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
}

.sblink000 a:hover {
	color: #08c;
}

.hrsb666_4px {
	border-top: 4px solid #666;
	line-height: 4px;
	margin: 0px;
	padding: 0px;
	margin-left: 1px; 
	text-align: right;
}

.hrsbgreen_4px {
	border-top: 4px solid #5D8688;
	line-height: 4px;
	margin: 0px;
	padding: 0px;
	margin-left: 1px; 
	text-align: right;
}

.hrsbfff_4px {
	border-top: 4px solid #fff;
	line-height: 4px;
	margin: 0px;
	padding: 0px;
	margin-left: 1px; 
	text-align: right;
}

.hrsbfffdashed {
	width:100%;
	height: 1px;
	border-top: 1px dashed #FFF;
	margin: 0px 11px 0px 11px;
	padding: 0px;
}

.hrsb666_4px {
	border-top: 4px solid #666;
	line-height: 4px;
	margin: 0px;
	padding: 0px;
}

.hrsb666_6px {
	border-top: 6px solid #666;
	line-height: 6px;
	margin: 0px;
	padding: 0px;
}

.sbbold a:link, .sbbold a:active, .sbbold a:visited {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-weight: bold;
	color: #666;
}

.sbbold a:hover {
	color: #08c;
}

/* ******************* LEFT MENU STYLES */

#mainnav {
	width: 164px;
	float: left;
	padding-left: 7px;
	width: 157px;
	/*border: 1px solid blue;*/
}

.navleftsubheader {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #4d5256;
	font-weight: bold;
	padding-left: 7px;
	padding-bottom: 4px;
	margin-left: 3px;
	border-bottom: 1px solid #d1d1d1;
}

.navleftheader {
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #4d5256;
	font-weight: bold;
	padding-left: 9px;
	padding-bottom: 0px;
}

.navleftheader a:link, .navleftheader a:active, .navleftheader a:visited {
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.navleftheader a:hover {
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	font-weight: bold;
	text-decoration: none;
}

.navleftheader_sel {
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	background-color: #FFF;
	padding-left: 0px;
	padding-bottom: 3px;
	margin-left: 9px;
}

.navleftheader_sel  a:link, .navleftheader_sel a:active, .navleftheader_sel a:visited {
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	font-weight: bold;
	text-decoration: none;
}

.navleftheader_sel a:hover {
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	font-weight: bold;
	text-decoration: none;
}

.navleftcontainer {
	width: 157px;
	background-color: #f0f0ed;
	float: left;
	margin-bottom: 10px;
	width: 157px;
	clear: both;
	/*border: 1px solid blue;*/
}

.navleftcontent {
	width: 157px;
	background-color: #f0f0ed;
	float: right;
	padding-left: 0px;
	margin-left: 9px;
	width: 148px;
	border-top: 0px solid #b0b0b0;
	/*border: 1px solid blue;*/
}

.navleftcontent  a:link, .navleftcontent a:active, .navleftcontent a:visited {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #787a7c;
	text-decoration: none;
}

.navleftcontent  a:hover {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #08c;
	text-decoration: none;
}

.navleftcontent_sel {
	background-color: #FFF;
	padding-left: 0px;
	margin-left: 9px;
	border-top: 0px solid #b0b0b0;
}

.navleftcontent_sel  a:link, .navleftcontent_sel a:active, .navleftcontent_sel a:visited {
	font: 10px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
}

.navleftcontent_sel a:hover {
	color: #08c;
	text-decoration: none;
}

.navleftcontentsubheader {
	width: 157px;
	background-color: #f0f0ed;
	float: right;
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #787a7c;
	padding-left: 0px;
	margin-left: 9px;
	width: 148px;
	border-top: 0px solid #b0b0b0;
	/*border: 1px solid blue;*/
}

.navleftcontentsub {
	width: 157px;
	background-color: #f0f0ed;
	float: right;
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 15px;
	color: #787a7c;
	padding-left: 0px;
	margin-left: 9px;
	width: 148px;
	border-top: 0px solid #b0b0b0;
	/*border: 1px solid blue;*/
}

.navleftcontentsub  a:link, .navleftcontentsub a:active, .navleftcontentsub a:visited {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #08c;
	text-decoration: none;
}

.navleftcontentsub  a:hover {
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #08c;
	text-decoration: none;
}

.subnav1container {
	width: 157px;
	background-color: #f0f0ed;
	float: left;
	margin-bottom: 10px;
	width: 157px;
	clear: both;
	/*border: 1px solid blue;*/
}

.subnav1content {
	width: 157px;
	background-color: #f0f0ed;
	float: left;
	padding-left: 9px;
	width: 148px;
	/*border: 1px solid blue;*/
}

.subnav2container {
	width: 157px;
	background-color: #f0f0ed;
	float: left;
	margin-bottom: 10px;
	width: 157px;
	clear: both;
	/*border: 1px solid blue;*/
}

.subnav2content {
	width: 157px;
	background-color: #f0f0ed;
	float: left;
	padding-left: 9px;
	width: 148px;
	/*border: 1px solid blue;*/
}

.leftnewsltrcontainer {
	width: 157px;
	background-color: #b3b3b3;
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 157px;
	clear: both;
	/*border: 1px solid blue;*/
}

.leftnewsltrcontent {
	width: 157px;
	background-color: #FFF;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #FFF;
	font-weight: bold;
	float: left;
	padding-left: 9px;
	width: 148px;
	/*border: 1px solid blue;*/
}

.leftnewsltrcontent .nsltrinput{
	font: 10px Verdana;
	color: #333;
	/*border: 1px solid #999;*/
	border: 1px inset ButtonShadow;
	padding-left: 2px;
	background-color: #FFF;
}


/* ******************* FOOTER STYLES */

#footerwrapper {
	float: left;
	width: 800px;
	margin: 0px auto;
	padding: 0 0 0 0;
	width: 800px;
	/*
	background: url(.images/frm_ftr_topbar.gif) no-repeat #ffffff;
	*/
	border-top: 4px solid #f29215;
}

#footerleft {
	float: left;
	padding: 10px 0 0 0;
	width: 565px;
	height: 80px;
	font: 9px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #a9a69f;
	text-align: right;
	border: 0px solid red;
}

#footerleft a:link, #footerleft a:active, #footerleft a:visited {
	font: 9px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #a9a69f;
	text-decoration: none;
}

#footerleft a:hover {
	font: 9px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
}

#footerright {
	float: right;
	background-color: #f0f0ed;
	width: 190px;
	margin-top: 8px;
	padding: 5px 20px 0 0;
	width: 170px;
	border: 0px solid red;
}

.copyright {
	font: 9px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #a9a69f;
	padding: 2px 0 0 0;
}

.copyrightlink a:link, .copyrightlink a:active, .copyrightlink a:visited {
	font: 9px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #a9a69f;
	text-decoration: underline;
}

.copyrightlink a:hover {
	font: 9px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: underline;
}

/*=======================	CLASS ELEMENTS	*/


.prodsmall a:link, .prodsmall a:active, .prodsmall a:visited {
	font: 10px/14px Verdana, Geneva, Arial;
	color: #08c;
	text-decoration: none;
	margin: 10px 0 10px 0;
} 

.superlink a:link, .superlink a:active, .superlink a:visited {
	font: 11px Arial;
	color: #f19b66;
	text-decoration: none;
}

.superlink a:hover {
	font: 11px Arial;
	color: #888;
	text-decoration: none;
}

.glossarylink {
	font: 10px Verdana;
	color: #08c;
	text-decoration: none;
}

.glossarylink a:link, .glossarylink a:active, .glossarylink a:visited {
	font: 10px Verdana;
	color: #08c;
	text-decoration: none;
}

.glossarylink a:hover {
	font: 10px Verdana;
	color: #08c;
	text-decoration: none;
}

.glossaryletter {
	font: 22px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
}

.glossarytext {
	font: 11px/20px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.search {
	font: 11px Verdana;
	border: 0;
	color: #999;
	width: 167px;
	height: 24px;
	padding: 1px;
	margin: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	/*
	background: url(./images/searchbox_midtile.gif) repeat-x left;
	*/
}

.standsubheader {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #444;
	padding: 0px;
	margin: 0px;
}

.contentsubheader {
	font: 14px/22px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin: 0px;
}

tr.tablehlon {
	background-color: #D2DADC;
}

tr.tablehloff {
	background-color: #FFF;
}

.body_sm_lite {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
}

.body_sm {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
}

.body_sm a:link, .body_sm a:active, .body_sm a:visited {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
}

.body_sm a:hover {
	color: #08c;
	text-decoration: underline;
}

.bcrulenonav {
	border-top: 1px solid #c6cbcc;
	line-height: .01em;	
	width: 778px;
	margin: 0px;
	padding: 0px;
}

.bcrule {
	border-top: 1px solid #c6cbcc;
	line-height: .01em;	
	width: 614px;
	float: right;
	margin: 1px 0 0 5px;
	width: 599px;
}

ul.standardlink {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 16px;
	list-style: none url(/shared/images/glb_blt_link.gif) outside;
}

ul.standardlink li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 3px 0px;
}

ul.standardlink li a:link, ul.standardlink li a:active, ul.standardlink li a:visited  {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
}

ul.standardlink li a:hover {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: underline;
}

.sortlink a:link, .sortlink a:active, .sortlink a:visited {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-weight: bold; 
	color: #333;
}

.sortlink a:hover {
	color: #08c;
}

td.home {
	font: 10px/14px Verdana,Arial,Helvetica;
	color: #333;
}

.subheaderlink a:link, .subheaderlink a:active, .subheaderlink a:visited {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	padding: 0px;
	margin: 0px;
}

.subheaderlink a:hover {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: underline;
}

hr.hrdashed {
	width:100%;
	height: 1px;
	border-top: 1px dashed #CCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.hrdash {
	border-top: 1px dashed #CCC; 
	margin-top: 8px; 
	padding-bottom: 8px;
}

.hrcontenttop {
	line-height: 4px;
	border-top: 4px solid #666;
	line-height: 4px;
	margin: 0px;
	padding: 0px;
}

.hrcontenttoporange {
	line-height: 4px;
	border-top: 4px solid #08c;
	line-height: 4px;
	margin: 0px;
	padding: 0px;
}

.checkbox {
	border: 0px;
}

.checkbox input {
	border: 0px;
}

.button {
	border: 0px;
}

.callout {
	border : 1px solid #666;
	padding: 5px 5px 7px 7px;
	margin : 0px 0px 5px 8px;
	width : 180px;
	text-align : left;
	float : right;
	width: 172px;
}

.titlebar {
	display: block;
	height: 25px;
	width: 425px;
	background: url(/shared/images/sup_acrdBar_sub.gif) no-repeat #FFF;
	padding: 0 0 0 10px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	width: 415px;
	font-family: Verdana;
	font-size: 10px;
	color: #666;
	margin: 0 0 2px 0;
	border: 0px solid green;
}

.titlebar_content {
	color: #333;
	width: 425px;
	margin: 0;
	padding: 0 0 0 10px;
	width: 415px;
	font-family: Verdana;
	font-size: 10px;
	overflow: hidden;
	border: 0px solid red;
}
	
.layers2ColTableEndOff {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	border-top: 1px solid #b5b5b5;
	padding: 2px 10px 2px 10px;
	background-color: #FFF;
}

.layers2ColTableStartOff {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	border-top: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	padding: 2px 10px 2px 3px;
	background-color: #FFF;
}

.layers2ColTableEndOn {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	border-top: 1px solid #b5b5b5;
	padding: 2px 10px 2px 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #F4F2E6;
}

.layers2ColTableStartOn {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	border-top: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	padding: 2px 10px 2px 3px;
	background-color: #F4F2E6;
}
	
.layersTableOff {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	border-top: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	background-color: #FFF;
}

.layersTableStartOff {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	border-top: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFF;
}

.layersTableEndOff {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	border-top: 1px solid #b5b5b5;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	background-color: #FFF;
}

.layersTableStartFormOff {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	border-top: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFF;
}

.layersTableOn {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	border-top: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	background-color: #F4F2E6;
}

.layersTableStartOn {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	border-top: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #F4F2E6;
}

.layersTableEndOn {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	border-top: 1px solid #b5b5b5;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	background-color: #F4F2E6;
}

.layersTableStartFormOn {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	border-top: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #F4F2E6;
}

.captionSST {
	font: 9px/11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	color: #999;
	padding: 4px 4px 0px 4px; 
	margin: 0px;
	text-align: center;
}

.homeWRInput{
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
	width: 150px;
	border: 1px solid #999;
	padding-left: 3px;
	background-color: #FFF;
}

.campaignHeader {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

/*=======================	FORM ELEMENTS	 */

.topheader {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #444;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;	
}

.formerrortxt {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #FF3600;
}

.formerrortxtsb {
	font: 10px Arial, Verdana, Geneva;
	color: #FF3600;
}

.formtxtsub {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	text-align: left;
}

td.formtxt {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	padding-right: 8px;
	text-align: right;
	
}

td.formtxtsub {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	text-align: left;
}

.formtxtsub a:link, .formtxtsub a:visited, .formtxtsub a:active  {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
}

.formtxtsub a:hover {
	color: #08c;
	text-decoration: underline;
}

.formpad {
	padding-bottom: 5px;
}

.formpadcustques {
	padding-bottom: 5px;
}

.forminput {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
	border: 1px solid #7D9EBA;
}

.formsblogin a:link, .formsblogin a:visited, .formsblogin a:active  {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.formsblogin a:hover {
	color: #08c;
	text-decoration: none;
}

#sbform {
	width: 145px;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 145px;
	background-color: #F4F2E6;
}

#sbformgray {
	width: 145px;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 145px;
	background-color: #d9d8d8;
}

td.sbcontenttealform {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
	width: 144px;
	background-color: #F4F2E6;
	padding: 0px 0px 0px 0px;
	float: right;
	/*border: 1px solid green;*/
}

td.sbcontenttanform {
	font: 10px/11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
	width: 144px;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid green;*/
}

.sbcontentgrayform {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	width: 144px;
	background-color: #d9d8d8;
	padding: 11px 10px 15px 11px;
	float: right;
	width: 122px;
	/*border: 1px solid green;*/
}

.sbcontentgrayform a:link, .sbcontentgrayform a:visited, .sbcontentgrayform a:active {
	font: 10px/11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
}

.sbcontentgrayform a:hover {
	font: 10px/11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: underline;
}

.sbcontentgraybold {
	font: 10px/14px Verdana,Verdana,Geneva;
	color: #333;
	font-weight: bold;
	width: 144px;
	background-color: #d9d8d8;
	padding: 7px 11px 15px 11px;
	float: right;
	width: 122px;
	/*border: 1px solid green;*/
}




.sbcontenttanform {
	font: 10px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	width: 144px;
	background-color: #F4F2E6;
	padding: 11px 11px 15px 11px;
	float: right;
	width: 122px;
	/*border: 1px solid green;*/
}

.sbcontenttanform a:link, .sbcontenttanform a:visited, .sbcontenttanform a:active {
	font: 10px/11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
	text-decoration: none;
}

.sbcontenttanform a:hover {
	font: 10px/11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: underline;
}

.sbcontenttanformBold a:link, .sbcontenttanformBold a:visited, .sbcontenttanformBold a:active {
	font: 10px/11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	font-weight: bold;
	text-decoration: none;
}

.sbcontenttanformBold a:hover {
	font: 10px/11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	font-weight: bold;
	text-decoration: underline;
}

.sbcontentdrktealform {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #FFF;
	width: 144px;
	background-color: #70A6A4;
	padding: 10px 11px 15px 11px;
	float: right;
	width: 122px;
	/*border: 1px solid green;*/
}

.sbheaderdrktealform {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #FFF;
	font-weight: bold;
}

.sbcontentdrktealform a:link, .sbcontentdrktealform a:visited, .sbcontentdrktealform a:active {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
}

.sbcontentdrktealform a:hover {
	font: 11px/14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #FFF;
	text-decoration: underline;
}

hr.hrtandashed {
	width:100%;
	height: 1px;
	border-top: 1px dashed #B7B69E;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
}

hr.hrfffdashed {
	width:100%;
	height: 1px;
	border-top: 1px dashed #FFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.prodsubheader  {
	font: 20px/24px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;;
	color: #333;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;	
}

td.sbprodfff {
	font: 10px/11px Verdana, Geneva, Arial;
	color: #FFF;
	padding: 9px 0 12px 0;
	margin: 0px;
	/*border: 1px solid green;*/
}

.sbprodfff a:link, .sbprodfff a:active, .sbprodfff a:visited {
	font: 10px/12px Verdana, Geneva, Arial;
	color: #FFF;
	/*font-weight: bold;*/
	text-decoration: none;
	margin: 10px 0 10px 0;
}

.sbprodfff a:hover {
	color: #FFF;
	/*font-weight: bold;*/
	text-decoration: underline;
}

.sbprodindent{
	font: 10px/14px Verdana, Geneva, Arial;
	color: #999;
	padding: 0 0 0px 0px;
}

td.sbprode2 {
	font: 10px/14px Verdana, Geneva, Arial;
	color: #333;
	padding: 9px 0 12px 0;
	margin: 0px;
	/*border: 1px solid green;*/
}

.sbprode2 a:link, .sbprode2 a:active, .sbprode2 a:visited {
	font: 10px/14px Verdana, Geneva, Arial;
	color: #08c;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0 10px 0;
}

.sbprode2 a:hover {
	font: 10px/14px Verdana, Geneva, Arial;
	color: #08c;
	font-weight: bold;
	text-decoration: underline;
}

.prodcontent {
	PADDING-RIGHT: 20px; 
	PADDING-LEFT: 0px; 
	FLOAT: left; 
	PADDING-BOTTOM: 0px; 
	WIDTH: 418px; 
	PADDING-TOP: 12px;
}

.rolloverheader {
	font: 11px/15px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
	font-weight: bold;
	margin: 0 0 6px 0;
}

td.frmprodroll {
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
}

.frmprodroll a:link, .frmprodroll a:active, .frmprodroll a:visited, {
	width: 100%;
	padding: 0px;
	border: 0px solid #FFF;
	color: #08c;
	font-weight: bold;
	text-decoration: none;
}

.frmprodroll a:hover {
	width: 100%;
	border: 0px solid #CCC;
	padding: 0px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.lipad {
	padding-bottom: 10px;
}

.homespot a:link, .homespot a:active, .homespot a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

.homespot {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.geofilter a:link, .geofilter a:active, .geofilter a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.geofilter a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #08c;
}

a:link .glossarydef, a:visited .glossarydef, a:active .glossarydef {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	border-bottom: 1px dashed #08c;
	text-decoration: none;
}

a:hover .glossarydef {
	cursor: help;
	border: 0px;
	text-decoration: underline;
}

.normul {
	padding: 0;
	margin: 8px 0 10px 23px;
}

.normul li {
	padding: 0 0 5px 0;
	margin: 0;
}

.normol {
	padding: 0;
	margin: 8px 0 10px 23px;
}

.normol li {
	padding: 0 0 5px 0;
	margin: 0;
}

#prodsb {
	float: left;
	padding: 12px 0 0 0;
	margin: 0; 
	width: 133px; 
	border: 0px solid red;
}

.prodsbds {padding: 0;margin: 0;text-align: right;border: 0px solid red;}
.prodsbds ul {_list-style: none; list-style: none url();padding: 8px 0 0 14px;margin: 0;border: 0px solid blue;}
.prodsbds ul li {margin: 2px 0 0 0;padding: 2px 2px 5px 0;border-bottom: 1px solid #cfcfcf;}
.prodsbds a:link, .prodsbds a:active, .prodsbds a:visited {font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #e11b06;text-decoration: none;border: 0px solid blue;}
.prodsbds a:hover {color: #e11b06;text-decoration: underline;}

.prodsbvi {padding: 0;margin: 0;text-align: right;border: 0px solid red;}
.prodsbvi ul {_list-style: none; list-style: none url();padding: 8px 0 0 14px;margin: 0;border: 0px solid blue;}
.prodsbvi ul li {margin: 2px 0 0 0;padding: 2px 2px 5px 0;border-bottom: 1px solid #cfcfcf;}
.prodsbvi a:link, .prodsbvi a:active, .prodsbvi a:visited {font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #075aa2;text-decoration: none;border: 0px solid blue;}
.prodsbvi a:hover {color: #075aa2;text-decoration: underline;}

.prodsbwa {padding: 0;margin: 0;text-align: right;border: 0px solid red;}
.prodsbwa ul {_list-style: none; list-style: none url();padding: 8px 0 0 14px;margin: 0;border: 0px solid blue;}
.prodsbwa ul li {margin: 2px 0 0 0;padding: 2px 2px 5px 0;border-bottom: 1px solid #cfcfcf;}
.prodsbwa a:link, .prodsbwa a:active, .prodsbwa a:visited {font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #ed6a00;text-decoration: none;border: 0px solid blue;}
.prodsbwa a:hover {color: #ed6a00;text-decoration: underline;}

.prodsbsc {padding: 0;margin: 0;text-align: right;border: 0px solid red;}
.prodsbsc ul {_list-style: none; list-style: none url();padding: 8px 0 0 14px;margin: 0;border: 0px solid blue;}
.prodsbsc ul li {margin: 2px 0 0 0;padding: 2px 2px 5px 0;border-bottom: 1px solid #cfcfcf;}
.prodsbsc a:link, .prodsbsc a:active, .prodsbsc a:visited {font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #6fbcca;text-decoration: none;border: 0px solid blue;}
.prodsbsc a:hover {color: #6fbcca;text-decoration: underline;}

.prodsbml {padding: 0;margin: 0;text-align: right;border: 0px solid red;}
.prodsbml ul {_list-style: none; list-style: none url();padding: 8px 0 0 14px;margin: 0;border: 0px solid blue;}
.prodsbml ul li {margin: 2px 0 0 0;padding: 2px 2px 5px 0;border-bottom: 1px solid #cfcfcf;}
.prodsbml a:link, .prodsbml a:active, .prodsbml a:visited {font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #f59e07;text-decoration: none;border: 0px solid blue;}
.prodsbml a:hover {color: #f59e07;text-decoration: underline;}

.prodsbvert {padding: 0;margin: 0;float: right;text-align: right;border: 0px solid red;}
.prodsbvert ul {_list-style: none; list-style: none url();float: left;padding: 0 0 15px 14px;margin: 0;border: 0px solid blue;}
.prodsbvert ul li {margin: 2px 0 0 0;padding: 2px 2px 5px 0;border-bottom: 1px solid #cfcfcf;}
.prodsbvert a:link, .prodsbvert a:active, .prodsbvert a:visited {font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #08c;text-decoration: none;border: 0px solid blue;}
.prodsbvert a:hover {color: #08c;text-decoration: underline;}

.prodsblabel {font-weight: bold; border: 0; padding: 0;margin: 0; }

#prodwrapper {float: left; width: 561px;}

#prodcontentml {width 418px;padding: 12px 0px 0 30px;margin: 0;float: left;width: 388px;border: 0px solid red;}
#prodcontentml a:link, #prodcontentml a:active, #prodcontentml a:visited {font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #f59e07;text-decoration: none;}
#prodcontentml a:hover {text-decoration: underline;}

#prodcontentds {width 418px;padding: 12px 0px 0 30px;margin: 0;float: left;width: 388px;border: 0px solid red;}
#prodcontentds a:link, #prodcontentds a:active, #prodcontentds a:visited {font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #e11b06;text-decoration: none;}
#prodcontentds a:hover {text-decoration: underline;}

#prodcontentvi {width 418px;padding: 12px 0px 0 30px;margin: 0;float: left;width: 388px;border: 0px solid red;}
#prodcontentvi a:link, #prodcontentvi a:active, #prodcontentvi a:visited {font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #075aa2;text-decoration: none;}
#prodcontentvi a:hover {text-decoration: underline;}

#prodcontentwa {width 418px;padding: 12px 0px 0 30px;margin: 0;float: left;width: 388px;border: 0px solid red;}
#prodcontentwa a:link, #prodcontentwa a:active, #prodcontentwa a:visited {font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #ed6a00;text-decoration: none;}
#prodcontentwa a:hover {text-decoration: underline;}

#prodcontentsc {width 418px;padding: 12px 0px 0 30px;margin: 0;float: left;width: 388px;border: 0px solid red;}
#prodcontentsc a:link, #prodcontentsc a:active, #prodcontentsc a:visited {font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #6fbcca;text-decoration: none;}
#prodcontentsc a:hover {text-decoration: underline;}

#prodcontentvert {width 418px;padding: 12px 0px 0 30px;margin: 0;float: left;width: 388px;border: 0px solid red;}
#prodcontentvert a:link, #prodcontentvert a:active, #prodcontentvert a:visited {font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;color: #08c;text-decoration: none;}
#prodcontentvert a:hover {text-decoration: underline;}

#homevertsol {
	position:absolute;
	z-index:10;
	width: 390px; 
	height: 343;
	border: 0px solid red;
}

/*=======================	GENERIC ELEMENTS	 */

body, div{
	margin: 0px;
	padding: 0px;
	font: 11px/15px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
}

/*
body {
	background-color: #f0f0ed;
	min-width: 778px;
	text-align: center;
}
*/

body {  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
        background-color: #ffffff;
        color: #333; 
}

/*
a:link, a:active, a:visited {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
	outline: none;
}
*/

a:link, a:active, a:visited {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
	outline: none;
}

/*
a:hover {
	color: #08c;
	text-decoration: underline;
}
*/

a:hover {
	color: #08c;
	text-decoration: underline;
}

h1  {
	font: 16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;;
	color: #444;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;	
}

h2 {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	font-weight: bold;
	letter-spacing: .02em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;	
}

h3 {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

h3 a:link, h3 a:active, h3 a:visited {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

h3 a:hover {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

p {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	margin: 0px 0px 10px 0px;
}

p a:link, p a:active, p a:visited {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #08c;
	text-decoration: none;
}

p a:hover {
	color: #08c;
	text-decoration: underline;
}

table {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	margin: 0px 0px 0px 0px;
}

tr {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	margin: 0px 0px 10px 0px;
}

td {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	margin: 0px 0px 10px 0px;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

select {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	background-color: #FFF;
	border: 1px #333 solid;
}

input {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	border: 1px solid #999;
	background-color: #FFF;
}

textarea {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	border: 1px solid #999;
	background-color: #FFF;
}

ul {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	margin-left: 25px;
	margin-top: 5px;
	list-style: none url(/shared/images/glb_blt_orgSquare.gif) outside;
}

ul li {
	padding: 0px 0px 2px 0px;
}

ul li ul {
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	margin: 2px 0px 3px 17px;
	list-style: none url(/shared/images/glb_blt_orgSquareSm.gif) outside;
}

ul li ul li {
	padding: 0px 0px 0px 0px;
}

ol {
	list-style: decimal outside none;
	font: 11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #787a7c;
	margin-left: 25px;
	margin-top: 5px;
}

ol li {
	padding: 0px 0px 2px 0px;
}

hr {
	height: 4px;
	border-top: 4px solid #666;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#spotdiv {
	border-top: 5px solid #5C8688;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid #333;*/
}

.spacer {
	padding: 7px 7px;
}

.ns6bug {
	margin: 0;
	padding: 0;
	font-size: 2px;
	line-height: 2px;
}

.clear {
	display: block;
	height: 1px;
	overflow: hidden;
	clear: both;
	background: transparent no-repeat;
}

td.homespotlink {
	font-size: 10px;	
	font-weight: bold; 
	color: #111; 
	text-decoration: none;
}

.homespotlink a:link, homespotlink a:active, homespotlink a:visited {
	font-size: 10px;	
	font-weight: bold; 
	color: #111; 
	text-decoration: none;
}

.homespotlink a:hover {
	font-size: 10px;	
	font-weight: bold; 
	color: #FFF; 
	text-decoration: none;
}

sup { 
	padding-left: 1px;
	font-size: 10px !important;
	font-weight: normal !important;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	color: #76797c;
	_position: static !important;
}

.smalltextlink {
	font-size: 10px !important;
	color:#76797c;
}


.menutop {
	font-size: 12px !important;
	color:#111111;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #BBBBBB;
}

.menutop a:link {
        color:#111111;
        text-decoration: none;
        vertical-align: middle;
}

.menuselect {
	font-size: 12px !important;
	color:#111111;
	text-align: center;
	text-decoration: none;
	background: url(./images/menu_topback_s.gif) repeat-x left;
}

.mainpromo, .mainpromo a:link, .mainpromo a:visited, .mainpromo a:active {
	font-size: 14px !important;
	color:#111111;
	text-align: left;
	vertical-align: middle;
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.panelhead {
	font-size: 12px !important;
	color:#111111;
	text-align: left;
	color: #f29215;
	text-transform: uppercase;
}

/* DROP DOWN SUPPORT */

.menu {
	font: 10px Verdana, Geneva, Arial, Helvetica;
	color: #f29215;
	text-decoration: none;
	position:relative;
	z-index: 100;
	width:107px;
	border: 0px solid blue;
}
.menu ul {
	list-style:none;
	margin:0pt;
	padding:0pt;
	border: 0px solid black;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li a, .menu ul li a:visited {
	background:transparent none repeat scroll 0%;
	/*border-color:#333;border-style:solid;border-width:1px 1px 0pt 0pt;*/
	color:#000000;
	display:block;
	height:24px;
	line-height:24px;
	padding-left:0px;
	text-decoration:none;
	width:108px;
	border: 0px solid green;
}
* html .menu ul li a, .menu ul li a:visited {width:108px;}

.menu ul li ul {display:none;}

.menu table {
	float: left;
	border-collapse:collapse;
	margin:-1px;
	border: 0px solid red;
}
.menu ul li:hover a {
	background:transparent none repeat scroll 0%;
	color:#FFFFFF;
}
.menu ul li:hover ul {
	display:block;
	left:0pt;
	margin-top:1px;
	position:absolute;
	top:2.0em;
	width:268px;
	border: 1px solid #d6d6d6;
}
.menu ul li:hover ul li ul {display:none;}

/* subbg */
.menu ul li:hover ul li a {
	background:#f6f6f6 none repeat scroll 0%;
	color:#000000;
	display:block;
	height:auto;
	line-height:1.2em;
	padding:0px 8px;
	width:252px;
}
.menu ul li:hover ul li a.drop {
	/*background:#C9C9A7 url(drop.png) no-repeat scroll right bottom;*/
}
/* hover */
.menu ul li:hover ul li a:hover {
	background:#fbebb3 none repeat scroll 0%;
	color:#000000;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	left:0;
	position:absolute;
	top:0;
	width:252px;
}
.menu ul li:hover ul li:hover ul.left {left:-150px;}

/* Left Context menu styles */

.leftctx_sectionmenu {
	margin: 10px 10px 10px 10px;
	border-color:#aaaaaa;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

.leftctx_sectionmenu_head {
        font-size: 11px;
	padding: 2px 0px 0px 2px;
	color:#000000;
	background-color: #f0f0f0;
	margin: 0px 0px 0px 0px;
}

.leftctx_sectionmenu_head a:link, .leftctx_sectionmenu_head a:visited, .leftctx_sectionmenu_head a:active {
	font-size: 11px;
	padding: 2px 0px 0px 2px;
	color:#000000;
	background-color: #f0f0f0;
	margin: 0px 0px 0px 0px;
}

.leftctx_sectionmenu_sub {
	font-size: 11px;	
	padding: 2px 0px 0px 2px;
	color:#404040;
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
}

.leftctx_sectionmenu_sub a:link, .leftctx_sectionmenu_sub a:visited, .leftctx_sectionmenu_sub a:active {
	font-size: 11px;	
	padding: 2px 0px 0px 2px;
	color:#404040;
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
}

.leftctx_sectionseealso {
	margin: 10px 10px 10px 10px;
	border-color:#aaaaaa;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

.leftctx_sectionseealso_head {
        font-size: 11px;
	padding: 2px 0px 0px 2px;
	color:#000000;
	background-color: #f0f0f0;
	margin: 0px 0px 0px 0px;
}

.leftctx_sectionseealso_sub {
	font-size: 11px;	
	padding: 2px 0px 0px 2px;
	color:#404040;
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
}

.leftctx_sectionseealso_sub a:link, .leftctx_sectionseealso_sub a:visited, .leftctx_sectionseealso_sub a:active {
	font-size: 11px;	
	padding: 2px 0px 0px 2px;
	color:#404040;
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
}

.leftctx_sectionrelated {
	margin: 10px 10px 10px 10px;
	border-color:#aaaaaa;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

.leftctx_sectionrelated_head {
        font-size: 11px;	
	padding: 2px 0px 0px 2px;
	color:#000000;
	background-color: #f0f0f0;
	margin: 0px 0px 0px 0px;
}

.leftctx_sectionrelated_sub {
	font-size: 11px;	
	padding: 2px 0px 0px 2px;
	color:#404040;
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
}

.leftctx_sectionrelated_sub a:link, .leftctx_sectionrelated_sub a:visited, .leftctx_sectionrelated_sub a:active {
	font-size: 11px;	
	padding: 2px 0px 0px 2px;
	color:#404040;
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
}

.leftctx_sectionlinks {
	margin: 10px 10px 10px 10px;
	border-color:#aaaaaa;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

.leftctx_sectionlinks_head {
        font-size: 11px;	
	padding: 2px 0px 0px 2px;
	color:#000000;
	background-color: #f0f0f0;
	margin: 0px 0px 0px 0px;
}

.leftctx_sectionlinks_sub {
	font-size: 11px;	
	padding: 2px 0px 0px 2px;
	color:#404040;
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
}

.leftctx_sectionlinks_sub a:link, .leftctx_sectionlinks_sub a:visited, .leftctx_sectionlinks_sub a:active {
	font-size: 11px;	
	padding: 2px 0px 0px 2px;
	color:#404040;
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
}

.photocaption {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	color: #222;
	padding: 4px 4px 0px 4px; 
	margin: 0px;
	text-align: center;
}
