/* --------------------------------------------------
Channel:  American Heritage Bank 
Derived From:  American Heritage Bank current website

/* =Fonts
-------------------------------------------------- */
/* Links */
a:link, a:visited, a:active {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
/* Set margins for most commonly used block elements */
h1, h2, h3, h4, h5, h6, p, blockquote, dl, ol, ul {
	margin-bottom: 13px;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1, h2 {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 8px;
}
h3 {
	font-size: 13px;
	margin-bottom: 4px;
}
h4, h5, h6 {
	font-size: 14px;
	margin-bottom: 4px;
}
/* Lists */
ul, ol {
	margin-left: 32px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}

/* Misc. Items */
.hideObject {
	display: none;
}
table {
	margin-bottom: 13px;
}
table td {
	vertical-align: top;
}
.appTable {
	width: 100%;
	border: 0;
	margin-bottom: 13px;
}
.appTable th, .appTable td {
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	display: table-cell;
}
.appTable td {
	background: #DEE4EC;
}
.appTable th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3A5983;
	border-bottom: 1px solid #1E4B76;
	text-align: left;
}
.appTable td table td {
	text-align: left;
}
.appTable th a:link, .appTable th a:visited, .appTable th a:hover, .appTable th a:active {
	color: #FFFFFF;
}

.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3A5983;
	border-bottom: 1px solid #1E4B76;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.photosLeft {
	margin: 0px 5px 5px 0px;
}

.devNote {	
	color: #FF00FF !important;
	font-weight: bold !important;
}

/* =Window function classes 
--------------------------------------------------*/
/*These are only here so that Dreamweaver's auto-complete will know they exist, making it faster to edit.
These classes are only used with the windowFunctions() javascript function 
and do not require modification for decoration purposes.*/
.extLink {}
.emailLink {}
.testBrowser {}
.calcLink {}
.newWindow {}



/* =Content Area (interior pages)
-------------------------------------------------- */
#interior #content {
	float: left;
	width: 750px;
	background-image: url(images/backgrounds/contentInt.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#interior #contentBackground {
	float: left;
	width: 750px;
	background-image: url(images/backgrounds/contentBackgroundInt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#interior #contentFauxColumn {
	float: left;
	width: 750px;
	background-image: url(images/backgrounds/contentFauxColumnInt.gif);
	background-repeat: repeat-y;
	background-position: 7px bottom;
	padding-left: 7px;
	padding-bottom: 13px;
}
#interior #interiorSpacer {
	width:1px;
	height:300px;
}
#interior #contentMain {
	float: left;
	width: 526px;
	/*min-height: 490px;*/
	padding-right: 12px;
	padding-left: 12px;
}
#interior #contentMain .header {
	width: 550px;
	margin-right: -12px;
	margin-left: -12px;
	margin-bottom: 13px;
}
#interior #contentSub {
	float: left;
	width: 176px;
}

/* =Content Area (interior pages)
-------------------------------------------------- */
#homepage #content {
	float: left;
	width: 749px;
	background-image: url(images/backgrounds/contentHP.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#homepage #contentBackground {
	float: left;
	width: 749px;
	background-image: url(images/backgrounds/contentBackgroundHP.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 21px;
}
#homepage #contentFauxColumn {
	float: left;
	width: 749px;
	background-image: url(images/backgrounds/contentFauxColumnHP.jpg);
	background-repeat: repeat-y;
	background-position: 7px bottom;
}


/* =compactTable
-------------------------------------------------- */
table.compactTable {
	width: 100%;
	border: 0;
	margin-bottom: 13px;
}
table.compactTable th, table.compactTable td {
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	display: table-cell;
}
table.compactTable td {
	background: #DEE4EC;
}
table.compactTable th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3A5983;
	border-bottom: 1px solid #1E4B76;
	text-align: left;
}
table.compactTable tr.compactHidden {
	display: none;
}
table.compactTable tr.compactShown {
}

/* =locations
-------------------------------------------------- */
table.locations {
	width: 100%;
	border: 0;
	margin-bottom: 13px;
}
table.locations td {
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
table.locations td th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4F2150;
	padding: 2px 5px 2px 5px;
	text-align: left;
}
table.locations td th.close {
	text-align: right;
}
table.locations td th a:link, table.locations td th a:visited, table.locations td th a:hover, table.locations td th a:active {
	color: #FFFFFF;
	text-align: right;
}
table.locations td table, table.locations td table td table {
	border: 0;
	padding: 0;
}
table.locations td table td table {
	margin-left: -5px;
	margin-right: 7px;
}

/* =rates
*Note that many of the styles for rates are cascaded from compactTable
-------------------------------------------------- */
table.rates {
	width: 100%;
	border: 0;
}
table.rates th, table.rates td {
	text-align: center;
	padding: 2px 0 2px 0;
}
table.rates th {
	padding: 2px 5px 2px 5px;
}
table.rates td.left {
	text-align: left;
}
.noPrint {}
.print {
	display:none;
}
