/*********** GLOBAL SETTINGS ************************/
* {margin: 0; padding: 0;}
/* html{overflow: -moz-scrollbars-vertical;} */
html{overflow: auto;}
a {outline: none;} /* removes Firefox dotted outline on click */
a img {border: none;}
em {font-style: italic;}
strong {font-weight: bold;}
/*************************************************/

/* Shared
*************************************************************/

#wrap {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 11px;
	text-align: left;
}
h2 {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	xxbackground: #0c3b83;
	padding: 5px;
	padding-left: 10px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	color: #a1a1a1;
	background: #f5f5f5;
	padding: 3px 8px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	margin-bottom: 5px;
}
p {
	margin-bottom: 1em; 
	line-height: 1.4;
	font-size: 11px;
}
.pad {
	padding: 10px;
}

ul {list-style: none;}
li {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 1em;
}
ul.chevron li {
	/*background: url(../_media/chevron.gif) 0 5px no-repeat; */
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
ul.list li {
	background: url(../_media/icon_big_arrow.gif) 0 5px no-repeat;
	padding-left: 13px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #e5e5e5;
	line-height:1.4;
}
/* links */

a:link, a:visited {
	color: #10408d;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
/*
*************** CONTENT ********************/
#contentWrap {
	background-color: #fff;
	padding: 0;
}
.breadcrumbs {
	padding: 5px 0 10px 10px;
	font-size: 10px;
}
.breadcrumbs a {
	font-size: 10px;
}
/*
*************** BOXES ********************/
.box {
	width: 561px;
	margin-bottom: 10px;
}

.box2 {
	width: 541px;
	margin-bottom: 10px;
}

#colLeft .box, #colRight .box {width: 195px;}
.box-tl {
	margin-right: 0px; /* clip right corner */
	background-image: url('../_media/box_full.gif');
	height: 27px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}
.box-tr {
	margin-top: -27px; /* to level of top-left corner */
	margin-left: 5px; /* clip left corner */
	background-image: url('../_media/box_full.gif');
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 27px; 
	font-size: 2px;
}
#colLeft .box-tl,
#colRight .box-tl {
	height: 23px;
}
#colLeft .box-tr,
#colRight .box-tr {
	margin-top: -23px; /* to level of top-left corner */
	height: 23px;
}
.box-bl {
	margin-right: 10px; /* clip right corner */
	background-image: url('../_media/box_full.gif');
	background-position: 0 -314px; /* show under half of the image */
	height: 15px;
	font-size: 2px;
}
.box-br {
	margin-top: -15px; /* to level of bottom-left corner */
	margin-left: 10px; /* clip left corner */
	background-image: url('../_media/box_full.gif');
	background-position: 100% -314px; /* under half, right side */
	height: 15px; 
	font-size: 2px; 
}
.boxInside {
	border-left: 1px solid #dedede;
	background: url('../_media/box_shadow.gif') 100% 0 repeat-y;
	padding: 5px 15px 0px 15px;
}
.nopad {
	padding: 0;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d7d7d;
}
.news p {
	padding-bottom: 5px;
	margin: 0;
}
/*
*************** SIDENAV ********************/
ul#sidenav {
	margin: 0;
	padding: 0;
}
ul#sidenav li {
	margin: 0;
	padding: 0;
}
ul#sidenav li a {
	background: url(../_media/prod_nav_bg.gif) repeat-x;
	display: block;
	padding-top: 4px;
	padding-left: 7px;
	width: 222px;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
ul#sidenav li a span {
	background: url(../_media/icon_plus.gif) 0 2px no-repeat;
	padding-left: 15px;
}
ul#sidenav li a span.minus {
	background: url(../_media/icon_minus.gif) 0 2px no-repeat;
	padding-left: 15px;
}

ul#sidenav li ul li {
	border-top: 1px solid #a3a3a3;
	width: 229px;
}
ul#sidenav li ul li a {
	background: #F0F0F0;
	padding-left: 13px;
	width: 216px;
	font-weight: normal;
}
ul#sidenav li ul li a span {
	background: url(../_media/icon_down.gif) 0 5px no-repeat;
	padding-left: 10px;

}
ul#sidenav li ul li a span.parent {
	background: url(../_media/icon_down.gif) 0 5px no-repeat;
	padding-left: 10px;

}
#contentWrap ul#sidenav li ul li ul li {
	border: none;
	margin-bottom: 0;
}
#contentWrap ul#sidenav li ul li ul li a {
	background: #fff;
	padding-left: 20px;
	width: 168px;
	height: auto;
	font-weight: normal;
	xxtext-decoration: underline;
}
ul#sidenav li ul li ul li a span {
	background: none;
	padding-left: 20px;
}
ul#sidenav li ul li ul li a span.subsub {
	background: #fff url(../_media/icon_long_arrow.gif) 0 5px no-repeat;
}
/*
*************** FOOTER ********************/
#footer {
	width: 952px;
	height: 31px;
	margin: 0 auto;
	background: url(../_media/footer.gif) no-repeat;
	padding: 10px 20px;
} 

#footer p {
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
}
#footerLt {
	float: left;
	width: auto;
	font-size: 10px;
}
#footerRt {
	float: right;
	width: auto;
	font-size: 10px;
}
hr {
	clear: both;
	xxheight:2px; 
	xxborder:0px; 
	border-top:1px solid #999;
	margin-bottom: 0;
}
.nomargin {margin: 0;}
.notopgap {margin-top: 0;}
.nobottomgap {margin-bottom: 0;}

/* Page Specific
*************************************************************/
.landing h1 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 23px;
	color: #000;
	margin-bottom: .5em;
}
.landing #colLeft {
	float: left;
	width: 195px;
}
.landing #colRight {
	float: right;
	width: 195px;
}
.landing #content {
	margin: 0 200px;
}


.detail h1 {
	color: #1b5084;
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
	margin: 0 0 7px 0;
}
.detail #colLeft {
	float: left;
	width: 195px;
}
.detail #colRight {
	float: right;
	width: 195px;
}
.detail #content {
	margin: 0 200px 0 205px;
}
.detail #content {
	margin: 0 200px 0 10px;
	width: 740px;
	overflow: hidden;
}
ul.features {
	margin: 0 0 10px 5px;
	padding: 0;
}
ul.features li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4b4b4b;
	padding-bottom: 5px;
	margin-top: 5px;
}
ul.features li ul {
	margin: 0 0 0 35px;
}
ul.features li ul li {
	background: url(../_media/red_bullet.gif) 0 5px no-repeat;
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #6c6c6c;
}
ul.features li ul li ul {
	margin: 0 0 0 1px;
}
ul.features li ul li ul li {
	background: url(../_media/bullet.gif) 0 7px no-repeat;
	padding: 0 0 0 9px;
	font-size: 11px;
}
.detail p.h2 {
	color: #4b4b4b;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	xxborder-bottom: 2px solid #999999;
	margin-bottom: 5px;
	float: left;
	width: 360px;
}
.detail p.topLink {
	float: right;
	text-align: right;
	width: 300px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.detail p.topLink a {
	color: #a5a5a5;
}
.detail table {
	border-collapse: collapse;
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
}
.detail table td {
	border-right:1px solid #a3a3a3;
	padding: 4px 5px;
	color: #000;
}
.detail table th {
	background-color:#cccccc;
	border-right:1px solid #a3a3a3;
	border-bottom:1px solid #a3a3a3;
	color: #525252;
	padding: 4px 5px;
	text-align: left;
}
.detail table tr.even {
	background: #f2f2f2;
}
.detail table td.alt {
	background-color:#f2f2f2;
}
.detail table td {
	text-align: right;
}
.detail table td + td {
	text-align: left;
}
.detail #subnavWrap {
	background: #e4ebf3;
	border: 1px solid #b8c3d3;
	xxwidth: 718px;
	margin: 0 0 20px 0;
	padding: 0 10px;
}
.detail table#subnav {
	border: none;
}
.detail table#subnav td {
	text-align: left;
	border: none;
	font-size: 13px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0;
	font-weight: bold;
}
.detail table#subnav td a {
	color: #000;
	font-weight: bold;
}
.std {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 15px;
}
.std tr td, .std tr th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	color: #2d2d2d;
}
.std th {
	background: #ccc;
}
.std tr.even {
	background: #f2f2f2;
}
.std td a {
	color: #10408d;
	font-weight: bold;
}
.iconZip {
	background: url(../_media/icon_zip.gif) 100% 0 no-repeat;
	padding-right: 25px;
	padding-bottom: 5px;
}
.iconPdf {
	background: url(../_media/icon_pdf.gif) 100% 0 no-repeat;
	padding-right: 25px;
	padding-bottom: 5px;
}
.iconPdfRt {
	background: url(../_media/icon_pdf.gif) 0 0 no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
}
.iconXls {
	background: url(../_media/icon_xls.gif) 100% 0 no-repeat;
	padding-right: 25px;
	padding-bottom: 5px;
}
.iconExe {
	background:transparent url(../_media/icon_exe.jpg) no-repeat scroll 100% 0;
	padding-right:25px;
	padding-bottom:5px;
}
