/* Design New Jersey
 * (c) Hobby Publications -- www.designnewjersey.com
 * 
 */

/*BODY*/
body
{
	color: #333;
	font: normal 12px Arial, Helvetica, Trebuchet, Sans-serif;
	line-height: 1.3em;
	background: #9dd1d2;
	margin: auto;
	/*background: #cfeded url(/pics/shared/background2.gif) top repeat-y;*/
}

p { padding: 0 0 12px 0; }

.cleared
{
	line-height: 0em;
	clear: both;
}

table.survey
{
	padding: 10px;
	border: 0px solid #333;
}

table.survey_winners
{
	padding: 5px;
	border: 1px solid #ccc;
	width: 200px;
}

td.head_winner
{
	border: 0px solid #333;
	font: normal 1.3em Georgia, times, serif;
	color: #334d68;
	padding: 10px;
}

td.survey_winners { padding: 10px; }

h3
{
	font: normal 1.3em Georgia, times, serif;
	color: #334d68;
	padding: 0 0 2px 0;
}

/*LINKS*/
a:link, a:visited
{
	color: #499c98;
	text-decoration: underline;
}

a:hover, a:visited:hover { /*background-color: #fbef9f;*/ }

#container
{
	/*width:980px;*/
	padding: 24px 10px 12px 10px;
	margin: auto;
	position: relative;
	z-index: 4;
	background: #fff;
}

#content
{
	border-bottom: 0px #82ceca solid;
	border-top: 2px #82ceca solid;
	display: inline-block;
	width: 980px;
	margin: auto;
}

html>body #content { display: block; }

/*HEADER*/
#header
{
	/*border-bottom:2px #82ceca solid;*/
	position: relative;
	z-index: 15;
	/*display:inline-block;*/
	width: 980px;
	margin: auto;
}

/*html>body #header{
	display:block;
	}	*/

#title h1, #title h2
{
	position: absolute;
	left: -999em;
}

#title a:hover, #title a:visited:hover { background-color: transparent; }

/*NAVIGATION*/
#nav
{
	position: absolute;
	top: 80px;
	left: 240px;
	background: transparent;
	z-index: 9999;
}

#nav a
{
	color: #666;
	text-decoration: none;
	display: block;
	width: 8em;
	/*padding-bottom:4px;*/
}

#nav a:hover, #nav a:visited:hover
{
	background-color: transparent;
	font-weight: bold;
	/*color:#333;*/
}

#nav li
{
	/* all list items */
	float: left;
	width: 9em;
	/* width needed or else Opera goes nuts */
	/*text-align:center;*/
}

#nav #home, #nav #home a { width: 4.6em; }
#nav #subscribe, #nav #subscribe a { width: 7.6em; }
#nav #advertiser_info, #nav #advertiser_info a { width: 11.6em; }
#nav #features, #nav #features a, #nav #contact, #nav #contact a { width: 5.6em; }
#nav #events, #nav #events a { width: 5.6em; }
#nav #directory, #nav #directory a { width: 9.6em; }
#nav #forum, #nav #forum a { width: 10.6em; }

#nav li li
{
	text-align: left;
	width: 11em;
	text-decoration: none;
}

#nav #advertiser_info li a, #nav #features li a, #nav #contact li a, #nav #events li a, #nav #directory li a, #nav #forum li a, #nav #subscribe li a
{
	width: 10.6em;
	padding: 5px 0px 5px 5px;
}

#nav #advertiser_info li a:hover, #nav #features li a:hover, #nav #contact li a:hover, #nav #events li a:hover, #nav #directory li a:hover, #nav #forum li a:hover, #nav #subscribe li a:hover, #nav #advertiser_info li a:visited:hover, #nav #features li a:visited:hover, #nav #contact li a:visited:hover, #nav #events li a:visited:hover, #nav #directory li a:visited:hover, #nav #forum li a:visited:hover, #nav #subscribe li a:visited:hover
{
	background-color: #def7b4;
	font-weight: normal;
	text-decoration: none;
}

#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }

#nav li:hover,#nav li.sfhover
{
	/* lists nested under hovered list items */
	font-weight: bold;
	/*text-decoration:underline;*/
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{
	/* lists nested under hovered list items */
	left: auto;
}

#nav li:hover li, #nav li li:hover li, #nav li.sfhover li, #nav li li.sfhover li
{
	/* lists nested under hovered list items */
	font-weight: normal;
	text-decoration: none;
}

#nav li ul
{
	/* second-level lists */
	position: absolute;
	background: #fff;
	border: 1px #e8e8e8 solid;
	width: 10.6em;
	padding: 0 5px 0 0;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/*SECOND LEVEL NAVIGATION*/
.nav2
{
	background-color: #334d68;
	padding: 5px 0 5px 12px;
	font: normal 14px Georgia,times,serif;
	color: #fff;
}

.nav2 h2
{
	display: inline;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.3em;
}

.nav2 li
{
	display: inline;
	padding: 0 12px 0 0;
}

.nav2 li.current { color: #99fff6; }

.nav2 a, .nav2 a:visited
{
	color: #fff;
	position: relative;
	top: 0px;
	text-decoration: none;
}

.nav2 a:hover, .nav2 a:visited:hover
{
	background-color: transparent;
	text-decoration: underline;
}

.enlarge a, 
.enlarge a:visited
{
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

.enlarge a:hover, 
.enlarge a:visited:hover
{
	background-color: transparent;
	text-decoration: underline;
}

/*MAIN CONTENT*/
.main
{
	width: 648px;
	float: left;
	padding: 12px;
	display: block;
	overflow: hidden;
	/*position:relative;*/
	/*border:1px #3ff solid;*/
}

/*HOME PAGE*/
#col_ad_block
{
	float: right;
	width: 300px;
}

#home #col_ad_block { float: left; }

#col_current_issue
{
	width: 450px;
	background-color: #def7b4;
	float: left;
	margin: 0 0 0 2px;
	padding-bottom: 10px;
}

#photo_container
{
	background-color: #def7b4;
	padding: 10px 0px 4px 10px;
	text-align: center;
	float: left;
}

#photo_container h3
{
	width: 428px;
	height: 32px;
	padding: 8px 0px 0px 0px;
	margin-left: 0px;
	background: transparent url(/pics/index/50_percent_blk.png) repeat;
	behavior: url(/iepngfix.htc);
	color: #ccffff;
	font: normal 1.7em Georgia, times, serif;
	z-index: 1;
	position: absolute;
}

#photo_container img
{
	z-index: 0;
	border: 0px solid #333;
}

.feature_wrap
{
	padding: 0px 10px 12px 10px;
	border: 0px solid #333;
}

#col_current_issue h2.feature_title, h2.feature_title
{
	font-size: 22px;
	font-weight: normal;
	border: 0px solid #333;
	/*width: 300px;*/
	color: #769642;
	font-family: Georgia, Times, Serif;
	display: block;
	/*height:30px;*/
}

#findacompany
{
	background: #f0f0e0 url(/pics/index/upcoming_back.gif) no-repeat top left;
	padding: 10px;
	color: #666;
}

#findacompany h1
{
	font: normal 1.5em Georgia, times, serif;
	color: #41a79d;
	padding: 0 0 2px 0;
}

#finditfast_box
{
	background: #6792B3;
	padding: 10px;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#finditfast_box h1
{
	font: normal 1.5em Georgia, times, serif;
	color: #def7b4;
	padding: 0 0 2px 0;
}

#finditfast_box a { color: #def7b4; }

#finditfast_box a:hover
{
	color: #def7b4;
	background: transparent;
	text-decoration: none;
}

.current_thumb
{
	float: left;
	padding: 0 0 4px 4px;
	margin-right: 10px;
	text-align: center;
}

.feature_wrap img
{
	border: 0px #334d68 solid;
	margin: 0 0 3px 0;
	background-color: transparent;
}

#col_current_issue .current_thumb a.more_link, #col_current_issue .current_thumb a.more_link:visited
{
	padding: 0;
	background-image: url(/pics/index/more_link_arrow.gif);
	color: #334d68;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
	display: block;
	width: 110px;
	text-align: left;
	border: 0px solid #333;
}

#col_current_issue .current_thumb a.more_link:hover, #col_current_issue .current_thumb a.more_link:visited:hover
{
	text-decoration: underline;
	background-color: transparent;
}

/*COMPANY SPOTLIGHT*/
#col_spotlight_events
{
	float: left;
	width: 270px;
	padding: 0px 0 10px 12px;
	color: #555;
	border: 0px solid #333;
}

#col_spotlight_events span, #col_current_issue span
{
	position: absolute;
	left: -999em;
}

#company_spotlight2
{
	background: url(/pics/index/comp_spot_bak.jpg) top left no-repeat;
	margin-left: 8px;
	width: 242px;
	color: #fff;
	font: normal 12px Arial, Helvetica, Trebuchet, Sans-serif;
	padding: 0px 15px 15px 15px;
	border: 10x solid #333;
	line-height: 16px;
}

#company_spotlight2 h1
{
	font: normal 16px Arial, Helvetica, Trebuchet, Sans-serif;
	color: #99ffff;
	padding-top: 5px;
}

/*COMPANY SPOTLIGHT*/
.co_spotlight { /*height:310px;*/ }

.co_spotlight img
{
	border: 1px #678756 solid;
	float: left;
	margin: 2px 12px 10px 0;
}

.co_spotlight h2
{
	display: block;
	width: 155px;
	height: 20px;
	background-image: url(/pics/index/company_spotlight.gif);
}

.co_spotlight h3
{
	color: #0f5182;
	padding: 0px 0 8px 0;
	font: normal 1.6em Georgia, times, serif;
}

.feat_spotlight h2
{
	display: block;
	width: 143px;
	height: 18px;
	background-image: url(/pics/index/featured_spotlight.gif);
}

#featured_spotlight
{
	width: 270px;
	border: 0px solid #333;
	margin-left: 10px;
}

a.more, a.more:visited
{
	display: block;
	width: 70px;
	height: 12px;
	background-image: url(/pics/shared/btn_more.gif);
	background-position: top;
}

a.more:hover, a.more:visited:hover
{
	background-position: bottom;
	background-color: transparent;
}

a.continue, a.continue:visited
{
	display: block;
	width: 130px;
	height: 16px;
	background-image: url(/pics/index/btn_continue_reading_wht.gif);
	background-position: top;
}

a.continue:hover, a.continue:visited:hover
{
	background-position: bottom;
	background-color: transparent;
}

.continue span
{
	position: absolute;
	left: -999em;
}

a.continue_green, a.continue_green:visited
{
	display: block;
	width: 130px;
	height: 16px;
	background-image: url(/pics/index/btn_continue_reading.gif);
	background-position: top;
	float: left;
}

a.continue_green:hover, a.continue_green:visited:hover
{
	background-position: bottom;
	background-color: transparent;
}

.continue_green span
{
	position: absolute;
	left: -999em;
}

a.viewall, a.viewall:visited
{
	display: block;
	width: 130px;
	height: 16px;
	background-image: url(/pics/index/view_all_events.gif);
	background-position: top;
}

a.viewall:hover, a.viewall:visited:hover
{
	background-position: bottom;
	background-color: transparent;
}

.viewall span
{
	position: absolute;
	left: -999em;
}

a.viewall_blu, a.viewall_blu:visited
{
	display: block;
	width: 69px;
	height: 16px;
	background-image: url(/pics/index/view_all_btn.gif);
	background-position: top;
	margin-top: 5px;
}

a.viewall_blu:hover, a.viewall_blu:visited:hover
{
	background-position: bottom;
	background-color: transparent;
}

.viewall_blu span
{
	position: absolute;
	left: -999em;
}

/*EVENTS*/
#events_box
{
	display: block;
	width: 216px;
	padding: 10px;
	background-image: url(/pics/index/upcoming_back.gif);
	border-top: 0px solid #fff;
}

.events h2
{
	display: block;
	width: 155px;
	height: 20px;
	background-image: url(/pics/index/upcoming_events.gif);
}

.events h3
{
	color: #0f5182;
	padding: 0px 0 3px 0;
	font: normal 1.2em Georgia, times, serif;
}

.events h4
{
	color: #678756;
	padding: 0px 0 5px 0;
	font: normal 1em arial, helvetica, sans-serif;
}

/*ADVERTISER LINKS*/
#footer .advertiser_links
{
	float: right;
	margin: 0 0px 0 0;
	padding: 6px 10px 10px 10px;
	/*width:280px;*/
	width: 30%;
	font-size: 10px;
}

.advertiser_links
{
	background-color: #cfeded;
	text-align: center;
	padding: 12px 0 12px 0;
	margin: 20px 0 0px 0;
}

.advertiser_links label
{
	display: block;
	padding: 0 0 6px 0;
}

/*AD BLOCKS*/
#col_ad_block hr
{
	position: absolute;
	width: 1em;
	left: -999em;
}

#col_ad_block span, .block_directory h3, .block_directory h4, .block_directory span
{
	position: absolute;
	left: -999em;
}

.ad_contact
{
	background-image: url(/pics/advertisers/ad_contact_bck.gif);
	background-repeat: repeat-y;
	background-color: #def7b4;
	padding: 16px 10px 10px 10px;
	color: #555;
	border-top: 2px solid #fff;
}

.ad_contact h4
{
	text-transform: uppercase;
	color: #17505a;
	font-weight: bold;
	letter-spacing: 1px;
}

.ad_contact h1
{
	color: #0f5182;
	padding: 0px 0 3px 0;
	font: normal 1.5em Georgia, times, serif;
}

/*
.ad_contact a:link, a:visited{
	color:#499c98;
	text-decoration:underline;}

.ad_contact a:hover, a:visited:hover{
	background-color:#def7b4;
	text-decoration: none;}
*/

/*BLOCK DIRECTORY*/
.block_directory
{
	/*
	background-image:url(/pics/index/bgd_directory_block.jpg);
	background-repeat:no-repeat;
*/
	background-color: #f0f0e0;
	padding: 10px;
}

.block_directory a
{
	position: relative;
	display: block;
	width: 170px;
	margin-left: 40px;
	height: 18px;
	background-image: url(/pics/shared/locate_resources.gif);
	background-position: top;
}

.block_directory a:hover, .block_directory a:visited:hover, .block_subscribe a:hover, .block_subscribe a:visited:hover
{
	background-color: transparent;
	background-position: bottom;
}

/*BLOCK FORUM*/
.block_forum
{
	background-image: url(/pics/index/bgd_forum_block.gif);
	background-repeat: no-repeat;
	background-color: #def7b4;
	padding: 16px 10px 10px 10px;
	color: #555;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.block_forum h3
{
	/*
	background-image:url(/pics/shared/community_forum.gif);
	background-repeat:no-repeat;
	*/
	display: block;
	width: 164px;
	height: 20px;
}

.block_forum .current_discussion
{
	background-image: url(/pics/index/bgd_current_discussion.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #eef2cf;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #c3d88c;
	padding: 10px 16px 0px 16px;
	color: #0f5182;
	/*position: relative;*/
	height: 123px;
}

.block_forum .current_discussion h4
{
	color: #769642;
	padding: 0px 0 3px 0;
	font: normal 1.2em Georgia, times, serif;
	display: block;
	width: 130px;
	height: 15px;
}

.join
{
	display: block;
	background-image: url(/pics/index/btn_read_more.gif);
	background-repeat: no-repeat;
	width: 164px;
	height: 18px;
	background-position: top;
	/*position: relative;*/
	left: 53px;
}

/*FORA FORM*/
#comment-form
{
	float: left;
	width: 550px;
	padding: 5px 20px 5px 20px;
	background: #def7b4;
}

#comment-form li
{
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #cccccc;
	float: left;
	width: 550px;
	height: auto;
}

#comment-form li ul
{
	padding: 0 0 0 0;
	border-bottom: none;
	float: left;
}

#comment-form li ul li
{
	padding: 0 0 5px 0;
	border-bottom: none;
	float: left;
}

#comment-form label
{
	width: 100px;
	float: left;
	clear: left;
	padding: 5px 0 0 0;
}

#comment-form input
{
	padding: 0;
	float: left;
	width: auto;
}

#comment-form #email_title { width: 60px; }
#comment-form li span { float: left; }

#comment-form .asterisk
{
	float: none;
	color: #990000;
	padding: 0;
	font-size: 18px;
	line-height: 12px;
}

#comment-form .note
{
	font-size: 9px;
	line-height: 10px;
	float: left;
	clear: both;
	padding: 0;
}

#comment-form #last
{
	border-width: 0px;
	padding: 10px 0 0 100px;
	margin: 0;
	float: left;
	width: 250;
}

#comment-form #submit
{
	padding: 0;
	margin: 0;
	width: 100;
}

/*   -- OLD VERSIONS --
.join {
	display:block;
	background-image:url(/pics/index/btn_join_discussion.gif);
	background-repeat:no-repeat;
	width:130px;
	height:16px;
	background-position:top;
	position:relative;
	left:90px;
	}

.start {
	display:block;
	background-image:url(/pics/index/btn_start_discussion.gif);
	background-repeat:no-repeat;
	width:172px;
	height:16px;
	background-position:top;
	position:relative;
	left:53px;
	}
*/

.start
{
	display: block;
	background-image: url(/pics/index/btn_ask_question.gif);
	background-repeat: no-repeat;
	width: 164px;
	height: 18px;
	background-position: top;
	/*position: relative;*/
	left: 53px;
}

.current_discussion p { padding: 0 0 8px 0; }

.current_discussion img
{
	/*position: absolute;*/
	/*top: 65px;*/
	/*left: 229px;*/
	float: right;
}

.current_discussion a:hover, .current_discussion a:visited:hover
{
	background-position: bottom;
	background-color: transparent;
}

/*BLOCK SUBSCRIBE*/
.block_subscribe
{
	background-image: url(/pics/index/bgd_subscribe_block.gif);
	background-repeat: no-repeat;
	padding: 20px 0 20px 30px;
	border-top: 2px #fff solid;
	height: 66px;
}

/*
.block_subscribe a
{
	display: block;
	background-image: url(/pics/index/btn_subscribe.gif);
	background-repeat: no-repeat;
	width: 228px;
	height: 67px;
	background-position: top;
}
*/

/*BLOCK DOWNLOAD*/
.block_download
{
	/*background-image:url(/pics/index/bgd_supplement_block.gif);*/
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 12px;
}

.block_download h3
{
	font: normal 25px Arial, Helvetica, Trebuchet, Sans-serif;
	color: #a8c47b;
}

.block_download h4
{
	font: normal 14px Georgia, times, serif;
	color: #669999;
}

/*
.block_download h3{
	background-image:url(/pics/index/free_download.gif);
	background-repeat:no-repeat;
	display:block;
	width:134px;
	height:18px;}
*/

td.company_highlight { padding: 0px; }

.block_spotlight
{
	background-repeat: no-repeat;
	background-color: #def7b4;
	padding: 0px 10px 10px 10px;
	color: #555;
	line-height: 20px;
}

.block_spotlight h2
{
	background-repeat: no-repeat;
	display: block;
	font: normal 16px Arial, Helvetica, Trebuchet, Sans-serif;
	color: #499c98;
}

.block_spotlight h3
{
	background-repeat: no-repeat;
	display: block;
	font-style: italic;
}

.block_spotlight h4
{
	background-repeat: no-repeat;
	display: block;
	font: normal 18px Georgia,times,serif;
	color: #224e6b;
}

/*DIV MORE ARTICLES*/
.side_col
{
	background-color: #cfeded;
	border: 1px #cfeded solid;
	padding: 12px;
	font: normal 11px Arial, Helvetica, Trebuchet, Sans-serif;
	line-height: 14px;
}

.side_col h3
{
	display: block;
	background-repeat: no-repeat;
	width: 267px;
	height: 28px;
	font: normal 16px Georgia,times,serif;
}

.side_col h4
{
	font-weight: bold;
	color: #499c98;
	font-size: 1.2em;
	font: normal 14px Georgia,times,serif;
}

#more_articles.side_col h3 { font: normal 1.5em Georgia, times, serif; }
#next_issue.side_col h3 { font: normal 1.5em Georgia, times, serif; }

.side_col .no_arrow
{
	background-image: none;
	padding: 0px;
}

.side_col a, .side_col a:visited { /* background-image:url(/pics/features/bgd_link_arrow.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:24px; */ }
.side_col h4 a, .side_col h4 a:visited { /* background-image:url(/pics/features/bgd_link_arrow_lg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:24px; */ }

.side_col a:hover, .side_col a:visited:hover
{
	background: transparent;
	/* background-position:bottom right;
	background-color:#fff; */
}

/*FEATURE ARTICLE*/
#feature_article h4 {
	font: normal 1.1em Georgia, times, serif;
	color: #777;
	padding: 20px 0 8px 0;
}

/*
#feature_article h4
{
	font: normal 1.1em Georgia, times, serif;
	color: #777;
	padding: 0 0 8px 0;
	position: relative;
	top: -4px;
}
*/

#feature_article .intro
{
	font: normal 1.1em Arial, Helvetica, Trebuchet, Sans-serif;
	color: #555;
	line-height: 1.3em;
	border-bottom: 1px #555 solid;
	margin-bottom: 12px;
}

#feature_article img
{
	/* border:1px #777 solid; */
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
}

.img_right
{
	float: right;
	padding: 0px 0 8px 12px;
}

.img_left
{
	float: left;
	padding: 0px 12px 8px 0;
}

.img_right span, .img_left span
{
	display: block;
	width: 296px;
	padding: 8px 0 0 4px;
	color: #888;
	font: normal 11px Arial, Helvetica, Trebuchet, Sans-serif;
	line-height: 14px;
}

.img_right2
{
	float: right;
	padding: 12px 0 8px 12px;
}

.img_right2 span2, .img_left2 span2
{
	display: block;
	width: 200px;
	padding: 8px 0 0 4px;
	color: #888;
	font: normal 11px Arial, Helvetica, Trebuchet, Sans-serif;
	line-height: 14px;
}

.sources
{
	padding: 18px 12px 24px 12px;
	color: #777;
	line-height: 1.3em;
}

.sources strong
{
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sources h3
{
	text-transform: uppercase;
	font-weight: bold;
	color: #499c98;
	padding: 0 0 4px 0;
	letter-spacing: 1px;
}

ul.sources
{
	padding: 0 0 8px 0px;
	margin: 0px;
	color: #999;
	font-size: 11px;
}

ul.sources li
{
	display: inline;
	margin: 0 4px 0 0;
	border-right: 1px #ccc solid;
	padding: 0 4px 0 0;
}

/*CURRENT ISSUE*/
.cover_container
{
	float: left;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	width: 350px;
	/*position:relative;
	top:-24px;*/
}

#current_issue .cover_container p.credit
{
	padding: 3px 0px 0px 12px;
	float: right;
	color: #777;
	font-size: .9em;
}

#current_issue h3
{
	font: normal 1.2em Georgia, serif;
	color: #334d68;
	padding: 0 0 3px 0;
}

#current_issue h4
{
	font: normal 1.1em Georgia, serif;
	color: #7B9F41;
}

#current_issue h4.read
{
	font: bold 1em arial, serif;
	color: #7B9F41;
}

.issue_content
{
	width: 260px;
	float: left;
}

h2.feature_title a { color: #82ceca; }

h2.article_title
{
	font: normal 22px Georgia, times, serif;
	color: #769642;
	padding: 0 0 3px 0;
}

h1.article_title
{
	font: normal 18px Georgia, times, serif;
	color: #333;
	padding: 0 0 3px 0;
}

/*ARTICLE ARCHIVE*/
.article_list li
{
	width: 300px;
	/* height:200px; */
	float: left;
	margin: 0 0px 6px 0;
	padding: 12px;
	position: relative;
}

.article_list img
{
	float: left;
	margin: 6px 8px 4px 0;
}

.article_list h3 a, .article_list h3 a:visited
{
	font: normal 1.0em Georgia, times, serif;
	padding: 3px 0px 3px 0px;
}

.article_list h4
{
	margin: 0px 0 4px 0;
	color: #334d68;
}

.article_list li:hover { background-color: #f0f0e0; }
.article_list .continue { clear: left; }

.article_list_img_div
{
	margin: 0px 8px 4px 0;
	height: 120px;
	width: 150px;
	overflow: hidden;
	float: left;
}

/*BACK ISSUES*/
ul.back_issues li
{
	float: left;
	padding: 0 12px 10px 12px;
	text-align: center;
	height: 170px;
	width: 100px;
}

/*SUBSCRIBE FORM*/
#frm_subscribe ul
{
	float: left;
	width: 300px;
}

#frm_subscribe #type_sub { width: auto; }
#frm_subscribe #type_sub label { width: 140px; }
#frm_subscribe li { padding: 10px 0 0 0; }
#frm_subscribe li.checkbox { padding: 0 0 0 100px; }
#frm_subscribe li.input_second { padding: 1px 0 0 104px; }

#frm_subscribe label
{
	width: 100px;
	padding: 3px 4px 0 0;
	float: left;
	text-align: right;
}

#frm_subscribe li.checkbox label
{
	width: auto;
	float: none;
}

#frm_subscribe li.lbl_wrap { clear: left; }

#frm_subscribe li.lbl_wrap input
{
	position: relative;
	top: 6px;
}

#frm_subscribe fieldset
{
	margin: 12px 12px 0 0;
	padding: 12px 0 12px 12px;
	width: 612px;
	float: left;
	border: 1px #9dd1d2 solid;
	background-color: #cfeded;
	position: relative;
}

#frm_subscribe #gift_msg
{
	padding: 12px 0px 12px 12px;
	width: 286px;
	margin-right: 0;
	height: auto;
}

#frm_subscribe #ship
{
	width: 288px;
	padding: 12px;
	height: 255px;
}

#frm_subscribe legend
{
	font: bold 1.2em Arial, Helvetica, Trebuchet, Sans-serif;
	text-transform: uppercase;
	color: #334d68;
	padding: 0 5px 0 5px;
	margin: 0 10px 0 10px;
	position: absolute;
	top: -.5em;
	left: .2em;
}

#frm_subscribe textarea
{
	width: 268px;
	height: 55px;
}

.buttons
{
	display: block;
	padding: 12px 12px 0px 120px;
	clear: left;
}

#frm_subscribe .buttons input
{
	background-color: #9dd1d2;
	color: #334d68;
	text-transform: uppercase;
	padding: 4px 8px 4px 8px;
	margin-right: 8px;
}

#frm_subscribe
{
	/*background-color:#cfeded;*/
	padding: 0 0 12px 12px;
}

/*#frm_subscribe form, #frm_subscribe fieldset, #frm_subscribe legend{
	background-transparent;}*/

/*ADVERTISER INFO*/
#ed_calendar ul
{
	padding: 0 0 24px 0;
	width: 300px;
	float: left;
}

#ed_calender ul ul
{
	float: none;
	width: auto;
	padding: 0px;
}

.note
{
	font-style: italic;
	color: #777;
	font-size: 1em;
}

th
{
	font: bold 1.1em arial, sans-serif;
	color: #17505a;
	text-transform: uppercase;
	padding: 0 36px 2px 0;
	border-bottom: 1px #17505a solid;
}

th.title
{
	border: none;
	padding: 0 0 12px 0;
	font: normal 1.3em Georgia, times, serif;
}

.advertiser_info_page td { padding: 4px 36px 0px 0; }

.advertiser_info_page
{
	background-color: #cfeded;
	padding: 14px;
	width: 100%;
	border: 1px #9dd1d2 solid;
	margin: 0 0 24px 0;
}

#production_specs ul
{
	list-style-type: disc;
	padding: 0 0 12px 30px;
}

#production_specs .note { color: #555; }

#production_specs h4
{
	text-transform: uppercase;
	color: #17505a;
	font-weight: bold;
	letter-spacing: 1px;
}

.industry_prof td { padding: 10px; }

.industry_prof
{
	background-color: #cfeded;
	padding: 0px;
	width: 100%;
	border: 1px #9dd1d2 solid;
	margin: 0 0 24px 0;
}

.locations
{
	color: #666;
	font: normal 12px Arial, Helvetica, Trebuchet, Sans-serif;
	line-height: 1.3em;
	/*background: #cfeded url(/pics/shared/background2.gif) top repeat-y;*/
}

.alphabet
{
	font: normal 24px Georgia, times, serif;
	color: #334d68;
	padding: 0 0 2px 0;
	text-transform: uppercase;
}

.post_box
{
	background: #fff url(../pics/community_forum/info_box_bck.gif) repeat-x top;
	width: 150px;
	padding: 10px;
	float: right;
	border: 1px solid #e5e5e5;
	margin-left: 10px;
	display: inline;
}

.blog_question
{
	font: normal 1.2em Georgia, times, serif;
	color: #334d68;
}

/*
#blog_box span, #blog_box span{
	position:absolute;
	left:-999em;
	}
	
	
a.more2, a.more2:visited{
	display:block;
	width:70px;
	height:12px;
	background-image:url(/pics/shared/btn_more.gif);
	background-position:top;
	border: 0px solid #333;
	}

a.more2:hover, a.more2:visited:hover{
	background-position:bottom;
	background-color:transparent;
	}
*/

/*FOOTER*/
#footer
{
	padding: 12px 0 24px 0;
	color: #555;
	font-size: 10px;
	background: #9dd1d2;
	width: 980px;
	margin: auto;
}

#footer p { padding: 0 0 0px 0; }
#footer p.cite { padding: 12px 0 0 0; }
#footer li { display: inline; }

#footer a
{
	font-size: .9em;
	color: #666;
	text-decoration: none;
}

.fg_caption { /* border: 1px solid #F33; */ }

.featured_gallery
{
	width: 200px;
	float: left;
	padding: 0px;
	margin: 5px;
}

.crop { /*
	border: 1px solid #F33;
	height: 200px;
	*/ }

.crop a
{
	border: 1px #777 solid;
	height: 132px;
	width: 200px;
	overflow: hidden;
	display: block;
}

h2.feature_title2
{
	color: #82ceca;
	font: normal 24px/1.2 Garamond,Georgia, Times, serif;
	margin: 0 0 0.25em;
}
