@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/pgBg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #4c2d01;
}

a {
	color: #0185d7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, table {
	border: none;
}

table {
	width: 100%;
}

h1 {
	margin: 20px 10px 10px 0px;
	padding: 0px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #4c2d01;
}

h2 {
	margin: 15px 10px 0px 0px;
	padding: 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #4c2d01;
}

h3 {
	margin: 15px 10px 0px 0px;
	padding: 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #769339;
	border-bottom: 1px solid #769339;
}

h4 {
	margin: 0px;
	padding: 0px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #4c2d01;
}

#containerMain {
	margin: auto;
	padding: 0px 0px 0px 0px;
	width: 770px;
}

#header {
	margin: auto;
	padding: 0px;
	width: 770px;
	height: 96px;
	background-image: url(../img/headerBg.jpg);
	background-position: top center;
	background-repeat: none;
}

.btnHome {
	float: right;
	clear:both;
	width: 560px;
	height: 36px;
	text-align: right;
}

.btnHome img {
}

.btnHome form {
	float: left;
	margin-top: 5px;
}

#navGlobal {
	margin: 0px 0px 0px 205px;
	padding: 0px 0px 0px 0px;
	width: 560px;
}

*html #navGlobal {
	padding: 0px 0px 0px 0px;
}

#bannerLarge {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	width: 762px;
	height: 280px;
	background-image: url(../img/bannerLargeBg.jpg);
	background-position: top center;
	background-repeat: none;	
}

#bannerLarge img {
	border: 2px solid #7a6960;
}

#content, #contentMenu, #contentStaffDirectory, #contentSimple {
	padding: 0px 10px 15px 10px;
	background-image: url(../img/footerBg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 750px;
}

#contentMenu {
	margin-top: -9px;
}

#contentSimple {
	background-image: none;
}

.noWrap {
	white-space: nowrap;
}

.floatCenter {
	margin: auto;
	text-align: center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.columnGroup, .columnGroupListings {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	display: table;
	width: 100%;
	height: auto;
}

.columnLeft {
	padding-left: 1px;
	float: left;
	width: 50%;
	font: 12px Arial, Helvetica, sans-serif;
}

.columnRight {
	padding-right: 6px;
	float: right;
	width: 49%;
	font: 12px Arial, Helvetica, sans-serif;
}
.columnStaffRight {
	padding-right: 6px;
	float: right;
	width: 62%;
	font: 12px Arial, Helvetica, sans-serif;
}
.columnGroupListings p {
	margin-top: 5px;
}

#promo-01, #promo-02 {
	width: 366px;
	border-right: 2px solid #7a6960;
	border-bottom: 2px solid #7a6960;
	border-left: 2px solid #7a6960;
	float: right;
}

#optionAM-01, #optionAM-02, #optionAM-03 {
	padding: 0px;
	width: 365px;
	border-right: 2px solid #7a6960;
	border-bottom: 2px solid #7a6960;
}

/*
.smallText, .smallLinks a {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

#optionAM-01 {
	background-image: url(../img/optConnect.jpg);
}

#optionAM-02 {
	background-image: url(../img/optGrow.jpg);
}

#optionAM-03 {
	background-image: url(../img/optServe.jpg);
}

.optLinks {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-variant: small-caps;
}

.optLinks a {
	color: #fff;
}

.optLinks a:hover {
	text-decoration: none;
	color: #FF9900;
}

#optionAM-01 p, #optionAM-02 p, #optionAM-03 p {
	margin-top: 18px;
	font-size: 11px;
}
*/

#pageMsg {
	font-size: 12px;
}

#pageMsg p {
	margin-left: 25px;
	font-size: 12px;
}

#footer {
	padding-top: 120px;
	clear: both;
	width: 750px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#footer a {
	color: #FFCC00;
}

#staffDirectory {
	margin: 0px 0px 80px 0px;
	padding: 10px 20px 80px 20px;
	background-image: url(../img/staffDirectoryBg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#contentStaffDirectory {
	padding: 0px 0px 15px 0px;
	width: 770px;
}
.staffPhotoNonManager {
	padding: 5px 4px;
	text-align: center;
	border: 1px solid #7a6960;
	font-weight: bold;
	color: #7a6960;
	background-color: #fff;
	width:90px;
}

.staffPhotoManager {
	padding: 5px 4px;
	text-align: center;
	border: 1px solid #7a6960;
	font-weight: bold;
	color: #7a6960;
	background-color: #fff;
}

.staffPhotoManager img {
	padding-bottom: 4px;
}

.staffPhotoNonManager img {
	padding-bottom: 4px;
}

.staffName {
	padding-bottom: 10px;
	border-bottom: 1px solid #7a6960;
}

.iconEmail, .iconPhone, .iconMoreInfo, .iconBio {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-position: center left;
	background-repeat: no-repeat;
}

.iconEmail {
	background-image: url(../img/iconEmail.gif);
}

.iconPhone {
	background-image: url(../img/iconPhone.gif);
}

.iconMoreInfo {
	background-image: url(../img/iconArrow.gif);
}

.iconBio {
	background-image: url(../img/iconBio.gif);
}

.iconConnect, .iconGrow, .iconServe {
	padding: 0px 0px 1px 24px;
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 23px;
}

.iconConnect {
	background-image: url(../img/iconConnect.gif);
}

.iconGrow {
	background-image: url(../img/iconGrow.gif);
}

.iconServe {
	background-image: url(../img/iconServe.gif);
}

.moreInfoLink {
	font-size: 11px;
}

.trigger{ cursor: pointer; cursor: hand; left:22px; position: relative; text-align:top; }
.branch{ display: none; margin-left: 18px; position: relative; }