/*
------------------------------------------------------------
Colors for P&F: 

Neutral Gray:   #B0B0B0  - Background of Body
Light Gray:     #D8DADF  - Background for col1 and col3
Medium Gray:    #95989A  - H4's and list dividers
Dark Gray:      #636567  - Nav, footer and H6's
Very Dark Gray: #333333  - Visited Links

Yellow:         #FFCC33  - Layout elements and secondary nav
Orange:         #E06500  - Link Color
------------------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16.5px;
	letter-spacing: .1px;
	color: #000;
	background-color: #B0B0B0;
}

#page_margins {
	margin: 0px auto;
	width: auto;
	min-width: 1002px;
	max-width: 1280px;
	padding: 0px;
}

#page { padding: 0px; }

#main { margin: 0px; border-top: 1px solid #95989A; }


#col2 { background-color: #fff; }
#col1, #col3 { background-color: #D8DADF; }

#col1_content { padding: 0px 0px;}
#col2_content { padding: 5px 10px 0px;}
#col3_content { padding: 0px 5px; margin-top: -1px;}
#homepage #col3_content { margin-top: 0px; }

/* --- HEADER styles: formatting for top of the page (not navigation) --------------------------- */

#header {
	height: 102px;
	background-color: #fff;
	color: #000;
	position: relative;
	margin: 0px;
	padding:0px;
}

#header h1.siteName {
	border: none;
	position: relative;
	width: 210px;
	height: 92px;
	font-size: 1px;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	top: 5px;
	left: 5px;
	float: left;
	background: url(designImages/pf_logo_09.png) no-repeat top left;
}

#header h1.siteName a {
	background: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 92px;
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
}

#header h1.siteName a:hover {
	background: transparent url(designImages/pf_logo_09_hover.png) no-repeat top left;
	border: none;
}

#header h1.siteName a span {
	display: block;
	text-indent: -9999px;
	border: none;
}

/* this is for accessibility, and does not have to be replaced with an image*/
#header p.tagLine {
	position: absolute;
	top: 83px;
	left: 14px;
	width: 200px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	line-height: 10px;
	z-index: -50;
}

#header p.tagLine span { display: block; text-indent: -9999px; }

/* search box and button */
#header input.text {
	float: left;
	position: absolute;
	top: 35px;
	left: 378px;
	width: 300px;
	font-size: 13px;
	color: #000;
	border: 1px solid #000;
	padding: 3px;
	margin: 0px;
}

#header input.submit {
	position: absolute;
	top: 35px;
	left: 700px;
}

/*this is the div for the current issue cover and description */
#magazineItems {
	height: 96px;
	width: 250px;
	float: right;
	overflow: visible;
	position: relative;
	background: transparent;
}

#magazineItems #magazineItemsText {
	height: 84px;
	width: 110px;
	float: left;
	overflow: visible;
	padding: 6px 6px 0px;
	z-index: 51;
}
#magazineItems #magazineItemsText a:link { color: #e06500; }
#magazineItems #magazineItemsText a:visited { color: #e06500; }
#magazineItems #magazineItemsText a:hover { color: #06f; }

#magazineItems #magazineItemsText p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	color: #000;
	width: 117px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	position: absolute;
	top: 0px;
	right: 7px;
	z-index: 52;
}

#magazineItems #magazineItemsText p a:link { color: #e06500; text-decoration: none; }
#magazineItems #magazineItemsText p a:visited { color: #e06500; text-decoration: none; }
#magazineItems #magazineItemsText p a:hover { color: #06f; text-decoration: underline; }

#magazineItems #magazineItemsText ul { margin: 0px; padding-top: 3px;}

#magazineItems #magazineItemsText ul li {
	margin: 0px 0px 9px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #fff;
	text-align: right;
}

#magazineItems #magazineItemsText ul li.cartLink { line-height: 15px; height: 15px; overflow: hidden; }

#magazineItems #magazineItemsText ul li.cartLink a { padding: 0px 0px 1px 20px; background: url(designImages/pf_cart_icon.gif) no-repeat 0 0; height: 13px; overflow: hidden; }

#magazineItems #magazineItemsText ul li.cartLink a:hover { background-position: 0px -13px; }

/*  this breaks is ie6 and has a patch to fix it in the patches.css file  */
#magazineItems #magazineItemsImage {
	float: left;
	width: 115px;
	background: transparent url(designImages/pf_cur_cover_bg.png) no-repeat 0px 30px;
	height: 157px;
	padding: 35px 5px 5px 5px;
	overflow: hidden;
	z-index: 50;
}

#magazineItems #magazineItemsImage a img,
#magazineItems #magazineItemsImage a {
	width: 115px;
	height: 157px;
	border: none;
}

/* --- BREADCRUMB styles ----------------------------------------------------------- */

p.breadcrumb {
	clear: both;
	margin: 0px;
	text-decoration: none;
	color: #636567;
	height: 30px;
	line-height: 30px;
	font-size: 11.5px;
	padding: 0px 10px;
}

p.breadcrumb a:link { color: #e06500; }
p.breadcrumb a:visited { color: #636567; }
p.breadcrumb a:hover { color: #06f; }

p.breadcrumb span.page { color: #000; }

/* --- GENERIC CONTENT styles: articles news etc that will appear in the main column (white bg) -- */

p {
	color: #000;
	font-size: 12px;
	line-height: 16.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0;
	letter-spacing: .1px;
}
p a:link { color: #e06500; }
p a:visited { color: #333; }
p a:hover { color: #06f; }

/*------  Lists: ul ol dl --------------------*/
ul, ol {
	color: #000;
	font-size: 12px;
	line-height: 1.35em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: .5em 0 1em;
}
div#col1_content ul, div#col1_content ol { margin-top: 0px; }
div#col2_content ul { list-style: disc outside; }

li { margin: 0 0 .5em 25px; }

div#col2_content ol.references { list-style: decimal outside; font-size: 11.5px; margin-top: 0px; }

div#col2_content ol, div#col2_content ol.num { list-style-type: decimal; }

div#col2_content ol.numTwoDigits { list-style-type: decimal-leading-zero; }

div#col2_content ol.roman, div#col2_content ol.romanLower { list-style-type: lower-roman; }

div#col2_content ol.romanUpper { list-style-type: upper-roman; }

div#col2_content ol.alpha, div#col2_content ol.alphaLower { list-style-type: lower-alpha; }

div#col2_content ol.alphaUpper { list-style-type: upper-alpha; }

div#col2_content ul.square { list-style-type: square; }

div#col2_content ul.circle { list-style-type: circle; }

div#col2_content dl { margin-top: -5px; }

div#col2_content dl dt { font-weight: bold; margin-top: 10px;}

div#col2_content dl dd { padding-left: 10px; }

/*------  h1 --------------------*/
h1 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 6px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
/*h1 a:link { color: #000; }
h1 a:hover { color: #06f; }*/

h1 span.oneOf { 
	font-weight: normal;
	font-size: 13px;
	color: #95989a;
}

h2.listTitle a,
h1.listTitle a {
	padding-left: 5px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #06f;
	line-height: 11px;
	margin: 0px;
}
h2.listTitle a img, h1.listTitle a img { width: 12px; height: 12px; margin-right: 5px; }
h1.listTitle a:hover:after { content: "Sign up for this RSS Feed"; }
body#homepage h1.listTitle a:hover:after { content: ""; }

/*------  h2 ----------------  please note, h2's in lists are different than the rest of the h2's ----*/

h2 {
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 8px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
}
h2 a:link { color: #000; text-decoration: underline; }
h2 a:visited { color: #333; text-decoration: underline; }
h2 a:hover { color: #06F; text-decoration: underline; }

/* ------- h3 ------- with no class is for content item sub, subheads*/
h3 {
	font-size: 12.5px;
	margin: 0px 0px 6px 0px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 a:link { color: #000; text-decoration: underline; }
h3 a:visited { color: #333; text-decoration: underline; }
h3 a:hover { color: #06F; text-decoration: underline; }

/* ------- h4 ------- with no class is for mini-titles */
h4 {
	font-size: 10px;
	margin: 0px 0px 5px 0px;
	line-height: 10px;
	font-weight: bold;
	color: #95989a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* ------- h5 ------- is for Author Names */
h5 {
	font-size: 11.5px;
	margin: 0px 0px 10px 0px;
	line-height: 13px;
	font-weight: bold;
	color: #636567;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ------- h6 ------- is the "from" line, like what issue or the posted date */
h6 {
	font-size: 11.5px;
	margin: 0px 0px 10px 0px;
	line-height: 13px;
	font-weight: normal;
	color: #636567;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h6 a:link { color: #e06500; text-decoration: underline; }
h6 a:visited { color: #636567; text-decoration: underline; }
h6 a:hover { color: #06F; text-decoration: underline; }

/* do i need this still ??? */
span.from {
	font-size: 13px;
	font-weight: normal;
	color: #f00;
	font-family: Arial, Helvetica, sans-serif;
}
span.from a:link { color: #f00; }
span.from a:visited { color: #666; }
span.from a:hover { color: #06F; }

/* -- other generic styles -- */

sub, sup { vertical-align: baseline; font-size: .75em; line-height: 2px; position: relative; margin-left: 1px; }
sub { top: .25em; margin-right: 1px; }
sup { top: -.5em; }

span.footnote {
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #666;
	margin: 3px 0px 8px;
	padding-top: 3px;
}

/* ---- form elements default styles  ---- */

textarea { border: 1px solid #666; padding: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; }

input.submit {
	font-weight: bold;
	color: #fc3;
	background-color: #636567;
	padding: 2px 3px;
	font-size: 13px;
	border: 1px solid #000;
	cursor: pointer;
}

input.submit:hover { text-decoration: underline; cursor: pointer; }
/*input.submit:active { border: 1px solid #000;}*/

/* --- TERTIARY Nav styles: these should start with the first two sets and override only what is necessary -- */

div.tertiary_nav { border-bottom: 5px solid #fff; }

div.tertiary_nav h1 {
	background: #fc3 url(designImages/pf_tertiary_arrow.gif) no-repeat 0 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #636567;
	padding: 3px 10px 14px 10px;
	margin: 0px;
	font-weight: bold;
}

div.tertiary_nav ul {
	background: url(designImages/pf_tertiary_structure.gif) no-repeat 19px bottom;
	padding: 3px 0px 10px 19px;
	margin: 0px;
	background-color: #636567;
}

div#col1_content div.tertiary_nav ul li { 
	padding: 0px 3px 0px 10px;
	margin: 0px 15px 3px 0px;
	background: url(designImages/pf_tertiary_child.gif) no-repeat 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
}

div#col1_content div.tertiary_nav ul li a:link { color: #fff; text-decoration: none; }
div#col1_content div.tertiary_nav ul li a:visited { color: #d8dadf; text-decoration: none; }
div#col1_content div.tertiary_nav ul li a:hover { color: #fff; text-decoration: underline; }

/*tertiary nav current page styles*/
div#col1_content div.tertiary_nav ul li.curr_page {
	color: #fc3;
	background: url(designImages/pf_tertiary_child_curr.gif) no-repeat scroll 0px 2px;
}

div#col1_content div.tertiary_nav ul li.curr_page a {  }

div#col1_content div.tertiary_nav ul li.curr_page a:link,
div#col1_content div.tertiary_nav ul li.curr_page a:visited { color: #fc3; text-decoration: none; }
div#col1_content div.tertiary_nav ul li.curr_page a:hover { color: #fc3; text-decoration: underline; }

/* --- TAB styles: this is the ul before an itemList that lets you filter by the different types of content -- */

#col2_content ul.contentFilters {
	overflow: hidden;
	display: inline-block;
	margin: 10px -10px;
	padding: 0px 10px;
	width: 100%;
	list-style: none;
	background: url(designImages/pf_1x1_95989a.gif) repeat-x 0 100%;
}

#col2_content ul.contentFilters li { display: inline; margin: 0px; padding: 0px; }

#col2_content ul.contentFilters li a {
	height: 24px;
	padding: 0px 8px;
	margin: 0 5px 0 0;
	line-height: 23px;
	background-color: #d8dadf;
	border-color: #95989a;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	float: left;
}

#col2_content ul.contentFilters li a:link,
#col2_content ul.contentFilters li a:visited { color: #e06500; }
#col2_content ul.contentFilters li a:hover { color: #06f; }

#col2_content ul.contentFilters li.curr_page a { border-bottom-color: #fff; background-color: #fff; }
#col2_content ul.contentFilters li.curr_page a span {  }

#col2_content ul.contentFilters li a span {
	/*height: 22px;
	padding: 0 17px 0 0;
	margin: 0px;
	background: url(designImages/ct_content_filter_right.gif) no-repeat 100% -22px;
	line-height: 22px;
	text-align: center;
	float: left;
	display: block;
	overflow: hidden;*/
	cursor: pointer;
}

/* --- LIST styles: these should start with the first two sets and override only what is necessary -- */

div.itemList { margin: 0px; clear: both; }

div.itemDeck { margin: 0px; overflow: hidden; border-top: 1px solid #95989a; }

div.itemDate { overflow: hidden; text-align: left; display: block; padding: 5px 0px 0px; }

div.itemDate h4 { padding: 0px; margin: 0px; }

div.itemDesc { padding: 5px 0px; text-align: left; }

div.itemDesc h5 { margin: 0px 0px 5px; }

div.itemDeck h2 { font-size: 13px; font-weight: bold; margin: 0px 0px 5px; }
div.itemDeck h2 a:link { color: #e06500; text-decoration: none; }
div.itemDeck h2 a:visited { color: #333; text-decoration: none; }
div.itemDeck h2 a:hover { color: #06f; text-decoration: underline; }

#main div.itemDeck p { margin: 0px 0px 7px 0px; }

div.itemDeck img { float: left; margin: 3px 6px 6px 0px; border: 1px solid #95989a; }

/* --- Exceptions to list styles - sponsored, paid, formula etc. ----------- */

div.itemList div.last { margin-bottom: -1px; }

div.itemList div.first { border-top: none; }
body#homepage div.itemList div.first { border-top: 1px solid #95989a; }

div.itemList div.last div.itemDesc { padding-bottom: 0px; }

div.itemList div.sponsored { background: #fff url(designImages/pf_fade_orange_top.gif) repeat-x 0 0; }

div.itemList div.sponsored h4 {
	color: #fff;
	display: inline-block;
	padding: 4px;
	background-color: #e06500;
	margin-bottom: 0px;
}

div.itemList div.sponsored div.itemDate h4 {
	background: transparent none;
	color: #95989a;
	padding: 0px;
	display: block;
}

/*div.itemList div.first.sponsored { margin-top: -5px; padding-top: 5px; }*/

div.itemList div.sponsored div.itemDesc { background: url(designImages/pf_fade_orange_bottom.gif) repeat-x 0 100%; }

div.itemList div.paid div.itemDesc h2 { background: url(designImages/pf_icon_paid.gif) no-repeat 0% 50%; padding-left: 20px; }

div.itemList div.video.gallery div.itemDesc h2 { background: url(designImages/video_and_photo_icon.png) no-repeat 0% 50%; padding-left: 45px; }

div.itemList div.gallery div.itemDesc h2 { background: url(designImages/photo_gallery_icon.png) no-repeat 0% 50%; padding-left: 25px; }

div.itemList div.video div.itemDesc h2 { background: url(designImages/video_icon.png) no-repeat 0px 4px; padding-left: 20px; }

/* --- MOST Popular styles ----------- */

div#mostReadList { margin: 0px; padding: 10px; }

div#mostReadList h4 { color: #636567; }

div#mostReadList h2 { margin-bottom: 0px; }

div#mostReadList div.mostReadItem { 
	border-top: 1px solid #fff;
	padding: 3px 0px 0px 0px;
	margin: 0px; 
	clear: both;
	overflow: hidden;
}

div#mostReadList div.mostReadItem.first { border-top: none; padding-top: 6px; }

div#mostReadList p.mostReadCount { 
	color: #636567;
	float: left;
	width: 38px;
	padding: 2px 3px 13px;
	display: inline;
	height: 14px;
	margin: 3px 6px 6px 0px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	background: #fff url(designImages/most_views_bg.gif) no-repeat 50% 19px;
}

div#mostReadList p.mostReadNum { 
	color: #636567;
	float: left;
	width: 22px;
	display: inline;
	margin: 3px 6px 6px 0px;
	text-align: right;
	font-size: 13px;
	line-height: 13px;
}

div#mostReadList div.first p.mostReadNum { }

div#mostReadList p.mostReadLink { padding: 0px 0px 0px 50px; margin: 0px 0px 6px 0px; }
div#mostReadList p.mostReadLink a:link { color: #e06500; }
div#mostReadList p.mostReadLink a:visited { color: #333; }
div#mostReadList p.mostReadLink a:hover { color: #06f; }

/* --- AD styles: formatting for leaderboard and side ads --------------------------- */

div.ad {
	padding: 15px 0px 10px;
	border-top: 1px solid #95989a;
	margin: 0px;
	background: url(designImages/advertisment_7x60_h.gif) 50% 4px no-repeat;
}

/* -- this puts a border around any image used in an add -- */
/* -- TO DO: find a way to do this for flash or other non-image based ads -- */
div.ad img { border: 1px solid #95989a; }

div.ad div { margin: 0px; padding: 0px; overflow: hidden; display: inline-block; border: 1px solid #95989a; }

div#leaderboardAd {
	padding: 5px 0px;
	height: 92px;
	margin: 0px auto;
	text-align: center;
}

div#leaderboardAd div#innerLeaderboardAd {
	height: 92px;
	width: 730px;
	overflow: hidden;
	display: inline-block;
	margin: 0px auto;
	padding: 0px 0px 0px 10px;
	text-align: center;
	background: url(designImages/advertisment_7x60_v_white.gif) 0px 50% no-repeat;
}

div#leaderboardAd div#innerLeaderboardAd a { width: 730px; height: 92px; }

div#leaderboardAd div#innerLeaderboardAd img { border: 1px solid #95989a; }

div.sponsoredLogo { width: 230px; text-align: center; background-color: #fff; padding: 10px; border: 1px solid #000; margin: 10px 0px; }

/* --- ARTICLE DETAIL styles: starting at the top working down --------------------------- */

/* ------- Article For Purchase -excerpt only div#excerpt ------------ */

div.excerpt { float: left; width: 105px; margin: 0 10px 0 0; padding: 0px; }

div.excerpt p { margin: 0px; padding: 0px 0px 0px 17px; background: url(designImages/pf_icon_paid.gif) no-repeat 0% 50%; color: #bc1100; font-weight: bold; font-size: 11px; }

/* ------- print this - email this buttons ------- */
div#buttons {
	margin: 0px 0px 7px 0px;
	line-height: 10px;
	text-align: right;
	padding-bottom: 9px;
	border-bottom: 1px solid #95989a;
}

div#buttons a { font-size: 9.5px; line-height: 13px; }
div#buttons a:link { color: #e06500; }
div#buttons a:hover { color: #06f; }

div#buttons a.emailThis {
	background: url(designImages/email_icon.gif) no-repeat left bottom;
	padding: 0px 0px 0px 18px; /*this makes room for the icon to the left of the text*/
	margin-right: 10px;
}

div#buttons a.printThis {
	background: url(designImages/print_icon.gif) no-repeat left bottom;
	padding: 0px 0px 0px 18px; /*this makes room for the icon to the left of the text*/
}

/* --- ARTICLE EXTRAS styles: layout and formatting of in-article extras ------------------ */
/* article extras are for additional content for the articles/news items*/

div#articleExtras {
	width: 200px;
	float: right;
	margin: 0px 0px 10px 10px;
	/*border-color: #666;
	border-style: solid;
	border-width: 1px;*/
	background-color: #d8dadf;
	padding: 5px 5px 0px 5px;  /*no padding on the bottom.  last items bottom margin will fix that*/
}

/*  applies to both div#image and any div.addOn  */
div#articleExtras div {
	/*border: 1px solid #666;*/
	background-color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 6px;
}

div#articleExtras div#articleImage {
	text-align: center; /*for captions and img to be centered*/
	padding: 0px;
} 

/*  this is the caption for the main image  */
div#articleExtras div#articleImage p {
	margin: 0px 0px 0px 0px;
	padding: 6px;
	font-size: 10.5px;
	line-height: 15.5px;
	border-top: 1px solid #d8dadf;
}

div#articleExtras div#purchaseArticle h2 { margin: 0px 0px 5px; }

div#articleExtras div#purchaseArticle p { margin:0px; font-weight: bold; }

div#articleExtras div#purchaseArticle p#purchaseLink { margin: 5px 0px 0px; padding: 0px; text-align: center; }

div#articleExtras div#purchaseArticle p#purchaseLink a {
	background-color: #636567;
	border: 1px solid #000;
	display: inline-block;
	font-weight: bold;
	color: #fc3;
	padding: 3px 10px;
	text-decoration: none;
}

div#articleExtras div#purchaseArticle p#purchaseLink a:hover { text-decoration: underline; }

div#articleExtras div#purchaseArticle ul { list-style: none; margin: 0px 0px 10px; }

div#articleExtras div#purchaseArticle ul li { margin: 0px 0px 3px; line-height: 15px; color: #666; }

div#articleExtras div#purchaseArticle ul.articleKeywords { list-style: disc; }

div#articleExtras div#purchaseArticle ul.articleKeywords li { margin: 0 0 3px 15px; }

div#articleExtras div h2 { margin: 0px; padding: 0px; }

div#articleExtras div#gallery h2.gallery { background: url(designImages/photo_gallery_icon.png) no-repeat 0% 50%; padding-left: 25px; }

div#articleExtras div#video h2.video { background: url(designImages/video_icon.png) no-repeat 0px 4px; padding-left: 20px; }

div#articleExtras div ul { margin: 0px 0px 3px 0px; list-style-type: none; }
/*the extra three pixels at the bottom provides breathing room in case the last item has any descenders*/

div#articleExtras div li { margin: .5em 0px 0px 0px; line-height: 1.25em; color: #000; }
div#articleExtras div li a:link { color: #e06500; }
div#articleExtras div li a:visited { color: #333; }
div#articleExtras div li a:hover { color: #06f; }

/* ------- Article For Purchase Styles div#payOptions ----------- */
p.excerpt { font-weight: bold; font-size: 11px; }

/* ------- Sponsored Article Styles ----------- */

div.disclaimer {
	margin: -31px 0px 10px;
	padding: 4px 0px;
	background-color: #e06500;
	width: 200px
}

div.disclaimer p {
	line-height: 11px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

div#disclaimer {
	border-top: 1px solid #95989a;
	padding: 7px 0px 0px;
	margin: 10px 0px 0px;
	clear: both;
}

div#disclaimer p { color: #95989a; }

div#col3_content div#sponsorInfo { margin-top: 10px; border: 1px solid #95989a; background-color: #fff; padding: 5px; text-align: center; overflow: hidden; }

div#col3_content div#sponsorInfo h2 { text-align: center; }

div#col3_content div#sponsorInfo img { max-width: 240px; }

div#col3_content div#sponsorInfo h3 { display: inline-block; width: 100%; padding-top: 5px; border-top: 1px solid #95989a; margin: 10px 0px 2px; text-align: left; }

div#col3_content div#sponsorInfo p { margin: 5px 0px; text-align: left; }

/* --- PAGINATION styles ----------------------------------------------------------- */

div#pagination { margin: 5px 0px; /*float: left;*/ padding: 5px 0px; clear: right; text-align: center; }

/* this is the style for a disabled button, ie previous on page 1 */
div#pagination span { color: #fff; font-size: 11px; line-height: 11px; padding: 2px 5px; background-color: #d8dadf; border: 1px solid #d8dadf; text-decoration: none; }

/*this is for the majority of the page #'s */
div#pagination a span { color: #e06500; background-color: #fff; border: 1px solid #636567; text-decoration: none; }

div#pagination a { text-decoration: none; } /*without this it adds an underline below the box which looks really weird*/

div#pagination a:hover span { color: #e06500; background-color: #d8dadf; text-decoration: underline; }

div#pagination span.curr_page { background-color: #636567; border: 1px solid #636567; color: #fc3; font-weight: bold; }

/* --- RELATED Content styles: should use some of the generic styles  --------------- */

div#related {
	padding: 0px 0px;
	margin: 10px 0px 0px;
	clear: both;
	overflow: hidden;
}

div#related div#categoryListWrapper,
div#related div#contentItems { padding: 7px 0px 10px; border-top: 1px solid #95989a; }

div#related div#contentItems h2 { margin: 0px; line-height: 16px; }

div#related div#contentItems ul { margin: 0px; list-style: none; }

div#related div#contentItems ul li { margin: 7px 0px 0px 0px; color: #636567; font-size: 10.5px; font-style: italic; line-height: 15px; }

div#related div#contentItems ul li a { color: #e06500; font-size: 12px; font-style: normal; }
div#related div#contentItems ul li a:visited { color: #333; }
div#related div#contentItems ul li a:hover { color: #06f; }

div#related div#categoryListWrapper p#categoryList {
	margin: 0px;
	color: #000;
	font-size: 12px;
	line-height: 15px;
}

div#related div#categoryListWrapper p#categoryList a:link { color: #e06500; }
div#related div#categoryListWrapper p#categoryList a:visited { color: #333; }
div#related div#categoryListWrapper p#categoryList a:hover { color: #06f; }

/* --- footer styles --------------------------------------------------------------- */

div#footer { position: relative; }

div#innerFooter {
	text-align: center;
	padding: 10px 0px 5px;
	background: #636567;
	clear: both;
}

div#footer p { color: #fc3; font-size: 11px; }
div#footer p a:link { color: #fc3; }
div#footer p a:visited { color: #d8dadf; }
div#footer p a:hover { color: #fff; }

div#footer p#reportBug { 
	font-size: 9px;
	line-height: 11px;
	text-transform: uppercase;
	text-align: right;
	margin: 0px;
	padding: 6px 10px;
	position: absolute;
	top: 20px;
	left: 0px;
	background-color: #333;
}
div#footer p#reportBug a:visited { color: #fc3; }

/* -------- Page-specific Styles -------- */

/* --- Homepage: body#homepage   ------------------------------- */
body#homepage #col1_content { padding: 6px 10px 0px 10px; }
body#homepage #col3_content { padding: 0px; margin: 0px; }

body#homepage #col1_content div#carousel {
	width: 370px;
	margin: -6px -10px 10px;
	border-bottom: 5px solid #fff;
}

body#homepage #col1_content div#carousel div.carouselImage {
	width: 200px;
	height: 220px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	border-color: #95989a;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
}

body#homepage #col1_content div#carousel div.carouselText {
	width: 148px;
	height: 208px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 6px 10px;
	background-color: #fff;
	border-color: #95989a;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
}

body#homepage #col1_content div#carousel div.carouselText h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	border: none;
}

body#homepage #col1_content div#carousel div.carouselText h1 a,
body#homepage #col1_content div#carousel div.carouselText h1 a:visited { color: #e06500; text-decoration: none;}
body#homepage #col1_content div#carousel div.carouselText h1 a:hover { color: #06f; text-decoration: none; }

body#homepage #col1_content div#carousel div.carouselText p { color: #000; font-size: 11.5px; line-height: 14px; }
body#homepage #col1_content div#carousel div.carouselText p a,
body#homepage #col1_content div#carousel div.carouselText p a:visited { color: #000; }
body#homepage #col1_content div#carousel div.carouselText p a:hover { color: #06f; }

body#homepage #col1_content div#carousel div.carouselMessage { clear: both; margin: 0px; padding: 0px; border: 1px solid #95989a; }

body#homepage #col1_content div#carousel div.carouselMessage p { padding: 6px; margin: 0px; background-color: #636567; color: #fff; }
body#homepage #col1_content div#carousel div.carouselMessage p a:link { color: #fc3; }
body#homepage #col1_content div#carousel div.carouselMessage p a:visited { color: #95989a; }
body#homepage #col1_content div#carousel div.carouselMessage p a:hover { color: #fff; }

body#homepage #col1_content div#carousel embed { width: 370px; height: 250px; margin: 0px; padding: 0px; }

body#homepage #col3_content div#upcomingEvents { padding: 6px 10px; margin: 0px; border-bottom: 5px solid #fff; }

body#homepage #col3_content div#upcomingEvents ul { margin: 0px; padding: 0px; display: block; list-style: none; }

body#homepage #col3_content div#upcomingEvents ul li { margin: 8px 0px; overflow: hidden; }

body#homepage #col3_content div#upcomingEvents ul li.last { border: 0px none; background: transparent; padding: 0px; }

body#homepage #col3_content div#upcomingEvents ul li a {  }

body#homepage #col3_content div#upcomingEvents ul li span { display: block; margin-top: 1px; font-size: 12px; }

body#homepage #col3_content div#upcomingEvents ul li span.eventDate {
	margin-top: 0px;
	padding: 0px 3px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #636567;
	font-size: 10px;
	line-height: 16px;
}

body#homepage #col3_content div#upcomingEvents ul li span.eventTitle {  }

body#homepage #col3_content div#upcomingEvents ul li span.eventLocation { color: #636567; }

body#homepage #col3_content div#rawMaterials { padding: 6px 10px; }

body#homepage #col3_content div#rawMaterials div.itemDeck {
	border: 1px solid #95989a;
	background-color: #fff;
	padding: 5px;
	display: block;
	margin-bottom: 10px;
}

body#homepage #col3_content div#rawMaterials div.itemDeck div.itemDesc { padding: 0px; margin: 0px; }

body#homepage #col3_content div#rawMaterials div.itemDeck div.itemDesc p { margin: 0px; }

body#homepage #col3_content div#rawMaterials div.itemDeck div.itemDesc img {
	border: 0px none;
	float: right;
	margin: 3px 0px 6px 6px;
}

/* --- Mosciano's Flavor Library - body#Flavor-FlavorLibrary   ---------------------------------- */

body#Flavor-FlavorLibrary #col2_content { padding-bottom: 10px; }

/*  -- testing  --  */
body#Flavor-FlavorLibrary #col2_content form input.text {
	float: left;
	width: 160px;
	padding: 3px;
	font-size: 12px;
	height: 15px;
	border: 1px solid #333;
	margin: 0px 10px 10px 0px;
}
body#Flavor-FlavorLibrary #col2_content form input.text:focus { border-color: #95989a; }

body#Flavor-FlavorLibrary form label {
	text-align: left;
	width: 135px;
	float: left;
	clear: left;
	display: inline-block;
	margin: 0px 10px 10px 0px;
	line-height: 23px;
}

/*body#Flavor-FlavorLibrary div#signIn form label { display: block; text-align: left; }*/

body#Flavor-FlavorLibrary form#getPassword label { width: 180px; line-height: 24px; }

/*  -- version with logo  --  */
body#Flavor-FlavorLibrary #col2_content h1 { float: left; margin-bottom: 10px; line-height: 35px; height: 35px; overflow: hidden; padding-right: 45px; background: url(designImages/mfl_raspberry_35.gif) no-repeat 100% 0px; }

body#Flavor-FlavorLibrary #col2_content h2,
body#Flavor-FlavorLibrary #col2_content div#mflResults,
body#Flavor-FlavorLibrary #col2_content div#mflDetail,
body#Flavor-FlavorLibrary #col2_content p { clear: left; }

body#Flavor-FlavorLibrary h4.mflStatus {
	position: absolute;
	top: 3px;
	right: 10px;
	text-align: right;
	line-height: 18px;
}

body#Flavor-FlavorLibrary h4.mflStatus a:link, body#Flavor-FlavorLibrary h4.mflStatus a:visited { color: #e06500; }
body#Flavor-FlavorLibrary h4.mflStatus a:hover, body#Flavor-FlavorLibrary h4.mflStatus a:focus { color: #06f; }

body#Flavor-FlavorLibrary h2.errorMessage { padding: 5px 0px; color: #900; border-top: 1px solid #900; border-bottom: 1px solid #900; }

/* --- Mosciano's Flavor Library - Login Page: body#Flavor-FlavorLibrary   ----------------------------------- */

body#Flavor-FlavorLibrary div#signIn { width: 188px; padding: 6px; float: right; border: 5px solid #d8dadf; margin: 5px 0px 10px 10px; }

body#Flavor-FlavorLibrary div#signIn h2.alert { clear: none; border-top: 1px solid #900; border-bottom: 1px solid #900; font-size: 13px; padding: 5px 0px; color: #900; text-align: center; }

body#Flavor-FlavorLibrary div#signIn form { text-align: center; }

body#Flavor-FlavorLibrary div#signIn form h3 { margin-bottom: 8px; text-align: center; }

body#Flavor-FlavorLibrary div#signIn form label { display: block; margin: 0px; line-height: 1em; }

body#Flavor-FlavorLibrary div#signIn form input#email,
body#Flavor-FlavorLibrary div#signIn form input#password {
	width: 180px;
	/*padding: 3px;
	font-size: 12px;
	height: 14px;
	border: 1px solid #333;*/
	float: none;
	margin: 5px 0px 8px;	
}

body#Flavor-FlavorLibrary div#signIn form input#email:focus,
body#Flavor-FlavorLibrary div#signIn form input#password:focus { border-color: #95989a; }

body#Flavor-FlavorLibrary div#signIn form p { font-size: 11px; margin: -7px 0px 10px; text-align: left; }

body#Flavor-FlavorLibrary div#signIn form input.submit { width: 70px; display: inline-block; }

/*  --  Sign-Up Div : div#signup --  */

body#Flavor-FlavorLibrary div#signup { width: 188px; padding: 6px; float: right; clear: right; border: 5px solid #d8dadf; margin: 0px 0px 10px 10px; }

body#Flavor-FlavorLibrary div#signup h3 { text-align: center; margin-bottom: 10px; }

body#Flavor-FlavorLibrary div#signup h2 { clear: none; }

body#Flavor-FlavorLibrary div#signup h2 a:link,
body#Flavor-FlavorLibrary div#signup h2 a:visited {
	color: #fc3;
	text-decoration: none;
	background-color: #636567;
	border: 1px solid #333;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	display: block;
}
body#Flavor-FlavorLibrary div#signup h2 a:hover,
body#Flavor-FlavorLibrary div#signup h2 a:focus { text-decoration: underline; }

body#Flavor-FlavorLibrary div#signup p { margin: 10px 0px 4px; text-align: center; }

/* -- temp setting - should be removed if paragraph is removed or if the pdf is recreated -- */
body#Flavor-FlavorLibrary div#signup p a { display: none; }

/* --- Mosciano's Flavor Library - Forgot Password Page: body#Flavor-FlavorLibrary   -------------------------- */

/*body#Flavor-FlavorLibrary form#getPassword label { width: 180px; float: left; display: inline-block; margin: 0px 10px 10px 0px; line-height: 24px; }*/

/*body#Flavor-FlavorLibrary form#getPassword input#email { float: left; width: 160px; padding: 3px; font-size: 12px; height: 16px; border: 1px solid #333; margin: 0px 10px 10px 0px; }*/

body#Flavor-FlavorLibrary form#getPassword input.submit { width: 60px; display: inline-block; }

/* --- Mosciano's Flavor Library - Signup Page: body#Flavor-FlavorLibrary   ----------------------------------- */

body#Flavor-FlavorLibrary form#regForm { width: 458px; overflow: hidden; border-top: 1px solid #95989a; padding-top: 10px; }

/*body#Flavor-FlavorLibrary form#regForm label {
	width: 135px;
	float: left;
	clear: left;
	display: inline-block;
	margin: 0px 10px 10px 0px;
	line-height: 22px;
}*/

/*body#Flavor-FlavorLibrary form#regForm input.text {
	float: left;
	width: 160px;
	padding: 3px;
	font-size: 12px;
	height: 14px;
	border: 1px solid #333;
	margin: 0px 10px 10px 0px;
}
body#Flavor-FlavorLibrary form#regForm input.text:focus { border-color: #95989a; }
*/
body#Flavor-FlavorLibrary form#regForm p { color: #636567; font-size: 10px; line-height: 12px; margin: 0px 0px 7px; position: relative; top: -6px; }

body#Flavor-FlavorLibrary form#regForm div.demoQuestion { clear: left; padding: 10px 0px 0px; margin: 0px 0px -1px; border-top: 1px solid #95989a; border-bottom: 1px solid #95989a; overflow: hidden; }

body#Flavor-FlavorLibrary form#regForm div.demoQuestion label {
	width: auto;
	float: none;
	clear: none;
	display: block;
	margin: 0px 0px 5px 0px;
	line-height: 16.5px;
	padding-left: 32px;
}

body#Flavor-FlavorLibrary form#regForm div.demoQuestion input.radio { float: left; position: relative; top: 2px; left: 10px; }

body#Flavor-FlavorLibrary form#regForm div.demoQuestion input.text { margin-left: 32px; }

body#Flavor-FlavorLibrary form#submitPayment input.submit,
body#Flavor-FlavorLibrary form#regForm input.submit { width: 65px; margin-top: 10px; display: inline-block; }

body#Flavor-FlavorLibrary form#paymentForm { width: 458px; overflow: hidden; border-top: 1px solid #95989a; padding-top: 10px; }

body#Flavor-FlavorLibrary form#paymentForm label { width: 115px; }

body#Flavor-FlavorLibrary form#paymentForm p { color: #636567; font-size: 10px; line-height: 12px; margin: 0px 0px 7px; position: relative; top: -6px; }

body#Flavor-FlavorLibrary form#paymentForm input.submit { clear: both; display: block; width: 65px; position: relative; left: 125px; }

body#Flavor-FlavorLibrary form#paymentForm select { margin: 0px 5px 11px 0px; }

/* --- Mosciano's Flavor Library - Search Page: body#Flavor-FlavorLibrary   ---------------------------------- */

body#Flavor-FlavorLibrary form#searchForm { width: 458px; overflow: hidden; }

/*body#Flavor-FlavorLibrary form#searchForm label {
	width: 135px;
	float: left;
	clear: left;
	display: inline-block;
	margin: 0px 10px 10px 0px;
	line-height: 22px;
}
*/
/*body#Flavor-FlavorLibrary form#searchForm input#name,
body#Flavor-FlavorLibrary form#searchForm input#fema,
body#Flavor-FlavorLibrary form#searchForm input#cas,
body#Flavor-FlavorLibrary form#searchForm input#tasteDescriptors,
body#Flavor-FlavorLibrary form#searchForm input#odorProfile,
body#Flavor-FlavorLibrary form#searchForm input#possibleApplications,
body#Flavor-FlavorLibrary form#searchForm input#naturalOccurrence,
body#Flavor-FlavorLibrary form#searchForm input#source {
	float: left;
	width: 160px;
	padding: 3px;
	font-size: 12px;
	height: 14px;
	border: 1px solid #333;
	margin: 0px 10px 10px 0px;
}

body#Flavor-FlavorLibrary #col2_content form#searchForm input:focus { border-color: #95989a; }
*/
body#Flavor-FlavorLibrary #col2_content form#searchForm input.submit { float: left; clear: left; position: relative; left: 248px; width: 65px; }

body#Flavor-FlavorLibrary form#searchForm p.example { color: #636567; font-size: 10px; line-height: 12px; margin: 0px 0px 7px; text-indent: 145px; position: relative; top: -6px; }

body#Flavor-FlavorLibrary form#searchForm p#clearForm { position: relative; top: -20px; text-indent: 145px; clear: left; margin: 0px; width: 225px; }

body#Flavor-FlavorLibrary form#searchForm a.thickbox { float: left; font-size: 9px; color: #636567; text-transform: uppercase; text-decoration: none; line-height: 15px; }

body#Flavor-FlavorLibrary form#searchForm a img { float: left; margin-right: 5px; width: 15px; height:15px; }

body#Flavor-FlavorLibrary form#searchForm a.thickbox:hover:after { content: "Help"; }

body#Flavor-FlavorLibrary form#searchForm select#category { float: left; width: 168px; margin: 0px 10px 10px 0px; }

/* --- Mosciano's Flavor Library - Results Page: body#Flavor-FlavorLibrary   ---------------------------------- */

body#Flavor-FlavorLibrary div#mflResults div.mflResult { padding: 8px 3px 10px; border-top: 1px solid #95989a; }
body#Flavor-FlavorLibrary div#mflResults div.mflResult:hover { background-color: #d8dadf; }

body#Flavor-FlavorLibrary h2 span.oneOf { font-size: 13px; color: #95989a; }


body#Flavor-FlavorLibrary div#mflResults div.mflResult h2 a:link { color: #e06500; }
body#Flavor-FlavorLibrary div#mflResults div.mflResult h2 a:visited { color: #333; }
body#Flavor-FlavorLibrary div#mflResults div.mflResult h2 a:hover { color: #06f; } 

body#Flavor-FlavorLibrary div.mflResult label { float: left; width: 155px; font-weight: bold; color: #636567; }

body#Flavor-FlavorLibrary #col2_content div.mflResult p { padding-left: 160px; text-transform: capitalize; margin-bottom: 0px; clear: none; }

/* --- Mosciano's Flavor Library - Detail Page: body#Flavor-FlavorLibrary   ---------------------------------- */

body#Flavor-FlavorLibrary div#mflDetail { position: relative; top: 15px; }

body#Flavor-FlavorLibrary div#mflDetail div.mflResult { padding: 8px 0px 10px; border-top: 1px solid #95989a; margin-top: 10px; }

body#Flavor-FlavorLibrary div#mflDetail div.mflResult p { margin-bottom: 7px; clear: none; }

/* --- Allured's FFM Hand-off Page: body#AlluredsFFM   ------------------------------------------------------- */

body#AlluredsFFM #col2_content img { border: 1px solid #95989a; float: right; margin: 0px 0px 10px 10px; }

/* --- Networking Gateway: body#Networking   ----------------------------------------------------------------- */

body#Networking div#careers {
	border-top: 1px solid #95989a;
	padding: 10px 0px 0px;
	margin: 10px 0px 0px;
	clear: both;
}

/* --- Networking: CAREERS - Gateway: body#Networking-Careers   --------------------------------------------- */

body#Networking-Careers div#featuredJob,
body#Networking-Careers div#featuredResume { float: left; margin: 0px 0px 10px; }

body#Networking-Careers div#featuredJob { width: 48%; padding: 0px 10px 0px 0px; }

body#Networking-Careers div#featuredResume { width: 48%; padding: 0px 0px 0px 10px; }

div.careerAd {
	background-color: #fff;
	border: 1px solid #666;
	padding: 6px;
	margin: 5px;
}

body#Networking-Careers div#featuredJob h4,
body#Networking-Careers div#featuredResume h4 {
	background-color: #636567;
	color: #fff;
	padding: 0px 3px;
	line-height: 16px;
}

/*body#Networking-Careers div#featuredJob ul,
body#Networking-Careers div#featuredResume ul { margin: .5em 0 1em; }

body#Networking-Careers div#featuredJob ul li,
body#Networking-Careers div#featuredResume ul li { margin: 0px 0px 7px 15px; padding: 0px; }*/

div.resumeListing,
div.jobPosting {
	border-top: 1px solid #95989a;
	padding: 10px 0px;
	margin: 0px;
	overflow: hidden;
	clear: both;
}

/*body#Networking-Careers-Resumes #col2_content div.first,
body#Networking-Careers-JobOpenings #col2_content div.first { padding-top: 0px; }

body#Networking-Careers-Resumes #col2_content div.first h2,
body#Networking-Careers-JobOpenings #col2_content div.first h2 { margin-top: 10px; }*/

body#Networking-Careers-Resumes #col1_content p,
body#Networking-Careers-JobOpenings #col1_content p { margin: 3px 10px; }

body#Networking-Careers-Resumes #col1_content h2,
body#Networking-Careers-JobOpenings #col1_content h2 { margin: 10px 10px 3px; }

/* --- Networking: WEB DIRECTORY - Gateway: body#Networking-WebDirectory   --------------------------------------------- */

body#Networking-WebDirectory #col2_content h2 { margin-bottom: 5px; }

/* --- Events - Gateway: body#Events   ---------------------------------------------------------------------- */

body#Events div#recentCoverage {
	border-top: 1px solid #95989a;
	padding: 10px 0px 0px;
	margin: 10px 0px 0px;
	clear: both;
}

/* --- Events - Calendar of Eventse: body#Events-CalendarofEvents   ------------------------------------------- */

body#Events-CalendarofEvents #col1_content { padding: 0px 10px; }

body#Events-CalendarofEvents #col1_content h2 { margin: 5px 0px 0px; }

body#Events-CalendarofEvents #col1_content p { margin: 5px 0 0; color: #626567; }

body#Events-CalendarofEvents #col1_content ul { border-bottom: 1px solid #95989a; margin: 0 0 10px 0; padding: 0 0 5px 0; }

body#Events-CalendarofEvents #col1_content ul li { margin: 3px 0 5px; }

body#Events-CalendarofEvents #col1_content a:link,
body#Events-CalendarofEvents #col1_content a:visited { color: #e06500; }
body#Events-CalendarofEvents #col1_content a:hover { color: #06f; }

/* --- Magazine Gateway Page: body#Magazine   actually all of the Magazine site Section ------------------------ */

div#col1_content div#subItems,
div#col1_content div#recentIssues { margin: 0px; padding: 6px 10px; }

div#col1_content div#subItems { border-bottom: 5px solid #fff; }

/* -- styling the h1's in these divs to look like h2's to avoid problems with the other sites -- */
div#col1_content div#subItems h1,
div#col1_content div#recentIssues h1 { font-size: 15px; line-height: 17px; }

/* -- styling the h2's and issue li's in these divs to look like h3's -- */
div#col1_content div#subItems h2,
div#col1_content div#recentIssues ul li.issue { font-size: 12.5px; font-weight: bold; line-height: 14px; margin: 0px; }

div#col1_content div#recentIssues ul li.issue a:link { color: #e06500; text-decoration: none; }
div#col1_content div#recentIssues ul li.issue a:visited { color: #333; text-decoration: none; }
div#col1_content div#recentIssues ul li.issue a:hover { color: #06f; text-decoration: underline; }

div#recentIssues ul li.blurbs { margin: 0px 0px 10px 0px; }

div#col1_content div#subItems ul li { margin: 3px 0px; }

body#Magazine div#currentIssue, 
body#Magazine div#comingSoon { border-top: 1px solid #95989a; padding: 7px 0px 0px; margin: 10px 0px 0px; clear: both; }

body#Magazine div#currentIssue a.currentIssueCover {
	height: 174px;
	width: 117px;
	margin: 0px 0px 4px 10px;
	float: right;
	background: url(designImages/si_view_toc_text.gif) no-repeat 50%;
}

body#Magazine div#currentIssue a.currentIssueCover img { border: 1px solid #95989a; }

body#Magazine div#currentIssue a.currentIssueCover:hover { background-position: 50% 100%;}
 
body#Magazine div#comingSoon div {
	width: 218px;
	float: left;
	padding: 0px 0px 0px 10px;
	margin-left: -1px;
	border-left: 1px solid #95989a;
}

body#Magazine div#comingSoon div.nextIssue {
	border-left: none;
	border-right: 1px solid #95989a;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

body#Magazine div#comingSoon div img { float: left; width: 115px; margin: 0px 10px 0px 0px; border: 1px solid #95989a; }

body#Magazine div#comingSoon div h2 { font-size: 12.5px; line-height: 14px; font-weight: bold; margin: 0px; }

body#Magazine div#comingSoon div p { margin: 7px 0px 2px 0px; line-height: 15px; color: #636567; }

/* --- Magazine - Advisory Board body#Magazine-AdvisoryBoard  -------- */

body#Magazine-AdvisoryBoard #col2_content h2 { margin-bottom: 2px; clear: right; padding-top: 10px; border-top: 1px solid #95989a;}
body#Magazine-AdvisoryBoard #col2_content p { margin-top: 0px; }
body#Magazine-AdvisoryBoard #col2_content img { float: right; margin: 0px 0px 10px 10px; border: 1px solid #95989a; }

/* --- Past Issues -------------------------------------------------------------------------------- */

div#pastIssues div.jumpMenu {
	margin: 6px 0px 10px 0px;
	font-size: 14px;
	color: #000;
}

div#pastIssues div.issueYear {
	clear: left;
	overflow: hidden;
	margin: -1px 0px 0px;
	width: 707px;
	border-top: 1px solid #95989a;
	border-bottom: 1px solid #95989a;
	padding: 6px 0px 15px;
}

div#pastIssues div.issueYear h2 { margin: 0px; line-height: 15px; }

div#pastIssues div.issueYear div {
	width: 229px;
	float: left;
	background: #fff url(designImages/cover_art_bg_153.gif) no-repeat 1px 1px;
	height: 159px;
	margin: 10px 10px 0px 0px;
}

div#pastIssues div.issueYear div:hover { background-color: #ddd; }

div#pastIssues div.issueYear div img { float: left; border: 1px solid #95989a; width: 115px; margin: 0px 6px 0px 0px; }

div#pastIssues div.issueYear div h2 { margin: 0px; padding: 2px 0px 0px 122px; line-height: 17px; }

div#pastIssues div p {
	margin: 7px 0px 2px 0px;
	font-size: 11px;
	line-height: 11px;
	color: #000;
	padding: 0px 2px 0px 122px;
}

div#pastIssues div.issueYear div.issue3,
div#pastIssues div.issueYear div.issue6, 
div#pastIssues div.issueYear div.issue9,
div#pastIssues div.issueYear div.issue12 { margin-right: 0px; }

div#pastIssues div.issueYear div.issue4,
div#pastIssues div.issueYear div.issue7, 
div#pastIssues div.issueYear div.issue10 { clear: left; }

/* --- TOC Styles -------------------------------------------------------------------------------- */

div.issueNavigation {
	margin-bottom: 5px;
	float: right;
	width: 200px;
	overflow: hidden;
}

div.issueNavigation p.prevIssue {
	margin: 0px;
	float: left;
	text-transform: uppercase;
}

div.issueNavigation p.nextIssue {
	margin: 0px;
	float: right;
	text-transform: uppercase;
}

/*  this is a temp fix until we kill all br.clearfloats  */
div#TOC { padding-bottom: 10px; }

div#TOC h2 { margin: 10px 0px 6px 0px; padding-top: 6px; border-top: 1px solid #95989a;}

div#TOC div#issueExtras #webExclusives h3,
div#TOC h3.articleTitle {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-weight: normal;
}
div#TOC div#issueExtras #webExclusives h3 a:link, div#TOC h3.articleTitle a:link { color: #e06500; }
div#TOC div#issueExtras #webExclusives h3 a:hover, div#TOC h3.articleTitle a:hover { color: #06F; }

div#TOC h3.paid { background: url(designImages/pf_icon_paid.gif) no-repeat 0 0; line-height: 17px; }

div#TOC h5 {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-style: italic;
	font-weight: normal;
} 

div#TOC div#issueExtras {
	width: 212px;
	margin: 0px 0px 10px 10px;
	float: right;
	clear: right;
	background-color: #fff;
}

/* -- this is the large cover image -- */
div#TOC div#issueExtras img {
	float: right;
	margin: 0px 0px 10px 0px;
	width: 200px;
	height: 271px;
	padding: 0px;
	border: 1px solid #95989a;
}

div#TOC div#issueExtras #webExclusives {
	border: 1px solid #636567;
	background-color: #fff;
	float: right;
	width: 198px;
	margin-bottom: 10px;
}

div#TOC div#issueExtras #webExclusives h2 {
	font-size: 13.5px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	background-color: #636567;
	text-align: center;
	border: none;
}

div#TOC div#issueExtras #webExclusives h3 {
	padding: 0px 6px;
	margin: 10px 0px;
}

/* --- sortable Tables -- used in CalendarofEvents  -------------------------------- */

table.sortableTable { width: 100%; margin-bottom: -1px; }

table.sortableTable td { 
	border-style: solid;
	border-color: #636567;
	padding: 6px;
	font-size: 11.5px;
	line-height: 14px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #000;
}

/* ------- table header-width styles --------- */
table.sortableTable tr.header td#calName { width: auto; }
table.sortableTable tr.header td#calType { width: 100px; }
table.sortableTable tr.header td#calLocation { width: 151px; }
table.sortableTable tr.header td#calDate { width: 125px; text-align: center; border-right: 0px; }

/* ------- table header styles --------- */
table.sortableTable tr.header td {
	border-right: 1px solid #fff;
	background-color: #636567;
	color: #fc3;
	font-weight: bold;
	padding: 0px;
}

table.sortableTable tr.header td a:link,
table.sortableTable tr.header td a:visited { color: #fc3; }

table.sortableTable tr.header td a:hover { color: #fff; }

table.sortableTable tr.header td a { padding: 7px 0px; display: block; width: 100%; text-indent: 7px; position: relative; }

table.sortableTable tr.header td#calDate a { text-indent: 0px; }

table.sortableTable tr.header td a span { position: absolute; top: 12px; width: 16px; height: 6px; overflow: hidden; }

table.sortableTable tr.header td.ascending a span { background: url(designImages/pf_sort_arrow_up.gif) no-repeat 100% 0; }

table.sortableTable tr.header td.descending a span { background: url(designImages/pf_sort_arrow_down.gif) no-repeat 100% 0; }

table.sortableTable tr.header td.ascending a:hover span,
table.sortableTable tr.header td.descending a:hover span { background-position: right -6px; }

/*  since date is the only centered header, and the span is not counted towards this, we must move it all over by half the width of the sorted arrow  */
table.sortableTable tr.header td#calDate.ascending a,
table.sortableTable tr.header td#calDate.descending a { text-indent: -7px; }

/* ------- table event:row1 styles --------- */

table.sortableTable tr.eventListingLine1 td { padding-top: 10px; }

table.sortableTable tr.eventListingLine1 td.eventTitle { font-weight: bold; color: #e06500; }
table.sortableTable tr.eventListingLine1 td.eventTitle a:link { color: #e06500; }
table.sortableTable tr.eventListingLine1 td.eventTitle a:visited { color:#333; }
table.sortableTable tr.eventListingLine1 td.eventTitle a:hover { color: #06f; }

table.sortableTable tr.eventListingLine1 td.eventType {
	/* same as an h4 */
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	line-height: 11px;
	font-weight: normal;
	color: #636567;
	text-transform: uppercase;
}

table.sortableTable tr.eventListingLine1 td.eventDate { text-align: center; font-weight: bold; }

/*--  this is for the 'add to my calendar' lilnk inside of the date field  --*/
/*table.sortableTable tr.eventListingLine1 td.eventDate a { padding-left: 12px; background: url(designImages/gci_plus.gif) no-repeat 0% 80%; font-size: 10px; font-weight: normal; }*/

/* ------- table event:row2 styles --------- */

table.sortableTable tr.eventListingLine2 td { border-bottom-width: 1px; padding-bottom: 10px; }

table.sortableTable tr.eventListingLine2 td.eventDescription { padding-left: 16px; }

table.sortableTable tr.eventListingLine2 td.eventContactInfo {  }

/* ------- highlighting allured events --------- */

table.sortableTable tr.alluredEvent td { background-color: #d8dadf; }

/* --- Google SEARCH Results page: body#Search   ------------------------------------------------ */

body#Search div#col2_content iframe { width: 100%; }

/* --- Advertising page: body#Advertising   -------------------------------- */

body#Advertising div#col1_content { padding: 7px 10px; }

body#Advertising div#col2 div.adSection {
	border-top: 1px solid #95989a;
	padding: 10px 0px 0px;
	margin: 10px 0px 0px;
	clear: both;
}

body#Advertising div#col2 div#mediakit {
	width: 180px;
	padding: 10px;
	text-align: center;
	margin: 15px 0px 10px 10px;
	float: right;
	border: 5px solid #d8dadf;
	clear: both;
}

body#Advertising div#col2 div#mediakit a { text-decoration: none; }
body#Advertising div#col2 div#mediakit a span { text-decoration: underline; font-size: 11px; }
body#Advertising div#col2 div#mediakit p { margin-bottom: 0px; font-size: 11px; }
body#Advertising div#col2 div#mediakit p a { text-decoration: underline; }

body#Advertising div#col2 div#mediakit img {
	float: none;
	margin: 0px;
	clear: none;
	border: 1px solid #95989a;
	text-decoration: none;
}

body#Advertising div#col2 div.adExample {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #95989a;
	text-align: center;
}

body#Advertising div#col2 div.last { border-bottom: 0px none; margin-bottom: 0px; }

body#Advertising div#col2 div.adExample img { border: 1px solid #000; }

body#Advertising div#col2 div.contacts div.column1,
body#Advertising div#col2 div.contacts div.column2 {
	display: inline-block;
	width: 200px;
	float: left;
	overflow: hidden;
}

/* --- Contact Us page: body#ContactUs   ------------------------------------------------ */

body#ContactUs div.contactGroup {
	border-top: 1px solid #95989a;
	padding: 10px 0px 0px;
	margin: 10px 0px 0px;
	clear: both;
}

/* --- feedback form Report div#feedbackForm   ------------------------------------------------ */

body#ContactUs #col1_content { padding: 7px 10px; }

body#ContactUs #col1_content form p.thanks_message {
	font-weight: bold;
	text-align: center;
	color: #6b2312;
	background-color: #ff9;
	padding: 3px;
	margin: 0px 0px 10px;
}

body#ContactUs div#col1_content form div#feedbackForm label { font-size: 12px; font-weight: bold; display: block; }

body#ContactUs div#col1_content form div#feedbackForm input {
	margin-bottom: 10px;
	padding: 3px;
	width: 200px;
	border: 1px solid #000;
	color: #000;
	font-size: 13px;
	display: block;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
}

body#ContactUs div#col1_content form div#feedbackForm input#emailAddy { margin-bottom: 0px; }

body#ContactUs div#col1_content form { margin-bottom: 10px; }

body#ContactUs div#col1_content form p { clear: both; margin: 5px 0px;}

body#ContactUs div#col1_content form div#feedbackForm { margin-top: 10px; }

body#ContactUs div#col1_content form div#feedbackForm p { font-size: 11px; margin: 0px 0px 10px 0px; }

body#ContactUs div#col1_content form textarea {
	width: 234px;
	max-width: 236px;
	max-height: 300px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	border: 1px solid #000;
	margin-bottom: 10px;
	color: #000;
}

body#ContactUs div#col1_content form input#feedbackSubmit { margin: 0px; width: 70px; display: block; }

body#ContactUs div#col1_content form input#feedbackSubmit:hover { border-color: #666; cursor: pointer; }

/* --- Allured Bookstore page: body#Bookstore   ------------------------------------------------ */

body#Bookstore div#featured {
	border-top: 1px solid #95989a;
	padding: 10px 0px 0px;
	margin: 10px 0px 0px;
	clear: both;
}

body#Bookstore div#featured div.book { overflow: hidden; clear: both; margin-top: 15px; border-bottom: 1px solid #95989a; }

body#Bookstore div#featured div.book img { float: left; margin: 0px 10px 7px 0px; }

body#Bookstore div.orderLink { text-align: center; padding-top: 10px; }

/* --- FAQ page: body#FAQ   ------------------------------------------------ */

body#FAQ dl { padding: 0px 0px 10px; margin: 0px 0px 10px 0px; border-bottom: 1px solid #95989a; }

body#FAQ dl dt { font-size: 13px; line-height: 15px; }

body#FAQ dl dd { margin-bottom: 0px; }

body#FAQ table { width: 100%; }

body#FAQ table thead tr th { padding: 3px; background-color: #d8dadf; border-right: 2px solid #fff; font-weight: bold; font-size: 11px; line-height: 14px; text-align: center; }

body#FAQ table tbody tr td { padding: 3px; border-bottom: 1px solid #95989a; font-weight: normal; font-size: 11px; text-align: center; }

/* --- Sitemap page: body#Sitemap   ------------------------------------------------ */

body#Sitemap #col2_content h2 a:link, 
body#Sitemap #col2_content h2 a:visited { color: #363636; }
body#Sitemap #col2_content h2 a:hover { color: #06f; }

body#Sitemap div.mapColumn { float: left; margin-right: 10px; width: 225px; }

/* all of the uls */
body#Sitemap div.mapColumn ul { list-style-type: none; margin: 0px 0px 15px 0px; }

/*primary nav */
body#Sitemap div.mapColumn h2 { margin-bottom: 6px; }

/* rss logo after all h2's */
body#Sitemap div.mapColumn h2 a img { height: 12px; width: 12px; margin-left: 5px; }

/*secondary nav */
body#Sitemap div.mapColumn ul li { font-weight: bold; margin: 0px 0px 2px 0px; }

/*tertiary nav */
body#Sitemap div.mapColumn ul ul li { font-weight: normal; margin: 0px 0px 2px 0px; }

body#Sitemap div.mapColumn ul ul { margin: 0px 0px 0px 15px; }

/* --- Sitemap TOUR Page: body#Sitemap   ------------------------------------------------ */

body#Sitemap div#col2_content img#pfNavImage { border: 1px solid #95989a; }

/* --- E-newsletter and RSS Feeds page: body#Newsletter-RSS   -------------------------------- */

body#Newsletter-RSS #col1_content,
body#Newsletter-RSS #col3_content { margin: 0px; padding: 6px 10px; }

body#Newsletter-RSS #col3_content ul { }

body#Newsletter-RSS #col1_content ul li,
body#Newsletter-RSS #col3_content ul li { margin-left: 0px; }

/* ----------- form for E-Newsletter --------- */

body#Newsletter-RSS div#info { width: 420px; overflow: hidden; display: inline-block; margin-bottom: 10px; }

body#Newsletter-RSS div#col2 form input.checkbox { display: none; }

body#Newsletter-RSS div#info label {
	font-size: 12px;
	font-weight: bold;
	float: left;
	clear: left;
	padding: 5px 10px 5px 0px;
	text-align: right;
	width: 160px;
}

body#Newsletter-RSS div#info input#email,
body#Newsletter-RSS div#info input#firstname,
body#Newsletter-RSS div#info input#lastname,
body#Newsletter-RSS div#info input#company,
body#Newsletter-RSS div#info input#title,
body#Newsletter-RSS div#info input#city,
body#Newsletter-RSS div#info input#state,
body#Newsletter-RSS div#info input#country { 
	float: left;
	margin-bottom: 10px;
	clear: none;
	padding: 3px;
	width: 225px;
	border: 1px solid #000;
	color: #000;
	font-size: 13px;
	position: static;
}

body#Newsletter-RSS div#info input#nlSubmit {
	clear: both;
	float: none;
	margin: 0px;
	position: relative;
	left: 333px;
	width: 70px;
	display: block;
}

body#Newsletter-RSS div#col2_content p.thanks_message { text-align: center; background-color: #ff9; padding: 5px; }

/* --- Directory Pages: body#directory   ---------------------------------------------------- */

body#directory { background-color: #b0b0b0; }

body#directory p#logoutLink { position: absolute; top: 10px; right: 14px; margin: 0px; }

/* --- LINK styles -------------------------------------------------------------------------------- */

a:link { color: #e06500; }

a:visited { color: #333; }

a:hover { color: #06f; text-decoration: underline; }

a img { border: none; }

/* -------- Dev Info Styles -------- */

div#devHeader { text-align: center; display: block; width: 100%; background-color: #fc3; background-color: rgba(255,204,51,.95); position: fixed; top: 0px; z-index: 1000; }

div#devHeader p#devDivClose { position: absolute; top: 5px; right: 10px; margin: 0px; }
div#devHeader p#devDivClose a:link, div#devHeader p#devDivClose a:visited { color: #900; }
div#devHeader p#devDivClose a:hover { color: #06f; }

div#devHeader h1 { font-size: 18px; }

div#devHeader p#toggleText { font-size: 11px; line-height: 13px; margin: 0px 0px 7px; }

div#devHeader p#toggleText a#toggleLink { background-position: 0% 3px; background-repeat: no-repeat; background-image: url(designImages/expand_icon.gif); padding-left: 15px; margin-right: 10px; }

div#devHeader div#collapse { display: none; text-align: left; padding: 5px 0px 7px; width: 500px; clear: right; margin: 0px auto; border-top: 1px solid #000; }

div#devHeader div#collapse div { display: inline-block; width: 230px; padding: 5px; background-color: #fc3; vertical-align: top; }

div#devHeader div#collapse div#devStylesheets { margin-right: 10px; }

div#devHeader div#collapse div ul { margin-bottom: 0px; } 

div#devHeader div#collapse div ul li { margin-left: 15px; }

div#devHeader div#collapse p { border-top: 1px solid #000; display: block; margin: 7px 0px 0px; padding-top: 5px; }

/* -------- debugging Styles -------- */

h1.debug { color: red; font-size: 12px; }

code { font-family:"Courier New", Courier, monospace; color: #160; font-weight: bold; }
