/*

	ITR main stylesheet

*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #6c6c6c;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

table tr td {
	font-size: 12px;
	color: #333333;
	vertical-align: top;
}

.clearit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

/* =Header + toolbar
--------------------------------------------------------------------------------------------------- */
#header {
	min-height: 75px;
	height: auto !important;
	height: 75px;
}

#header #logo {
	padding: 22px 0  0 80px;
}

#header #toolbar {
	float: right;
	color: #04357b;
	font-size: 11px;
	font-weight: bold;
	padding: 62px 0 0 0;
}

#header #toolbar a {
	color: #04357b;
	text-decoration: none;
	text-transform: uppercase;
}

#header #toolbar a:hover {
	color: #666666;
}

/* =Layout Homepage
---------------------------------------------------------------------------------------------------- */
#left {
	float: left;
	width: 550px;
	padding: 24px 0 10px 25px;
}

#right {
	float: right;
	width: 353px;
	padding: 24px 0 10px 0;
}

#flash-content {
	margin: 8px 0 0 0;
}

/* Homepage solutions nav */
#main-content ul#solutions-nav {
	border-bottom: 5px solid #cccccc;
	margin: 7px 0 0 0;
	float: left;
}

#main-content ul#solutions-nav li {
	float: left;
	text-align: center;
}

#main-content ul#solutions-nav li.first {
	background: url('../images/wrapper/features-divider.gif') 100% 100% repeat-y !important;
	width: 144px;
	text-align: right;
	padding: 0 1px 0 0;
}	

#main-content ul#solutions-nav li.second {
	background: url('../images/wrapper/features-divider.gif') 100% 100% repeat-y !important;
	width: 191px;
}

#main-content ul#solutions-nav li.third {
	background: url('../images/wrapper/features-divider.gif') 100% 100% repeat-y !important;
	width: 180px;
}

#main-content ul#solutions-nav li.fourth {
	background: url('../images/wrapper/features-divider.gif') 100% 100% repeat-y !important;
	width: 180px;
}

#main-content ul#solutions-nav li.last {
	width: 179px;
}

/* Latest news */
#main-content #news-block {
	background: url('../images/wrapper/news-block-bg.gif') 0 0 repeat-y;
	clear: both;
}

#main-content #news-block ul {
	clear: both;
}

#main-content #news-block ul li {
	float: left;
	width: 179px;
}

#main-content #news-block ul li.first {
	width: 143px;
	text-align: right;
	padding: 0 1px 0 0;
	height: 28px;
	min-height: 28px;
}	

#main-content #news-block ul li.second {
	width: 548px;
}
#main-content #news-block ul li.second p {
	margin: 7px 0 0 11px;
}

#main-content #news-block ul li.last {
	background: none;
	position: relative;
}

#main-content #news-block ul li.last p {
	margin: 7px 0 0 14px;
}

#main-content #news-block ul li a {
	text-decoration: none;
}

/* Features */
#main-content #features {
	border-top: 5px solid #cccccc;
	clear: both;
}

#main-content #features ul li {
	background: url('../images/wrapper/features-divider.gif') 100% 0 no-repeat;
	float: left;
	min-height: 44px;
	height: auto !important;
	height: 44px;
}

#main-content #features ul li h3 {
	color: #04357b;
	font-size: 14px;
	margin: 0;
	padding: 10px 0 0 9px;
}

#main-content #features ul li h3 span {
	color: #9e0b0f;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

#main-content #features ul li p {
	margin: 0;
	padding: 6px 9px 0 9px;
}

#main-content #features ul li p a {
	text-decoration: none;
}

#main-content #features ul li.first {
	width: 145px;
}	

#main-content #features ul li.second {
	width: 191px;
}

#main-content #features ul li.third {
	width: 180px;
}

#main-content #features ul li.fourth {
	width: 180px;
}

#main-content #features ul li.last {
	background: none;
	width: 179px;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	background: url('../images/wrapper/wrapper-bg.jpg') 0 0 repeat-y;
	width: 943px;
	margin: 0 auto 0 auto;
}

#wrapper #wrapper-border-btm {
	background: url('../images/wrapper/wrapper-border-btm.jpg') 0 0 no-repeat;
	height: 17px;
	font-size: 1px;
}


#wrapper #wrapper-inner {
	background: url('../images/wrapper/wrapper-border-top.jpg') 0 0 no-repeat;
	padding: 0 34px 0 34px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

#main-content {
	clear: both;
	margin: 10px 0 0 0;
}

#main-content #left-col {
	float: left;
	width: 155px;
}

#main-content #right-col {
	float: left;
	width: 720px;
	padding: 0 0 0 0;
}

#main-content #right-col .page-banner {
	margin: 8px 0 0 0;
}

#main-content #content {
	float: left;
	width: 530px;
	padding: 22px 0 30px 0;
}

#main-content #content-full {
	float: left;
	width: 710px;
	padding: 22px 0 30px 0;
}

#main-content #content #text-content, #main-content #content-full #text-content {
	padding: 0 18px 0 18px;
	color: #333333;
}

/* =Sidebar
--------------------------------------------------------------------------------------------------- */
#main-content #sidebar {
	width: 180px;
	float: right;
	color: #333333;
	font-size: 12px;
	margin: 25px 0 0 0;
	padding: 0;
}

#main-content #sidebar .sidebar-hdr {
	color: #9e0b0f;
	font-weight: bold;
	margin: 0 0 2px 10px;
}

#main-content #sidebar ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	border-top: 1px solid #cccccc;
	border-bottom: 5px solid #cccccc;
}

#main-content #sidebar ul li {
	background: none;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 4px 9px 4px 9px;
}

#main-content #sidebar ul li a {
	color: #666666;
	text-decoration: none;
}

#main-content #sidebar ul li a:hover {
	color: #04357b;
}

#main-content #sidebar ul li a.rss-link {
	background: url('../images/wrapper/icon-sidebar-rss.gif') 100% 60% no-repeat;
	padding: 0 18px 0 0;
}

#main-content #sidebar ul li p {
	margin: 0;
	padding: 5px 0 8px 0;
}

#main-content #sidebar ul li p a {
	color: #04357b;
	text-decoration: underline;
}

#main-content #sidebar ul li p a:hover {
	color: #666666;
}

#main-content #sidebar ul li ul {
	border-top: none !important;
	border-bottom: none !important;
	margin: 2px 0 0 0;
	padding: 0;
}

#main-content #sidebar ul li ul li {
	background: url('../images/wrapper/sidebar-list-bullet.gif') 0 7px no-repeat;
	border-left: none !important;
	border-bottom: none !important;
	padding: 0 0 0 12px;
}

#main-content #sidebar ul li ul li a {
	color: #04357b;
	text-decoration: underline;
}

#main-content #sidebar ul li ul li a:hover {
	color: #666666;
}

/* =Left navigation + section nav
--------------------------------------------------------------------------------------------------- */
/* Homepage */
#home-left-nav {
	width: 144px;
}

#home-left-nav ul {
	width: 144px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 4px solid #CCCCCC;
	margin: 85px 0 0 0;
	padding: 0;
}

#home-left-nav ul li {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0 0 0;
}

/* Sub pages */
#left-nav {
	width: 144px;
}

#left-nav ul {
	width: 144px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 4px solid #CCCCCC;
	margin: 34px 0 0 0;
	padding: 0;
}

#left-nav ul li {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0 0 0;
}

#left-nav #section-nav {
	text-align: right;
	margin: 25px 0 0 0;
}

#left-nav #section-nav .section-hdr {
	color: #9e0b0f;
	font-weight: bold;
	text-align: right;
}

#left-nav #section-nav ul {
	border-right: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#left-nav #section-nav li {
	text-align: right;
	border-bottom: none;
}

#left-nav #section-nav li a {
	color: #04357b;
}

#left-nav #section-nav li a:hover {
	color: #666666;
}

#left-nav #section-nav li.subsection {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0 6px 0;
}

#left-nav #section-nav li.submenu {
	text-align: right;
	border-right: 1px solid #CCCCCC;
	padding: 3px 6px 0px 0;
	font-size: 11px;
	line-height: 13px;
}
#left-nav #section-nav li.submenuend {
	text-align: right;
	border-bottom: none;
	padding: 3px 6px 6px 0;
	border-bottom: 6px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 11px;
	line-height: 13px;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	width: 943px;
	color: #ffffff;
	font-size: 11px;
	margin: 0 auto 0 auto;
}

#footer p {
	margin: 0;
	padding: 5px 0 30px 190px;
}

#footer a {
	color: #ffffff;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	outline: none;
	color: #00417f;
}

a:focus {
	outline: none;
	color: #00417f;
}

a:hover {
	outline: none;
	color: #666666;
}

/* =lists
--------------------------------------------------------------------------------------------------- */
#main-content #text-content ul {
 	margin: 0 0 16px 0;
	padding: 0;
}

#main-content #text-content ul li {
 	background: url('../images/wrapper/list-bullet.gif') 0 7px no-repeat;
	line-height: 18px;
	padding: 0 0 0 12px;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
#main-content #text-content p {
	margin: 0 0 16px 0;
	line-height: 18px;
}

#main-content #products-lines {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main-content #text-content h1 {
	color: #04357b;
	font-size: 16px;
	margin: 0 0 3px 0;
}

#main-content #text-content h2 {
	font-size: 12px;
	color: #333333;
	margin: 0 0 3px 0;
}

#main-content #text-content h3 {
	font-size: 13px;
	color: #666666;
	margin: 0 0 14px 0;
}

#main-content #text-content h3.report {
	font-size: 13px;
	color: #9E0B0F;
	margin: 0 0 14px 0;
}

#main-content #text-content p.reportLink {
	margin-left: 15px;
}

#main-content #pdflinkbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main-content a.pdflink {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right
}

#main-content #pdflinkboxnoline {
	padding-top: 5px;
	padding-bottom: 5px;
}

#main-content a.pdflinknoline {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right
}

#main-content #linkbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main-content a.link {
	padding: 5px 20px 5px 0;
}

/* Homepage */
#left p {
	margin: 14px 0 14px 0;
	line-height: 18px;
}

#left h1 {
	color: #B30839;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 12px 0;
}

#left h2 {
	color: #6D6D6D;
	font-size: 17px;
	font-weight: normal;
	margin: 12px 0 12px 0;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */

/* =Main nav CSS Menus (Core styles - Do not modify)
---------------------------------------------------------------------------------------------------- */
.qmmc .qmdivider {display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}
.qmmc .qmdividery {float:left;width:0px;}
.qmmc .qmtitle {display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}
.qmmc {position:relative; z-index:10;}
.qmmc a, .qmmc li {
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
	z-index:1;
	visibility: inherit;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}
.qmsh div a {float:left;}
.qmmc div {
	position:absolute;
	visibility: hidden;
}
.qmmc .qmcbox {cursor:default;display:block;position:relative;z-index:1;}
.qmmc .qmcbox a {display:inline;}
.qmmc .qmcbox div {float:none;position:static;visibility:inherit;left:auto;}
.qmmc li {z-index:auto;}
.qmmc ul {left:-10000px;position:absolute;z-index:10;}
.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}
.qmmc li a {float:none}
.qmmc li:hover > ul {left:auto;}
#qm0 ul {top:100%;}
#qm0 ul li:hover > ul {top:0px;left:100%;}
#qm1 ul {top:100%;}
#qm1 ul li:hover > ul {top:0px;left:100%}

/* =Main nav and dropdowns (modify at will)
---------------------------------------------------------------------------------------------------- */ 
#main-nav-lp {
	position: relative;
	clear: both;
	border-top: 1px solid #cccccc;
}

#main-nav {
	position: relative;
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 5px solid #cccccc;
}	

#main-nav a {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 10px 3px 10px;
}

#main-nav a.last, #main-nav a.last-on {
	padding-right: 0;
}

/* (MAIN) Container */	
#qm0 {	
	padding: 0;
	margin: 0;
}

/* (MAIN) Items */	
#qm0 a {	
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 10px 3px 10px;
}	

#qm0 a:hover, #qm0 a.on, #qm0 a.last-on  {
	color: #04357b;
}

/* (MAIN) Parent Items */	
#qm0 .qmparent {	
}

/* (MAIN) Active State */	
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	color: #04357b;
}

/* (SUB) Container */	
#qm0 div, #qm0 ul {	
	background: #ffffff;
	color: #000000;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 4px 0 0 0;
	padding: 0 6px 0 6px;
	min-width: 143px;
	width: auto !important;
	width: 143px;
}
 
/* (SUB) Items */	
#qm0 div a, #qm0 ul a {	
	background: none;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #cccccc;
	margin: 0;
}

/* (SUB) Hover State */	
#qm0 div a:hover {	
	background: url('../images/wrapper/dd-item-bg.gif') 0 100% repeat-x;
	color: #04357b;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #cccccc;
}

/* (SUB) Active State*/	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {	
	background: url('../images/wrapper/dd-item-bg.gif') 0 100% repeat-x;
	color: #04357b;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #cccccc;
}

#qm0 div a.last {
	border-bottom: 0 !important;
}

.formHeading {
	font-size: 12px;
	font-weight: bold;
	color: #04357b;
	background-image:url(../images/form_heading_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.required {
	font-weight: bold;
	color: #04357B;
}

#content-form {
float: left;
padding: 22px 0 15px;
width: 720px;
}

#side-form {
	width: 240px;
	float: left;
	color: #333333;
	font-size: 12px;
	margin: 25px 0 0 10px;
	padding: 7px;
	background-image: url(../images/sidebar-form.jpg);
	background-repeat: no-repeat;
}

#bottom-form {
	width: 690px;
	float: left;
	color: #333333;
	font-size: 12px;
	margin: 0px 0px 0 0px;
	padding: 7px;
	background-image: url(../images/sidebar-form.jpg);
	background-repeat: no-repeat;
}

h3.report {
font-size: 13px;
	color: #9E0B0F;
	margin: 0 0 14px 0;
}

h2.report {
font-size: 16px;
	color: #9E0B0F;
	margin: 0 0 14px 0;
}

p.resources {
padding: 5px 0px 5px 0px;
}

#middle-text {
float: left;
margin-top: 15px;
}

p.resources-other {
padding: 5px 0px 10px 0px;
}

p.resources2 {
padding: 7px 7px 7px 90px;
}

p.resources3 {
padding: 7px 7px 7px 10px;
}

p.resources-t {
padding: 10px 0px 0px 0px;
}

ul.list-resources {
padding-left: 35px;
padding-top: 10px;
font-weight: bold;
font-size: 14px;
}

ul.list-resources2 {
padding-left: 10px;
padding-top: 5px;
font-size: 15px;
}

#pdf-icon {
float: left;
padding: 5px 20px 5px 10px;
width: 67px;
}

ul.list-resources3 {
padding-left: 10px;
padding-top: 5px;
font-size: 13px;
}

ul.list-resources3 a {
text-decoration: none;
}

ul.list-resources3 a:hover {
text-decoration: underline;
}

ul.list-resources2 li a.highlighted {
font-size: 15px;
font-weight: bold;
color: #9E0B0F;
text-decoration: none;
}

ul.list-resources2 li a.highlighted:hover {
text-decoration: underline;
}

p.sidebar-head {
	color: #9e0b0f;
	font-weight: bold;
	margin: 17px 0 0px 1px;
}

#side {
border-bottom: 5px solid #cccccc;
border-right: 1px solid #cccccc;
margin: 2px 0px 0px 0px;
line-height: 16px;
}

#sidebar2 {
color: #333;
margin: 17px 0px 0px 0px;
font-size: 12px;
width: 130px;
text-align: right;
line-height: 16px;
padding-right: 15px;
}

#main-content #sidebar2 ul {
	margin: 12px 0px 0px 0px;
	border-left: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin: 0;
	width: 142px;
}

#main-content #sidebar2 ul li {
	background: none;
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 4px 9px 4px 9px;
}

#main-content #sidebar2 ul li a {
	color: #666666;
	text-decoration: none;
}

#main-content #sidebar2 ul li a:hover {
	color: #04357b;
}

#main-content #sidebar2 ul li a.rss-link {
	background: url('../images/wrapper/icon-sidebar-rss.gif') 100% 60% no-repeat;
	padding: 0 18px 0 0;
}

#main-nav2 {
	position: relative;
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 5px solid #ccc;
}

span.free {
color: #9e0b0f;
}

#bottom-left {
float: right;
margin: 3px 10px 0px 13px;
width: 300px;
}

#bottom-right {
float: left;
margin: 3px 13px 0px 5px;
width: 300px;
}

img.arrow2 {
padding-right: 10px;
}

#list-rounded {
width: 690px;
	float: left;
	color: #333333;
	font-size: 12px;
	margin: 15px 0px 0 0px;
	padding: 12px 7px 12px 7px;
	background-image: url(../images/download-bg.jpg);
	background-repeat: no-repeat;
}

#list-rounded2 {
width: 690px;
	float: left;
	color: #333333;
	font-size: 12px;
	margin: 15px 0px 0 0px;
	padding: 12px 7px 12px 7px;
}

#bottom-pdf {
width: 690px;
float: left;
color: #333333;
font-size: 12px;
margin: 15px 0px 0 0px;
}

#home-bottom {
font-size: 12px;
}

h3.bottom {
font-weight: bold;
color: #04357B;
font-size: 14px;
padding-top: 10px;
}

#toggleText{
display:none;
}

#displayText{
color: #04357B;
text-decoration:none;
text-transform: uppercase;
font-size: 12px;
padding: 2px;
font-weight: bold;
}

#displayText:hover {
color: #04357B;
text-decoration:none;
text-transform: uppercase;
font-size: 12px;
padding: 2px;
}

a.tooltip {
background: #fff;
text-decoration: none;
font-size: 10px;
}

a.tooltip span {
display: none;
padding: 2px 3px;
margin-left: 8px;
width: 245px;
font-size: 11px;
}

a.tooltip:hover span {
display: inline;
position: absolute;
background: #f2f0f0;
border: 1px solid #04357b;
color: #000;
}


