/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{ font-family:Arial, Helvetica, sans-serif; font-size:12px;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}


#search_box {
    width: 201px;
    height: 31px;
    background: transparent url(/images/formfield_find.png);
	background-repeat:no-repeat;
}

#search_box .swap_value {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}


#search_box_small {
    width: 87px;
    height: 31px;
    background: transparent url(../images/bg_search_box_small.png) no-repeat;
}

#search_box_small #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 101px;
    background: none;
    font-size: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#search_box_small #go {
    float: right;
    margin: 3px 4px 0 0;
}





#search_box_drop {
    width: 201px;
    height: 31px;
    background: transparent url(../images/formfield_location.png) no-repeat;
}
#search_box_drop #sSub{
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
    font-size: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#search_box_drop #sLoc{
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
    font-size: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#search_box_drop #go {
    float: right;
    margin: 3px 4px 0 0;
}



.ac_input {
	width: 200px;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	top:238px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:8px;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_loading {
	background : url('../images/map_loading_mini.gif') right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

			#error{
				padding:4px;
				font-size:12px;
				color:#241f1f;
				font-weight:bold;
				background-color:#FFCCCC;
				border:1px solid #808080;
			}

			#message{
				padding:4px;
				font-size:12px;
				font-weight:bold;
				background-color:#FFFFCC;
				border:1px solid #808080;
				color:#241f1f;
			}
			
#header ul {
	list-style: none;
	padding:0;
	margin:0;
	top: 1px;

}

#header li {

	float: left;
	border: 1px outset;
	border-bottom-width: 0;
	margin: 0 0.1em 0 0;
	padding:4px;
}

#header li span {
	padding: 0 1em;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
}
#content {
	border: 1px outset;
	clear:left;
	width:500px;
	background-color:#f3f3f3;
	padding:0px;
	height:auto;
}
.selected {
	position: relative;
	background-color: #e3e3e3;
	font-weight:bold;
	z-index:1000;
}

.unselected {
	position: relative;
	color:#777;
	background: #ffffff;	
}
li.selected {
	background-color: #e3e3e3;