/* <% Response.contentType = "text/css" %> */

@import "globalElements.css"; 
@import "header.css"; 
@import "contentHeader.css"; 
@import "contentBody.css";
@import "builder100.css";
@import "footer.css";
@import "ads.css";
@import "/static/css/iepngfix.css";

/* <% Response.contentType = "text/css" %> */

body 
{
	margin: 0 auto;
	/* font-family: verdana, arial, helvetica, sans-serif; */
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	background-color: #fff;
	background-image: url(bodyBG.gif);
	background-repeat: repeat-x;
}

div 
{
	text-align: left;
	margin: 0em;
	padding: 0em;
}

a:link 
{
	color: #195585;
	text-decoration: none;
}

a:visited 
{
	color: #a16c54;
	text-decoration: none;	
}

a:hover 
{
	color: #1e90ff;
	text-decoration: underline;
}

a:active
{
}

a img 
{
	border: none;
}

img 
{ 

}

p, blockquote, table, dl, ol, ul, h1, h2, h3, h4, h5, h6 
{
	margin-top: 0em;
}

h1, h2, h3, h4, h5, h6 
{
	margin-bottom: 0.5em;
}

td
{
	vertical-align: top;
}

dl, dt, ol, ul 
{ 
	margin-right: 0em; 
	padding-right: 0em; 
	margin-left: 0em; 
	padding-left: 0em; 
}

li, dd 
{ 
	margin-left: 1em; 
	padding-left: 0em;
}
			
form
{ 
	margin: 0em;
	padding: 0em;
}

fieldset
{
	border: 0px;	
}

form fieldset label
{
	font-weight: bold;
}
			
select 
{ 
	width: 100%;
}


table, tr, td
{
	margin: 0em;
	padding: 0em;
	border-collapse: collapse;
}

h1 
{
	font-size: 18pt;
}

h2 
{
	font-size: 11pt;
}

h3 
{
	font-size: 11pt;
}

h4 
{
	font-size: 10pt;
	color: #555;
}

h5
{
	font-size: 9pt;
}

p 
{
}

ins
{
}

.success  
{ 
	color:Green; 
}

.error
{
	color:Red;	
}

/**************************
	GENERAL PURPOSE */

.clear 
{
	clear: both;
	height: 0px;
	font-size: 0px;
	border: none;
	background: transparent;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}

/**************************
	CONTENT STRUCTURES */

#content 
{
	width: 1040px;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
	clear: left;
	background-image: url(headerBG.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#contentBody 
{
	width: 1040px;
	position: relative;
	margin: 0px;
}

#content1
{
	float: left;
	position: relative;
	width: 650px;
	padding-left: 30px;
}

#content2
{
	float: left;
	position: relative;
	width: 330px;
}


/* <% Response.contentType = "text/css" %> */

/**************************
	HEADER STRUCTURES */

#header 
{
	width: 1040px;
	margin: 0 auto;	
	position: relative;
	padding-top: 10px;
	/* z-index is required for menus to appear above #content */
	z-index: 2;
	background-image: url(headerBG.gif);
	background-repeat: repeat-y;
	background-position: center;

}

#logo
{
	width: 570px;
	height: 61px;
}

#globalHeader 
{
	width: 1040px;
	position: relative;
	margin: 0px;
	z-index: 3;
}

#belt
{
	position: absolute;
	z-index: 2;
	top: 119px;
}

.home #belt
{
	top: 12px;
}

#head1
{
	width: 580px;
	height: 77px;
	float: left;
}

#logo 
{
	margin: 10px 0px 0px 50px;
}

#categoryName
{
	margin-left: 15px;
	margin-bottom: 14px;
}

#categoryName h1, #categoryName h2
{
	font-size: 16pt;
	color: #fff;
	margin: 7px 0px 0px 34px;
	font-family: Arial, Sans-Serif;
}

#head2
{
	width: 380px;
	height: 77px;
	float: right;
	padding-right: 40px;
}

#globalHeader .magazineLinks
{
	margin: 5px 0px;
}

#globalHeader .magazineLinks dl
{
	font-size: 9pt;
	text-align: right;	
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

.home #globalHeader .magazineLinks dl
{
	color: #fff;
}

#globalHeader .magazineLinks dl a:link, #globalHeader .magazineLinks dl a:visited
{
	text-decoration: none;

}

#globalHeader .magazineLinks dl a:hover
{
	text-decoration: underline;
}

.home #globalHeader .magazineLinks dl a:link, .home #globalHeader .magazineLinks dl a:visited, .home #globalHeader .magazineLinks dl a:hover
{
	color: #fff;
}

#globalHeader .magazineLinks dl dt
{
	font-size: 9pt;
	color: #555;
	font-weight: bold;	
	display: inline;
    margin-right: 5px;
}

.home #globalHeader .magazineLinks dl dt
{
	color: #b9b9b9;
}

#globalHeader .magazineLinks dl dd
{
	display: inline;
	font-size: 8pt;
	margin: 0px;
}

#globalHeader .keywordSearch
{
	float: right;
	background-image: url(searchBG.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 7px 5px 0px 0px;
	width: 366px;
	height: 37px;
}

.home #globalHeader .keywordSearch
{
	background-image: url(searchBG-home.gif);
}

.buttonSearchHeader
{
	background-image: url(buttonSearch.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	color: #555;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	height: 25px;
	margin: auto 5px;
	border: solid 1px #ccc;
}

#globalHeader .keywordSearch input
{
	display: inline;
	float: left;	
}

#globalHeader .keywordSearch .textInput
{
	width: 240px;
}

.keywordSearch label
{

	float: left;
	margin: auto 5px auto 15px;
	padding-top: 4px;
	color: #555;
	font-weight: bold;	
}

.home .keywordSearch label
{
	color: #195585;
}

#globalHeader .keywordSearch fieldset
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#nav 
{
	position: relative;
	height: 32px;
	margin: 5px 0px 0px 27px;
}

#nav ul
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#nav ul li
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 8px;
	position: relative;	
	background-image: url(navTabBG.gif);
	background-repeat: no-repeat; 
	background-position: right 3px;
}

#nav ul li.firstChild
{
}

#nav ul li.lastChild
{
	background-image: none;
}

#nav a 
{
	color: #195585;
	font-size: 10.5pt;
	line-height: 17pt;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin: 0 5px;
}

.home #globalHeader #nav a, .home #globalHeader #nav a:hover 
{
	color: #fff;
}

#nav a:hover 
{
	background-image: url(navTabHover.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #000;
}

.home #globalHeader #nav a:hover 
{
	background-image: url(navTabHover-home.gif);
}

#nav a:hover, #nav .active a
{
	background-image: url(navTabHover.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #000;
}

#nav .active a:link, #nav .active a:visited
{
	color: #000;
}

#nav .submenu, #nav .submenu ul 
{
	padding: 0px;
	margin: 0px;
}

#nav ul li div.submenu
{
	position: absolute;
	display: none;
	border-style: solid;
	border-color: #4c94cd;
	border: outset 1px #195585;
	border-top: 0px;  
	z-index: 999;
	background-color: #fff;	
}

#nav ul li:hover div.submenu
{
	display: block;
}

#nav .submenu ul
{
	margin-top: 5px;
}

#nav .submenu ul li 
{
	width: 170px;
	font-size: 8pt;
	background-image: none;
	padding: 0px 5px;
}

#nav .submenu ul li:hover 
{
}

#globalHeader #nav .submenu a
{
	border: 0px;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	line-height: 12pt;
	color: #195585;	
	text-transform: none;
	margin-bottom: 3px;
	background-image: none;
}

#globalHeader #nav .submenu a:hover
{	
	color: #000;
	background-image: none;
    text-decoration: underline;
}

#globalHeader .topics
{
	float: left;
	width: 480px;
	margin-top: 6px;		
}

#globalHeader .topics dl
{
	margin: 0px 0px 0px 50px;
	padding: 0px;
}

#globalHeader .topics dt, #globalHeader .topics dd
{
	display: inline;
}

#globalHeader .topics dl dt
{
	font-weight: bold;
	color: #c20015;
	display: inline;
	background-image: url(hotTopicIcon.gif);
	background-repeat: no-repeat;
	padding: 0px 5px 0px 15px;
}

#globalHeader .services dl dt
{
	font-weight: bold;
	color: #f58233;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#globalHeader .magazineLinks dl dd
{
	font-size: 8pt;
	margin: 0px;
	padding-left: 3px;
	border-left: 1px solid #C0D5E4;
}

#globalHeader .topics dl dd,
#globalHeader .services dl dd
{
	font-size: 8pt;
	margin: 0px;
	padding-left: 3px;
	border-left: 1px solid #555;
}

#globalHeader .services
{
	float: right;
	width: 550px;
	margin-top: 6px;
}

#globalHeader .services dl
{
	text-align: right;
	margin: 0px 40px 0px 0px;
}

#globalHeader .services dl dt, #globalHeader .services dl dd 
{
	display: inline;
}

#globalHeader .magazineLinks dl dd.firstChild,
#globalHeader .topics dl dd.firstChild,
#globalHeader .services dl dd.firstChild
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* <% Response.contentType = "text/css" %> */

/**************************
	CONTENT HEADER STRUCTURES */

#contentHeader 
{
	width: 980px;
	position: relative;
	z-index: 90;
	padding-left: 30px;
}

#head3
{
	float: left;
	width: 614px;
	padding: 5px 7px 5px 7px;
	margin: 0px 6px;
}

#head3 p
{
	margin: 0px;
	color: #555;
	width: 350px;
	float: left;
}

#head3 h1, .blogPost h1
{
	margin: 0px auto 5px 0px;
	font-family: Arial, Sans-Serif;
	color: #195585;
	font-size: 22pt;
}

.blogPost h1
{
	margin-left: 0px;
}

#head3 h3
{
	font-family: Arial, Sans-Serif;
	font-size: 13pt;
	font-weight: normal;
	color: #555;
	margin: 0px auto 5px 0px;	
}

#head3 ul
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #9b9b9b;	
	margin: 0px;
}

#head3 ul li
{
	display: inline;
	margin: 0px 5px 0px 0px;
}

#head3 ul li.eyebrow
{
	display: block;
	clear: both;
}

#head3 .tools
{
	padding: 0px 0px;
	margin-bottom: 5px;
	width: 240px;
	float: right;
}

#head3 .tools ul
{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-weight: normal;
}

#head3 .utilities
{
	position: relative;	
	z-index: 999;
	float: right;
	width: 140px !important;
}

#head3 .utilities ul li
{
	display: block;
	position: relative;
	margin-left: 5px;
}

#head4
{
	float: left;
	width: 320px;
	margin-left: 10px;
}

#head4 div
{
	padding: 0px 7px;
}

#head4 dt
{
	font-weight: bold;
	color: #555;
	font-family: Arial, Sans-Serif;
	display: inline;
	background-repeat: no-repeat;
}

#head4 dt, #head4 dd
{
	display: inline;
}

#head4 dl dd
{
	font-size: 8pt;
	margin: 0px;
	padding-left: 3px;
	border-left: 1px solid #C0D5E4;
}

#head4 dl dd.firstChild
{
	border: 0px;
	padding: 0px;
}

#head4 .sourceList dl dd
{
	border: 0px;
}

#head4 .relatedList dl dd
{
	text-transform: capitalize;
}

/* <% Response.contentType = "text/css" %> */

/**************************
	CONTENT STRUCTURES */

.column1x1, .column1x2, .column1x3
{
	margin: 0px 8px 8px 8px;
}

#content1 .col1, #content2 .col1
{
	padding: 5px 7px;
	position: relative;
}

#content1 .column1x2 .col1, #content1 .column2x2 .col1
{
	width: 300px;
	float: left;
}

#content1 .column1x2 .fixWrapWidth
{
	width: 310px;
	float: left;
}

.column2x2
{
	margin: 0px 0px 8px 8px !important;
	margin: 0px 5px 8px 5px;
	width: 305px;
	float: left;
}

.column1x3
{
	background-image: url(col1x3BG.gif);
	background-repeat: repeat-y;
	background-position: left 5px;
	padding: 0px;
	_padding: 1px;
}

#content1 .column1x3 .col1
{
	width: 196px;
	float: left;
}

#content1 .column1x3 .fixWrapWidth
{
	width: 210px;
	float: left;
}

/**************************
	CONTENT DESIGN */



.wrapper, .col1
{
	position: relative;
}

.wrapper h2, .basicQueryList h2
{
	border-top: solid 1px #195585;
	width: 100%;
}

.wrapper h2 a, .basicQueryList h2 a, span.wrapperTitleText
{
	background-color: #195585;
}

.column1x3 .wrapper h2, .column1x3 .wrapper ul.continueLinks
{
	background-color: #fff;
}

.basicQueryList h2
{
	border-top-color: #829821;	
}

.basicQueryList h2 a, .basicQueryList h2 span.wrapperTitleText
{
	background-color: #829821;
}

.basicQueryList .paging
{
	width: 100%;
}

.basicQueryList span.thumbnail img
{
   _display: inline-block !important;
}

#content1 h2 a, #content1 h2 span.wrapperTitleText, #content2 h2 span.wrapperTitleText
{
	color: #fff;
	padding: 3px 10px;
	line-height: 15pt;
	text-transform: uppercase;
	font-size: 10pt;
	font-family: Arial, san-serif;
	text-decoration: none;
	display: inline-block;
}
#content2 h2 a 
{
        color:#195585;
	padding: 3px 10px;
        line-height: 15pt;
        text-transform: uppercase;
        font-size: 10pt;
        font-family: Arial, san-serif;
        text-decoration: none;
        display: inline-block;
}
#content2 li{
list-style-type:none;
margin-left:5px;
}


#content1 h2 a:hover, #content2 h2 a:hover
{
	text-decoration: underline;
}

#content1 h2 span.rss a, #content2 h2 span.rss a
{
	background-color: transparent;
	vertical-align: baseline;
	width: 30px;
	height: 16px;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}

h2 span.rss img
{
	padding: 0px;
	margin: 0px;
}

.Comment, .blogPostComments, .Comment h2
{
	background-color: #f1f1f1;
}

.Comment h2
{
	border-top-color: #881d08;
	margin-bottom: 0px;
}

.Comment h2 a, .Comment h2 span.wrapperTitleText
{
	background-color: #881d08;
}

.Webinar, .Video
{

}

.Blog h2, .Event h2, .Award h2, .Association h2, .Interactives h2
{
	border-top-color: #533b27;	
}

.Blog h2 a, .Event h2 a, .Award h2 a, .Association h2 a, .Interactives h2 a
{
	background-color: #533b27;	
}

#content1 div.interactivesPromo
{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#content1 div.leadArticlePromo
{
	padding-top: 0px;
}

#content1 div.leadArticlePromo img
{
	clear: both;
}

#content1 div.leadArticlePromo h1
{
	margin: 0px;
	font-family: Arial, Sans-Serif;
	color: #195585;
	font-size: 22pt;
	clear: both;
}

#content1 div.leadArticlePromo h2
{
	border-top: none;
	font-family: Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: normal;
	color: #555;
	margin: 0px 0px 5px 0px;
    text-transform: none;
}

#content1 div.leadArticlePromo h2 a
{
	color: #555;
	margin: 0px 0px 5px 0px;
    padding: 0px;	
	font-size: 13pt;
    text-transform: none;
}

.thumbnail
{
	float: left;
	margin: 3px 9pt 9pt 0px;
	padding: 0px;
	position: relative;
}

.thumbnail img
{
	max-width:100px;
}


.basicArticleList li, .basicQueryList li, .basicArticleListByline li
{
	list-style: none;
	margin-left: 5px;
	padding-left: 0;
	text-indent: 0;		
	clear: both;
	display: inline-block;
	margin-bottom: 8px;
}

.basicArticleList li h3, .basicQueryList li h3
{
	margin-bottom: 3px;
}

.basicArticleList li .byline, .basicQueryList li .byline
{
	margin-bottom: 0px;
}

.simpleArticlePromoHorizontal p
{
	padding-left: 315px;
}

.simpleArticlePromoHorizontal p span
{
	display: inline-block;
}

.simpleArticlePromoVertical .thumbnail
{
	margin: 0px !important;
}

.simpleAwardPromo dl
{
	height: 1%;
	display: block;
	overflow: hidden;
}

.simpleAwardPromo dt
{
	padding-right: 0.3em;
	font-weight: bold;
	float: left;
	clear: both;
}

.simpleAwardPromo dd
{
	margin-left: 0;
	padding-bottom: 0.4em;
}

.eventPromo dt
{
    font-weight: bold;
}

.eventPromo dd
{
    margin: 0px auto 10px 0px;
}

.simpleEventPromo dl
{
	height: 1%;
	display: block;
	overflow: hidden;
}

.simpleEventPromo dt
{
	padding-right: 0.3em;
	font-weight: bold;
	float: left;
	clear: both;
}

.simpleEventPromo dd
{
	margin-left: 0;
	padding-bottom: 0.4em;
}

.blogPromo .byline
{

}

.blogPromo dl
{
	width: 250px;
	float: left;
}

.blogPromoVertical dl
{
	height: 1%;
	display: block;
	overflow: hidden;
}

.blogPromo dt,
.blogPromoVertical dt
{
	width: 60px;
	padding-bottom: 5px;
	text-align: right;
	float: left;
	clear: both;
}

.blogPromo dd,
.blogPromoVertical dd
{
	padding: 0 0 5px 65px;
	margin-left: 0;
}

.basicVideoList ul
{
	list-style: none;
}

.basicVideoList li
{
	margin:0;
	clear: both;
}

#content1 .column1x1 .leadArticlePromoOverlayLarge
{
	padding: 0px;
}

.leadArticlePromo .thumbnail
{
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.awardList li, .eventList li, .associationList li
{
	list-style-type: none;
	margin: 10px 0px;
}

.awardList dl, .eventList dl, .associationList dl
{
	margin: 10px 0px 0px 0px;
	padding-bottom: 5px;
	color: #555;
	border: solid #b4bebf;
	border-width: 0px 0px 1px 0px;
}

.awardList dt, .eventList dt, .associationList dt
{
	font-weight: bold;
}

.awardList dt, .eventList dt, .associationList dt,
.awardList dd, .eventList dd, .associationList dd
{
	display: inline;
}

.awardList dd, .eventList dd, .associationList dd
{
	margin: 0px 7px 0px 0px;
}

/* NOTE: .col1 .col1 class is for nesting divs because of ssi include files - double check class name against the Tridion rendered page - T.S./T.H. */ 
#content1 .col1 .col1
{
	padding: 0;
}

#content1 .sidebar .simpleArticlePromo
{
	background-color: #f1f1f1;
}

#content1 .sidebar .simpleArticlePromo h2
{
	background-color: #195585;
	text-transform: none;
}

#content1 .sidebar .simpleArticlePromo span
{
	text-transform: none;
	background-color: Transparent;
}

#content1 .PanelRegisteredUser label, #content1 .PanelUserRegistration label
{
	display: block;
	float: left;
	width: 120px;
}

#content1 .PanelRegisteredUser input, #content1 .PanelUserRegistration input
{
	margin-bottom: 5px;
}

.textInput
{
	background-image: url(textInput.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	border: solid 1px #ccc;
	font-size: 16px;
	padding: 2px 3px;
}

.yellowpages ul li
{
	list-style-type: none;
	margin: 0px;
}

.yellowpages ul li h3
{
	margin-bottom: 0px;
}

.salesContact
{
	font-size: 9pt;
	font-style: italic;
	color: #666;
}

.MagazineIssue
{
	background-color: #d9ebf9; 
}
.MagazineIssue .col1 li
{
	border-bottom: solid 1px #b4bebf;
	margin-left: 0px;
}

.MagazineIssue .col1 li h3
{
	margin: 3px 0px;
	font-size: 10pt;
}

.MagazineIssue .col1 h4
{
	font-size: 11pt;
}

.button
{
	background-image: url(buttonSearchBlue.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	height: 25px;
	margin: auto 5px;
	border: solid 1px #ccc;
}

.housePlansSearchPromo .button
{
	float: none !important;
}

.localJobLeadsPromo input, .localJobLeadsPromo select, .quickJobSearchPromo input, .quickJobSearchPromo select, .housePlansSearchPromo input, .housePlansSearchPromo select, .productGuidePromo input, .productGuidePromo select
{ 
	margin-bottom: 5px;
	margin-left: 0px;
}

.productGuidePromo fieldset
{
	margin-left: 0px !important;
	padding-left: 0px !important;
}

.blogPostComments ul li 
{
	margin: 0px auto 20px auto;
	list-style-type: none;
}

.blogPostComments ul li p 
{
	margin-bottom: 5px;
}

.blogPostStamp
{
	padding: 0px;
	margin: 5px auto;
	font-size: 9pt;
	color: #555;	
	display: block;	
}

.offensive
{
	border-bottom: solid 1px #ccc;		
	padding-bottom: 3px;
	text-align: right;
}

#un, #pw
{
	margin-bottom: 3px;
}

#content1 .articleBody
{
	background-color: #fff;
	line-height: 14pt;
	font-family: arial;
	color: #333;
	position: relative;
}

#content1 .currPage
{
	display: none;
	font-weight: bold;
	float: left;
	padding-bottom: 0.5em;
}

#content1 .articleBody .hide
{
	display: none;
}

.photoCaption, .photoCredit, .date, .offensive, 
.byline
{
	font-size: 8pt !important;
	color: #555 !important;
}

.photoCredit
{
	font-style: italic;
	text-align: right;
	margin-bottom: 0px;
}

.photoCaption
{
	line-height: 9pt;
}

.articleExtras
{
	float: left;
	width: 310px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.articlePhoto
{
	margin-bottom: 10px;
}

.articlePhoto ul.continueLinks
{
	text-align: left;
	font-size: 8pt;
}

.articlePhoto p, .articlePhoto ul.continueLinks
{
	margin: 2px auto;
	padding: 0px;
}

.articleBody p
{
	font-size: 10pt;
}

.articleExtras p
{
	font-size: 8pt;
}

.articleBody div.img-left
{
	float: left;
	margin: 9pt 9pt 9pt 0;
	position: relative;
}

.articleBody div.img-right
{
	float: right;
	margin: 9pt 0 9pt 9pt;
	position: relative;
}

.articleBody div.img-center
{
	margin: 9pt auto;
	position: relative;
}

.articleBody div.img-block
{
	margin: 9pt auto 0 auto;
}

.articleBody div.img-block img
{
	float: left;
	position: relative;
}

.articleBody div.img-block .photoCredit
{
	font-style: italic;
	text-align: left;
	margin-bottom: 0px;
	clear: both;
}

.articleBody div.img-block .photoCaption
{
	clear: both;
}

/* hack to account for previous CMS images wrapped in TABLE cells */
.articleBody table, .articleBody table tr td  div.img-left, .articleBody table tr td  div.img-right, .articleBody table tr td  div.img-center
{
	position: relative;
}

.magazinePromo .thumbnail img
{
	border: solid 1px #555;
}

.source
{
	color: #555;
	font-size: 8pt;
}

.singlePage
{
	display: none;
}

.utilities
{
	position: relative;	
	z-index: 999;
	float: right;
	width:125px;
}

.utilities ul li
{
	display: block;
	float: left;
	position: relative;
	margin-left: 5px;
}

.utilities a
{
	display: block;
}

.utilities ul li div.submenu
{
	position: absolute;
	display: none;
	border-style: solid;
	border-color: #4c94cd;
	border: outset 1px #195585;  
	background-color: #fff;
	width: 100px;
}

.utilities ul li div.submenu ul li
{
	margin: 0px !important;
	padding: 5px;
}

.utilities ul li:hover div.submenu
{
	position: absolute;
	display: block;
}

#content1 .tools
{
	margin-bottom: 5px;
	border: solid #c2c2c2;
	border-width: 1px 0px;
}

#content1 div.tools ul
{
	margin: 0px !important;
	padding: 0px !important;
}

#content1 div.tools div.paging ul li
{
	margin-bottom: 0px !important;
}

.community
{
	display: none;
}

.tools .community
{
	float: left;
	position: relative;
}

div.tools div.paging
{
	position: relative;
}

.tools .community ul, .tools .paging ul li
{
	padding: 0px 3px !important;
	display: inline;
	position: relative;
}

.tools .community ul, .tools .paging ul li
{
	padding: 0 3px;
	_padding: 0 3px 1px 3px;
	display: inline;
	position: relative;
}

.paging img
{
	margin-right: 2px;
	float: left;
}

.paging .active
{
	background-color: #195585;
}

.paging .active, .paging .active a:link, .paging .active a:visited
{
	color: #fff;
	font-weight: bold;
}

.continueLinks
{
	margin: 0;
	padding: 5px;
	text-align: left;
}

.continueLinks li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.tabbedList .tabset 
{
	display: none;
	list-style: none;
	width: 100%;
	height: 2em;
}

.tabbedList .tab 
{
	float: left;
	margin: 0;
}

.tabbedList .tab a 
{
	display: block;
	height: 2em;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 0 10px;
}

.tabbedList .tab a:hover, .tabbedList .tab a.active_tab 
{
	background-color: #F4F4E3;
}

.tabbedList .tab_content 
{
	display: none;
}

.tabbedList .active_content 
{
	display: block;
}

.carousel 
{
	display: block;
	width: 610px;

}

.carousel .paging 
{
	display: none;
	float: right;
	width: 44px;
}

.HWTVPromo
{
	border: solid 1px #195585;
	/*background-image: url(../images/sponsorRibbonBG.gif); 
	background-repeat: repeat-x; 
	background-position: bottom;	*/
}

#content2 .HWTVPromo
{
	margin-bottom: 8px;
}

.HWTVPromo .thumbnail, .videoPromo .thumbnail, .Video .thumbnail, 
.SponsorVideo .thumbnail, .basicVideoList .thumbnail
{
	border: 0px !important;
}

.HWTVPromo .thumbnail a, .videoPromo .thumbnail a, .Video .thumbnail a, 
.SponsorVideo .thumbnail a, .basicVideoList .thumbnail a
{
	position: relative;
	display: block;
	cursor: pointer; 
	cursor: hand;
	width: 120px;
	height: 90px;
}

.HWTVPromo .thumbnail img, .videoPromo .thumbnail img, .Video .thumbnail img, 
.SponsorVideo .thumbnail img, .basicVideoList .thumbnail img,
.Webinar .thumbnail img, .SponsorWebinar .thumbnail img
{
	padding: 0px !important; 
	margin: 0px !important;
}

.HWTVPromo .thumbnail span.videoOverlay, .videoPromo .thumbnail span.videoOverlay, .Video .thumbnail span.videoOverlay, 
.basicVideoList .thumbnail span.videoOverlay, .SponsorVideo .thumbnail span.videoOverlay
{
	z-index: 2 !important;
	position: absolute;
	width: 120px;
	height: 90px;
}	
/*builder tv overlay fix*/
.HWTVPromo .thumbnail a 
{
	position:static;
}
.HWTVPromo .thumbnail img
{
	position:relative;
	top:-90px;
	margin-bottom:-90px !important;
}

.HWTVPromo .thumbnail span.videoOverlay img
{
	position:static;
	top:0px;
	margin-bottom:0px !important;
} 

.HWTVPromo .thumbnail span.videoOverlay
{
	position:relative;
	z-index:2;
}
/*end fix*/
.videoLogo
{
	margin: 2px auto 6px auto; 
	padding: 0px;
	clear: both;
}

.videoSponsor
{
	color: #555;
	background-color: #e5e5e5;
	font-size: 8pt;
	margin: 0px;
	border-top: solid 1px #777;
	padding: 3px 3px 0px 3px;
	clear: both;  	
}

/*controls visible items*/
.carousel .carousel_window 
{
	overflow: hidden;
	width: 610px;
	display: block;	
}

.carousel .carousel_itemset
{
	height: 195px;
	width: 3000px;
}

.carousel .carousel_item 
{
	float: left;
	border: 1px solid gray;
	margin: 2px;
	width: 197px;
	height: 190px;
}

.carousel .thumbnail {
	background-color:#FFF;
	border:1px solid #CCC;
	display:block;
	float:left;
	text-align:center;
	width:193px;
}

.emailToFriend label {	 
	display:block; 
	float:left;
	width:150px;
}

.emailToFriend .captcha div input 
{ 
	clear: both; 
	margin-top: 5px; 
} 

.emailToFriend .buttons  
{ 
	padding-bottom: 5px; 
}


/* <% Response.contentType = "text/css" %> */

/**************************
	FOOTER STRUCTURES */


#footer
{
	margin: 0 auto;
	width: 1040px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 0px;
	background-image: url(headerBG.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#globalFooter
{
}

#foot1 
{
	width: 979px;
	position: relative;
	margin-left: 31px;
	padding-top: 10px;
	background-color: #f1f1f1;
	border-top: solid 1px #ccc;
	border-bottom: solid 2px #555;
}

#foot1 dl
{
	margin: 0px 0px 10px 15px;
	padding: 0px;
}

#foot1 .corporate dl
{
	margin-right: 15px;
	margin-left: 0px;
}

#foot1 dt, #foot1 dd
{
	display: inline;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}

#foot1 dt, #foot1 .keywordSearch label
{
	color: #555;
	font-weight: bold;
	font-size: 8pt;
}

#foot1 .keywordSearch fieldset a
{
	line-height: 20pt;
}

.buttonSearchFooter
{
	background-image: url(buttonSearchBlue.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	height: 25px;
	margin: auto 5px;
	border: solid 1px #ccc;
}

#foot1 dd
{
	font-size: 8pt;
}

#foot1 .corporate 
{
	float: right;
	text-align: right;
	width: 375px;
}

#foot1 .corporate img
{
	margin-right: 15px;
}

#foot1 .corporate dt
{
	display: none;
}

#foot1 .corporate dd
{
	margin-right: 0px;
	margin-left: 3px;
}

#foot1 .corporate dd.first
{
	margin-left: 0px;
}

#foot1 .magazineLinks dl dd,
#foot1 .topics dl dd,
#foot1 .services dl dd,
#foot1 .corporate dl dd,
#foot1 .relatedSites dl dd
{
	font-size: 8pt;
	margin: 0px;
	padding-left: 3px;
	border-left: 1px solid #555;
}

#foot1 .magazineLinks,
#foot1 .topics,
#foot1 .services,
#foot1 .keywordSearch
{
	width: 600px;
}

#foot1 .keywordSearch label
{
	float: left;
	margin: auto 5px auto 15px;
	padding-top: 4px;
	display: inherit;
}

#foot1 .keywordSearch fieldset
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#foot1 .keywordSearch input 
{
	float: left;
}

#foot1 .keywordSearch #keywordFooter 
{
	width: 210px;
	height: 19px;
}

#foot1 .magazineLinks dl dd.firstChild,
#foot1 .topics dl dd.firstChild,
#foot1 .services dl dd.firstChild,
#foot1 .corporate dl dd.firstChild,
#foot1 .relatedSites dl dd.firstChild
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#foot1 .relatedSites
{
	border: solid #c2c2c2;
	border-width: 1px 0px 0px 0px;
	margin: 15px 10px 0px 10px;
	padding-top: 15px;
}

#foot1 .relatedSites dl
{
	margin-left: 5px;
}

#foot1 .copyright
{
	font-size: 8pt;
	margin-left: 15px;
	color: #666;	
}

img {
	position: relative;
}

.widget_text{
list-style:none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */
textwidget{
color:black;
}
