/* new */
/********************************************************************************************************
	HTML STYLE TAGS
/*******************************************************************************************************/
html, body
{
	padding: 0;
	margin: 0 0 15px 0;
}
body
{
	text-align: left;
	margin: 5px 0 0 5px;
	width: 900px;
}
section
{
	margin-top: 18pt;
}
a img
{
	border: none;
}
cite
{
	font-weight: bold;
	color: #900000;
	font-style: normal;
}
#content form label
{
	display: block !important;
	display: inline-block;
	float: left;
	width: 175px;
	padding-right: 5px;
	text-align: right;
	margin: 0 0 3px 0;
	vertical-align: top;
	clear: left;
}
#content form label.long
{
	width: 250px;
}
#content form input, #content form textarea
{
	margin: 0 0 4px 4px;
}
#content form select
{
	margin: 0 0 4px 4px;
	z-index: 1;
}

#content form td label, #content form td input
{
	display: inline;
	text-align: left;
	float: left;
	clear: none;
	margin: 0 4px;
}
/**************************** anchor link styles ********************************/
a.external
{
	display: inline-block;
	background: url( "../images/icons/extlink.gif" ) no-repeat 100% 50%;
	padding-right: 20px;
}
a.swf
{
	display: inline-block;
	background: url( "../images/icons/swficon.gif" ) no-repeat 100% 50%;
	padding-right: 20px;
}
a.swf:after
{
	content: "(Flash Movie)";
}
a.wmedia
{
	display: inline-block;
	background: url( "../images/icons/wmedia.gif" ) no-repeat 100% 50%;
	padding-right: 20px;
}
a.wmedia:after
{
	content: "(Windows Media)";
}
a.mail
{
	display: inline-block;
	background: url( "../images/icons/icon_mouse.gif" ) no-repeat 100% 50%;
	padding-right: 20px;
	color: #2d4491;
}
a.pdf
{
	display: inline-block;
	background: url( "../images/icons/pdficon.gif" ) no-repeat 100% 50%;
	padding-right: 20px;
}
a.pdf:after
{
	content: "(Acrobat Document)";
}
a.doc
{
	display: inline-block;
	background: url( "../images/icons/docicon.gif" ) no-repeat 100% 50%;
	padding-right: 20px;
}
a.doc:after
{
	content: "(Word Document)";
}
a.lock
{
	display: inline-block;
	background: url( "../images/icons/lockicon.gif" ) no-repeat 100% 50%;
	padding-right: 15px;
}
a.lock:after
{
	content: "(Secure)";
}
a.only
{
	display: inline-block;
	background: url( "../images/icons/onlyicon.gif" ) no-repeat 100% 50%;
	padding-right: 15px;
}
a.only:after
{
	content: "(HSC use only)";
}
a.xls
{
	display: inline-block;
	background: url( "../images/icons/xlsicon.gif" ) no-repeat 100% 50%;
	padding-right: 20px;
}
a.xls:after
{
	content: "(Excel Document)";
}
a.ppt
{
	display: inline-block;
	background: url( "../images/icons/ppticon.gif" ) no-repeat 100% 50%;
	padding-right: 20px;
}
a.ppt:after
{
	content: "(Powerpoint Document)";
}
a.rtf
{
	display: inline-block;
	background: url( "../images/icons/docicon.gif" ) no-repeat 100% 50%;
	padding-right: 20px;
}
a.rtf:after
{
	content: "(Rich Text File)";
}

/*.qLink {
	display:inline;
	background: url("../images/icons/icon_quick.gif") no-repeat 100% 50%;
	padding-right:20px;
}
*/
.hLink
{
	display: block;
	background: url( "../images/icons/icon_home.gif" ) no-repeat 100% 50%;
	padding-right: 20px;
	cursor: pointer;
}

.star
{
	display: inline;
	background: url( "../images/icons/icon_star.gif" ) no-repeat 100% 50%;
	padding-right: 20px;
}

.newproduct
{

	font-weight:1900; !important
}

/********************************************************************************************************
	CONTENT TAG STYLES
/*******************************************************************************************************/
#content a:link, #content a:visited
{
	color: #2d4491;
	text-decoration: none;
	padding-top: 0;
	font-weight: 700;
	border-bottom: 1px dashed #2d4491;
}
#content a:hover, #content a:active
{
	color: #900;
	font-weight: bold;
	border-bottom: 1px solid #c00;
	text-decoration: none;
}

#content a.topLink:link, #content a.topLink:visited
{
	display: block;
	float: right;
	font-size: 10px;
	color: #c00;
	width: 95%;
	height: auto;
	line-height: 16px;
	text-align: right;
	border: none;
	padding-right: 14px;
	background: none;
}
#content a.topLink:hover, #content a.topLink:active
{
	text-decoration: underline;
	background: url( "../images/icons/backTop.gif" ) no-repeat 100% 3px;
}
#content li a:link, #content li a:visited
{
	color: #333;
	text-decoration: none;
	padding-top: 0;
	font-weight: normal;
	border-bottom: 1px solid #daa;
}
#content li a:hover, #content li a:active
{
	color: #000;
	font-weight: normal;
	background-color: #eee;
	border-bottom: 1px solid #900;
	text-decoration: none;
}
#content a.img:link, #content a.img:visited
{
	border: none;
	margin: 1px;
}
#content a.img:hover, #content a.img:active
{
	border: none;
	margin: 1px;
}
#content a.button:link, #content a.button:visited, #content a.button:active
{
	background-color: #D4D0C8;
	color: #000;
	font-weight: normal;
	padding: 2px 15px;
	margin: 2px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #606060;
	border-bottom: 2px solid #606060;
}
#content p
{
	margin: 2px 0 2px 0;
	padding: 0;
}
#content ul, #content ol, #content dl
{
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;

}
#content ol
{
	padding-top: 5px;
}
#content .normal
{
	font-size: 12px;
}
#content .normal li
{
	padding-bottom: 10px;
}
#content .noIndent
{
	margin-left: 30px;
}

#content dl
{
	margin: 0 0 4px 10px;
	padding: 0;
}
#content dd
{
	margin-left: 10px;
}
.redArrow
{
	list-style-image: url(../images/icons/redArrow.gif);
}
#content ul ul
{
	list-style-type: square;
}
#content ul ul ul
{
	list-style-type: none;
}
#content ol li
{
	padding-bottom: 6px;
}
#content ul li
{
	padding-bottom: 3px;
}
img
{
}

.imageWrap, .imageWrapRight
{
	float: left;
	margin: 0;
	margin-bottom: 10px;
	padding: 0 5px 10px 0;
	line-height: 1.2;
	position: relative;
	z-index: 1; /*width:48% !important;*/
	width: inherit;
}

.imageWrap:after, .imageWrapRight:after, .imageWrap ul:after
{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
	width: 100%;
	position: relative;
}
/* Holly Hack Targets IE Win only \*/* html .imageWrap, * html .imageWrapRight
{
	height: 1%;
}
/* End Holly Hack */

.imageWrap img, .imageWrapRight img
{
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	z-index: 1;
}
.imageWrapRight img
{
	float: right;
	margin: 0 0 15px 15px;
	z-index: 1;
}

/* Apply Holly Hack to the non-floated content */

/*  \*/
* html .imageWrap p
{
	height: 1%;
}
/*  */


#content form
{
	margin: 0;
	padding: 0;
}
#content input, #content select
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content fieldset, #content fieldset td
{
	font-size: 11px;
	margin: 0 0 15px 0;
}
#content fieldset legend
{
	font-weight: bold;
}
#content fieldset
{
	padding-left: 10px;
}

/********************************************************************************************************
	HEADER TAG STYLES
/*******************************************************************************************************/
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: none;
	letter-spacing: 1px;
}
h1
{
	font-size: 14pt;
	color: #2d4491; /*border-bottom: 1px solid #CCC;*/
	margin-bottom: 5px;
	background: url(../images/icons/dbArrow.jpg) no-repeat 150% 50%;
	margin-top: 10px;
	display: inline;
}


h2
{
	display: inline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666 padding-bottom: 2px;
	margin: 1.5em 0 4px 0;
	text-decoration: none;
	letter-spacing: normal;
	clear: left;
}
h2.subtitle
{
	color: #2d4491; /*margin-top:-5px;*/
	margin-bottom: 1em;
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	letter-spacing: normal;
}

h3
{
	font: bold 13px/1.5 Verdana, Helvetica, sans-serif;
	color: #000;
	letter-spacing: normal;
}
h4
{
	font-size: 1.25em;
	font-variant: small-caps;
	color: #900;
	padding: 2px 0 2px 0;
	margin-top: 5px;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
}
h5
{
	font-size: 1.25em;
	font-family: Times New Roman, Serif;
	font-style: italic;
	color: #000;
	padding: 2px 3px 2px 0;
	background: url( "../images/h5_bg.jpg" ) repeat;
}
h6
{
	font-size: 1.25em;
	font-variant: small-caps;
	color: #000;
	padding: 2px 0 2px 0;
	margin-top: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#content h1 a:link, #content h1 a:visited, #content h1 a:active, #content h2 a:link, #content h2 a:visited, #content h2 a:active, #content h3 a:link, #content h3 a:visited, #content h3 a:active, #content h4 a:link, #content h4 a:visited, #content h4 a:active, #content h5 a:link, #content h5 a:visited, #content h5 a:active, #content h6 a:link, #content h6 a:visited, #content h6 a:active
{
	text-decoration: none;
	border: none;
}
#content h2 a:link, #content h2 a:visited, #content h2 a:active, #content h3 a:link, #content h3 a:visited, #content h3 a:active
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px none #900;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover, #content h6 a:hover
{
	color: #900;
}

table
{
	margin-bottom: 15px;
}
th
{
	font: normal 10px/1.3 Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #333;
	letter-spacing: 1px;
	text-align: center;
	padding: 2px 6px;
	font-weight: bold;
}
#content th a:link
{
	color: #fff;
	border-color: #fff;
}
tr.red, tr.red th
{
	background-color: #900;
}
td
{
	font: normal 10px/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 2px 6px;
	margin: 0;
	vertical-align: top;
}
tr.alt, tr.alt td
{
	background-color: #f6f6f6;
}
tr.bold td
{
	font-weight: bold;
}

table.fancy
{
	border: 1px solid #bbb;
}
table.fancy tr td
{
	/*	border:none;*/
}
tr.hilited, tr.hilited td
{
	background: #9cf;
	color: #000;
}
.smalltext
{
	font-size: 10px;
}


/**************************** miscellaneous styles ********************************/
.rightfloat
{
	float: right;
	margin: 0 0 15px 15px;
}
.leftfloat
{
	float: left;
	margin: 0 15px 15px 0;
}
.noFloat
{
	float: none;
}
.center
{
	margin: 0 auto 15px;
}

/********************************************************************************************************
	MAIN LAYOUT REGIONS
/*******************************************************************************************************/
#skipLinks
{
	display: none;
}
#container
{
	text-align: left;
	width: 900px !important;
	padding: 0;
	background: #fff;
	color: #333;
	font: normal 12px/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
#masthead
{
	height: auto;
	padding: 0;
	margin: 0;
	border-top: 1px solid #2d4491;
	background: #fff url( "../images/logo_bgX3.gif" ) no-repeat top left;
}
#masthead #flash
{
	z-index: -1000 !important;
}
#masthead a#homelink
{
	display: inline;
	float: left;
	width: 115px;
	height: 110px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	z-index: 100;
}
#masthead img
{
	display: block;
	float: left;
	padding: 0;
	margin: 0px 0 0px 0px;
}
#globalNav
{
	height: 24px !important;
	padding: 0px;
	font-size: 11px;
	color: #2d4491;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sideBar
{
	float: left;
	clear: left;
	width: 150px;
	margin: 0;
	padding: 0;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
}
#crumbs
{
	padding: 0;
	margin-left: 50px;
	margin-top: 5px;
}
#content
{
	margin: 5px 0 2px 0;
	padding: 0;
	display: block;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#footer
{
	clear: both;
	color: #666;
	font-size: 11px;
	padding: 5px 10px;
	margin-top: 0;
	border-top: #ccc 1px solid;
	text-align: center;
	line-height: 16px;
	font-family: Arial;
}

/********************************************************************************************************
	GLOBAL NAV LINKS
/*******************************************************************************************************/
#globalNav ul
{
	float: right;
	padding: 0;
	margin: 0;
	list-style: inline;
	height: 24px; /* following image created by cropping a screenshot */ /* to update globalNav, comment next line and uncomment last lines in #globalNav ul, #globalNav li, and #globalNav li.end...&nbsp;&nbsp;*/ /*background: url("../images/nav/globalNav_front.gif") no-repeat top left;*/ /*	background: url("../images/nav/globalNav_front.jpg") no-repeat top left;*/
	z-index: 1000;
	width: auto;
	border: solid 1px #2d4491;
}
#globalNav li
{
	display: block;
	float: left;
	position: relative;
	height: 20px;
	color: #2d4491;
	margin: 2px -1px 2px 0;
	line-height: 22px;
	padding: 0 15px 0 15px;
	font-weight: bold;
	cursor: default;
	z-index: 1000;
	list-style-type: none;
	border-right: solid 1px #2d4491;
	width: auto;
}
#globalNav li a:link, #globalNav li a:visited, #globalNav li a:hover, #globalNav li a:active
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #2d4491;
	font-weight: bold;
	text-decoration: none;
	/*display: block;*/
	margin: 0;
	padding: 5px 0 2px 0;
	line-height: 12px;
	z-index: 1000;
}
#globalNav ul.contact
{
	border: none !important;
	font-variant:small-caps !important;
}

#globalNav ul.contact li a:link, #globalNav ul.contact li a:visited, #globalNav ul.contact li a:hover, #globalNav ul.contact li a:active
{
	color:#FF6600 !important;
}
#globalNav li ul
{
	/* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0;
	padding: 5px 0 0 0;
	width: 152px;
	border: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #f5f5f5;
	z-index: 1100;
}

#globalNav li > ul
{
	/* to override top and left in browsers other than IE */
	top: 20px;
	left: 0px;
	z-index: 1100;
	border: 0;
	border-top: 1px solid #999;
}
#globalNav li li
{
	float: right;
	background-image: none;
	margin: 0;
	padding: 0 10px; /*height:20px;*/
	height: auto;
	width: 130px;
	background: #f5f5f5;
	border: 1px solid #999;
	border-width: 0 1px 1px 1px;
	z-index: 1100;
	line-height: 14px;
}

#globalNav li li a:link, #globalNav li li a:visited, #globalNav li li a:hover, #globalNav li li a:active
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #2d4491;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 130px;
	margin: 0;
	padding: 5px 0px 5px 0px;
	line-height: 12px;
	z-index: 1100;
}

#globalNav li:hover ul, #globalNav li.over ul, #globalNav li.endover ul 
{
	/* lists nested under hovered list items */
	display: block;
	margin: 0;
	padding: 0;
}

#globalNav li:hover li:hover, #globalNav li li.over, #globalNav li li.moreover
{
	color: #000;
	background: #ccc;
	padding: 0 10px 0 7px;
	border-left: 4px solid #FF6600;
	
	z-index: 1100;
}

#globalNav li li a:hover
{
	cursor: pointer;
	z-index: 1100;
}

.product
{
	color:#CC3300;
	
}

/*-------------------------------------start-------------------------------*/
#globalNav li.more
{
	background: #f5f5f5 url( "../images/icons/arrMore.gif" ) no-repeat 100% 50%;
	padding: 5px 10px 5px 10px;
}
#globalNav li li.more
{
	background-color: #dedede;
	padding: 5px 10px 5px 10px;
}
#globalNav li li li.more
{
	background-color: #cecece;
	padding: 5px 10px 10px 10px;
}

#globalNav li li ul, #globalNav li li li ul
{
	display: none;
	position: absolute;
	left: 148px; /* add padding width to menu item width */
	top: 0px;
	margin: 0;
	padding: 5px 0 0 0;
	width: 152px;
	border: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #f5f5f5;
	z-index: 2000;
}
#globalNav li li li, #globalNav li li li li
{
	height: 22px;
z-index: 2000;
}
#globalNav li li li a
{
	
z-index: 2000;
}
/* Fix IE.&nbsp;&nbsp;Hide from IE Mac \*/
* html #globalNav ul li
{
	float: left;
	height: 1%;
}
* html #globalNav ul li a
{
	height: 1%;
}
/* End */

/* Hover Styles */

#globalNav li.more:hover, #globalNav li.moreover, #globalNav li.more:hover li.more:hover, #globalNav li li.more:hover
{
	background: #CCC url( "../images/icons/arrMore.gif" ) no-repeat 100% 50% !important;
	color: #FFFFFF !important;
	padding: 20px 10px 20px 10px; !important;
	line-height:25px;

}

#globalNav li:hover li.more ul, #globalNav li.moreover li.more ul, #globalNav li:hover li:hover li.more ul, #globalNav li li.more ul
{
	display: none !important;
}
#globalNav li:hover ul, #globalNav li.moreover ul, #globalNav li:hover li:hover ul, #globalNav li li.moreover ul, #globalNav li:hover li:hover li:hover ul, #globalNav li:hover li.moreover ul
{
	display: block; !important
	padding: 20px 10px 20px 10px; !important;
}
/* The magic */


/* --------------------------------------end ---------------------------------------*/
#globalNav #motto
{
	float: right;
	color: #666666;
	font: "Courier New" , Courier, monospace;
	font-size: 10px;
	vertical-align: bottom;
	margin: 0;
	border: 0;
	padding: 0;
	padding-top: 6px;
	line-height: 20px;
}
/********************************************************************************************************
	FOOTER TEXT
/*******************************************************************************************************/
#footer p
{
	margin: 0px 0px 3px;
}
#footer p#contacts
{
}
#footer img
{
	padding-left: 5px;
	padding: 0;
	margin: 0;
}
#footer A
{
	padding: 0;
	margin: 0;
	color: #666;
	text-decoration: none;
}
#footer A:hover
{
	color: #000;
	text-decoration: underline overline;
}
/********************************************************************************************************
	BREAD CRUMBS
/*******************************************************************************************************/
#crumbs
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #2d4491;
	z-index: 100;
	padding-top: 5px;
	padding-right: 10px;
	margin: 0;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}
#crumbs A
{
	color: #666;
	text-decoration: none;
	display: inline-block;
	background: url( "../images/icons/dbArrow.gif" ) no-repeat 100% 50%;
	padding-right: 13px;
	margin-right: 4px;
	border: none;
}
#crumbs A:link, #crumbs A:visited
{
	color: #FF6600;
	text-decoration: none;
	border: none;
}
#crumbs A:hover, #crumbs A:active
{
	color: #333333;
	text-decoration: none;
	background: url( "../images/icons/dbArrow2.gif" ) no-repeat 100% 50%;
}
/*******************************************************************************************************
	CUSTOM STYLES FOR CONTENT
/*******************************************************************************************************/
.columns
{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	z-index: inherit;
	margin: 0;
	padding: 0;
}
.columnLeft_3
{
	display: block;
	float: left;
	margin: 0;
	width: 30%;
	clear: none;
	height: auto;
	padding: 0;
}
.columnMiddle_3
{
	border-left: 2px dotted #2d4491;
	border-right: 2px dotted #2d4491;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 1%;
	padding-left: 5px;
	padding-right: 5px;
	width: 40%;
	height: auto;
}
.columnRight_3
{
	float: left;
	margin-left: 1%;
	width: 25%;  */
	display: block;
/*	clear: right; */
	height: 1%;
}

.columnLeft
{
	display: block;
	float: left;
	clear: none;
	width: 45%;
	height: auto;
	padding: 0;
	margin: 0;
}
.columnRight
{
	display: block;
	float: right;
	clear: right;
	width: 45%;
	height: 1%;
	padding: 0;
	margin: 0;
}

.section
{
	margin: 0;
	padding: 12 pt 2px 0 2px;
	display: block;
	float: none;
}

.section h2
{
	color: #2d4491;
	margin: 2px 0 2px 0;
	padding: 12 pt 0 2px 0;
	border-bottom: none;
	text-decoration: none;
	letter-spacing: normal;
}

.topic
{
	margin: 2px 0 2px 0;
}

.sectionSep
{
	height: 0;
	border-top: 1px dotted #900;
	padding: 0;
	margin: 5px 0 5px 0;
	display: block; 
	clear: both;
}
.topicSep
{
	height: 0;
	border-top: 1px dashed #CCCCCC;
	display: block;
	clear: both;
}
.section a.knowMore
{
	float: right;
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	font-weight: bold;
	margin: 2px 0 2px 0;
	padding: 0;
	color: #FF6600 !important;
	border-bottom: 1px dotted #FF6600 !important;
	background: url( "../images/icons/more_arrows.gif" ) no-repeat 0% 50%;
	padding-left:10px;
	
}
.section a.knowMore:link, a.knowMore:visited
{
	color: #FF6600 !important;
	border-bottom: 1px dotted #FF6600 !important;
	background: url( "../images/icons/more_arrows.gif" ) no-repeat 0% 50%;
}
.section a.knowMore:hover, a.knowMore:active
{
	color: #900 !important;
	border-bottom: 1px dotted #900 !important;
		background: url( "../images/icons/more_arrows_red.gif" ) no-repeat 0% 50%;
}
.TextBRed
{
	color:#900;
	font-weight:bold;
	display:inline;	
}
