/*LINKS*/
A:link {
	text-decoration:underline;
	color:#c0894c;
	}

A:visited {
	text-decoration:underline;
	color:#c0894c;
	}

A:active {
	text-decoration:underline;
	color:#c0894c;
	}

A:hover {
	text-decoration: none;
	color: black;
	}

/*INDEX*/
.border {
	border:1px solid #333333;
	background-color:#FFFFFF;
}

/*CONTACT*/
.contact_form {
	border:1px solid #ababab;
	background-color:#FFFFFF;
	font-size: 10px;
	color: #313067;
}

/* Error Notification  */
.errMsg {
	color: red;
	display: inline;
}
.errFld {
	border-color: red;
}
#alertMessagePlaceHolder {
	background-color: #FFCCCC;
	border: 1px solid #F00;
	padding: 5px;
	display: none;
	margin: 2em 5px;
}
/* End Error Notification */



/*ALL PAGES */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #313067;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}




/* 
	================================================
	styling for autosuggest begins here
	================================================
	*/

	body
	{
		position: relative;
	}
	
	

	ul.autosuggest
	{
		position: absolute;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: auto;
	}
	
	ul.autosuggest li
	{
		text-align: left;
		border-bottom: 1px solid #ababab;
		border-left: 1px solid #ababab;
		border-right: 1px solid #ababab;
	}
	
	ul.autosuggest li a:link,
	ul.autosuggest li a:visited
	{
		display: block;
		padding: 2px;
		text-decoration: none;
		color:#000000;
		background-color: #eee;
	}

	ul.autosuggest li a:hover,
	ul.autosuggest li a:active
	{
		color: #c0894c;
		background-color: #ffffff;
	}


	ul.autosuggest li.highlight a:link,
	ul.autosuggest li.highlight a:visited
	{
		color: #c0894c;
		background-color: #ffffff;
	}
	