/* CSS Document */
/*-------------- HEADER ---------------------------- */
#header {
	background-image: url(../images/banner/bg_home.jpg);
}
#header h1 a {
	background-image:url(../images/banner/logo_home.gif);
}
#header h2 {
	background-image:url(../images/banner/title_home.gif);
}
/*-------------- CONTENT-STANDARD ---------------------------- */
#subNav a:hover{
	color: #0198b4;
}
#subNav li.subNavOn {
	background-image: url(../images/contact/subnav-over.gif);
}
#subNav li.subNavOn a{
	color: #0198b4;
}

#mainColumn h2 {
	width: 198px;
	background-image:url(../images/contact/title.gif);	
}
#mainColumn h3 {
	color: #0198b4;
}
#mainColumn a {
	color: #0198b4;
}
#mainColumn .highlight {
	color: #0198b4;
	font-weight: bold;
}
#mainColumn .noHighlight {
	color: #595959
}
#Content {
	padding-bottom: 0px;
}
#Content h2 {
	background-image:url(../images/contact/title.gif);	
	height: 15px;	
	width: 198px;
	margin-bottom: 10px;
	background-repeat:no-repeat;	
}
/*----------- AGENCY SEARCH -------------------*/
#ContentLower {
	padding: 0px 0px 27px 27px;
	font-size: 0.7em;
}
#ContentLower h3 {
	color: #0198b4;
	font-size: 1.1em;
	font-weight: bold;
}
#ContentLower a {
	color: #0198b4;
}
#ContentLower .highlight {
	color: #0198b4;
	font-weight: bold;
}
#ContentDivider {
	background-image:url(../images/contact/divider.gif);
	background-repeat:repeat-y;
	height: 273px;
}
#ContactMap {
	float: right;
	width: 336px;
}
#ContactText {
	width: 290px;
}
#ContactText h3 {
	color: #0198b4;
	font-size: 1.1em;
	font-weight: bold;
}
.AgencyInput {
	border: solid 1px #838382;
	width: 128px;
	margin: 25px 4px 8px 0px;
}
/*----------- AGENCY SEARCH RESULTS -------------------*/
#ResultsTitle {
	margin-bottom: 10px;
	font-size: 0.7em;
}
#ResultsTitle h3 {
	color: #0198b4;
	font-size: 1.1em;
	font-weight: bold;
}
#ResultsTitle a{
	color: #0198b4;
}
#ResultsTitle a.backLink{
	color: #0198b4;
	float: right;
	padding-left: 23px;
	background-repeat:no-repeat;
	background-position: top left;
	background-image:url(../images/contact/searchagain.gif);
}
/*---------------------- CONTACT FORM ---------------------*/
#ContactTable 
{
    border: 0px;

}
.ContactInput {
	border: solid 1px #838382;
	width: 225px;
}
/*---------------------- PAGING ---------------------*/
#paging 
{
    width: 500px;
    text-align: right;
}