/* CSS Document for TFM */
/* styles for screen media */

/* PRIMARY STRUCTURE */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #efead8;
}
#mainpage {
	width: 900px;
 	margin: 0 auto;
	text-align: left;
	background-color: #9c3;
	/* match the header color to fill in the gap between header and footer in FF 1.5 */
}
#header, #site-footer {
 	background-color: #9c3;
 	color: #000;
}
#header {
	height: 161px;
}
#site-footer {
	clear: both;
	width: 100%;
	margin: 0 auto;	
	font-size: 10px;
      text-align:center;

}
#content-wrapper {
	width: 900px;
	background: url(../images/greenspacer.gif) repeat-y; 
 	background-color: #fff;
 	color: #000;
}
#content-wrapper-padding {
 	padding: 0 2px;
}
#col-1 {
 float: left;
 width: 130px;
 margin-top: 2px;
 background-color: #e9f2ed;
 font-size: 11px;
 line-height: 14px;
 color: #000;
}
#col-2 {
 float: left;
 width: 625px; /* 490PX IS USABLE WIDTH AFTER COL-2-PADDING SET BELOW */
 margin-top: 2px;
 font-size: .66em;
 line-height: 1.5em;
 background-color: #fff;
 color: #000;
}
#col-2-padding {
 padding: 0 14px 0 6px;
}
#col-3 {
 float: left;
 width: 120px;
 margin-top: 2px;
 margin-bottom: 4px;
  background-color: #fff;
}
#col-footer {
 clear: both;
 margin-top: 12px;
 color:#fff;
}

/* HORIZONTAL NAVIGATION */
#navcontainer ul {
      text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	margin-bottom: 6px;
	/* set margin bottom due to excessive space, JM */
	background-color: #360; /* dark green */
	XXXbackground-color: #f60; /* orange */
	color: white;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	/* fixes Firefox 0.9.3 */

}
#navcontainer ul li {
	display: inline;
	padding: 0px;
	/* matches link padding except for left and right */
}
#navcontainer ul li a {
	padding-left: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#navcontainer ul li a:hover	{
	background-color: #c33;
	color: white;
}
#navcontainer #active { 
	border-left: 1px solid #fff; 
}

/* VERTICAL NAVIGATION */
#navcontainer2 ul {
	list-style-type: none;
	font: normal 11px/14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align: left;
	margin: 0;
	padding-left: 5px;
}
#navcontainer2 ul li a {
	display: block;
	width: 120px;
	XXXbackground: transparent url(images/list-off.gif) left center no-repeat;
	padding-left: 5px;
	padding-bottom: 4px;
	text-align: left;
	text-decoration: none;
	color: #333;
}
#navcontainer2 ul li a:hover {
	background-color: #336600;
	XXXbackground: transparent url(images/list-on.gif) left center no-repeat;
	color: white;
}
#navcontainer2 ul li a#current {
	XXXbackground: transparent url(images/list-active.gif) left center no-repeat;
	color: #666;
}

/* HEADINGS */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
h1 {font-size:32px;}
h2 {font-size:26px;}
h3 {font-size:22px;}
h4 {font-size:18px;}
h5 {font-size:14px;}
h6 {font-size:11px;}

h3	{
	padding-bottom: 4px;
}

#col-1 h5 {
	padding: 2px;
	color: white;
	background-color: #c33;
}
#col-1 h6 {
	padding: 6px 2px 2px 2px;
	color: #000;
}
#col-1 #navcontainer2 h6 {
	margin: 7px 0 2px 0;
	padding: 0;
	color: #000000;
	background-color: #99cc33;
}
#col-2 h5 {
	padding: 2px;
	color: white;
	background-color: #8ADC20;
}

#col-2 h6 {
	padding: 5px 2px 2px 2px;
	font-size: 1.2em;
	color: #c33;
}
h6.tagLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #069;
	line-height: 30px;
	text-transform: uppercase;
}


/* LINKS */
a:active {
	XXXtext-decoration: none;
	color: red;
}
a:visited {
	XXXtext-decoration: none;
}
a:hover {
	XXXtext-decoration: underline;
}


/* VARIOUS */
p {
 margin: .5em 0;
}
#mainpage p {
 margin: 0 .25em;
 padding: .25em 0 .5em 0;
}
#col-2 .subject {
	float: left; 
	width: 290px; 
	margin: 4px 4px 4px 0; 
	padding: 4px 4px 4px 0;
}
#col-2 .subject h1 {
	font-size: 1em; 
	padding: 2px; 
	color: white; 
	background-color: #8ADC20;
}
#col-2 .subject h2 {
	font-size: 1em;
}
#col-2 .subject h3 {
	font-size: 1em;
	font-weight: normal;
}
#col-2 .thisMonth {
	clear: left;
	float: left; 
	width: 580px; 
	margin: 4px 4px 4px 0; 
	padding: 4px 4px 4px 0;
}
#col-2 .thisMonth h1 {
	font-size: 1em; 
	padding: 2px; 
	color: white; 
	background-color: #8ADC20;
}
#col-2 .thisMonth h2 {
	font-size: 1em;
}
#col-2 .thisMonth h3 {
	font-size: 1em;
	font-weight: normal;
}

div#webTools {
	float: right;
	width: 180px;
	margin-right: .25em;
	margin-left: .25em;
	xxxbackground-color: #CDF6CD;
	background-color: #cfc;
	XXXborder: 1px solid #AC0F16;
	text-align: center;
	font-weight: bold;
}
div#webTools h6 {
	font-size: 10px;
	color: white;
	background: url(../images/tr.gif) no-repeat top right;
	xxxbackground-color: #AC0F16;
}
div#webTools ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
div#webTools ul a {
	text-decoration: none;
	color: #000;	
}
div#webTools ul a:hover {
	text-decoration: underline;
}

/*  3 SELECTORS FOR PHOTOS WITH CREDITS */
.photoLeft { 
	float: left; 
	padding: .75em .25em .25em .25em;  
}
.photoRight { 
	float: right; 
	padding: .75em .25em .25em .25em; 
}
cite {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #333;
	font-style: normal;
}

.topAd {
	margin: 4px 10px;
}

/* class selector for CATEGORY pages */
.tfmIndex {
	font-family: verdana, arial, helvetica, sans-serif, "MS Sans Serif";
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
}
/* h2 is used for article title */
.tfmIndex h2 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
}
/* h3 is used for article summary */
.tfmIndex h3 {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
}

/* FORM ELEMENTS */

/* SEARCH FORMS */
#search {
	float: right;
	width: 200px;
	margin: 20px 10px 0 0;
	font-size: 10px;
}
#search input {
	margin-top: 5px;
	padding: 0;
}
#search input.searchbox {
	width: 120px;
	padding: 2px;	
	font-size: 11px;	
	border: 1px solid gray;
}
#search input.button {
	width: 50px;	
	padding: 0;
	font-size: 11px;
}

#jobSearch {
	width: 115px; 
	margin-top: 2em; 
	margin-right: 3px; 
	font-size: 10px; 
	background: #ffc; 
	text-align: center;
}
#jobSearch input {
	margin-top: .5em;
	padding: 0;
}

#jobSearch input.button {
	width: 60px;
	margin-top: 8px;
	padding: 2px;
	font-size: 12px;
}

/* FULL PAGE FORMS */
#infoRequest {
	border: 1px solid #ccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#infoRequest p {
	padding-left: 2px;
}
#infoRequest table {
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: right;
}
#infoRequest table td {
	padding: 2px 0 2px 2px;
}
#infoRequest input, select {
	border: 1px solid #ccc;
}
#infoRequest input {
	float: left;
	width: 240px;
	background-color: #fcfcfc;
}
#infoRequest textarea {
	float: left;
	width: 440px;
	height: 65px;
	border: 1px solid #ccc;
	background-color: #fcfcfc;
}
#infoRequest input.checkbox {
	float: none; 
	width: 12px; 
	border: none;
	margin-right: 5px;
}
#infoRequest select {
	float: left;
	width: 300px;
}
#infoRequest input.button {
	width: 150px;
	margin-top: .5em;
	padding: 0;
	border: 1px solid #666;
	background-color: #eee;
}
#infoRequest input:focus {
	background-color: #fff;
}
/* TFM ARTICLES */
#col-2 #tfmArticle {
}
#col-2 #tfmArticle h1 {
	font-size: 11px;
	margin: 0;
	color: #000000;
}
#col-2 #tfmArticle h2 {
	margin-top: 1em;
	font-size: 16px;
	color: #2E8E2E;
}
#col-2 #tfmArticle h3 {
	margin-top: 1em;
	font-size: 13px;
	color: #4A4A4A;
}
#col-2 #tfmArticle h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
#col-2 #tfmArticle h5 {
	margin-top: .5em;
	margin-bottom: 0;
	font-size: 1em;
	background-color: #458900;
}
#col-2 #tfmArticle h6 {
	padding: 5px 2px 2px 2px;
	font-size: 1.2em;
	color: #2E8E2E;
	border-bottom: 1px solid #2E8E2E;
}
#col-2 #tfmArticle p {
	margin-top: -2px;
}
#col-2 #tfmArticle p.qualify {
	margin: 20px 0;
	padding: 5px;
	font-size: 1em;
	font-weight: normal;
	border: 2px solid #9c6;
	background-color: #ce9;
}
#tfmArticle p.email {
	margin: 2em 0;
	padding: .5em;
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
}
/* QUICK PRODUCTS*/

h2.listings {
	font-family: Arial, Helvetica, sans-serif; 
	margin: 2em 0 0 0; 
	padding: 0;
	text-align: left;
}
h3.listings {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em 0 0 0; 
	padding: 0; 
	text-align: left;
}
h4.listings {
	font-family: Arial, Helvetica, sans-serif; 
	margin: 1em 0 0 0; 
	padding: 0; 
	text-align: center;
}
h5.listings {
	font-family: Arial, Helvetica, sans-serif; 
	margin: 1em 0 0 0; 
	padding: 0; 
	text-align: left;
}
h6.listings {
	font-family: Arial, Helvetica, sans-serif; 
	margin: 1em 0 0 0; 
	padding: 0; 
	text-align: left;
}
span.listingsLabel {
	border: 1px #ccc solid; 
	border-bottom: 1px solid white;
	padding: 0 6px;
}
div.listings {
	border: 1px solid #ccc; 
	padding: 3px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	width: 470px; 
	clip:  rect(   )
}
div.listings strong {
	color: #333;
}
div.listings h3 {
	font-size: 20px; 
}
div.listings h5 {
	font-size: 16px;
	margin: .5em 0 0 0;
	padding: .3em;
	background: #EBFAE6;
}
div.listings pre {
	font-family:Arial, sans-serif; 
	font-size:13px;
}
div.listings .topButton {
	display:inline; 
	float:right; 
	border:1px solid gray; 
	font-size:14px; 
	font-weight:normal;
}
div.listings a:hover {
	text-decoration: underline;
}
div.listings p {
	margin: .25em 0 .5em 0;
	padding: 0;
}
div.listings p a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.listings h5 a {
	color: white;
}

/* feed styling */
div.feedburnerFeedBlock p.date {
	font-size: .88em;
	display: inline;
	margin-left: 10px;
	}
div.feedburnerFeedBlock ul li div {
	display: inline;
	}
div.feedburnerFeedBlock span.headline {
	font-size:12px;
	font-family: Arial, sans-serif;
	color:#ADD78B;
	font-weight: bold;
	font-style:italic;
	display: block;
	text-indent: 0;
	}
div.feedburnerFeedBlock ul li {
	margin-bottom: 1em;
	list-style:none;
	margin-left:-25px;
	padding-left: 0 !important;
	text-indent: 0 !important;
	}
div.feedburnerFeedBlock ul li a:link{
	color:#339900;}
div.feedburnerFeedBlock ul li a:visited{
	color:#99C21C;}
div.feedburnerFeedBlock ul li a:hover{
	color:#FF6600;}

	

