/* style.css */
body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F3F4F5;
	margin: 10px 0 10px 10px;
	padding: 0;
	/* for IE 5x benefit */
	text-align:center;
}
td, th {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
th { text-align:left; }
h1,h2 {
	margin: 0;
	padding: 0;
}
a { color:#014195; }
a:visited { color:#666; }
a:hover { color:red; }
a img { border:0; }
/* general classes */
img.client-image { 
	max-width:300px;
}

ul.lgarrow {
	list-style: none;
	list-style-image: url(../images/arrow.jpg);
	margin: 0;
	padding: 0;
	margin-left: 2em;
}

ul.smarrow {
	list-style: none;
	list-style-image: url(../images/arrow-1.jpg);
	margin: 0;
	padding: 0;
	margin-left: 1.5em;
}

ul.smarrow a {
	font-size: 11px;
	text-decoration: none;
	color: #262626;
	font-weight: normal;
	line-height: 18px;
}

ul.smarrow a:hover {
	text-decoration: underline;
}
ul.marketplace {
	list-style:none;margin:0;padding:0
}
ul.marketplace li{
	margin-bottom:3px;
}
ol.products { 
	margin:0;
	padding:0;
	margin-left:20px;
}
ol.products li { 
	margin-bottom:15px;
}
.required { color:red; }
.error { color:red; font-weight:bold; }
.borderright { border-right:solid 1px #a0a0a0; }
.borderleft { border-left:solid 1px #a0a0a0; }
.horizseparator { background:url(../images/bg_horiz.gif) repeat-x; }
.vertseparator { background:url(../images/bg_vert.gif) repeat-y; }
.breadcrumbs { margin-bottom:10px;font-size:10px; }
.back { margin-bottom:10px;font-size:10px; }
.new { color:red;font-weight:bold;}
#tabswrapper { 
	background:#fff;
	width:802px;
	margin:0 auto;
}
#page { 
	background:#fff;
	width:800px;
	margin:0 auto;
	border:solid 1px #a0a0a0;
	/* for IE 5x benefit */
	text-align:left;
}
.topbanner {
	text-align:center;
	padding-bottom:5px;
}
/* inside the header */
table#tabs { width:802px; }
#tabs a {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: "trebuchet MS";
	text-decoration: none;
	line-height: 12px;
}

#tabs a.selected {
	color: #060;/* green */
}

#tabs a:hover {
	font-weight: bold;
	font-size: 10pt;
	color: #060;/* green */
	font-family: "trebuchet MS";
	text-decoration: underline;
}

#tabs td {
	vertical-align: middle;
	text-align: center;
	height:33px;
}

#header {
	width:800px;
	background: #fff url(../images/govbuygreen/hdr-bg-fade.gif) repeat-x bottom;
}

#header td.pagetitle {
	text-align: center;
}

#header td.cover {
	text-align: center;
	width: 215px;
	padding-bottom: 15px;
	padding-top:10px;
}

#header h1 {
	color: #090;/* green */
	font-size: 24px;
}

#header h2 {
	color: #090;/* green */
	font-size: 18px;
}

#header .year {
	font-size: 18px;
}

#header p,#header strong {
	color: #090;/* green */
}

#header h2.subtitle {
	font-weight: bold;
	font-size: 16px;
	color: #015672;
	font-family: "Trebuchet MS";
	text-decoration: none;
	margin: 8px 0 0 0;
	padding: 0;
}

#header td.newsitems {
	padding-left: 10px;
}
#header table.newsitems { margin-bottom:10px; }

#header .newsdate, #header .newslink {
	font-weight: bold;
	font-family:'trebuchet ms',arial,helvetica,sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

#header a.newslink, a.newslink:visited {
	font-weight: normal;
	color: #6A6868;
}

#header a.newslink:hover {
	text-decoration: underline;
}

/* end header */ 
/* left */
.left { 
	width:200px;
	background:#fff;
}
.left .naics {
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}
#left h3 {
	font-weight: bold;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	line-height: 20px;
	text-decoration: none;
	margin:0;
}
#events-btn { 
	text-align:center;
	padding-bottom:10px;
}
/* search form */
td#searchform{
	padding:20px 5px;
}
input.search { 
	height: 14px; 
	width: 96px; 
	border: 1px solid #9D9B9B; 
	background-color: #F3F4F5; 
	font-family: arial; 
	font-size: 10px; 
	color: #000000;
}
select.search {
	height: 18px; 
	width: 96px; 
	border: 1px solid #9D9B9B; 
	background-color: #F3F4F5; 
	font-family: arial; 
	font-size: 10px; 
	color: #000000;
}
.formtitle { font-weight:normal; }
.leftbanner {
	text-align:center;
	padding-bottom:5px;
}
/* end search form */
/* end left */
/* main content area */
#maincontent { background:#fff; }
#mainmargin { 
	width:10px;
	border-left:solid 1px #a0a0a0;
}
#main { 
	padding:10px 10px 10px 0;
	width:589px;
}
.event-box { 
	width:569px;
	overflow:auto;
}
.middlebanner {
	text-align:center;
	padding-bottom:8px;
}
#main h2 { 
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #000; 
}
#main h3 { 
	font-size: 13px;
	font-family: "Trebuchet MS";
	font-weight:bold;
	text-decoration: none;
	color: #000; 
}

#main h2.gridheading {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	padding:5px;
}
h2.gridheading a { color: #000; }

#marketplace { 
	margin:15px 10px;
	width:544px;
}

h3#marketplacesubtitle {
	font-size: 12px;
	padding-top:0;
	margin:8px 0;
}
td.cols3 {
	width: 181px;
	padding-right:5px;
}

/* end main content area */
/* footer */
#footer {
	padding-bottom: 15px;
	background:#fff;
}

#footer td {
	font-weight: normal;
	font-size: 11px;
	color: #6A6868;
	line-height: 20px;
	font-family: "Trebuchet MS";
	text-decoration: none;
}

/* end footer */ 

/* home page */
td.cols3 {
	width: 33%;
}
.titlemain {
	font-weight: bold;
	font-size: 17px;
	color:#000;
	line-height: 20px;
	font-family: "Trebuchet MS";
	text-decoration: none;
}
.title {
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #000;
	line-height: 20px;
	text-decoration: none;
}

/* end home page */

.combotext {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	border: solid 1px;
	border-color: #000000;
	width: 150px;
}

.head {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #ff0000;
}

td.heading {
	padding: 5px;
}

.errormsg {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background-color: #CC3300;
	padding: 8px;
	text-transform: uppercase;
}

.msg {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #CC3300;
	text-transform: capitalize;
}

.table-topheading {
	background-color: #CBE0B1;/* green */
}
.table-subheading {
	background-color: #ecf8ca;/* green */
}

table.grid {
	border:solid 1px #ccc;
	border-collapse:collapse;
}
table.grid td {
	border:solid 1px #ccc;
}
table.grid td td { border:solid 0px; }

.gridcellalt {
	background-color: #F5FBE5;/* green */
}

table.nogrid td { border:0; }

.footer {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 7px;
}
/* for events popup */
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #333;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #333;
	-moz-box-shadow: 0px 0px 20px #333;
	box-shadow: 0px 0px 20px #333;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}


