/* GENERAL STYLES */
/* GENERAL STYLES */
/* GENERAL STYLES */
/* ---------------------------------- */
/* ---------------------------------- */
body {
	font-size: 11px;
	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;
	}
h2	{
	font-size: 100%;
	text-transform: uppercase;
	padding-bottom: 1em;
	}
h3	{
	font-size: 100%;
	padding-bottom: 0.3em;
	}
h5,
.SubTitle {
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.3em;
	}
p {
	margin: 0 0 1.6em 0;
	padding: 0;
	}

img {
	border: 0;
	}
hr {
	clear: both;
	display: block;
	height: 1px;
	background-color: #000000;
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	}

form {
	margin: 0;
	padding: 0;
	}

a:link,
a:visited {
	color: #0072bc;
	text-decoration: none;
	}
a:hover,
a:active {
	color: #0072bc;
	text-decoration: none;
	}

/* ---------------------------------- */
/* ---------------------------------- */


.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(/custom/images/toolbelt/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;
	}
/* ---------------------------------- */
/* ---------------------------------- */


/* ---------------------------------- */

.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-color: #fff;
	background: #FFF url(/custom/images/toolbelt/bg-main-2-col.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-color: #fff;
	background: #FFF url(/custom/images/toolbelt/bg-main-3-col.gif) repeat-y left top;
	}

.Wrapper0 {
	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-color: #fff;
	}


/* ---------------------------------- */
/* ---------------------------------- */
.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/toolbelt/buildiq-tagline.gif) no-repeat 18px 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/toolbelt/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; 
	}
.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 {
	/* min-height: 410px;
	height: auto !important; */
	/* height: 410px; */	/* KLUDGE for IE6's lack of support for min-height */
	width: 800px;
	color: #000;
	
	}
/* ---------------------------------- */
.ToolBar {
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	margin-left: 132px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	background-color: #000000;
	}

.ToolBar a.Home {
	background: url(/custom/images/toolbelt/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;
	}

/* ---------------------------------- */
.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: 5px;
	background-color: #ac382a;
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
	position: relative;
	}



.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: #ac382a;
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
	position: relative;
	}
.SideContent {
	padding-left: 10px;
	padding-top: 20px;
	}


.SideContent a
{
   color: white;
}

.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:12px;
	text-transform:none;
	font-weight:normal;
	
}

.SideContent .List ul ul li{
	margin:0;
	padding:4px 0 0 10px;
	background: url(/custom/images/toolbelt/more-carats-redbar.gif) 0px 5px no-repeat;
	}



	
.SideContent h5 
{
	background:url(/custom/images/toolbelt/icon-hammer-red_bg.gif) 0 2px no-repeat;
	padding:3px 0 3px 25px;
	font-size: 12px;
	font-family:Arial Black;
	font-weight:normal;
	color: #ffffff;
	font-style:normal;
	margin: 0 0 0 2px;
	 
}

.SideContent h6 
{
	padding:8px 0 5px 0;
	font-size: 12px;
	font-family:Arial;
	font-weight:bold;
	color: #ffffff;
	font-style:normal;
	margin: 0 0 0 0;	
}
.SideBar .SideContent p {
	padding-right: 8px;
	line-height: 1.2em;
	
	}
.SideBar h1 {
	color: #feb835;
	font-size: 11px;
	}
/* ---------------------------------- */
.Wrapper .MainContent {
	float: right;
	width: 622px;
	/* min-height: 373px;
	height:auto !important;*/
	/* height:373px; */	/* KLUDGE for IE6's lack of support for min-height */
	padding: 20px 9px 0px 30px;
	margin: 0;
	}
.Wrapper3 .MainContent {
	float: left;
	width: 474px;
	/* min-height: 373px;
	height:auto !important; */
	/* height:373px; */	/* KLUDGE for IE6's lack of support for min-height */
	padding: 10px 18px 0px 0px;
	margin: 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 .ContentBody {
	clear: both;
	display: inline;
	}

.MainContent .Note {
	color: #999;
	margin: 1em 0;
	padding: 0;
	font-size: 9px;
	line-height: 11px;
	}
.MainContent h1{
	margin:12px 0;
	}

/* ---------------------------------- */

.FaceBook .Row {
	/* a UL element */
	float: left;
	/* width: 619px; */
	list-style: none;
	margin: 0;
	padding: 0 0 16px 75px;
	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 */
	}

/* ---------------------------------- */
.AboutUs .SideContent p {
	line-height: 1.2em;
	}
/* ---------------------------------- */
/* ---------------------------------- */


/* ---------------------------------- */
.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: -90px;
	background: #ac382a url(/custom/images/toolbelt/logo-iq-redbar.gif) no-repeat 50% bottom;
	}
.eNewsletter {
	float: left;
	width: 139px;
	height: 34px;
margin: 0;
padding: 0;
	background: #CCC url(/custom/images/toolbelt/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: #e6e6e6 ; /*url(/custom/images/toolbelt/footer.gif) no-repeat 50% 50%; */
	}
/* ---------------------------------- */
/* ---------------------------------- */


.WhatsNew h6{
margin:9px 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:12px;
	/* white-space:nowrap; */
	text-transform:uppercase;
	font-weight:bold;
}

.WhatsNew  a
{
	background:url(/custom/images/toolbelt/more-carats-redbar.gif) no-repeat;
	padding:0 0 0 8px;
	color:#ffffff;
	font-size:smaller;
	margin:0 0 0 5px;
}

.WhatsNew  p
{
	padding-right:6px;
}

.WhatsNew img
{
  padding:10px 0 5px 0;
}

/* ---------------------------------- */
.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 */
	}
/* ---------------------------------- */
/* ---------------------------------- */

.HomePage .Welcome 
{
	height: 185px;
	background: url(/custom/images/toolbelt/bg-star.gif) no-repeat -61px 0px;
	
}

.HomePage .Welcome h3 
{
	padding: 20px 0 12px 32px;
	font-family:Arial Black, Sans-Serif;
	font-size: 27px;
	font-weight:normal;
}



.HomePage .Welcome p 
{
	margin: 0 15px 0px 79px;
	padding-bottom:25px;
	border-bottom: 1px solid black;
	
}

.QuickGuide img 
{
  float:left; 
  padding:5px 15px;
}

.QuickGuide .NoIcon {
	padding: 21px 25px 0 79px;
}

/* ---------------------------------- */
a.More {
	padding: 0 0 0 10px;
	background: url(/custom/images/toolbelt/more-carats.gif) no-repeat 0 50%;
	}


/* ---------------------------------- */

.PseudoOneBox 
{
	border:2px dashed #feb835;
	color:Black;
	padding:12px;
	margin:10px 0px;
	width:521px;
}
/*---------------------------------------*/
/* Topic List 
-----------------------------------------*/
.TopicList  
{
	margin:0 0 25px 0;
	
}



.TopicList div{
	margin:10px 0 0 1px;
}

.TopicList a
{
	color:White;
	
}

.TopicList div ul {
	margin:0 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:12px;
	/* white-space:nowrap; */
	text-transform:uppercase;
	font-weight:bold;
	
}


.TopicList div ul li{
	margin:0 0 15px 0;
	
}


.TopicList div ul ul {
	margin:0 0 0 1px;
	padding:5px 0 0 0;
	list-style-type:none;
	text-transform:none;
	font-weight:normal;
	
	
}

.TopicList div ul ul li{
	margin:0;
	padding:1px 0 0 10px;
	background: url(/custom/images/toolbelt/more-carats-redbar.gif) 0px 1px no-repeat;
}

/* ---------------------------------- */
/* Issue List 
---------------------------------------*/
/*
#left-column div ul ul li{
	margin:0;
	padding:1px 0 0 0;
}*/


.IssueList {
  margin:10px 0 0 1px;
  font-size:11px;
}

.IssueList a 
{
	color:White;
}


.IssueList .selectedLink {
	color:#efc763;
}

.IssueList span{
	text-transform:uppercase;
	white-space:nowrap;
	font-weight:bold;
	font-size:12px;
	
}

.IssueList ul {
	margin:10px 0 0 0px;
	padding:0;
	list-style-type:none;
	text-transform:none;
	/* list-style-image:url(/custom/images/toolbelt/more-carats-redbar.gif); */
	 color:#ffffff;
	white-space:normal;
	font-size:12px;
}

.IssueList ul li
{
	background: url(/custom/images/toolbelt/more-carats-redbar.gif) 0px 1px no-repeat;
	padding:0 0 0 10px;
	text-transform:none;
	font-weight:normal;
	
	
}

.IssueList ul ul{
	list-style:none;
	margin:5px 0 0 0;
	font-size:9px;
	list-style-image:none;
	
}



.IssueList ul ul li{
	margin: 5px 0 0 0;
	background-image:none;
	font-size:11px
}


/*----------------------------*/
/* primary column 
------------------------------*/

.primary-column {
	float: left;
	margin: 15px 0 0 0;
	line-height: 140%;
	color: #000000;
	width:627px;
	
}



.primary-column #top{
	
	/* border-bottom:1px solid #000000; */
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	height:65px;
	
}


.primary-column #top img {
  float:right;
  margin:0 25px;
  border:0;
}

.primary-column #top h1{
  padding:15px 0 0 12px;
  margin:0;
  font-size:18px;
  color:#000000;
   line-height:19px;
}



.primary-column #top h2{
  padding:10px 0 0 12px;
  margin:0;
 color:#234e7a;
 font-size:12px;
}

.primary-column #middle{
    /* border-bottom:2px solid #000000; */
	
	}
	
.primary-column #middle #relatedDocsImageContainer{
  	float:left;
}

.primary-column #middle #relatedDocsImageContainer img{
	/* padding:16px;
	height:100px;
	width:100px;*/
      padding:10px 5px 10px 16px;
	}

.primary-column #middle #relatedDocsLinkContainer{
  	float:left;
	width:490px;
}

.primary-column #middle #relatedDocsLinkContainer ul{
list-style:none;
margin:0;
padding:0;

}

.primary-column #middle #relatedDocsLinkContainer div{
	margin:16px 0 8px 0;
	padding:0;
	font-size:16px;

}

.primary-column #middle #relatedDocsLinkContainer a{
color:#625365;
}


.primary-column #middle #relatedDocsClear{
	clear:both;
}


.primary-column #main{
  padding:8px 15px;
}

.primary-column #main .overviewHeading {
	font-size:16px;
	line-height:17px;
}

.primary-column #main .overviewBody{
}

.primary-column #main .proTip{
	
	font-style:italic;
	background:url(/custom/images/toolbelt/icon-clipboard.gif) 2px 5px no-repeat;
	/* background-color:#83a0b5; */
	min-height:60px;
	padding: 4px 0 0 65px;
}

.primary-column #main .proTip span{
	font-size:12px;
	font-weight:bold;
}

.primary-column #main .proTip div{
	background-color:#efc763;
}

.primary-column #main .disclaimTip{
	
	font-style:italic;
	background:url(/custom/images/toolbelt/icon-disclaimer) 2px 5px no-repeat;
	/* background-color:#efc763; */
	min-height:60px;
	padding: 4px 0 0 55px;
	margin:5px 0;
}

.primary-column #main .disclaimTip span{
	font-size:12px;
	font-weight:bold;
}

.primary-column #main .disclaimTip div{
	background-color:#efc763;
}

.primary-column #main .scienceTip{
	
	font-style:italic;
	background:url(/custom/images/toolbelt/icon-science.gif) 2px 5px no-repeat;
	/* background-color:#efc763; */
	min-height:60px;
	padding: 4px 0 0 55px;
	margin:5px 0;
}

.primary-column #main .scienceTip span{
	font-size:12px;
	font-weight:bold;
}

.primary-column #main .scienceTip div{
	background-color:#efc763;
}



.primary-column #main h2{
	/* section title */
  	font-size: 14px;
	padding:0;
	margin:10px 0 5px 0;
}


.primary-column #main h3{
	/* subsection title */
	font-weight:bold;
	font-size:11px;
	margin:0;
}

.primary-column #main .imageDisplay{
	float: left;
	width: 128px;
	margin: 0;
	padding: 5px 5px 5px 0;
	background-color: #ffffff;
	clear:left;
}

.primary-column #main .imageDisplay div{
	text-align:center;
}

.primary-column #main ul{
	margin:5px 0 5px 147px;
	padding:0;
}

.primary-column #main li{
	margin:0 0 0 10px;
	padding:0;
}

.primary-column #main .clear-left{
clear:left;
}

/* ((((((((((( Issue display )))))))) */

.primary-column #top h1 #issueSubHeading{
	display:block;
	font-size:12px;
	line-height:13px; 
	padding:9px 0 0 2px;
}

.primary-column .issueHeading{
	font-size:16px;
	line-height:17px;
}

.primary-column #main .causeTitle{
  font-size:12px;
  margin-bottom:0;
}

.primary-column #main .causeTitle span{
	display:block;
	font-size:11px;
}

.primary-column .externalLink{
background:url(/custom/images/toolbelt/star.gif) no-repeat;
height:24px;
padding:4px 0 0 30px;
margin:0 0 0 127px;
font-size:14px;
}

.primary-column .externalLinka{
	color:#625365;
	font-weight:bold;
}




/* EDITOR PROPERTIES */


/* 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}

.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #fdbe57;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background:#c0c0c0 ; /* url(/custom/images/blackdot.gif) */
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

