﻿/*** Careers ***/
.container {
	}
.left_bar {
	}
.content {
	color:#CCCCFF;
	}
.content h2 {
	margin:15px 0 0;
	padding:3px;
	background:#CDD1E0;
	color:#000066;
	border-bottom:1px dotted #000066;
	font-size: 14px;
	cursor: pointer;
	}
.content h3 {
	margin:0;
	padding:8px 0 0;
	color:#ffffff;
	}
.content img {
	float:right;
	margin:0 0 10px 10px;
	padding:3px;
	}
#marker_list div {
    float: left;
    margin-right: 5px;
    width: 245px;
    text-align: left;
}
#branchLocatorForm {
    float: right;
    width: 300px;
    text-align: right;
}
.input_field {
	background: #FFFFFF;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	width: 175px;
	padding: 2px;
	margin-right: 5px;
}
.formWaterMark {
	width: 175px;
	margin-right: 5px;
}

#marker_list th {
    border-bottom: 2px solid #CDD1E0;
    color: #FFFFFF;
}
#marker_list td {
    border-bottom: 1px solid #CDD1E0;
}
#marker_list tr:hover {
    background: #2B51B4;
}
#marker_list th {
    background: #1D377C;
}
.searchAddress {
    font-weight: bold;
    color: #FFFFFF;
}
