/* GENERAL STYLES */
/* ---------------------------------- */
/* ---------------------------------- */
body {
	font-size: 12px;
	font-family: Arial, Tahoma, Sans-Serif;
	color: #666;
	line-height: 1.3em;
	background-color: #AAA;
	border: 0;
	margin: 0;
	}

h1,
.Title {
	font-family: "Arial Black", Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 120%;
	color: #333;
	margin: 0;
	padding: 0;
	}
h2,
h3,
h4 {
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 120%;
	color: #333;
	margin: 0;
	padding: 0;
	}
h5,
.SubTitle {
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.3em;
	}
p {
	margin: 0.8em 0;
	padding: 0;
	}

img {
	border: 0;
	}

form {
	margin: 0;
	padding: 0;
	}

a:link,
a:visited {
	color: #0072bc;
	text-decoration: none;
	}
a:hover,
a:active {
	color: #0072bc;
	text-decoration: none;
	}

/* ---------------------------------- */
/* ---------------------------------- */

.mceContentBody,
.mceEditorIframe {
	/* TinyMCE Editor */
	background-color:#FFFFFF;
	}
.mceContentbody a,
.mceEditorIframe a {
	color: #00C;
	text-decoration: underline;
	}

/* ---------------------------------- */
/* ---------------------------------- */

.Wrapper {
	width: 800px;
	djr-height: 575px;
	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/bg-main-2cols.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(/media/84/buildiq-tagline_2.gif) no-repeat 40px 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(/media/134/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 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/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/bg-globalnav-current.gif) repeat-x;
	color: #FFF;
	}
.NavGlobal li.current {
	background: #999 url(/custom/images/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;
	}
/* ---------------------------------- */
.Main {
	djr-height: 410px;
	width: 800px;
	djr-background-color: #000;
	color: #000;
	}
/* ---------------------------------- */
.ToolBar {
	height: 25px;
	line-height: 25px;
	padding-left: 40px;
	margin-left: 132px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	background-color: #4d4d4d;
	}
.ToolBar a.Home {
	background: url(/media/119/navbutton-home.gif) no-repeat 0 50%;
	padding-left: 15px;
	color: #FFF;
	}
.SiteSearch {
	display: inline;
	margin-left: 35px;
	line-height: 25px;
	color: #feb835;
	}
.SiteSearch input[type="text"] {
	width: 325px;
	padding: 0 3px;
	margin: 0 1px 0 2px;
	font-size: 9px;
	border-width: 0;
	vertical-align: text-top;
	}
.SiteSearch input[type="image"] {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-top;
	}
/* ---------------------------------- */
.NavMain {
	height: 17px;
	line-height: 17px;
	margin-left: 132px;
	color: #333;
	background: #e9e9e9 url(/media/64/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.wide {
	width: 135px;
	}
.NavMain li a:link,
.NavMain li a:visited,
.NavMain li a:hover,
.NavMain li a:active {
	color: #000;
	}
.NavMain li.current {
	background: #AC382A;
	}
.NavMain li.current a:link,
.NavMain li.current a:visited,
.NavMain li.current a:hover,
.NavMain li.current a:active {
	color: #FFF;
	}
/* ---------------------------------- */
.SideBar {
	float: left;
	djr-height: 368px;
	min-height: 368px;
	height: auto !important;
	height: 368px; /* KLUDGE for IE6's lack of support for min-height */
	width: 132px;
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
	position: relative;
	}
.SideContent {
	padding-left: 24px;
	}
.SideContent p {
	padding-right: 17px;
	}
.SideGadget {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 105px;
	width: 105px;
	top: 245px;
	left: 16px;
	background: #000 url(/media/139/placeholder-weather-gadget.gif) no-repeat 50% bottom;
	}
.SideBranding {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 86px;
	width: 132px;
	djr-top: 282px;
	top: -86px;
	djr-left: 0px;
	background: #000 url(/media/282/logo-iq-blackbar.gif) no-repeat 50% bottom;
	}
.SideBar h1 {
	color: #feb835;
	font-size: 11px;
	}
/* ---------------------------------- */
.MainContent {
	float: right;
	width: 619px;
	djr-height: 346px;
	min-height: 346px;
	height: auto !important;
	height: 346px;  /* KLUDGE for IE6's lack of support for min-height */
	padding: 22px 9px 0 40px;
	margin: 0;
	djr-background: #FFF; url(/media/69/bg-sidebar-edge.gif) repeat-y 0 0;
	}
.MainContent .Header {
	height: 41px;
	}
.MainContent .ContentScrollWindow {
	float: left;
	display: inline;
	width: 575px;	/* DJR was 619px */
	djr-height: 346px;
	padding: 0 44px 0 0;	/* DJR was 0 */
	djr-overflow: auto;
	djr-border: 0px solid #000;
	font-size: 11px;
	}
.MainContent .ContentScrollWindow p {
	line-height: 1.2em;
	}
.MainContent .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;
	}
.MainContent .WideSection p {
	clear: both;
	float: left;
	display: inline;
	width: 580px;
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.2em;
	}

/* ---------------------------------- */
.BottomBar {
	clear: both;
	height: 34px;
	line-height: 34px;
	background-color: #e6e6e6;
	position: relative;
	}
.eNewsletter {
	float: left;
	width: 139px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: #CCC url(/media/89/enewsletter-logo.gif) no-repeat 0 0;
	}
.SponsorBar {
	float: right;
	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 */
	}
/* ---------------------------------- */
/* ---------------------------------- */



/* ---------------------------------- */
/* HOME PAGE                          */
/* ---------------------------------- */
.HomePage .MajorSection {
	float: left;
	height: 340px;
	width: 316px;
	margin: 0;
	padding: 0 27px 0 0;
	border-right: 1px solid #000;
	}
.HomePage .MinorSection {
	float: left;
	height: 342px;
	width: 240px;
	margin: 0;
	padding: 0 0 0 27px;
	}
.HomePage .MinorSection .Top {
	margin: 0;
	padding: 0 0 8px 0;
	}
.HomePage .MinorSection .Bottom {
	margin: 0;
	padding: 16px 0 0 0;
	border-top: 1px solid #000;
	}
/* ---------------------------------- */
.HomePage .Header {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}
.HomePage .Header img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	}
.HomePage .Header h1,
.HomePage .Header h5 {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}
.HomePage .MajorSection .Header h5 {
	width: 260px;
	}
.HomePage .MinorSection .Header h5 {
	width: 190px;
	}

/* ---------------------------------- */
.HomePage p {
	clear: both;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	}
/* ---------------------------------- */
a.More {
	padding: 0 0 0 10px;
	background: url(/media/114/more-carats.gif) no-repeat 0 50%;
	}
/* ---------------------------------- */
/* ---------------------------------- */



/* ---------------------------------- */
/* ARTICLE MAIN PAGE                  */
/* ---------------------------------- */
.ArticleMain .ArticleWrapper {
	djr-height: 288px;
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
	}
.ArticleMain .ArticleScrollWindow {
	float: left;
	display: inline;
	djr-width: 479px;
	width: 528px;
	djr-height: 260px;
	djr-padding: 10px 25px 6px 20px;
	padding: 0 0 6px 0;
	djr-overflow: auto;
	djr-border: 2px solid #000;
	}
.ArticleMain .ArticleTools {
	float: left;
	display: inline;
	width: 61px; 
	margin: 0;
	djr-padding: 0 0 0 30px;
	padding: 6px 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 {
	line-height: 1.2em;
	}
.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;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}
.ArticleMain ul,
.ArticleMain ol {
	font-size: 11px;
	line-height: 1.2em;
	}
.ArticleMain .ArticleScrollWindow p {
	padding: 0.6em 0;
	clear: none;
	}
.ArticleMain .ArticleScrollWindow p .Blurb {
	color: #666;
	}
.ArticleMain .ArticleScrollWindow p.prDoublespaced {
	line-height: 1.6em;
	}
.ArticleMain .ArticleScrollWindow ul,
.ArticleMain .ArticleScrollWindow ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	}
.ArticleMain .ArticleScrollWindow li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	}

/* ---------------------------------- */
.SideBar a.More {
	color: #FFF;
	padding: 0 0 0 9px;
	background: url(/media/307/more-carats-blackbar.gif) no-repeat 0 50%;
	}
/* ---------------------------------- */
/* ---------------------------------- */


/* ---------------------------------- */
/* NEWS/EVENTS (a.k.a., What's New)   */
/* ---------------------------------- */
djr.NewsEvents .WideSection {
	height: 340px;
	width: 619px;
	margin: 0;
	padding: 0;
	}
.NewsEvents .WideSection p {
	djrclear: both;
	djrfloat: left;
	djrdisplay: inline;
	width: 515px;
	margin: 0 0 23px 0;
	djrpadding: 0;
	djrfont-size: 11px;
	djrline-height: 1.2em;
	}
.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 img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	}
.NewsEvents .Header h5 {
	float: left;
	width: 340px;
	display: inline;
	margin: 0;
	padding: 0;
	}
/* ---------------------------------- */
.NewsEvents .WideSection .ArchiveLinks {
	float: right;
	width: 215px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	}
.NewsEvents .WideSection .ArchiveLinks ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.NewsEvents .WideSection .ArchiveLinks li {
	display: inline; /* :KLUDGE: Remove large gaps in IE/Win */
	}
.NewsEvents .WideSection .ArchiveLinks li.AllNews {
	padding-right: 50px;
	}
.NewsEvents .WideSection .ArchiveLinks li a {
	background: url(/media/134/navbutton-small-square-yell.gif) no-repeat right 50%;
	padding-right: 16px;
	}
.NewsEvents .WideSection .ArchiveLinks li a:link,
.NewsEvents .WideSection .ArchiveLinks li a:visited,
.NewsEvents .WideSection .ArchiveLinks li a:hover,
.NewsEvents .WideSection .ArchiveLinks li a:active {
	color: #000;
	}

/* ---------------------------------- */
.NewsEvents .SideContent p {
	line-height: 1.2em;
	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;
	}
.ArticleMain .SideContent .Header p {
	clear: both;
	margin-left: 36px;
	padding-top: 2px;
	}
/* ---------------------------------- */
/* ---------------------------------- */



/* ---------------------------------- */
/* ABOUT US                           */
/* ---------------------------------- */
djr.AboutUs .WideSection {
	height: 340px;
	width: 619px;
	margin: 0;
	padding: 0;
	}
djr.AboutUs .WideSection p {
	clear: both;
	float: left;
	display: inline;
	width: 580px;
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.2em;
	}
/* ---------------------------------- */
.AboutUs .FaceBook .Row {
	/* a UL element */
	float: left;
	/* width: 619px; */
	list-style: none;
	margin: 0;
	padding: 0 0 16px 65px;
	font-size: 11px;
	}
.AboutUs .FaceBook li {
	float: left;
	width: 127px;
	margin: 0;
	padding: 0;
	}
.AboutUs .FaceBook li.Last {
	width: 111px;	/* :KLUDGE: Make the last item a little narrower to keep the overall size within its container */
	}

/* ---------------------------------- */
.AboutUs .SideContent p {
	line-height: 1.2em;
	}
/* ---------------------------------- */
/* ---------------------------------- */



.ContactUs p,
.NewsletterSignup p, 
.DemoRequest p {
	font-size: 11px;
	line-height: 1.2em;
	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: #FFF; 		/* formerly, #FF595A; */
	font-weight: bold;
	line-height: 1.2em;
	}
/* ---------------------------------- */
.AutoFormPlus p {
	/* the thank you notice */
	font-size: 12px;
	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(/media/466/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 {
	font-size: 11px;
	line-height: 1.2em;
	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: #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;
	}
/* ---------------------------------- */
.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;
	height: 280px;
	z-index: 10;
	top: -90px;
	}
.Error ul {
	margin: 0;
	padding: 0;
	}
.Error li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 8px 0;
	color: #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 */
/* ---------------------------------- */
.YourName {
	position: absolute;
	top: 14px;
	left: 0;
	background-color: #f7f9a0;
	}
.YourEmail {
	position: absolute;
	top: 14px;
	left: 155px;
	background-color: #f7f9a0;
	}
.FriendsName1 {
	position: absolute;
	top: 57px;
	left: 0;
	background-color: #f7f9a0;
	}
.FriendsEmail1 {
	position: absolute;
	top: 57px;
	left: 155px;
	background-color: #f7f9a0;
	}
.FriendsName2 {
	position: absolute;
	top: 100px;
	left: 0;
	}
.FriendsEmail2 {
	position: absolute;
	top: 100px;
	left: 155px;
	}
.FriendsName3 {
	position: absolute;
	top: 143px ;
	left: 0;
	}
.FriendsEmail3 {
	position: absolute;
	top: 143px;
	left: 155px;
	}
.FriendsName4 {
	position: absolute;
	top: 186px ;
	left: 0;
	}
.FriendsEmail4 {
	position: absolute;
	top: 186px;
	left: 155px;
	}
.YourMessage {
	position: absolute;
	top: 14px;
	left: 310px;
	}
.SubmitButton {
	position: absolute;
	top: 260px;
	left: 465px;
	width: 134px;
	height: 19px;
	margin: 0;
	padding: 0 0 2px 0;
	border: 0;
	background: transparent url(/media/466/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 */
/* ---------------------------------- */
label.YourName_label {
	position: absolute;
	top: 0px;
	left: -3px;
	}
label.YourEmail_label {
	position: absolute;
	top: 0px;
	left: 152px;
	}
label.FriendsName1_label {
	position: absolute;
	top: 43px;
	left: 0;
	}
label.FriendsEmail1_label {
	position: absolute;
	top: 43px;
	left: 155px;
	}
label.FriendsName2_label {
	position: absolute;
	top: 86px;
	left: 0;
	}
label.FriendsEmail2_label {
	position: absolute;
	top: 86px;
	left: 155px;
	}
label.FriendsName3_label {
	position: absolute;
	top: 129px ;
	left: 0;
	}
label.FriendsEmail3_label {
	position: absolute;
	top: 129px;
	left: 155px;
	}
label.FriendsName4_label {
	position: absolute;
	top: 172px ;
	left: 0;
	}
label.FriendsEmail4_label {
	position: absolute;
	top: 172px;
	left: 155px;
	}
label.YourMessage_label {
	position: absolute;
	top: 0px;
	left: 310px;
	font-weight: bold;
	}
/* ---------------------------------- */
/* search results pseudo one box
/* ---------------------------------- */

.PseudoOneBox 
{
	border:2px dashed #feb835;
	color:Black;
	padding:12px;
	margin:10px 0px;
	width:521px;
}


/* EDITOR PROPERTIES */
h1 {

}

h5 {

}

h1 {

}

h2 {

}

h3 {

}

p {

}

.prDoublespaced {

}

.imageleft {
float: left;
margin: 0 1em 0.5em 0;

}

.imageright {
float: right;
margin: 0 0 0.5em 1em;

}

.imageleftmidparagraph {
float: left;
margin: 1em 1em 0.5em 0;

}

.imagerightmidparagraph {
float: right;
margin: 1em 0 0.5em 1em;

}



/* GENERAL STYLES */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* commented out by DJR:  *{padding: 0; margin: 0;} */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.TB_hiddenFlashContent {
	position: absolute;
	visibility: hidden;
	padding: 0;
	margin: 0;
	}

#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(/media/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/* EDITOR PROPERTIES */


/*production version */


div#tabMenuNavContainer
{
	width:550px; 
	overflow:hidden;  
	background: #ffffff;
	
	
}
div#tabMenu
{
	width:550px;
	margin:0 auto;
	text-align:left;
	font-family:Arial,sans-serif;
	
	}
	
ul#tabNav,ul#tabNav li{list-style-type:none;margin:0;padding:0;}
ul#tabNav{}
ul#tabNav li{float:left;margin-left: 0px; text-align: center}
ul#tabNav a{float:left;width: 110px;padding: 5px 0;background: #ffffff;text-decoration:none;color: #625365}
ul#tabNav a:hover{background: #f7ba42;color: #625365}
ul#tabNav li.activelink a,ul#nav li.activelink a:hover{background: #f7ba42;color: white}
div#tabSubMenuNavContainer 
{
	width:550px;
	padding:5px 0 5px;
	text-align:left;
	background:#feb835;
}

div#tabSubMenuNavContainer ul 
{
	margin: 4px 0 0 10px;
	padding: 0;
	list-style-type: none;
}

div#tabSubMenuNavContainer ul li
{
	display:inline;
	padding:0 10px 0 10px;
}

div#tabSubMenuNavContainer ul li img
{
	vertical-align:middle; 
	margin:-2px 2px 0 0;
}

div#tabSubMenuNavContainer a 
{
	text-decoration:none;
}

div#tabSubMenuNavContainer a:hover 
{
	color:white;
}

div#tabSubMenuNavContainer a.activelink
{
	color:White;
}
div#tabSubMenuNavContainer li.activelink a
{
 color:white;
}

div#tabNavContainer
{
	width:550px;
	margin:auto;
	padding:5px 0 5px 0;
	text-align:left;
	background: white;  /*#fdbe56 */
}


div#searchStats 
{
	
}



/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}
