/* 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 Black", Verdana, Sans-Serif;
	font-weight: normal;
	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 0 1em 0; */
	padding: 0;
	}

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 {
	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/bg-main-2colsB.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/bg-main-3colsB.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/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/navbutton-small-square-yell.gif) no-repeat right 50%;
	padding-right: 16px;
	margin-left: 12px;
	margin-right: 35px;
	}
.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 .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;
	}
/* ---------------------------------- */
.NavMain {
	height: 17px;
	line-height: 17px;
	margin-left: 0; /* formerly,  132px; */
	color: #000;
	background: #e9e9e9 url(/custom/images/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/bg-navbar-current.gif) repeat-x;
	color: #FFF;
	}
.NavMain li.current {
	background: #999 url(/custom/images/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: #60849e;
	}
.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: #60849e url(/custom/images/icon-homeB.gif) no-repeat scroll 0pt 50%;
	color: #FFF;
	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: #60849e url(/custom/images/logo-iq-bluebarB.gif) no-repeat 50% bottom;
	}
.eNewsletter {
	float: left;
	width: 139px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: #CCC url(/custom/images/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 */
	}

/* ---------------------------------- */
.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 {
	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;
	margin: 10px 0 20px 0;
	}
.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 .Header h5 a.ActivityNav {
	position: relative;
	top: 2px;
	}
.MainContent .Header h5 .ActivityNav img.Previous {
	float: none;
	margin: 0;
	padding-right: 5px;
	}
.MainContent .Header h5 .ActivityNav img.Next{
	float: none;
	margin: 0;
	padding-left: 6px;
	}

.MainContent .ContentBody {
	clear: both;
	display: inline;
	}

.MainContent .Note {
	color: #999;
	margin: 1em 0;
	padding: 0;
	font-size: 9px;
	line-height: 1.2em;
	}

/* ---------------------------------- */
/* ---------------------------------- */

.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: #60849e;
	color: #FFF;
	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: #60849e;
	color: #FFF;
	line-height: 18px;
	position: relative;
	}
.SideContent {
	padding-left: 10px;
	padding-top: 20px;
	}
.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;
	}
.SideContent .List ul li{
	margin:0 0 15px 0;
	}
.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;	
	}
.SideContent .List ul ul li{
	margin:0;
	padding:1px 0 0 10px;
        line-height:1.4em;
	background: url(/custom/images/more-carats-bluebarB.gif) 0px 2px no-repeat;
	}
.SideContent .List ul ul li a{
	color:white;
	
	}
.SideBar .SideContent p {
	margin: 0;
	padding-right: 17px;
	padding-bottom: 1.2em;
	}
.SideBar a,
.SideBar a:link,
.SideBar a:visited,
.SideBar a:hover,
.SideBar a:active {
	color: #FEB835;
	}
.SideBar a.More,
.SideBar a.More:link,
.SideBar a.More:visited,
.SideBar a.More:hover,
.SideBar a.More:active {
	color: #FFF;
	padding: 0 0 0 9px;
	background: url(/custom/images/more-carats-bluebarB.gif) no-repeat 0 50%;
	}
/* ---------------------------------- */
.SideBarSponsorList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 373px; /* KLUDGE IE6 needs the UL's height specified for LI's background image to display properly */ 
	}
.SideBarSponsorList li {
	background: url(/custom/images/more-carats-bluebarB.gif) no-repeat top left;
	padding-left: 11px;
	padding-right: 8px;
	margin-bottom: 11px;
	}
.SideBarSponsorList li a,
.SideBarSponsorList li a:link,
.SideBarSponsorList li a:visited,
.SideBarSponsorList li a:hover,
.SideBarSponsorList li a:active {
	color: #FFF;
	text-indent: 0px;
	}
.SideBar h1 {
	color: #feb835;
	font-size: 11px;
	}

/* ---------------------------------- */
/* ---------------------------------- */

ul.ListOfMedia {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	width: 474px;
	float: left;
	display: inline;
	}
ul.ListOfMedia li {
	margin: 0;
	padding: 0 17px 9px 0;
	width: 220px;
	float: left;
	display: inline; /* :KLUDGE: Remove large gaps in IE/Win */
	}
ul.ListOfMedia li.Col1 {
	clear: left;
	}
ul.ListOfMedia a {
	display: block;
	padding: 0 0 0 20px;
	background: transparent url(/custom/images/ICON-report.png) no-repeat left top;
	min-height: 16px;
	height: auto !important;
	height: 16px;	/* KLUDGE for IE6's lack of support for min-height */
	}
ul.ListOfMedia a.doc,
ul.ListOfMedia a.docx {
	background-image: url(/custom/images/ICON-word2007.png);
	}
ul.ListOfMedia a.xls,
ul.ListOfMedia a.xlsx {
	background-image: url(/custom/images/ICON-excel2007.png);
	}
ul.ListOfMedia a.ppt,
ul.ListOfMedia a.pptx {
	background-image: url(/custom/images/ICON-powerpoint2007.png);
	}
ul.ListOfMedia a.pdf {
	background-image: url(/custom/images/ICON-PDF.png);
	}
ul.ListOfMedia a.gif,
ul.ListOfMedia a.jpg,
ul.ListOfMedia a.jpeg,
ul.ListOfMedia a.png {
	background-image: url(/custom/images/ICON-paint.png);
	}
/* ---------------------------------- */

	





/* ---------------------------------- */
/* 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                           */
/* ---------------------------------- */
.AboutUs .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;
	}
.AboutUs .WideSection p {
	clear: both;
	float: left;
	display: inline;
	width: 580px;
	margin: 10px 0 20px 0;
	padding: 0;
	}
/* ---------------------------------- */
.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: #FFF; 		/* formerly, #FF595A; */
	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: #FFF;		/* 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;
	}
/* ---------------------------------- */
/* ---------------------------------- */



/* ---------------------------------- */
/* LOGIN and RESET PASSWORD FORMs     */
/* ---------------------------------- */
.LoginForm {
	position: relative;	/* NOTE: to enable using absolutely positioned items later */
	z-index: 21;
	margin: 0 auto;
	width: 135px;
	}
.LoginForm h1 {
	margin: 20px 0 0 0;
	}
/* ---------------------------------- */
.LoginForm .vsummary {
	/* see http://www.aplus.co.yu/lab/z-pos/index5.php for making this work in IE6 & IE7 */
	position: absolute;
	left: -318px;
	width: 91px;
	height: 280px;
	z-index: 10;
	top: -40px;
	}
.LoginForm .vsummary li {
	margin: 0 0 8px 0;
	color: #FFF; 
	font-weight: bold;
	}
.LoginForm .vsummary li span {
	color: #FFF !important; /* NOTE: !important to over-ride inline-style element on the span */
	xxdisplay: block !important; /* NOTE: !important to over-ride inline-style element on the span */
	margin: 0 0 8px 0;
	float: left; /* NOTE: !important to over-ride inline-style element on the span */
	}
/* ---------------------------------- */
.LoginForm fieldset {
	position: relative;	/* NOTE: to enable using absolutely positioned items later */
	border: 0;
	margin: 0;
	padding: 0 0 25px 0;
	line-height: 1.2em;
	}
.LoginForm ul {
	margin: 0;
	padding: 0;
	}
.LoginForm li {
	clear: both;
	display: block;
	list-style: none;
	padding:  0;
	margin: 17px 0 00;
	}
.LoginForm label {
	width: 135px; 
	}
/* ---------------------------------- */
.LoginForm input {
	margin: 0;
	width: 133px;
	border: 1px solid #1E3E55;
	}
.LoginForm .required input,
.LoginForm .required select {
	background-color: #f7f9a0;
	}
.LoginForm input.button {
	height: auto;
	}
.LoginForm li.required label strong {
	font-weight: bold;
	font-style: normal;
	}
/* ---------------------------------- */
.LoginForm input.button {
	width: 134px;
	height: 19px;
	margin: 0 0 0 1px;
	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;
	}
/* ---------------------------------- */
/* ---------------------------------- */


/* ---------------------------------- */
/* Community Leaders                  */
/* ---------------------------------- */
ul.CommunityCompany {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	}
ul.CommunityCompany li {
	clear: both;
	margin: 0;
	padding: 0;
	}
ul.CommunityCompany li img {
	margin: 0;
	padding: 15px 0 8px 0;
	}

dl.CommunityLeader {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	height: 55px;
	}
dl.CommunityLeader dt {
	margin: 0;
	padding: 0;
	}
dl.CommunityLeader dd {
	margin: 0;
	padding: 0;
	}
dl.CommunityLeader dd img {
	margin: 0;
	padding: 0 11px 0 0;
	float: left;
	display: inline; /* :KLUDGE: Remove large gaps in IE/Win */
	}
dl.CommunityLeader strong {
	font-weight: bold;
	font-style: normal;
	}

/* ---------------------------------- */
/* ---------------------------------- */

.Welcome {
	font-weight:bold;
	font-size:17px;
	line-height:1.3em;

}

.Login {
	font-weight:bold;
	}

.Homepage {
	font-size:12px;
}


/* EDITOR PROPERTIES */
h1 {

}

h5 {

}

h1 {

}

h2 {

}

h3 {

}

p {

}

.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;
}

