/* GENERAL STYLES */
/* ---------------------------------- */
/* ---------------------------------- */
body {
	font-size: 11px;
	font-family: Arial, Tahoma, Sans-Serif;
	color: #666;
	line-height: 13px;
	background-color: #AAA;
	border: 0;
	margin: 0;
	}

h1,
.Title {
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
	}
h2,
h3,
h4,
h5 {
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
	}
h2	{
	text-transform: uppercase;
	padding-bottom: 1em;
	}
h3	{
	padding-bottom: 0.3em;
	}
h5,
.SubTitle {
	font-style: italic;
	font-weight: normal;
	line-height: 1.3em;
	}
p {
	margin: 0.8em 0 0.8em 0;
	padding: 0;
	line-height: 14px;
	}

img {
	border: 0;
	}
hr {
	clear: both;
	display: block;
	height: 1px;
	background-color: #CCC;
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	}

form {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.2em;
	}

a:link,
a:visited {
	color: #0072bc;
	text-decoration: none;
	}
a:hover,
a:active {
	color: #0072bc;
	text-decoration: none;
	}
a.More {
	padding: 0 0 0 10px;
	background: url(/custom/images/more-carats.gif) no-repeat 0 50%;
	}

/* ---------------------------------- */
/* ---------------------------------- */

.mceContentBody,
.mceEditorIframe {
	/* TinyMCE Editor */
	background-color:#FFFFFF;
	}
.mceContentbody a,
.mceEditorIframe a {
	color: #00C;
	text-decoration: underline;
	}

/* ---------------------------------- */
/* ---------------------------------- */

.Wrapper, 
.WrapperHome {
	width: 800px;
	min-height: 575px;
	height: auto !important;
	height: 575px;	/* KLUDGE for IE6's lack of support for min-height */
	border: solid 0px #999;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(/custom/images/univ/bg-main-home.gif) repeat-y left top;
	}
.Wrapper3 {
	width: 800px;
	min-height: 575px;
	height: auto !important;
	height: 575px;	/* KLUDGE for IE6's lack of support for min-height */
	border: solid 0px #999;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(/custom/images/univ/bg-main-orange-3col.gif) repeat-y left top;
	}

/* ---------------------------------- */
/* ---------------------------------- */

.Branding {
	height: 30px;
	margin: 0;
	padding: 0;	
	}
.Organization {
	float: left;
	height: 30px;
	width: 132px;
	line-height: 30px;
	background-color: #000;
	color: #FFF;
	background: #000;
	}
.TagLine {
	float: right;
	height: 30px;
	width: 668px;
	line-height: 30px;
	color: #000;
	background: #FFF url(/custom/images/univ/buildiq-tagline_2.gif) no-repeat 33px 50%;
	}
.Logins {
	width: 668px;
	display: inline;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	}
.Logins ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.Logins li {
	display: inline; /* :KLUDGE: Remove large gaps in IE/Win */
	}
.Logins li a {
	background: url(/custom/images/univ/navbutton-small-square-yell.gif) no-repeat right 50%;
	padding-right: 16px;
	margin-left: 12px;
	margin-right: 9px;
	}
.Logins li a:link,
.Logins li a:visited,
.Logins li a:hover,
.Logins li a:active {
	color: #000;
	}
/* ---------------------------------- */
.Hero {
	clear: both;
	height: 84px;
	background: #999;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: relative; /* so the GoToStore image and NavGlobal can be positioned absolutely */
	}
.Hero .GoToStore {
	position: absolute;
	right: 6px;
	top: 26px;
	margin: 0;
	padding: 0;
	}
	
/* ---------------------------------- */
.Hero .NavGlobal {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 17px;
	line-height: 17px;
	margin-left: 132px;
	width: 668px;
	color: #000;
	background: #e9e9e9 url(/custom/images/univ/bg-globalnav-main.gif) repeat-x 0 0;
	}
.NavGlobal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
	}
.NavGlobal li {
	width: 132px;
	border-left: 1px solid #666;
	padding: 0;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	display: inline; /* :KLUDGE: Remove large gaps in IE/Win */
	}
.NavGlobal li.first {
	border-left: 0;
	}
.NavGlobal li.wide {
	/* KLUDGE to fill the remianing pixels after dividing the available space for five buttons */
	width: 136px;
	}
.NavGlobal li a {
	display: block;
	}
.NavGlobal li a:link,
.NavGlobal li a:visited {
	display: block;
	color: #4d4d4d;
	}
.NavGlobal li a:hover,
.NavGlobal li a:active {
	display: block;
	background: #999 url(/custom/images/univ/bg-globalnav-current.gif) repeat-x;
	color: #FFF;
	}
.NavGlobal li.current {
	background: #999 url(/custom/images/univ/bg-globalnav-current.gif) repeat-x;
	color: #FFF;
	}
.NavGlobal li.current a:link,
.NavGlobal li.current a:visited,
.NavGlobal li.current a:hover,
.NavGlobal li.current a:active {
	color: #FFF;
	}

/* ---------------------------------- */
.NavMain {
	height: 17px;
	line-height: 17px;
	margin-left: 0; /* formerly,  132px; */
	color: #000;
	background: #e9e9e9 url(/custom/images/univ/bg-navbar-main.gif) repeat-x;
	}
.NavMain ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.NavMain li {
	width: 132px;
	border-left: 1px solid #666;
	padding: 0;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	display: inline; /* :KLUDGE: Remove large gaps in IE/Win */
	}
.NavMain li.first {
	border-left: 0;
	}
.NavMain li.wide {
	/* KLUDGE to fill the remianing pixels after dividing the available space for five buttons */
	width: 136px;
	}
.NavMain li a {
	display: block;
	}
.NavMain li a:link,
.NavMain li a:visited {
	display: block;
	color: #000;
	}
.NavMain li a:hover,
.NavMain li a:active {
	display: block;
	background: #999 url(/custom/images/univ/bg-navbar-current.gif) repeat-x;
	color: #FFF;
	}
.NavMain li.current {
	background: #999 url(/custom/images/univ/bg-navbar-current.gif) repeat-x;
	color: #FFF;
	}
.NavMain li.current a:link,
.NavMain li.current a:visited,
.NavMain li.current a:hover,
.NavMain li.current a:active {
	color: #FFF;
	}
.NavMain li.home {
	width: 132px;
	border: 0;
	background-color: #feb835;
	}
.NavMain li.home a,
.NavMain li.home a:link,
.NavMain li.home a:visited,
.NavMain li.home a:hover,
.NavMain li.home a:active {
	background: #feb835 url(/custom/images/univ/icon-home-yellowbar.gif) no-repeat scroll 0pt 50%;
	color: #000;
	padding-left: 15px;
	display: inline;
	}


/* ---------------------------------- */
.BottomBar {
	clear: both;
	height: 34px;
	line-height: 34px;
	background-color: #e6e6e6;
	position: relative; /* to allow sidebar logo to be absolutely positioned */
	}
.SideBranding {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 86px;
	width: 132px;
	top: -86px;
	background: #feb835 url(/custom/images/univ/logo-iq-yellowbar.gif) no-repeat 50% bottom;
	}
.eNewsletter {
	float: left;
	width: 139px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: #CCC url(/custom/images/univ/enewsletter-logo.gif) no-repeat 0 0;
	}
.SponsorBar {
	float: left;
	height: 34px;
	width: 661px; /* KLUDGE for IE6, which wants to add 3px to the width and wrap the sponser bar. Actual width is 661px */
	background-color: #e6e6e6;
	}

/* ---------------------------------- */
.Footer {
	height: 15px;
	line-height: 15px;
	background-color: #000;
	padding-left: 152px;
	}
.Footer a.Link {
	color: #FFF;
	text-transform: none;
	}
.Footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.Footer li {
	padding: 0 25px 1px 25px;
	text-align: center;
	font-size: 9px;
	display: inline; /* :KLUDGE: Remove large gaps in IE/Win */
	}
/* ---------------------------------- */
.Main {
	min-height: 410px;
	height: auto !important;
	height: 410px;	/* KLUDGE for IE6's lack of support for min-height */
	width: 800px;
	color: #000;
	}
/* ---------------------------------- */
/* ---------------------------------- */

.Wrapper .MainContent,
.WrapperHome .MainContent {
	float: right;
	width: 622px;
	min-height: 355px;
	height:auto !important;
	height:355px;	/* KLUDGE for IE6's lack of support for min-height */
	padding: 20px 9px 18px 30px;
	margin: 0;
	}
.Wrapper3 .MainContent {
	float: left;
	width: 474px;
	min-height: 355px;
	height:auto !important;
	height:355px;	/* KLUDGE for IE6's lack of support for min-height */
	padding: 20px 18px 18px 30px;
	margin: 0;
	}
.MainContent .WideSection p {
	width: 580px;
	}
.MainContent .Header {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 0 10px 0;
	height: 41px;
	width: 480px;
	}
.MainContent .Header img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	}
.MainContent .Header h5 {
	float: left;
	width: 420px;
	display: inline;
	margin: 0;
	padding: 0;
	}
.MainContent h1.One,
.MainContent h2.One,
.MainContent h1.Two,
.MainContent h2.Two,
.MainContent h1.Three,
.MainContent h2.Three,
.MainContent h1.Four,
.MainContent h2.Four {
	padding: 3px 0 8px 25px;
	font-size: 11px;
	text-transform: uppercase;
	}
.MainContent h1.One,
.MainContent h2.One {
	background: transparent url(/custom/images/univ/ICON-one-white.gif) no-repeat left 0px;
	}
.MainContent h1.Two,
.MainContent h2.Two {
	background: transparent url(/custom/images/univ/ICON-two-white.gif) no-repeat left 0px;
	}
.MainContent h1.Three {
	padding: 3px 0 8px 5px;
	}

.MainContent h2.Three {
	background: transparent url(/custom/images/univ/ICON-three-white.gif) no-repeat left 0px;
	}
.MainContent h1.Four,
.MainContent h2.Four {
	background: transparent url(/custom/images/univ/ICON-four-white.gif) no-repeat left 0px;
	}

.MainContent .ContentBody {
	clear: both;
	display: inline;
	}
.MainContent ul {
	margin: 0;
	padding: 4px 10px 4px 10px;
	list-style: square;
	}
.MainContent li {
	margin: 0 10px 10px 13px;
	padding: 0;
	}
.MainContent .Note {
	color: #999;
	margin: 1em 0;
	padding: 0;
	font-size: 9px;
	line-height: 1.2em;
	}
.MainContent .Hammer {
	background: transparent url(/custom/images/univ/LOGO-biq-hammer-white.gif) no-repeat left 0px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 5px;
	}
.MainContent .NextPage {
	clear: both;
	float: right;
	display: inline;
	}
.MainContent .ReturnLink {
	clear: both;
	float: right;
	display: inline;
	width: 90px;
	text-align: center;
	}
.MainContent .ReturnLink a,
.MainContent .ReturnLink a:link,
.MainContent .ReturnLink a:visited,
.MainContent .ReturnLink a:hover,
.MainContent .ReturnLink a:active {
	color: #000;
	}


/* ---------------------------------- */
/* ---------------------------------- */

.SideBarRight {
	float: right;
	min-height: 393px;
	height: auto !important;
	height: 393px;	/* KLUDGE for IE6's lack of support for min-height */
	width: 132px;
	background-color: #feb835;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	position: relative;
	}
.SideBar {
	float: left;
	min-height: 393px;
	height: auto !important;
	height: 393px;	/* KLUDGE for IE6's lack of support for min-height */
	width: 132px;
	margin-right: 7px;
	background-color: #feb835;
	color: #000;
	line-height: 14px;
	position: relative;
	}
.SideBarRight .SideContent {
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 4px;
	}
.SideBar .SideContent {
	padding-left: 15px;
	padding-top: 20px;
	}
.SideBar .SideContent p {
	margin: 0;
	padding-right: 4px;
	padding-bottom: 1.2em;
	}
.SideBar .SideContent .List ul {
	margin:0 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:12px;
	/* white-space:nowrap; */
	text-transform:uppercase;
	font-weight:bold;
}
.SideBar .SideContent .List ul li{
	margin:0 0 15px 0;
	}
.SideBar .SideContent .List ul ul {
	margin:0 0 0 1px;
	padding:5px 0 0 0;
	list-style-type:none;
	font-size:11px;
	text-transform:none;
	font-weight:normal;	
	}
.SideBar .SideContent .List ul ul li{
	margin:0;
	padding:1px 0 0 10px;
	}
.SideBar a,
.SideBar a:link,
.SideBar a:visited,
.SideBar a:hover,
.SideBar a:active {
	color: #0072BC;
	}
.SideBar a.More,
.SideBar a.More:link,
.SideBar a.More:visited,
.SideBar a.More:hover,
.SideBar a.More:active {
	padding: 0 0 0 9px;
	background: url(/custom/images/univ/more-carats-yellowbar.gif) no-repeat 0 50%;
	color: #000;
	}
.SideBar h1,
.SideBarRight h1 {
	background: transparent url(/custom/images/univ/LOGO-biq-hammer-yellow.gif) no-repeat left 0px;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 0 8px 25px;
	}
.SideBar h2 {
	text-transform: none;
	}

/* ---------------------------------- */
/* HOME                               */
/* ---------------------------------- */
.HomeContent h1 {
	color: #4D4D4D;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 40px 0;
	padding: 0;
	}

.HomeContent1, 
.HomeContent2 {
	float: left;
	width: 266px;
	display: inline;
	text-align: center;
	}
.HomeContent1 {
	border-right: 4px solid #CCCECF;
	height: 300px;
	margin-right: 28px;
	padding-right: 28px;
	}
.HomeContent1 h2, 
.HomeContent2 h2 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	}
.HomeContent1 p,
.HomeContent2 p {
	padding: 7px 20px 0 20px;
	}
.HomeContent1 img,
.HomeContent2 img {
	margin: 0;
	}
.HomeContent1 img.Action {
	margin-top: 30px;
	margin-right: 10px;
	}
.HomeContent2 img.Action {
	margin-top: 30px;
	margin-left: 4px;
	}

/* ---------------------------------- */
/* CLIENTS                            */
/* ---------------------------------- */
.Logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.Logos li {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0 8px 8px 0;
	}
.Logos li a {
	height: 100%; 
	vertical-align: middle;
	}
.Logos li img {
	height: 100%; 
	vertical-align: middle;
	}

table.LogoTable {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	}
table.LogoTable td {
	width: 33%;
	text-align: center;
	padding: 4px 0;
	}

/* ---------------------------------- */
/* COURSE LIST                        */
/* ---------------------------------- */
.CourseListContent {
	margin: 5px 0 0 0;
	padding: 0;
	}
.CourseListContent div {
	float: left;
	}
.CourseListColumn1 {
	width: 248px;
	}
.CourseListColumn1 table {
	width: 247px;
	}
.CourseListColumn2 {
	margin: 0 0 0 23px;
	width: 218px;
	}
.CourseListColumn2 table {
	width: 217px;
	}
.CourseListColumn3 {
	margin: 0 0 0 23px;
	width: 100px;
	text-align: center;
	}
h2.BlackSquare {
	background: transparent url(/custom/images/univ/course-square-black.gif) no-repeat scroll 0%;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0 0 0 13px;
	}
td.Boxes img {
	border: 0;
	margin: 0;
	padding: 0 0 0 3px;
	float: right;
	display: inline;
	}
.CourseListContent table tr td {
	border-bottom: 1px solid #C9CACB;
	padding: 3px 0;
	}
.CourseListContent table tr td.Boxes {
	border-bottom: 1px solid #C9CACB;
	padding: 3px 0;
	width: 50px;
	}
.CourseListContent table tr td.Boxes2 {
	border-bottom: 1px solid #C9CACB;
	padding: 3px 0;
	width: 50px;
	}
.CourseListContent table tr td.Boxes div,
.CourseListContent table tr td.Boxes2 div {
	float: right;
	}
.CourseListContent table tr td.header {
	background-color: #D1D2D4;
	border-bottom: 0;
	color: #58595B;
	font-size: 10px;
	padding: 1px 0 1px 4px;
	text-transform: uppercase;
	}
.CourseListContent table tr td a {
	color: #000000;
	float: left;
	font-size: 10px;
	}
.CourseListColumn3 a {
	width: 100px;
	color: #000000;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 22px 0 0 0;
	}
.CourseListColumn3 span {
	width: 100px;
	color: #000000;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 22px 0 0 0;
	}
.CourseListContent .NextPage {
	padding: 15px 0 0 191px;
	}

/* ---------------------------------- */
/* PURCHASE COURSE                    */
/* ---------------------------------- */
.PurchaseCourseContent {
	margin: 5px 0 0 0;
	padding: 0;
float: left;
display: inline;
	}
.PurchaseCourseContent div {
	float: left;
	display: inline;
	}
.PurchaseCourseContent table tr td.AddToCart {
	margin: 0;
	padding: 0 0 0 6px;
	width: 69px;
	}
.PurchaseCourseContent table tr td input.submit {
	width: 69px;
	height: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0 0 1px 0; 
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	font-size: 8px;
	text-align: center;
	text-transform: uppercase;
	background-color: #FEB835;
	color: #333;
	}
.PurchaseCourseContent table tr td input.submit:hover {
	background-color: #648938;
	color: #FFF;
	}
.PurchaseCourseContent table tr td input.submittoemail {
	width: 69px;
	height: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0 0 1px 0; 
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	font-size: 8px;
	text-align: center;
	text-transform: uppercase;
	background-color: #648938;
	color: #ffffff;
	}
.PurchaseCourseColumn1 {
	width: 298px;
	}
.PurchaseCourseColumn1 table {
	width: 297px;
	}
.PurchaseCourseColumn2 {
	margin: 0 0 0 28px;
	width: 281px;
	}
.PurchaseCourseColumn2 table {
	width: 280px;
	}
.PurchaseCourseContent table tr td {
	border-bottom: 1px solid #C9CACB;
	padding: 3px 0;
	}
.PurchaseCourseContent table tr td.header {
	background-color: #D1D2D4;
	border-bottom: 0;
	color: #58595B;
	font-size: 10px;
	padding: 1px 0 1px 4px;
	text-transform: uppercase;
	}
.PurchaseCourseContent table tr td a {
	color: #000000;
	float: left;
	font-size: 10px;
	}
.PurchaseCourseContent .Checkout {
	padding: 30px 0 0 45px;
	}
.PurchaseCourseContent .ViewCart {
	padding: 30px 0 0 45px;
	}


/* ---------------------------------- */
/* COURSE DEMO                        */
/* ---------------------------------- */
.CourseDemoContent {
	padding: 0;
	}
.CourseDemoContent div {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	}
.CourseDemoContent .CourseDemoCol2 {
	margin: 0;
	}
.CourseDemoCol1,
.CourseDemoCol3 {
	width: 170px;
	}
.CourseDemoCol1 p,
.CourseDemoCol3 p {
	font-weight: normal;
	margin: 0 0 15px 0;
	}
.CourseDemoCol1 p a,
.CourseDemoCol1 p a:link,
.CourseDemoCol3 p a,
.CourseDemoCol3 p a:link{
	font-weight: bold;
	}
.CourseDemoCol2 img {
	margin: 0;
	}
.Preload {
	display: none;
	}

/* ---------------------------------- */
/* COMPANY TRAINING                   */
/* ---------------------------------- */
.MoreInfo {
clear: both;
float: right;
padding: 0 7px 0 0;
}

/* ---------------------------------- */
/* PROGRAM OPTIONS                    */
/* ---------------------------------- */
.ProgramOptionsIcons {
	margin: 0;
	padding: 30px 0 0 0;
	}
.ProgramOptionsIcons div {
	float: left;
	}
.ProgramOptionsIcons div img {
	margin: 0 5px 0 5px;
	}


/* ---------------------------------- */
/* POPUP WINDOWS                      */
/* ---------------------------------- */
.Popup .MainContent {
	background: #FFFFFF url(/custom/images/univ/bg-popupC.gif) repeat-x bottom left;
	margin: 0;
	padding: 10px 15px 30px 15px;
	color: #333;
	}
.Popup .CloseWindow {
	background: transparent url(/custom/images/univ/navbutton-small-square-yell.gif) no-repeat scroll 0%;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 17px;
	}

.Popup .MainContent ul{
	margin:0 0 0 25px;
	padding:0;
	}

.Popup .MainContent li{
	padding:0px 0 2px 0;
	margin:0;
	}

.Popup .note {
	padding-left: 15px;
	}





/* ---------------------------------- */
/* TODO: article is used on some of the news pages */
/* TODO: become consistent with .widesection... is it needed? How to handle margins and padding consistently? */
/* ---------------------------------- */




/* ---------------------------------- */
/* NEWS/EVENTS                        */
/* ---------------------------------- */
.NewsEvents .WideSection {
	min-height: 340px;
	height: auto !important;
	height: 340px;	/* KLUDGE for IE6's lack of support for min-height */
	width: 619px;
	margin: 0;
	padding: 0;
	}
.NewsEvents .WideSection p {
	clear: both;
	float: left;
	display: inline;
	width: 515px;
	margin: 0 0 23px 0;
	padding: 0;
	}
.NewsEvents .WideSection p img {
	float: left;
	display: inline;
	padding: 0 13px 0 0;
	}
.NewsEvents .WideSection p .Detail {
	float: left;
	display: inline;
	width: 409px;
	}
/* ---------------------------------- */
.NewsEvents .Header {
	float: left;
	width: 400px;
	display: inline;
	margin: 0;
	padding: 0 0 24px 0;
	}
.NewsEvents .Header h5 {
	float: left;
	width: 340px;
	display: inline;
	margin: 0;
	padding: 0;
	}
/* ---------------------------------- */
.NewsEvents .ArchiveLinks {
	float: right;
	width: 215px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	}
.NewsEvents .ArchiveLinks ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.NewsEvents .ArchiveLinks li {
	text-align: right;
	}
.NewsEvents .ArchiveLinks li.AllNews {
	padding-bottom: 9px;
	}
.NewsEvents .ArchiveLinks li a {
	background: url(/custom/images/navbutton-small-square-yell.gif) no-repeat right 50%;
	margin-left: 12px;
	margin-right: 26px;
	padding-right: 16px;
	}
.NewsEvents .ArchiveLinks li a:link,
.NewsEvents .ArchiveLinks li a:visited,
.NewsEvents .ArchiveLinks li a:hover,
.NewsEvents .ArchiveLinks li a:active {
	color: #000;
	}

/* ---------------------------------- */
.NewsEvents .SideContent p {
	padding-bottom: 10px;
	}
.NewsEvents .SideContent .Header {
	margin-top: 15px;
	width: 108px;
	color: #FFF;
	padding: 0;
	}
.NewsEvents .SideContent .Header h1 {
	float: right;
	width: 73px;
	color: #FFF;
	}
.NewsEvents .SideContent .Header img {
	float: left;
	width: 30px;
	margin-right: 5px;
	}
/* ---------------------------------- */
/* ARTICLE MAIN PAGE (and some news pages)                  */
/* ---------------------------------- */
.ArticleMain .ArticleWrapper {
	min-height: 288px;
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
	}
.ArticleMain .ArticleBody {
	float: left;
	display: inline;
	width: 529px;
	min-height: 260px;
	padding: 0;
	}
.ArticleMain .ArticleTools {
	float: left;
	display: inline;
	width: 61px; 
	margin: 0;
	padding: 0 0 0 30px;
	}
/* ---------------------------------- */
.ArticleMain .ArticleTools p {
	margin: 0 0 30px 0;
	padding: 0;
	}
.ArticleMain .ArticleTools a {
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000;
	}
/* ---------------------------------- */
.ArticleMain .Header {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 480px;
	}
.ArticleMain .Header img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	}
.ArticleMain .Header h5 {
	float: left;
	width: 420px;
	display: inline;
	margin: 0;
	padding: 0;
	}
/* ---------------------------------- */
.ArticleMain .SideContent .Header {
	margin-top: 15px;
	width: 108px;
	color: #FFF;
	}
.ArticleMain .SideContent .Header h1 {
	float: right;
	width: 73px;
	color: #FFF;
	}
.ArticleMain .SideContent .Header img {
	float: left;
	width: 30px;
	margin-right: 5px;
	}
.ArticleMain .SideContent .Header p {
	clear: both;
	margin-left: 36px;
	padding-top: 2px;
	}
/* ---------------------------------- */
.ArticleMain p {
	clear: both;
	margin: 0;
	padding-bottom: 1em;
	}
.ArticleMain ul,
.ArticleMain ol {
	font-size: 11px;
	line-height: 1.2em;
	}
.ArticleMain .ArticleBody p {
	padding: 0 0 1.2em 0;
	clear: none;
	}
.ArticleMain .ArticleBody p .Blurb {
	color: #666;
	}
.ArticleMain .ArticleBody p.prDoublespaced {
	line-height: 1.6em;
	}
.ArticleMain .ArticleBody ul,
.ArticleMain .ArticleBody ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	}
.ArticleMain .ArticleBody li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	}

/* ---------------------------------- */
/* ---------------------------------- */


/* ---------------------------------- */
/* ABOUT US                           */
/* ---------------------------------- */
.About .SideBar p {
	margin: 0;
	padding: 0 17px 8px 12px;
	}
.FaceBook .Row {
	/* a UL element */
	float: left;
	/* width: 619px; */
	list-style: none;
	margin: 0;
	padding: 0 0 16px 65px;
	font-size: 11px;
	}
.FaceBook li {
	float: left;
	width: 127px;
	margin: 0;
	padding: 0;
	}
.FaceBook li.Last {
	width: 111px;	/* :KLUDGE: Make the last item a little narrower to keep the overall size within its container */
	}

/* ---------------------------------- */
/* ---------------------------------- */



.ContactUs p,
.NewsletterSignup p, 
.DemoRequest p {
	width: 575px;
	margin-top: 0;
	margin-bottom: 0;
	height: 60px;
	}

/* ---------------------------------- */
/* HIDE FORM FIELDS FROM SOME PAGES */
.ContactUs .AutoFormPlus .i_am_interested_in_a_demo_within_the_next_li {
	display: none;
	}
.NewsletterSignup .AutoFormPlus .i_am_interested_in_a_demo_within_the_next_li,
.NewsletterSignup .AutoFormPlus .add_me_to_your_mailing_list_li,
.NewsletterSignup .AutoFormPlus .send_me_your_best_practices_e-newsletter_li {
	display: none;
	}

/* ---------------------------------- */



/* ---------------------------------- */
/* AUTO FORM PLUS                     */
/* ---------------------------------- */
.AutoFormPlus {
	font-size: 11px;
	position: relative;	/* NOTE: to enable using absolutely positioned items later */
	z-index: 21;
	}
/* ---------------------------------- */
.AutoFormPlus .vsummary {
	/* see http://www.aplus.co.yu/lab/z-pos/index5.php for making this work in IE6 & IE7 */
	position: absolute;
	left: -148px;
	width: 91px;
	height: 280px;
	z-index: 10;
	top: -60px;
	}
.AutoFormPlus .vsummary ul {
	margin: 0;
	padding: 0;
	}
.AutoFormPlus .vsummary li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 8px 0;
	color: #ad3829;
	font-weight: bold;
	line-height: 1.2em;
	}
/* ---------------------------------- */
.AutoFormPlus p {
	/* the thank you notice */
	font-weight: bold;
	}
/* ---------------------------------- */
.AutoFormPlus fieldset {
	position: relative;	/* NOTE: to enable using absolutely positioned items later */
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	height: 0;		/* NOTE: to enable IE7 positioning of all fieldsets at the same position */
	}
.AutoFormPlus ul {
	margin: 0;
	padding: 0;
	}
.AutoFormPlus li {
	display: block;
	list-style: none;
	padding:  0;
	margin: 0;
	clear: both;
	}
.AutoFormPlus label	{
	width: 135px; 
	}
/* ---------------------------------- */
.AutoFormPlus li table {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	}
.AutoFormPlus li table input {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	}
.AutoFormPlus li table label {
	float: left;
	padding-left: 5px;
	}
/* ---------------------------------- */
.AutoFormPlus br {
	clear: both;
	}
/* ---------------------------------- */
/*.AutoFormPlus span {
	display: block; 
	}*/
/* ---------------------------------- */
.AutoFormPlus input {
	float: left; 
	margin: 0 0 12px 0;
	width: 135px;
	border: 1px solid #1E3E55;
	}
.AutoFormPlus .required input,
.AutoFormPlus .required select {
	background-color: #f7f9a0;
	}

.AutoFormPlus textarea {
	float: left; 
	margin: 0;
	width: 290px;
	height: 80px;
	border: 1px solid #1E3E55;
	}
.AutoFormPlus select {
	float: left; 
	margin: 0 0 26px 0;
	width: 145px;
	border: 1px solid #1E3E55;
	}
.AutoFormPlus input.button {
	height: auto;
	}
.AutoFormPlus li.required label strong {
	font-weight: bold;
	font-style: normal;
	}
/* ---------------------------------- */
				


/* ---------------------------------- */
/* CONTACT US FORM SPECIFICS - CONTROLS */
/* ---------------------------------- */
.AutoFormPlus .how_did_you_hear_about_BuildIQ_li select {
	position: absolute;
	top: 14px;
	left: 0;
	}
.AutoFormPlus .i_am_interested_in_a_demo_within_the_next_li select {
	position: absolute;
	top: 14px;
	left: 215px;
	}
* html .AutoFormPlus .i_am_interested_in_a_demo_within_the_next_li select {
	/* IE6 Fix --- fieldsets always have height in IE6, so we need to push this item above the previous fieldset */
	top: -170px;
	}
.AutoFormPlus .first_name_li input {
	position: absolute;
	top: 76px;
	left: 0;
	}
.AutoFormPlus .last_name_li input {
	position: absolute;
	top: 76px;
	left: 155px;
	}
.AutoFormPlus .company_li input {
	position: absolute;
	top: 76px;
	left: 310px;
	}
.AutoFormPlus .job_title_li input {
	position: absolute;
	top: 76px;
	left: 465px;
	}
.AutoFormPlus .address_1_li input {
	position: absolute;
	top: 120px;
	left: 0;
	}
.AutoFormPlus .city_li input {
	position: absolute;
	top: 120px;
	left: 155px;
	}
.AutoFormPlus .state_li input {
	position: absolute;
	top: 120px;
	left: 310px;
	}
.AutoFormPlus .zip_code_li input {
	position: absolute;
	top: 120px;
	left: 465px;
	}
.AutoFormPlus .address_2_li input {
	position: absolute;
	top: 150px;
	left: 0;
	}
.AutoFormPlus .questions_and_comments_li textarea {
	position: absolute;
	top: 168px;
	left: 155px;
	height: 100px;
	}
.AutoFormPlus .add_me_to_your_mailing_list_li table {
	position: absolute;
	top: 165px;
	left: 465px;
	margin: 0;
	padding: 0;
	width: 155px;
	}
.AutoFormPlus .send_me_your_best_practices_e-newsletter_li table{
	position: absolute;
	top: 205px;
	left: 465px;
	margin: 0;
	padding: 0;
	width: 155px;
	}
.AutoFormPlus .email_li input {
	position: absolute;
	top: 192px;
	left: 0;
	}
.AutoFormPlus input.button {
	position: absolute;
	top: 245px;
	left: 465px;
	width: 134px;
	height: 19px;
	margin: 0;
	padding: 0 0 2px 0;
	border: 0;
	background: transparent url(/custom/images/button-blank.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	font-size: 9px;
	font-weight: bold;
	line-height: 17px;
	}
/* ---------------------------------- */
/* CONTACT US FORM SPECIFICS - LABELS */
/* ---------------------------------- */
.AutoFormPlus .how_did_you_hear_about_BuildIQ_li label {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	}
.AutoFormPlus .i_am_interested_in_a_demo_within_the_next_li label {
	position: absolute;
	top: 0;
	left: 215px;
	width: 350px;
	}
* html .AutoFormPlus .i_am_interested_in_a_demo_within_the_next_li label {
	/* IE6 Fix --- fieldsets always have height in IE6, so we need to push this item above the previous fieldset */
	top: -184px;
	}
.AutoFormPlus .first_name_li label {
	position: absolute;
	top: 62px;
	left: 0;
	}
.AutoFormPlus .last_name_li label {
	position: absolute;
	top: 62px;
	left: 155px;
	}
.AutoFormPlus .company_li label {
	position: absolute;
	top: 62px;
	left: 310px;
	}
.AutoFormPlus .job_title_li label {
	position: absolute;
	top: 62px;
	left: 465px;
	}
.AutoFormPlus .address_1_li label {
	position: absolute;
	top: 106px;
	left: 0;
	}
.AutoFormPlus .city_li label {
	position: absolute;
	top: 106px;
	left: 155px;
	}
.AutoFormPlus .state_li label {
	position: absolute;
	top: 106px;
	left: 310px;
	}
.AutoFormPlus .zip_code_li label {
	position: absolute;
	top: 106px;
	left: 465px;
	}
.AutoFormPlus .address_2_li label {
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
	}
.AutoFormPlus .questions_and_comments_li label {
	position: absolute;
	top: 154px;
	left: 155px;
	height: 100px;
	}
.AutoFormPlus .add_me_to_your_mailing_list_li label {
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
	}
.AutoFormPlus .add_me_to_your_mailing_list_li table label {
	position: relative;
	left: 0;
	width: 105px;
	}
.AutoFormPlus .send_me_your_best_practices_e-newsletter_li label {
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
	}
.AutoFormPlus .send_me_your_best_practices_e-newsletter_li table label {
	position: relative;
	left: 0;
	width: 120px;
	}
.AutoFormPlus .email_li label {
	position: absolute;
	top: 178px;
	left: 0;
	}
/* ---------------------------------- */
/* ---------------------------------- */



/* ---------------------------------- */
/* SHARE WITH A FRIEND                */
/* ---------------------------------- */
.EmailFriendForm {
	font-size: 11px;
	position: relative;	/* NOTE: to enable using absolutely positioned items later */
	z-index: 21;
	}
/* ---------------------------------- */
.ShareWithFriend p {
	width: 575px;
	margin-top: 0;
	margin-bottom: 0;
	height: 60px;
	}
.ShareWithFriend p.URL {
	font-weight: bold;
	height: 40px;
	}
.ShareWithFriend .Error p,
.ShareWithFriend p.URL a {
	color: #FFF; 		/* formerly, #FF595A; */
	}
/* ---------------------------------- */
.ShareWithFriend fieldset {
	position: relative;	/* NOTE: to enable using absolutely positioned items later */
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	}
.ShareWithFriend fieldset legend {
	display: none;
	}
/* ---------------------------------- */
.ShareWithFriend .Error {
	/* see http://www.aplus.co.yu/lab/z-pos/index5.php for making this work in IE6 & IE7 */
	position: absolute;
	left: -148px;
	width: 91px;
	min-height: 280px;
	height: auto !important;
	height: 280px;	/* KLUDGE for IE6's lack of support for min-height */
	z-index: 10;
	top: -90px;
	color: #60849e; 
	}
.ShareWithFriend .Error ul {
	margin: 0;
	padding: 0;
	}
.ShareWithFriend .Error li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 8px 0;
	color: #ad3829;		/* formerly, #ff595a; */
	font-weight: bold;
	line-height: 1.2em;
	}
/* ---------------------------------- */
.ShareWithFriend fieldset input {
	margin: 0 0 12px 0;
	width: 135px;
	border: 1px solid #1E3E55;
	}
.ShareWithFriend fieldset textarea {
	margin: 0;
	width: 286px;
	height: 190px;
	border: 1px solid #1E3E55;
	}
.ShareWithFriend input.button {
	height: auto;
	}
.ShareWithFriend label {
	width: 135px; 
	}

/* ---------------------------------- */
.ShareWithFriend dl,
.ShareWithFriend dd,
.ShareWithFriend dt {
	margin: 0;
	padding: 0;
	}
.ShareWithFriend dt span {
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
	}

/* ---------------------------------- */
/* SHARE WITH FRIEND SPECIFICS - CONTROLS */
/* ---------------------------------- */
.ShareWithFriend .YourName {
	position: absolute;
	top: 14px;
	left: 0;
	background-color: #f7f9a0;
	}
.ShareWithFriend .YourEmail {
	position: absolute;
	top: 14px;
	left: 155px;
	background-color: #f7f9a0;
	}
.ShareWithFriend .FriendsName1 {
	position: absolute;
	top: 57px;
	left: 0;
	background-color: #f7f9a0;
	}
.ShareWithFriend .FriendsEmail1 {
	position: absolute;
	top: 57px;
	left: 155px;
	background-color: #f7f9a0;
	}
.ShareWithFriend .FriendsName2 {
	position: absolute;
	top: 100px;
	left: 0;
	}
.ShareWithFriend .FriendsEmail2 {
	position: absolute;
	top: 100px;
	left: 155px;
	}
.ShareWithFriend .FriendsName3 {
	position: absolute;
	top: 143px ;
	left: 0;
	}
.ShareWithFriend .FriendsEmail3 {
	position: absolute;
	top: 143px;
	left: 155px;
	}
.ShareWithFriend .FriendsName4 {
	position: absolute;
	top: 186px ;
	left: 0;
	}
.ShareWithFriend .FriendsEmail4 {
	position: absolute;
	top: 186px;
	left: 155px;
	}
.ShareWithFriend .YourMessage {
	position: absolute;
	top: 14px;
	left: 310px;
	}
.ShareWithFriend .SubmitButton {
	position: absolute;
	top: 260px;
	left: 465px;
	width: 134px;
	height: 19px;
	margin: 0;
	padding: 0 0 2px 0;
	border: 0;
	background: transparent url(/custom/images/button-blank.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	font-size: 9px;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
	}
/* ---------------------------------- */
/* SHARE WITH FRIEND SPECIFICS - LABELS */
/* ---------------------------------- */
.ShareWithFriend label.YourName_label {
	position: absolute;
	top: 0px;
	left: -3px;
	}
.ShareWithFriend label.YourEmail_label {
	position: absolute;
	top: 0px;
	left: 152px;
	}
.ShareWithFriend label.FriendsName1_label {
	position: absolute;
	top: 43px;
	left: 0;
	}
.ShareWithFriend label.FriendsEmail1_label {
	position: absolute;
	top: 43px;
	left: 155px;
	}
.ShareWithFriend label.FriendsName2_label {
	position: absolute;
	top: 86px;
	left: 0;
	}
.ShareWithFriend label.FriendsEmail2_label {
	position: absolute;
	top: 86px;
	left: 155px;
	}
.ShareWithFriend label.FriendsName3_label {
	position: absolute;
	top: 129px ;
	left: 0;
	}
.ShareWithFriend label.FriendsEmail3_label {
	position: absolute;
	top: 129px;
	left: 155px;
	}
.ShareWithFriend label.FriendsName4_label {
	position: absolute;
	top: 172px ;
	left: 0;
	}
.ShareWithFriend label.FriendsEmail4_label {
	position: absolute;
	top: 172px;
	left: 155px;
	}
.ShareWithFriend label.YourMessage_label {
	position: absolute;
	top: 0px;
	left: 310px;
	font-weight: bold;
	}
/* ---------------------------------- */
/* ---------------------------------- */




/* EDITOR PROPERTIES */

