body {
	margin: 0;
	padding: 0;
	background-color: #D5D3BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	/*top: 140px;*/
}

h3, h4, h5, h6, p, form 
	{margin: 0; padding: 0;	}
p {margin-bottom: 1.5em;}
tr.even {background-color: #F5F4EF;}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066cc;
	text-align: left;
	margin: 8px 0 0 0;
	padding: 0 0 18px 0;
	font-size: 30px;
	font-weight: normal;
	background-image:  url(http://www.interaxiom.com/images/mainsiteback.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

h1.altH1 {/*this H1 is used on content pages with no right navigation column (e.g., search results, site map, etc.) */
	background-image:url(http://www.interaxiom.com/images/mainsiteback2.gif)
}

#home h1 span {display: none;}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	color: #66cc33;
}
#home h2 {
	font: 13px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 285px;
	padding: 12px; 
	background-color: #FFF;
	position: absolute;
	bottom: 0; left: 0;
}
h3 {
	/*font-size: 145%;*/
	margin-bottom: 4px;
	padding-top: 4px;
	color: #005295; font: 18px/21px Arial, Helvetica, sans-serif;
}
h4 {font-size: 118%; 
	padding: 8px 0 2px 0;}
.error {background-color:#CC0000; color: #FFFFFF; padding: 4px;}
h5 {font-size: 100%;}
h6 {font-size: 80%;}


a:link {color: #0077D4;}
a:visited {color: #3E6F97;}
a:hover {color: #B10021;}

#container {
	background-color: #FFF;
	width: 800px;
	margin: 0 auto;
	
}

#header {
	background-color: #FFFFFF;
	width: 800px;
}
#header form {
	margin: 0px;
	padding: 0px;
}
.home {	border: 0px solid #FFFFFF;}
.globalnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 30px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0077D4;
	padding-right: 8px;
	text-transform: uppercase;
	white-space: nowrap;
}
.globalnav a {
	color: #000000;
	text-decoration: none;
}
.globalnav a:visited {
	color: #000000;
	text-decoration: none;
}
.globalnav a:hover {
	color: #0077D4;
	text-decoration: underline;
}
.globalcolorbar {
	background-color: #0077d4;
}
.globalnavhome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}
.globalnavhome a {
	color: #000000;
	text-decoration: none;
}
.globalnavhome a:visited {
	color: #000000;
	text-decoration: none;
}
.globalnavhome a:hover {
	color: #0077D4;
	text-decoration: underline;
}
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-transform: capitalize;
	background-color: #FFFFFF;
	text-align: left;
	height: 20px;
	width: 800px;
	text-indent: 8px;
}
.searchfom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	width: 72px;
	vertical-align: middle;
}
#microsite {
	height: 24px;
	width: 800px;
	text-align: right;
}
.logoheader {
	height: 110px;
	width: 800px;
}
.logoheader td {
	text-align: right;
	vertical-align: bottom;
}
.jumpmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 196px;
	margin-right: 8px;
}
.email {
	margin-right: 8px; /*display: block;*/
}

/********** MAIN CONTENT & NAVIGATION **********************/
#main {
	position: relative;
	width: 800px;
	min-height: 350px;
}

#leftNav {
	width: 189px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

#leftNav a {
	border-bottom: 1px solid #0077D4;
	display: block;
	height: 23px; width: 189px;
}

#leftNav ul, #leftNav li,
#rightNav ul, #rightNav li  { /*change all Nav lists*/
	margin: 0; padding: 0; list-style: none;}
	
#leftNav li {float: left; position: relative;}
#leftNav li ul.subNav {}
#leftNav li ul {position: absolute; top: 0; display: none;}

/*******************IMAGES FOR MAIN NAV BUTTONS *******************/
#leftNav li#nav1 {background-image: url(http://www.interaxiom.com/images/btn_bc.gif);}
#leftNav li#nav2 {background-image: url(http://www.interaxiom.com/images/btn_it.gif);}
#leftNav li#nav3 {background-image: url(http://www.interaxiom.com/images/btn_os.gif);}
#leftNav li#nav4 {background-image: url(http://www.interaxiom.com/images/btn_industries.gif);}
#leftNav li#nav5 {background-image: url(http://www.interaxiom.com/images/btn_about.gif);}

/***********HIGHLIGHT BUTTON FOR ACTIVE SECTION*****************/
/*changes the button state of the "active" page. Apply the id to the <body> tag for all pages in the active section. */

#on1 #leftNav li#nav1,
#on2 #leftNav li#nav2, 
#on3 #leftNav li#nav3, 
#on4 #leftNav li#nav4, 
#on5 #leftNav li#nav5 {background-position: 0px -23px;}

/*===HOVER EFFECTS: MAKE SURE HOVER EFFECT WORKS IN ALL CIRCUMSTANCES (ACTIVE OR NOT, IE OR NOT)===========*/
#leftNav li#nav1:hover, #leftNav li#nav1.sfhover, #on1 #leftNav li#nav1:hover, #on1 #leftNav li#nav1.sfhover,
#leftNav li#nav2:hover, #leftNav li#nav2.sfhover, #on2 #leftNav li#nav2:hover, #on2 #leftNav li#nav2.sfhover,
#leftNav li#nav3:hover, #leftNav li#nav3.sfhover, #on3 #leftNav li#nav3:hover, #on3 #leftNav li#nav3.sfhover,
#leftNav li#nav4:hover, #leftNav li#nav4.sfhover, #on4 #leftNav li#nav4:hover, #on4 #leftNav li#nav4.sfhover,
#leftNav li#nav5:hover, #leftNav li#nav5.sfhover, #on5 #leftNav li#nav5:hover, #on5 #leftNav li#nav5.sfhover 
{background-position: 0px -46px;}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#leftNav ul.subNav { /*all submenus */
	background-color: #C0DDF4; width: 200px;}
	
#leftNav ul.subNav li a{
	background-image: none;
	height: auto;
	width: 192px;
	border: 0;
	padding: 4px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
}
#leftNav ul.subNav li a:link {color: #000;}
#leftNav ul.subNav li a:visited {color: #000;}
#leftNav ul.subNav li a:hover {background-color: #EAF3FB; text-decoration: underline;}

#leftNav li:hover ul, 
#leftNav li.sfhover ul { /* Displays the submenu on :hover */
	display: block; left: 189px;
}

#leftNav span { /*Hides the HTML text links, allowing button graphic backgrounds to show */
	display: none;}
	
/*************CONTENT AREA***********************/	
#content {margin: 0 220px 0 216px; padding-bottom: 40px;}
#content ul {margin-top: 2px;}

/****2 column homepage styles *******/
#home #content {margin: 0 0 0 216px; padding: 212px 12px 30px  0;}
.msHome #content {margin: 0 0 0 216px; padding: 0 12px 0 0;}

/****1 column popup style***********/
#popup #content, #admin #content {margin: 0; padding: 12px;}

#promoHome {
	position: absolute;
	top: -46px; left: 216px;
	width: 584px; height: 234px;
	background-image: url(../images/photo_homePromo.jpg);
	background-repeat: no-repeat;
}
#microPromo {margin: 0 0 12px 216px;}

.twoColumn {width: 45%; float: left; padding: 0 12px;}
.twoColumn h3 {font: 20px normal Georgia, "Times New Roman", Times, serif; margin-bottom: 8px; margin-top: 0;}
.twoColumn h3 a:link {color: #000; text-decoration: none;}
.twoColumn h3 a:visited {color: #000; text-decoration: none;}
.twoColumn h3 a:hover {color: #B10021;}
.twoColumn img.colHead{margin-bottom: 12px;}

#content ul {margin-top: 0;}

/*************RIGHT COLUMN NAVIGATION***********************/

#rightNav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 204px;
	background-color: #ECF5FC;
	
}
#rightNav ul {border: 0;}
#rightNav ul li {text-transform: uppercase;}
#rightNav ul li a{
	display: block;
	width: 188px;
	height: auto;
	text-decoration: none;
	line-height: 12px;
	padding: 8px;
	
}

#rightNav ul li a:link {color: #0077d4}
#rightNav ul li a:visited {color: #0077d4}
#rightNav ul li a:hover {background-color: #FFF; text-decoration: underline;}

#rightNav ul li a.on:link {color: #000}
#rightNav ul li a.on:visited {color: #000}
#rightNav ul li a.on:hover {background-color: #ECF5FC; text-decoration: none;}


#rightNav ul.submenu {border: 0;}
#rightNav ul.submenu li {text-transform: capitalize;}
#rightNav ul.submenu li a{
	padding: 0 0px 6px 24px;
	width: 180px;
	text-decoration: none;

	
}

#rightNav ul.submenu li a:link {color: #0077d4}
#rightNav ul.submenu li a:visited {color: #0077d4}
#rightNav ul.submenu li a:hover {background-color: #FFF; text-decoration: underline;}

#rightNav ul.submenu li a.on:link {color: #000}
#rightNav ul.submenu li a.on:visited {color: #000}
#rightNav ul.submenu li a.on:hover {background-color: #ECF5FC; text-decoration: none;}
#rColBase {
	background-image: url(http://www.interaxiom.com/images/bg_rightCol.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 80px; width: 204px;
	}

#footer {
	background-color: #ECF5FC; 
	padding: 8px; 
	text-align: center; 
	font-size: 10px; color: #666;
	clear: both;
}
#skip {display: none;}

span.togglelink {margin-bottom: 12px;  display: block;}
	
#cases, .leftColSub {
	left: 0px;
	top: 124px;
	color: #000000;
	position: absolute;
	width: 130px;
	margin-left: 59px;
	font-size: 9px;
	line-height: 11px;
}
body#home #cases {top: 220px;}

.leftColSub {top: 140px;}

.successhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0077d4;
	margin-bottom: 4px;
}

/**************POPUP SPECIFIC STYLES************************/
#popup #container, 
#popup #header, 
#popup #main {width: 550px; position: relative;}

#admin #container {width: 800px;}

#popup #header, #admin #header {border-bottom: 1px solid #0077D4;}
#popup #logo, #admin #logo {float: left; margin: 4px 16px;}

#popup #content, #admin #content{clear: both;}

#popup h1, #admin h1{background: none; font-size: 24px; display: inline; line-height: 60px;}
#popup h3, #admin h3{margin: 4px 0 8px 0; color: #0077D4; font: 18px/21px Arial, Helvetica, sans-serif; clear: both;}

#filter {position: absolute; top: 0; right: 0; margin: 8px 0; width: 200px; clear: both; font-size: 24px;}

.backLink {margin-bottom: 24px; height: 20px; text-transform: uppercase; font-size: 10px;}
.backLink a{
	padding-left: 12px;
	background-image:url(http://www.interaxiom.com/images/icon_back.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.requiredFields {
	color: #990000;
}
.closeWindow {
	float: right; height: 20px; text-transform: uppercase; font-size: 10px;
}
.closeWindow a, a.closeWindow {	
	padding-right: 16px;
	background-image:url(http://www.interaxiom.com/images/icon_close.gif);
	background-position: 100% 70%;
	background-repeat: no-repeat;
	text-decoration: none;
}

/**************TABLE/FORM SPECIFIC STYLES************************/
table.readData {margin-bottom: 6px;}
table.readData th {
	background-color: #EBEAE0; 
	font-size: 11px; text-align: left; 
	border-left: 1px solid #FFF; 
	padding: 4px;}
table.readData td {
	padding: 4px 6px; 
	border-bottom: 1px solid #EBEAE0;}
	
table.horz th {text-align: right; border-bottom: 1px solid #FFF;}
table.horz td {border: 0;}

table.writeForm th {
	font-size: 11px; text-align: right; 
	line-height: 1.25em;
	padding: 4px;}
table.writeForm td {
	padding: 4px 6px; }

table.nested td {padding: 0; line-height: 1.25em;}


/**************Press Releases**********************/
#content.pr h3 {border: 1px solid #CCC; border-left: 0; border-right: 0; padding: 8px 0 8px 0;}
#content.pr h5 {color: #084887; font-style: italic; padding: 8px 0 8px 0;}
.hide {
	display: none;
}

.date {margin-bottom: 2px; font-style: italic;}

/**************Content Area Embellishments (pullquotes, callouts, floating elements, etc.)**********************/
.quote {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #0077D4;
	background-color: #EFF6FE;
	padding: 8px;
	margin: 0 4px;
	line-height: 1.5em;
	float: right;
	width: 200px;
}
.quote span.name {font-size: 13px;
	font-weight: normal;
	display: block;
}
.callout {
	margin: 8px auto;
	width: 145px;
	border: 1px solid #ccc;
	text-align: center;
}
.callout img {margin: 6px;}
.callout p {
	background-color: #E8E8CA; color:#666;
	text-align: left; 
	padding: 4px; margin: 0;
	font-size: 10px; line-height: 1.2em; 
}
.floatR {float: right; margin: 0 0 0 6px;}
.floatL {float: left; margin: 0 6px 0 0;}

img.eventLogos {/*width: 135px;*/}

#recommendedBooks td { /*Creative Services Book list */
	width: 50%;
	vertical-align: top;
	padding: 4px;
	font-size: 10px;
	line-height: 1.2em;
	text-align: left;
}
#recommendedBooks a, #recommendedBooks img {display: block; margin-bottom: 4px;}

.eventItem  {margin-bottom: 20px;}
.eventItem p {margin-bottom: 2px;}
.eventItem p.series {font-size: 10px; color: #999;  margin-bottom: 0;}
ul.adminNav, ul.adminNav li {margin: 0px; padding: 0px;	list-style-type: none;}
ul.adminNav {padding-top: 20px;}
ul.adminNav li {display: inline; float: left; text-align: center;}
ul.adminNav a {display: block; width: 125px; padding: 8px; background-color:#FFFFFF; text-decoration: none;}
		
ul.adminNav a:link {color: #73C167; text-decoration: underline;}
ul.adminNav a:visited {color: #73C167; text-decoration: underline;}
ul.adminNav a.a1 {width: 125px;}
ul.adminNav a.a2 {border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
ul.adminNav a.on {background-color: #FFFFFF; text-decoration: none;} 
ul.adminNav a.on:link {color: #000;}

tr.odd {background-color:#EAEAEA;}

.webinarDetail {
	border-top: 2px solid #ccc;

	padding-bottom: 12px;
	margin-bottom: 8px;
}
dl {margin-top: 0;}
dt {font-weight: bold; margin-top: 6px;}
dd {margin-left: 0; padding: 0 0 8px 16px; border-bottom: 1px solid #CCC;}
