@charset "utf-8";

a {color:#000; text-decoration:none;}
* {
    outline: none;
	ie-dummy: expression(this.hideFocus=true);
}
a img {
	border: none;
}
#container { 
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
} 
body  {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
 #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 162px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}  
#header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 140px 0 0 810px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:12px;
	color:white;
}

#header a:link {color:#FFFFFF; text-decoration: none;}      /* unvisited link */
#header a:visited {color:#FFFFFF}  /* visited link */
#header a:hover {color:orange}  /* mouse over link */
#header a:active {color:orange}  /* selected link */
/* Begin sidebar */
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 579px;
	background:#000;
	margin-top: 5px;
}


body > #sidebar1 a {text-decoration:none!important; display:block;}


 #sidebar1 a p:hover { }
.sidebarRecBids {
	width: 302px;
	height: 312px;
	background-image:url(../images/sidebar_rec_bids.gif);
	background-repeat:no-repeat;
	margin: 4px 0 0 4px;
	/*padding: 8px 5px 5px 5px; */

	font-size: 11px;

}
/*.sidebarRecBids a img{
	margin: -23px 0 0 276px;
    border: 0;
}*/
.sidebarRecBids h1{
	margin: 0;
	font-size: 13px;
    padding: 4px;
	color:#FFFFFF;
	position:relative;
}
.sidebarRecBids b{
	font-weight: bold;
}

.sidebarRecBidsInd {

	margin: 6px 0 0 4px;
	/*padding: 8px 5px 5px 5px; */
}
.sidebarRecBidsInd hr {
	color:#e5e5e5;

}

.sidebarRecTrial {
	float: left;width: 302px;height: 109px;background-image:url(../images/sidebar_free_trial.gif);margin: 4px 0 0 4px;}
.sidebarRecTrial h1{
	margin: 0;font-size: 11px; padding: 4px;color:#FFFFFF;position:relative;}
.sidebarRecTrial p {
	margin: 0;font-size: 11px;padding: 45px 4px 0 65px; color:#000;}



.sidebarRecWAWF {
	float: left;width: 302px;height: 109px;background-image:url(../images/sidebar_rec_wawf.gif);margin: 4px 0 0 4px;}
.sidebarRecWAWF h1{
	margin: 0;font-size: 11px; padding: 4px;color:#FFFFFF;position:relative;}
.sidebarRecWAWF p {
	margin: 0;font-size: 11px;padding: 17px 4px 0 65px; color:#000;}


.sidebarAutomation {
	float: left;width: 302px;height: 109px;background-image:url(../images/sidebar_automation_labor.gif);margin: 4px 0 0 4px;}
.sidebarAutomation h1{
	margin: 0;font-size: 11px; padding: 4px;color:#FFFFFF;position:relative;}
.sidebarAutomation p {
	margin: 0;font-size: 11px;padding: 7px 4px 0 65px; color:#000;}


.sidebarRecGSA {
	float: left;width: 302px;height: 109px;background-image:url(../images/sidebar_rec_gsa.gif);margin: 4px 0 0 4px;}
.sidebarRecGSA h1{
	margin: 0;font-size: 11px; padding: 4px;color:#FFFFFF;position:relative;}
	.sidebarRecGSA h2{
	margin: 0;font:bold 16px Arial, Helvetica, sans-serif; color:#0067CB; padding: 6px 4px 0 65px; position:relative;}
.sidebarRecGSA p {
	margin: 0;font-size: 11px;padding:12px 0px 0 64px; color:#000;}


.sidebarRecVen {
	float: left;
	width: 302px;
	height: 109px;
	background-image:url(../images/sidebar_rec_vendors.gif);
	margin: 5px 0 0 4px;
}
/*.sidebarRecVen a img{
	margin: -23px 0 0 276px;
    border: 0;
}*/
.sidebarRecVen h1{
	margin: 0;
	font-size: 11px;
    padding: 4px;
	color:#FFFFFF;
	position:relative;
}

.sidebarRecVen p {
	margin: 0;
	font-size: 11px;
	padding: 7px 4px 0 65px; 
	color:#000;
	margin:5px 0 0 0;
}

.sidebarRecAgency {
	float: left;
	width: 302px;
	height: 109px;
	background-image:url(../images/sidebar_rec_agency.gif);
	margin: 4px 0 0 4px;
}
/*.sidebarRecAgency a img{
	margin: -23px 0 0 276px;
    border: 0;
}*/
.sidebarRecAgency p {
	margin: 0;
	font-size: 11px;
	padding: 7px 4px 0 65px; 
	color:#000;
	margin:5px 0 0 0;
}
.sidebarRecAgency h1{
	margin: 0;
	font-size: 11px;
    padding: 4px;
	color:#FFFFFF;
	position:relative;
}

/* css from nischal*/

.sidebarAutomation h1 span , .sidebarRecWAWF h1 span, .sidebarRecGSA h1 span ,  .sidebarRecBids h1 span, .sidebarRecAgency h1 span , .sidebarRecVen h1 span , .sidebarRecTrial h1 span 
{ position:absolute; z-index:9999; right:0px; top:0px; width:22px; height:22px; text-indent:-9999px;   outline: 0 none;}

.announcement {background: url(../images/announcement.gif) no-repeat top left; position:absolute; top:380px; left:20px; height:27px; width:204px;}

/* End sidebar */

/* Begin Product */


.productBoxBlu h1 span a, .productBoxOr h1 span a 
{position:absolute; z-index:9999; right:0px!important;  width:30px; height:30px;  text-indent:-9999px;}

.productsHeader{
background-color:#FFF;
background-image:url(../images/products_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}

.productsHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
}
.productsFooter{
    margin: 0;
	font-size: 18px;
	font-weight:bold;	
	padding: 56px 4px 0 80px;
	z-index: 9999;

}


.productBoxOr {
	float: left;
	width: 154px;
	height: 157px;
	background-image:url(../images/product_or_bg.png);
	background-repeat: no-repeat;
	margin: 5px 0 5px 4px;

}
/*.productBoxOr a img{
	margin: -23px 0 0 124px;
    border: 0;

}*/
.productBoxOr p {
	margin: 0;
	font-size: 11px;
	padding: 7px 5px 0 5px; 
	color:#000;
}
.productBoxOr h1{
	margin: 0;
	font-size: 12px;
    padding: 4px;
	color:#07263b;
	position:relative; /*added by nischal*/
	
}

.productBoxBlu {
	float: left;
	width: 154px;
	height: 157px;
	background-image:url(../images/product_blu_bg.png);
	background-repeat: no-repeat;
	margin: 5px 0 5px 4px;
}
/*.productBoxBlu a img{
	margin: -23px 0 0 124px;
    border: 0;

}*/
.productBoxBlu p {
	margin: 0;
	font-size: 11px;
	padding: 7px 5px 0 5px; 
	color:#000;
}
.productBoxBlu h1{
	margin: 0;
	font-size: 12px;
    padding: 4px;
	color:#FFFFFF;
	position:relative; /*added by nischal*/
}
.grantsHeader{
background-color:#FFF;
background-image:url(../images/grants_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.grantsHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
}
.grantsHeader p{
 	margin: 0;
	padding: 10px 220px 0 0px; 

}
.grantsHeader h1{
 	margin: 0;
	font-size: 22px;
	padding: 20px 4px 0 0px; 
	color:#000;
}
.grantsHeader h2{
 	margin: 0;
	font-size: 18px;
	padding: 10px 120px 0 0px; 
	color:blue;
}
.grantsHeader ul{
	line-height: 1.2;
}
/* End Products */

/* Begin Bid Services */

.bidServiceHeader{
background-color:#FFF;
background-image:url(../images/bidservices_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}

.bidServiceHeader p {
	padding-top: 10px;
}
.bidServiceHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
}

.bidServiceHeader h2{
 	margin: 0;
	font-size: 18px;
	padding-top: 25px;
	color:blue;
}
.bidServiceHeader li{
 	margin: 0;
	font-size: 12px;
    padding: 0 4px 0 0; 

}
#bidService {
	height:292px;
	margin-top: 10px;
	overflow: hidden;
	overflow-x: hidden;

}
#bidServiceCorp {
	height:292px;
	margin-top: 10px;
    display:block;
	overflow: hidden;
	overflow-x: hidden;
}
#bidServiceSmlbiz {
	height:292px;
	margin-top: 10px;
	display:none;
	overflow: hidden;
	overflow-x: hidden;
}
#bidServiceRegion {
	height:292px;
	margin-top: 10px;
	display:none;
	overflow: hidden;
	overflow-x: hidden;
}
.bidServicefltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 40px;
}
.bidServiceFooter{
    margin: 0;
	font-size: 18px;
	font-weight:bold;	
	padding: 4px 4px 0 80px;
	z-index: 9999;

}

/* End Bid Services */


 #mainMenu {
	margin: 5px 311px 0 0; /* the right margin on this div element creates the column down the right side of the page. */
	background-color:#000000;
	background-image:url(../images/menu_bar.gif);
	background-repeat: no-repeat;
	height:25px;
	width:690px;
 }
 
 /*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-repeat: repeat-x;
background-position: left top;/*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 82px; /*Width of top level menu link items*/
	padding: 4px 8px 4px 8px;
	border: 0px solid red;
	border-left: 0px solid red;
	text-decoration: none;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align: center;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 1px 5px;
border: 1px solid black;

}

.suckertreemenu ul li a:hover{
background-color: orange;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #f9a62e;
background-image: url(images/menu_bar_bg.gif);
background-repeat: repeat-x;
background-position: left top;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #f8c907 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
 
 
 #mainContent {
  margin-right: 311px;
 }
 #mainContent p{
	 font-size:14px;
	 margin: 0;
	 padding: 0;
 }
.newbids{
	background:#FFF url(../images/new_bids.gif) no-repeat left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding: 20px 0 10px 20px;
}

.newbids b {
	
	color:#000;
	padding-right: 4px;
	
} 

.backbtn {
    margin: 0;
	}

.mainPage {
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(../images/mainpage_bg.jpg);
    background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	height:512px;

	}
.mainPage h1{
 	margin: 0;
	padding: 15px 4px 0 15px; 
	color:#000;
	font:bold 18px Tahoma, Geneva, sans-serif;
}
.mainPage h2{
 	margin: 0;
	font:bold 24px Tahoma, Geneva, sans-serif;
	padding: 10px 4px 0 15px; 
	color:#000;
}

.mainPage h3{
 	margin: 0;
	font:bold 15px Tahoma, Geneva, sans-serif;
	padding: 4px 4px 0 15px; 
	color:#000;
}

.mainPage ul {list-style:none; margin:0px; padding: 4px 4px 0 15px; }
.mainPage li{
 	margin: 0;
	font:13px Tahoma, Geneva, sans-serif;
	padding: 0 4px 0 0px; 

}

.mainPageFooter{
 	position:absolute;
	font-size: 18px;
	font-weight:bold;
    z-index: 9999;
	left: 40px;
	top: 520px;

}
.Helpdesk{
background-color:#FFF;
background-image:url(../images/helpdesk_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.freetrialFooter{
	position:absolute;
	font-size: 18px;
	font-weight:bold;
    z-index: 9999;
	left: 100px;
	top: 520px;

}
.graphFooter{
	position:absolute;
	font-size: 22px;
    z-index: 9990;
	font-family:Tahoma, Geneva, sans-serif;
	left: 15px;
	top: 516px;

}
.agencyHelpdeskHeader{
background-color:#FFF;
background-image:url(../images/agency_center_helpdesk_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.vendorHelpdeskHeader{
background-color:#FFF;
background-image:url(../images/vendor_center_helpdesk_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.vendorHelpdeskHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
	
}
.agencyHeader{
background-color:#FFF;
background-image:url(../images/agency_center_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.agencyHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
	
}

.agencyServicesHeader5{
background-color:#FFF;
background-image:url(../images/agency_services5_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.agencyServicesHeader5 h2 {
font-size: 16px;
}
.agencyServicesHeader5 b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.agencyServicesHeader5 p {
 width: 500px;
 }
 
.agencyServicesHeader5 ul{
	width: 400px;
	font-weight:bold;
	color: #F90;
    list-style-type: square;
}





.agencyServicesHeader4{
background-color:#FFF;
background-image:url(../images/agency_services4_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.agencyServicesHeader4 h2 {
font-size: 16px;
}
.agencyServicesHeader4 b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.agencyServicesHeader4 p {
 width: 500px;
 }
 
.agencyServicesHeader4 ul{
	width: 400px;
	font-weight:bold;
	color: #F90;
    list-style-type: square;
}


.agencyServicesHeader3{
background-color:#FFF;
background-image:url(../images/agency_services3_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.agencyServicesHeader3 h2 {
font-size: 16px;
}
.agencyServicesHeader3 b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.agencyServicesHeader3 p {
 width: 500px;
 }
 
.agencyServicesHeader3 ul{
	width: 400px;
	font-weight:bold;
	color: #F90;
    list-style-type: square;
}


.agencyServicesHeader2{
background-color:#FFF;
background-image:url(../images/agency_services2_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.agencyServicesHeader2 h2 {
font-size: 16px;
}
.agencyServicesHeader2 b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.agencyServicesHeader2 p {
 width: 500px;
 }
 
.agencyServicesHeader2 ul{
	width: 400px;
	font-weight:bold;
	color: #F90;
    list-style-type: square;
}
.agencyServicesHeader{
background-color:#FFF;
background-image:url(../images/agency_services_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.agencyServicesHeader h2 {
font-size: 16px;
}
.agencyServicesHeader b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.agencyServicesHeader p {
 width: 400px;
 }
 
.agencyServicesHeader ul{
	width: 350px;
	font-weight:bold;
	color: #F90;
	list-style-type: square;
}

/*--------------- GSA Advantage - -----------*/


.gsa_advantage {background-color:#FFF;
background-image:url(../images/agency_services_gsa.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.gsa_advantage p {margin:0 0 12px 0!important; line-height:14px!important;}

.gsa-column {float:left; width:307px; margin:0 10px 0 0; }
ul.ul-column {width:100%; margin:0px; padding:0px; list-style:none; float:left;}
ul.ul-column li { float:left; width:50%; }

.scroll-block {
    overflow:auto; height:510px; }

.free_trial {background-color:#FFF;
background-image:url(../images/request_free_trial_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}

.wawf-new {background-color:#FFF;
background-image:url(../images/wawf_bg_page.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;}

.wawf-form {background-color:#FFF;
background-image:url(../images/blank_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}

ul.ul-column li h2 {font:bold 14px Arial, Helvetica, sans-serif;}

.agencyServicesHeaderNav {
font-weight: bold;
float:right;
width: 90px;
margin-top: 12px;
 }
 

.companyHeader{
background-color:#FFF;
background-image:url(../images/company_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.companyHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
	
}
.companyFooter{
    margin: 0;
	font-size: 18px;
	font-weight:bold;	
	padding: 162px 4px 0 80px;


}

.resourcesHeader{
background-color:#FFF;
background-image:url(../images/resources_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.resourcesHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
	
}

.registrationAgencyHeader{
background-color:#FFF;
background-image:url(../images/request_info_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 10px 0 20px;
font-size: 12px;
}
.registrationAgencyHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
	
}
.registrationAgencyHeader p{
margin-top: 30px;
	
}


.registrationHeader{
background-color:#FFF;
background-image:url(../images/freetrial_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 10px 0 20px;
font-size: 12px;
}
.registrationHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
	
}
.registrationHeader p{
margin-top: 30px;
	
}
.registration {
	height:380px;
	overflow: scroll;
	overflow-x: hidden;
}
.defenseHeader{
background-color:#FFF;
background-image:url(../images/defense_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}

.defenseHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
	
}

.defensep1{
	padding: 0 ;

}
.defensep2{
	padding: 0 230px 0 0;

}
.ital{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333;
	}

.wawfHeader{
background-color:#FFF;
background-image:url(../images/wawf_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}

.wawfHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
	
}
.wawfp1{
	padding-left: 180px;

}
.wawfp2{
	padding: 70px 0 0 20px;

}


.wawfBtn a img{
	position:absolute;
	border: 0;
	top: 208px;
	left: 244px;
	width: 228px;
	height: 48px;
}

.wawfregistrationHeader{
background-color:#FFF;
background-image:url(../images/wawf_registration_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}

.wawfregistrationHeader p {
	padding-top: 10px;
}
.wawfregistrationHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
}
.wawfregistration {
	height:400px;
	overflow: scroll;
	overflow-x: hidden;
}

.alert {
	color:#FF0000;
	font-weight: bold;
	}
.white {
	color:#FFF;
	font-weight: bold;
	}
.addressBlock {
	font-size:13px;
	color:#000;
	line-height: 18px;
}
.addressBlock b{
	font-weight:bold;
}
.addressBlock bolder{
	font-size:15px;
	font-weight:bold;
}
.vendorHeader{
background-color:#FFF;
background-image:url(../images/vendor_center_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.vendorHeader b {
	font-size:13px;
	font-weight:bold;
	color:#000;
	
}
.vendorServicesHeader8{
background-color:#FFF;
background-image:url(../images/vendor_services8_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.vendorServicesHeader8 h2 {
font-size: 16px;
}
.vendorServicesHeader8 b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.vendorServicesHeader8 p {
 width: 500px;
 }
 
.vendorServicesHeader8 ul{
	width: 350px;
	font-weight:bold;
	color: #004e82;
    list-style-type: square;
}


.vendorServicesHeader7{
background-color:#FFF;
background-image:url(../images/vendor_services7_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.vendorServicesHeader7 h2 {
font-size: 16px;
}
.vendorServicesHeader7 b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.vendorServicesHeader7 p {
 width: 500px;
 }
 
.vendorServicesHeader7 ul{
	width: 400px;
	font-weight:bold;
	color: #004e82;
    list-style-type: square;
}


.vendorServicesHeader6{
background-color:#FFF;
background-image:url(../images/vendor_services6_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.vendorServicesHeader6 h2 {
font-size: 16px;
}
.vendorServicesHeader6 b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.vendorServicesHeader6 p {
 width: 500px;
 }
 
.vendorServicesHeader6 ul{
	width: 400px;
	font-weight:bold;
	color: #004e82;
    list-style-type: square;
}



.vendorServicesHeader5{
background-color:#FFF;
background-image:url(../images/vendor_services5_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.vendorServicesHeader5 h2 {
font-size: 16px;
}
.vendorServicesHeader5 b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.vendorServicesHeader5 p {
 width: 500px;
 }
 
.vendorServicesHeader5 ul{
	width: 400px;
	font-weight:bold;
	color: #004e82;
    list-style-type: square;
}





.vendorServicesHeader4{
background-color:#FFF;
background-image:url(../images/vendor_services4_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.vendorServicesHeader4 h2 {
font-size: 16px;
}
.vendorServicesHeader4 b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.vendorServicesHeader4 p {
 width: 500px;
 }
 
.vendorServicesHeader4 ul{
	width: 400px;
	font-weight:bold;
	color: #004e82;
    list-style-type: square;
}


.vendorServicesHeader3{
background-color:#FFF;
background-image:url(../images/vendor_services3_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}
.vendorServicesHeader3 h2 {
font-size: 16px;
}
.vendorServicesHeader3 b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.vendorServicesHeader3 p {
 width: 500px;
 }
 
.vendorServicesHeader3 ul{
	width: 400px;
	font-weight:bold;
	color: #004e82;
    list-style-type: square;
}


.vendorServicesHeader2{
background-color:#FFF;
background-image:url(../images/vendor_services2_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}

.vendorServicesHeader2 h2 {
font-size: 16px;
}
.vendorServicesHeader2 b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.vendorServicesHeader2 p {
 width: 500px;
 }
 
.vendorServicesHeader2 ul{
	width: 400px;
	font-weight:bold;
	color: #004e82;
    list-style-type: square;
}
.vendorServicesHeader{
background-color:#FFF;
background-image:url(../images/vendor_services_bg.gif);
background-repeat: no-repeat;
background-position: left top;
height:556px;
padding: 18px 20px 0 20px;
font-size: 12px;
}

.vendorServicesHeader h2 {
font-size: 16px;
}
.vendorServicesHeader b {
	font-size:13px;
	font-weight:bold;
	color:#004e82;
	
}
.vendorServicesHeader p {
 width: 400px;
 }
 
.vendorServicesHeader ul{
	width: 400px;
	font-weight:bold;
	color: #004e82;

	list-style-type: square;
}

.vendorServicesHeaderNav {
font-weight: bold;
float:right;
width: 137px;
margin-top: 12px;
 }
 
.beigeBG {
	
    position:relative;
	background-image:url(../images/beige_bg.gif);
	background-repeat:no-repeat;
	height: 323px;

	} 
	
	
.beigeBG p {
	padding: 10px 15px 0;
}

.agencyLogin {
	margin: 0 180px 10px 220px;
	font-size:14px;
	font-weight: bold;
	line-height: 30px; 
}
.agencyLoginBtn a img{
	position:absolute;
	top: 207px;
	border: 0;
	margin: 0px 300px 0 480px;
	
	}
	
.bullets{
	position:absolute;
	top: 420px;
	font-size:12px;
	font-weight: bold;
	line-height: 18px;
	color:#FFF;
}

.agencyCenterHelpBtn a img{
	position:absolute;
	border: 0;
	top: 510px;
	left: 415px;
}
.AgencyCenterHelpBtnBig a img{
	position:absolute;
	border: 0;
	top: 329px;
	left: 35px;
	width: 293px;
	height: 51px;
}
.VendorCenterHelpBtnBig a img{
	position:absolute;
	border: 0;
	top: 329px;
	left: 351px;
	width: 293px;
	height: 51px;
}

 #footer {
	margin-top: 5px;
	padding: 0 10px 0 10px;
	background-image:url(../images/call.gif);
	background-color: #0064a6;
	background-repeat: no-repeat;
	background-position: right;	
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 320px 10px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:12px;
	color:#FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.listfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 100px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.listfltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 20px;
}

.listfltlft ul {margin:0;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#commentForm
{
	background-color:#FFC;
	margin: 10px 370px 0px 0px;
    display: none;
	padding: 4px;
	border-width: 1px;
	border-style: solid;

}
.text{display: none;}
#text0{display: block;} 
#text1{display: none;} 
#text2{display: none;} 
.red {color:#F00;}
.TxtRight {text-align:right; padding:0 10px 0 0;}
.float-rt {float:right;}


/*--------wawf page----------*/

.info {margin:50px 0 0 0; float:left; width:690px;}
.submit-wawf {background:url(../images/submit_btn.jpg) no-repeat top left; display:block; width:102px ; height:22px; border:0px;}
.submit-wawf:hover {cursor:pointer;}

.left-bar {float:left; width:248px; border:2px solid #336699; padding:8px 8px 0 8px;}
.left-bar p {font:10px Arial, Helvetica, sans-serif; margin:0 0 6px 0; text-align:justify;}

.right-bar {float:left; width:350px; padding:0 0 0 20px;  }
.right-bar h2 {color:#336699; font:bold 12px Arial, Helvetica, sans-serif; margin:0px 0 0px 0;}
.right-bar h3 {color:#000; font:bold 11px Arial, Helvetica, sans-serif; text-align:center;  margin:0 0 10px 0;}
.right-bar p {font:10px Arial, Helvetica, sans-serif; margin:0 0 10px 0; text-align:justify;}
.right-bar p img.border {border:1px solid #000;}