@charset "utf-8";
/* CSS Document */

form{
padding-top: 10px;
margin-top: -10px;

}
fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #ccc;
}

/* what's after the # is the element id in the form*/
#advanced_search, #contact {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #999;
}

#advanced_search p, #contact p {
position: relative;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #66000;
}

#advanced_search label, #contact label {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
/*color: #000000;*/
color: #003366;
}



legend {
font-weight: bold;
color: #A2A2A2;
}

/* setting display to block for label will force labels to position above the fields
label {
display: block;
}*/
label {
float: left;
width: 9em;
text-align: right;
padding-right: .7em;
padding-top: .24em;
}

#first_name, #last_name  {
width: 160px;
}

#email, #url, #subject, #phone, #business_name {
width: 220px;
}
.quick_label {
width: 3em;
padding-top: .3em;
}

#send{
margin-left: 8.5em;
position: relative; /*this is to prevent the button from shifting to the left when clicking in the field above it*/
color: #003366;
  /*background:  #FBB92F;*/
   background: #FCC654;
/*color: #DCFBD2;*/
font-weight: bold;
cursor:pointer;
}
#keyword {
width: 230px;
/*padding-top: 1px; this will vertically position the text inside the box in the middle*/
padding-bottom:3px;
font-size:14px;
height: 12pt;
}

.quick_keyword { /*this is to allow the quick_btn float to the left of the keyword input box*/
float:left;
}

#country, #city, #specialty, #state {
width: 135px;
}

/*#state, #{
width: 150px;
}*/

/*submit button*/
.btn{
margin-left: 8.5em;

  color: #003366;
  /*background:  #FBB92F;*/
  background: #FCC654;
/*color: #DCFBD2;*/
font-weight: bold;
cursor:pointer;
}

.quick_btn{ /*this one is for the quick search button*/
float: left;
margin-left: 0em;
color: #003366;
  /*background:  #FBB92F;*/
  background: #FCC654;
/*color: #DCFBD2;*/
font-weight: bold;
cursor:pointer;
margin-top: .3em;; /*this is to vertically position the search button in the middle*/
}


/*button color change on hovering*/
.quick_btn:hover, .btn:hover {
background:#273300;
color: #CAFAB6;
}



/*this is to display error messages next to incorrectly entered data.*/
.feedback {
position:absolute;
margin-left: 10em;
left: 200px;

font-weight: bold;
color: #760000;
padding-left: 6px;
}

#return {
background:#273300;
/*color: #CAFAB6;*/
color: #DCFBD2;
font-weight: bold;
}

#results {
	color: #003366;
	background:#E6E6E6;
	}

#results p{
	font-size:70%;
	margin:0 0 0 25px;
	}

#results a {
	
	margin-top: 50px;
	padding:2px 0;
     color: #003366;
	background:#E6E6E6;
	}
	
#results a:link {
	color: #003366;
	background:#E6E6E6;
	}
	
#results a:visited {
	color: #003366;
	}
table {
margin-left: 15px;
}

caption {
text-align:left;
padding-bottom: 1em; /*this creates vertical space between caption text and table rows*/
}
th {
font-size: 90%;
background: #FEE6AB;
#color: #003366;;
}

td, tr {
font-size: 90%;
}

td a:link, tr a:link {
font-size: 100%;
}

td a:visited, tr a:visited {
font-size: 100%;
}

a:link {
text-decoration: none;

}

a:visited {
text-decoration: none;
}

#paging a:link, #paging a:visited { /*this makes current link number larger than rest*/
font-size: 80%;
}



textarea {
margin-left:0px;

}