/* --------- specific system styles (do not edit!) --------- */
html {
	height: 100%;
}

body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link {
	color: #d50f0f;
	font-weight: bold;
	text-decoration: underline;		
}

a:visited {
	color: #cf573b;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #f43c23;
	font-weight: bold;
	text-decoration: underline;
}

/* --------- navigation styles --------- */
/* ---- Main Navigation, Horizontal Text ---- */
.mainnav {
	/* common font face, size, formatting */
	padding: 7px 10px 0 10px;
	color: #61735a;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.mainnav ul, .mainnavc ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainnav li, .mainnavc li {
	display: block;
	float: left;
}

.mainnav a, .mainnavc a {
	display: block;
	float: left;
}

.mainnavdivider {
	display: block;
	float: left;
}

.mainnav a:link, .mainnav a:visited {
	/* normal link: colour, style */
	color: #626560;
	font-weight: normal;
	text-decoration: none;
}

.mainnav a:hover, .mainnav a:active {
	/* normal link rollover: colour, style */
	color: #0b8adc;
	font-weight: normal;
	text-decoration: underline;
}

.mainnavc a:link, .mainnavc a:visited {
	/* current link: colour, style */
	color: #0b8adc;
	font-weight: bold;
	text-decoration: underline;
}

.mainnavc a:hover, .mainnavc a:active {
	/* current link rollover: colour, style */
	color: #0b8adc;
	font-weight: bold;
	text-decoration: underline;
}

/* ---- nav style 2 (Vertical Text) ---- */
.subnav {
	/* common font face, size, formatting */
	margin: 14px 9px 0 9px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.subnav .thindividerline {
	margin: 14px 0 0 0;
	height: 1px;
	border-bottom: 1px solid #9e9e9e;
	font-size: 1px;
	line-height: 1px;
}

.subnav ul, .subnavc ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	border: 1px solid #0566a5;
	text-decoration: none;
	background: #FFF;
}

.subnav li, .subnavc li {
	display: block;
	padding: 3px 0;
}

.subnav a, .subnavc a {
	display: block;
	padding: 2px 10px 4px 22px;
}

.subnav a:link, .subnav a:visited {
	/* normal link: colour, style */
	color: #065284;
	font-weight: normal;
	text-decoration: none;
	background: url(../graphics/system/iconf_subnavlv1_normal.gif) no-repeat 9px 7px;
}

.subnav a:hover, .subnav a:active {
	/* normal link rollover: colour, style */
	color: #0b8adc;
	font-weight: normal;
	text-decoration: underline;
	background: url(../graphics/system/iconf_subnavlv1_rollover.gif) no-repeat 9px 7px;
}

.subnavc a:link, .subnavc a:visited {
	/* current link: colour, style */
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border-right: 3px solid #043b5e;
	background: #0b8adc url(../graphics/system/iconf_subnavlv1_current.gif) no-repeat 9px 7px;
}

.subnavc a:hover, .subnavc a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	border-right: 3px solid #043b5e;
	background: #0b8adc url(../graphics/system/iconf_subnavlv1_current.gif) no-repeat 9px 7px;
}

li.subnavh {
	/* header text */
	margin: 0 0 2px 0;
	padding: 5px 8px 9px 8px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #0566a5 url(../graphics/system/iconf_smlwhitebox_hdr_shadow.gif) repeat-x bottom;
}

.subnavd {
	/* description text */
}

/* --------- text styles for use in main content area --------- */
h1, .pageheadertitle, .pageheadersub, .superheading, .mainheading, .subheading, .normaltext, .highlightedtext, .smalltext  {
	font-family: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- Page Header Title ---- */
h1, .pageheadertitle {
	display: block;
	color: #f68211;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 36px;
}

h1 a:link, h1 a:visited, .pageheadertitle a:link, .pageheadertitle a:visited {
}

h1 a:hover, h1 a:active, .pageheadertitle a:hover, .pageheadertitle a:active {
}

/* --------- Page Header Sub-Header --------- */
.pageheadersub {
/*	color: #000; */
	color: #0b8adc;
	font-size: 20px;
	font-weight: bold;
}

.pageheadersub a:link, .pageheadersub a:visited {
}

.pageheadersub a:hover, .pageheadersub a:active {
}

/* --------- Super Heading --------- */
.superheading {
/*	color: #000; */
	color: #f68211;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.superheading a:link, .superheading a:visited {
}

.superheading a:hover, .superheading a:active {
}

/* --------- Main Heading --------- */
.mainheading {
	display: block;
	padding: 40px 0 15px 0;
	color: #0b8adc;
	font-size: 20px;
	font-weight: bold;
}

.mainheading a:link, .mainheading a:visited {
}

.mainheading a:hover, .mainheading a:active {
}

/* --------- Sub Heading --------- */
.subheading {
	display: block;
	padding: 30px 0 15px 0;
	color: #0b8adc;
	font-size: 17px;
	font-weight: bold;
}

.subheading a:link, .subheading a:visited {
}

.subheading a:hover, .subheading a:active {
}

/* --------- Normal Text --------- */
.normaltext {
	font-size: 13px;
}

.normaltext a:link, .normaltext a:visited {
}

.normaltext a:hover, .normaltext a:active {
}

/* --------- Highlighted Normal Text --------- */
.highlightedtext {
	color: #0b8adc;	
	font-size: 13px;
	font-weight: bold;
}

.highlightedtext a:link, .highlightedtext a:visited {
}

.highlightedtext a:hover, .highlightedtext a:active {
}

/* --------- Small Text --------- */
.smalltext {
	font-size: 12px;
}

.smalltext a:link, .smalltext a:visited {
}

.smalltext a:hover, .smalltext a:active {
}

/* --------- Side Column Text --------- */
.sidecolumntext {
	colour: #2d2d2d;
	font-size: 12px;
}

.sidecolumntext a:link, .sidecolumntext a:visited {
}

.sidecolumntext a:hover, .sidecolumntext a:active {
}


/* --------- custom style settings --------- */
/* --- Website Header, Large White Text --- */
.websiteheaderlrg {
	font-family: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	font-weight: bold;
	color: #FFF;
	line-height: 28px;
}

.websiteheaderlrg a:link, .websiteheaderlrg a:visited {
}

.websiteheaderlrg a:hover, .websiteheaderlrg a:active {
}

/* --- Website Header, Medium Italic White Text --- */
.websiteheaderitalic {
	font-family: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #FFF;
}

.websiteheaderitalic a:link, .websiteheaderitalic a:visited {
}

.websiteheaderitalic a:hover, .websiteheaderitalic a:active {
}

/* --- Website Header, Small White Text --- */
.websiteheadersml {
	font-family: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}

.websiteheadersml a:link, .websiteheadersml a:visited {
	color: #FFF;
	text-decoration: underline;
}

.websiteheadersml a:hover, .websiteheadersml a:active {
	color: #FFF;
	text-decoration: underline;
}

/* --- Special Box w/ Header --- */
.whitebox1a {
	margin: 0 0 17px 0;
	width: 172px;
	width/* */:/**/170px;
	width: /**/170px;
	border: 1px solid #0566a5;
	background: #FFF;
}

#column2 #maincontent .whitebox1a {
	display: inline;
	float: right;
	margin: 10px 0 35px 35px;
}

.whitebox1b {
	padding: 5px 8px 9px 8px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #0566a5 url(../graphics/system/iconf_smlwhitebox_hdr_shadow.gif) repeat-x bottom;
}

.whitebox1c {
	padding: 10px 8px;
	font-size: 12px;
	color: #065284;
}

/* --- Special Box w/out Header --- */
.whitebox2a {
	margin: 0 0 17px 0;
	padding: 10px 8px;
	width: 172px;
	width/* */:/**/154px;
	width: /**/154px;
	font-size: 12px;
	color: #065284;
	border: 1px solid #0566a5;
	background: #FFF;
}

#column2 #maincontent .whitebox2a {
	display: inline;
	float: right;
	margin: 10px 0 35px 35px;
}

/* --- Case Study / Testimonial / Breakout Box --- */
.casestudy1a {
	display: block;
	margin: 30px 0;
	padding: 20px 0 20px 78px;
	color: #0566a5;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	vertical-align: top;
	background: url(../graphics/system/iconf_casestudybg.gif) repeat-y left;
}

.casestudyheader {
	color: #0566a5;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

/* --- Wrap Images Right --- */
.wrapimageright {
	display: inline;
	float: right;
	margin: 8px 0 35px 35px;
	text-align: left;
}

/* --- Wrap Images Left --- */
.wrapimageleft {
	display: inline;
	float: left;
	margin: 8px 35px 35px 0;
	text-align: left;
}

/* --- Thin Divider Line --- */
.thindividerline {
	display: block;
	clear: both;
	float: none;
	margin: 16px 0;
	height: 1px;
	border-bottom: 1px solid #9e9e9e;
	font-size: 1px;
	line-height: 1px;
}

/* --- Hard Break (clears wrap floats) --- */
.hardbreak {
	display: block;
	clear: both;
	float: none;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

/* --- Table which contains signup form --- */
.signupform {
	margin: 20px 0;
	padding: 15px;
	color: #0566a5;
	border: 1px solid #0566a5;
	background: #cee8f8;
}

.signupform .mainheading, 
.signupform .subheading,
.signupform .normaltext,
.signupform .smalltext,
.signupform .pageheadertitle,
.signupform .pageheadersub,
.signupform h1 {
	color: #0566a5;
	padding-top: 0;
}

/* --- Table which contains videos --- */
.videotable td {
	padding: 0 0 15px 0;
	
}

/* --- Basic list --- */
ul.basiclist {
	margin: 0 0 10px 0;
	margin-left: 2em;
	padding: 0;
}

.basiclist li {
	padding: 8px 0;
}

/* --- Table which contains email report signup --- */
#emailreports {
	margin: 20px 0;
}

#emailreports td {
	padding: 3px;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #444;
	font-family: "Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	background: #9e9e9e url(../graphics/system/iconf_pagebg.gif) repeat-x top left;
}

#toplevel {
	width: 860px;
	height: 100%;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #FFF url(../graphics/system/iconf_mainbg.gif) repeat-y center;
}

#header {
	position: absolute;
	z-index: 1;
	width: 848px;
	height: 134px;
	background: #2788c7 url(../graphics/system/iconf_headerbg.jpg) no-repeat top left;
}

#headertext {
	position: absolute;
	z-index: 1;
	margin: 26px 0 0 19px;
	width: 526px;
	height: 74px;
	color: #FFF;
}

#headeroptinbox {
	position: absolute;
	z-index: 2;
	margin: 10px 0 0 552px;
	width: 281px;
	height: 114px; 
	background: url(../graphics/system/iconf_header_optin_bg.jpg) no-repeat top left;
}

#headeroptinboxtitle {
	position: absolute;
	z-index: 1;
	margin: 12px 0 0 22px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #0566a5;
}

#headeroptinboxform {
	position: absolute;
	z-index: 2;
	margin: 38px 0 0 18px;
	width: 245px;
	text-align: left;
	vertical-align: top;
}

#headeroptinboxform td {
	padding: 0 0 4px 0;
}

#headeroptinboxform .formfieldinput {
	margin: 0 0 0 5px;
	width: 190px;
}

#headeroptinbox .joinbutton {
	margin: 91px 0 0 22px;
	width: 235px;
	text-align: center;
	border: 1px solid #FFF;
	color: #FFF;
	background: #0b8adc;
}

#deco1 {
	position: absolute;
	z-index: 2;
	margin: 134px 0 0 0;
	width: 848px;
	height: 11px;
	height/* */:/**/10px;
	height: /**/10px;	
	border-top: 1px solid #0566a5;
	background: #c1f782 url(../graphics/system/iconf_deco1bg.gif) repeat-x top;
}

#mainnavbar {
	position: absolute;
	z-index: 3;
	margin: 145px 0 0 0;
	width: 848px;
	height: 35px;
	background: #f3f3f3 url(../graphics/system/iconf_mainnavbg.gif) no-repeat top left;
}

#mainnavshadow {
	width: 658px;
	height: 5px;
	line-height: 1px;
	font-size: 1px;
	background: url(../graphics/system/iconf_mainnav_btm_shadow.gif) repeat-x top;
}

#column1 {
	padding: 0 0 0 6px;
	width: 196px;
	width/* */:/**/190px;
	width: /**/190px;
}

#column2 {
	padding: 180px 6px 0 0;
	width: 664px;
	width/* */:/**/658px;
	width: /**/658px;
}

#column1inner {
	padding: 180px 0 0 0;
}

#column1content {
	padding: 17px 9px 60px 9px;
}

#col1decoimg1 {
	width: 190px;
	height: 183px;
	background: url(../graphics/system/InstantConfidenceLogoPic.jpg) no-repeat top;
}

#maincontent {
	padding: 17px 35px 35px 14px;
}

#footcell {
	vertical-align: bottom;
}

#footer {
	margin: 0 19px 0 14px;
	padding: 5px 0;
	border-top: 1px solid #a0a0a0;
	color: #a0a0a0;
	font-size: 11px;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #a0a0a0;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #b6b6b6;
	font-weight: bold;
	text-decoration: underline;
}
