.results td.services {
	width: 20%;
}

.browse_options {
	border-style: solid; 
	border-width: 1pt;
}


.browse_options .label {
	color: blue;
	margin-right: 5px;
}

.browse_options .city,.service {
	margin: 15px;
}

#city_picker,#service_picker {
	width: 25%;
}


.contact_info {
	width: 55%;
}

.widget {
	width: 100%;
	background-color: #FFF;
	border: 0px;
	margin: 0px;
}

.services {
	width: 100%;
}

#site_logo {
	width: 100%;
	margin-left: auto ;
    margin-right: auto ;
}

#site_title {
	font-size: 16px;	
}

.outline li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.depth1 {
	margin-left: 15px;
}

.depth2 {
	margin-left: 30px;
}

.depth3 {
	margin-left: 60px;
}

.outline ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li.company_pane {
	margin-left: 20px;
	border-style: solid;
	border-width: 1px;
}


.gridlogo {
	width: 302px;
}

table.scroll tbody td {
	text-align: top;
	vertical-align: top;
}

.company_type,.company_name {
	text-align: top;
	font-size: 12pt;
	color: blue;
	font-style: bold;
}

.company_city {
	text-align: top;
	color: green;
	font-style: italic;
}


.chosen a {
	background-color: #CCFFCC;
}

.tagline {
	color: green;
	font-size: 10pt;
	font-style: italic;
}

table.widget {
	width: 770px;
}

table.search {
	width: 100%;
}

table.bordered tr td {
	border-style: solid;
	border-width: 1px;
}

table.section tr td {
	border-style: solid;
	border-width: 1px;
	text-align: top;
	vertical-align: top;
	height: 300px;
}


/*  ========= WIZARD AND FOOTER STUFF BORROWED FROM EF ===========  */


/* Wizard styling */

.wizard-nav {
	height: 24px;
	margin: 0 0 10px;
	padding: 6px 10px;
	list-style: none;
	color: #999;
	background: #EEE;
	border-bottom: 1px solid #DDD;
}
.wizard-nav li {
	margin-right: 5px;
	padding-right: 20px;
	height: 24px;
	line-height: 24px;
	background: url(../img/arrow-right-999.png) no-repeat right center;
	font-size: 11px; font-weight: bold;
	display: block;
	float: left;
}

.wizard-nav li.last { background: none; }
.wizard-nav li a, .wizard-nav li span { padding: 5px; }
.wizard-nav li a span, .wizard-nav li span a { padding: none; }
.wizard-nav li a:hover { color: #009EDF; text-decoration: none; }
.wizard-nav li.active span { color: #33CC33; background: #FFF; }



/* footer */
#footer {
	margin: 0 auto; 
	padding: 0 30px 20px; 
	/* background: url(../img/container-bottom.png) no-repeat left bottom; */ 
	clear: both; 
	color: #666; 
}
#footer-inner {
	border-top: 1px solid #DEDFE3; 
	padding-top: 10px; 
}
	
#footer img { vertical-align: middle; }


/* More stuff borrowed from EF */

input, select, label { color: #333; }
.field { margin-bottom: 10px; margin-top: 2px;}

.ChoiceWithOtherWidget input, .TextInput input, .PasswordInput input, textarea, select 
	{ margin:0.5em 0;border:1px solid #bbb;padding:5px; }
.ChoiceWithOtherWidget input:focus, .TextInput input:focus, .PasswordInput input:focus, textarea:focus, select:focus 
	{ border:1px solid #666; }

.ChoiceWithOtherWidget .field_actual ul {list-style:none; display: inline-block; }

.TinyMCE .field_label {position: relative; top: 24px;}

form span.req {
	font-size:20px;
	color:green !important;
	display:inline;
	float:none;
	font-weight:bold;
	margin:0;
	padding:0 5px;
}
.field_error { 
	color:#BE0B0B;font-size:12px;
	background:url('../img/icons/exclamation.png') no-repeat 0px 1px;
	padding-left: 22px;
}

label {font-weight:bold;font-size: 13px;margin-top:7px;}

.ChoiceWithOtherWidget .field_label, .Textarea .field_label { vertical-align: top; }
.field_actual {vertical-align:middle;}
.field_errors { display:inline-block; vertical-align:top; padding: 12px 0 0 20px; }
.field_help_text{ color: #33CC33; padding-left: 130px; font-style: italic; margin-bottom: 15px; }

.field_actual input {width:200px;}
.flags_list input {width:auto;}
.field_label {width:160px; padding-right: 10px; text-align: right; }

.field_actual label { font-weight: normal; font-size: 12px; }
.field_actual label, .field_actual input { vertical-align: middle; }

.flags_list {list-style: none;}
.flag { font-size: 12px; font-weight: normal; }
.flag_group { font-weight: bold; color: #009EDF; }
