/* [%-# @(#)local-ver2.css	1.8 15:40:15,11/06/29 (yy/mm/dd) -%] */
@import url(global.css);


/* locale list */

html#index h2 {
	margin: 0;
	border: 1px solid #FFF;
}

ul#anchors li a.none {
	color: #CCC;
}

h2 a {
	display: block;
	padding: 0px;
	width: 607px;
}

h2 a[href] {
	width: 601px;
}

h2 a:link, h2 a:visited {
	background: #00529B url(/images/general/local-link-arrow-blue.gif) 98.3% 50% no-repeat;
	color: #FFF;
}

h2 a:hover, h2 a:active {
	background: #C2D8EB url(/images/general/local-link-arrow-white.gif) 98.3% 50% no-repeat;
	color: #00529B;
}

div#local ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

div#local ul#anchors {
	margin: -.7em 0 1em 0;
}

div#local li {
	display: block;
	position: relative;
	float: left;
	border: 1px solid #FFF;
	font-size: .8em;
}

ul#anchors li a {
	width: 19px;
	margin: 0 4px 0 0;
	padding: 0;
	background: #FFF url(/images/general/local-anchor-arrow.gif) right 70% no-repeat;
}

ul#anchors li a.none {
	background: #FFF url(/images/general/local-anchor-arrow-none.gif) right 70% no-repeat;
}

/* introtext */

div#introtext {
	float: left; 
	margin: 0;
	padding: 0;
	width: 550px;
}

/* corporate buttons */

div#corpbuts {
	float: right;	
	margin: 0 0 0 10px;
	width: 96px;
	z-index: 2;	
}

div#corpbuts img {
	margin: 0 0 5px 0;
	width: 90px;
	height: 35px;
	border: 0 none;
}

/* recruiter box */

div#recruiter{
	float: right;
	border: 1px solid #C2D8EB;
	padding: 8px;
	position: relative;
	text-align: left;
	width: 180px;
	background: #fff;
}
div#recruiter a{
	background: url(/images/general/shim.gif);
	bottom: 0;
	height: 100px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -5000px;
	width: 100%;
	z-index: 50;
}
div#recruiter a:link, div#recruiter a:visited {
	text-decoration: none;
}

div#recruiter:hover{
	cursor: pointer;
	background: #E6EDF5;
	text-decoration: underline;
}
div#recruiter h2, 
div#recruiter p{
	z-index: 1;
}
div#recruiter p {
	padding: 0;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
/* Search form */

form {
	background: #FAB131 url(../images/homepage/gradient_1.gif) repeat-x left bottom;
	border: 1px solid #FAB131;
	font-size: .7em;
	overflow: visible;
	text-align: right;
	vertical-align: bottom;
	/*position: relative;*/
}
form fieldset{
	border: 1px solid #fff;
	margin: 0;
	padding: 15px;	
}
form fieldset input {
	margin: 0;
	padding: 0;
}

form span {
	display: block;
	float: left;
	text-align: left;
}

form span label {
	display: block;
	margin: 0;
	padding: 0 0 3px 0;
	font-weight: bold;
	font-size: 1.4em;
}
form fieldset select, form fieldset input{
	font-size: 1.4em;
}

form span#searchfor {
	font-size: 1.3em;
	width: 240px;
}

form span#searchfor label {
	font-size: 1.1em;
	width: 220px;
}

form span#searchfor input {
	width: 220px;
}

form span#searchlong {
	font-size: 1.3em;
	width: 400px;
	margin-right: 10px;
}

form span#searchlong label {
	font-size: 1.1em;
	width: 390px;
}

form span#searchlong input {
	display: block;
	width: 370px;
}

form span#within {
	width: 240px;
}

form span#within label {
	width: 220px;
}

form span#within select {
	width: 220px;
}

form span#posted {
	width: 140px;
}
form span#posted select {
	width: 140px;
}

form span#posted label {
	width: 110px;
}

form input.submit {
	background:#274694 url(../images/homepage/gradient_blue.png) repeat-x scroll left center;
	border:1px solid #274694;
	float: left;
	font-size: 1.8em;
	margin: 18px 0 0 20px;
	width:80px;
}

a#adv {
	display: block;
	font-size: .9em;
	margin: 10px auto;
	text-align: right;
}

form br {
	clear: both;
}

/* popular list */

ul#popular {
	clear: right;
	margin: 1em auto 2em auto;
	padding: 0;
}

div ul#popular {
	border: solid #ccc;
	border-width: 1px 0;
	font-size: 1.4em;
	margin: .4em 0;
	overflow: auto;
	width: 100%;
}

ul#popular li {
	display: inline;
	text-align: center;
	background: none;
	border: none;
	margin: 0 10px;
	padding: 6px 3px;	
}

h2#sectionHead {
	border: none;
	font-size: 110%;
	margin: 2em 0 0 0;
	padding: 0;
	text-align: left;
}

ul#popular li#brum {
	clear: left;
}

div.clear{
	clear:both !important;
	visibility:hidden !important;
	overflow:hidden !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	font-size:1px !important;
	height:1px !important;
	width:1px !important;
	float:none !important;
}

/* find a property section */
	
.findaproperty {
	margin-top: 10px;
	background-color: #FFEBCD;
	border: 1px solid #FEA814;
	text-align: center;
	padding: .7em 20px;
	
}

