
/* ### Styles provided by Web Dynamics (** required **) : Web Dynamics - Root Styles ### */

html body { 
}
table { 
}
table th {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	background: transparent;
}


/* custom styles */
.label {
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}	
.clearit {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}
.head-room {
	margin: 7px 0;
}
.elbow-room {
	margin: 0 7px;
}
.component-options {
	padding: 3px;
	margin: 3px;
}


/* paragraphs */
.paragraph {
	text-align: left;
}
.paragraph .title {
}
.paragraph .subtitle {
}
.paragraph .text {
}

/* sticky notes */
div#sticky {
	display: inline;
}
div#sticky a {
	border: none;
	text-decoration: none;
	position: relative; 
}
div#sticky a span {
	display: none;
	text-decoration: none;
}
div#sticky a:hover {
	text-indent: 0;
}	
div#sticky a:hover span {
	display: block;
	position: absolute; 
	top: 0px;	
	left: 20px;
	width: 450px;
	padding: 3px; 
	margin: 3px; 
	z-index: 100; 
	color: black; 
	background: #ffff9c;
	font: 10px Verdana, sans-serif, Arial; 
	text-decoration: none;
	border: 1px #000 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

/* help */
.wd-help {
	color: black;
	background-color: #ffff9c;
	border: 1px solid #999999;
	margin: 3px;
	padding: 3px;
}

/* alert */
.wd-alert {
	color: white;
	background-color: red;
	border: 1px solid #999999;
	margin: 3px;
	padding: 3px;
}

/* error */
.wd-error {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: red;
	border: 1px solid #999999;
	margin: 3px;
	padding: 3px;
}
/* tables */
table.list {
	display: table;
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}
table.list tr { 
	display: table-row;
}
table.list thead { 
	font-weight: bold;
}
table.list thead a:link { 
}
table.list thead a:hover { 
}
table.list thead a:visited { 
}
table.list thead a:active { 
}
table.list th { 
	display: table-cell;
	border: 1px #999999 solid;
	padding-left: 8px;
	padding-right: 8px; 
}
table.list .icon {
	width: 16px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}	
table.list tbody { 
	font-weight: normal;
}		
table.list td { 
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px gray dotted;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px; 
}	
table.list tfoot { 
	border: 1px #999999 solid;
	font-weight: bold;
	text-align: center;
}	
table.list tfoot td { 
	border-style: none;
}	


table.embedded-list {
	display: table;
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}
table.embedded-list tr { 
	display: table-row;
}
table.embedded-list thead { 
	font-weight: bold;
	text-align: left;
}
table.embedded-list th { 
	display: table-cell;
	border: 1px #999999 solid;
	padding-left: 8px;
	padding-right: 8px; 
}
table.embedded-list .icon {
	width: 16px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}	
table.embedded-list tbody { 
	font-weight: normal;
}		
table.embedded-list td { 
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px gray dotted;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px; 
}		
table.embedded-list tfoot { 
	border: 1px #999999 solid;
	font-weight: bold;
	text-align: center;
}	



table.form {
	display: table;
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}
table.form thead { 
	text-align: left;
	font-weight: bold;
}
table.form thead a:link { 
}
table.form thead a:hover { 
}
table.form thead a:visited { 
}
table.form thead a:active { 
}
table.form tr { 
	display: table-row;
}
table.form th { 
	display: table-cell;
	border: 1px #999999 solid;
	padding-left: 8px;
	padding-right: 8px; 
}
table.form tbody { 
	font-weight: normal;
}		
table.form td { 
	display: table-cell;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px; 
}		
table.form tfoot { 
	border: 1px #999999 solid;
	font-weight: bold;
	text-align: center;
}	


table.embedded-form {
	display: table;
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}
table.embedded-form tr { 
	display: table-row;
}
table.embedded-form thead { 
	font-weight: bold;
	text-align: left;
}
table.embedded-form th { 
	display: table-cell;
	border: 1px #999999 solid;
	padding-left: 8px;
	padding-right: 8px; 
}
table.embedded-form tbody { 
	font-weight: normal;
}		
table.embedded-form td { 
	display: table-cell;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px; 
}		
table.embedded-form tfoot { 
	border: 1px #999999 solid;
	font-weight: bold;
	text-align: center;
}	


table.invisible {
	display: table;
}
table.invisible tr { 
	display: table-row;
}
table.invisible thead { 
}
table.invisible th { 
	display: table-cell;
}
table.invisible tbody { 
}		
table.invisible td { 
	display: table-cell;
	vertical-align: top;
	border-bottom: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px; 
}		
table.invisible tfoot { 
	border: 1px #999999 solid;
	font-weight: bold;
	text-align: center;
}

/* ### Styles provided by First Financial Group of the South - Huntsville : Default Styles ### */

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#column-right-our-firm {
	background-image: url(/images/img_firm.jpg);
	width: 310px;
	height: 312px;
}

#column-right-our-mission {
	background-image: url(/images/img_philosophy.jpg);
	width: 310px;
	height: 396px;
}

#column-right-account-access {
	background-image: url(/images/img_1.jpg);
	width: 310px;
	height: 285px;
}

#column-right-news {
	background-image: url(/images/img_news.jpg);
	width: 310px;
	height: 396px;
}

#column-right-request-info {
	background-image: url(/images/img_4.jpg);
	width: 310px;
	height: 396px;
}

#column-right-tell-a-friend {
	background-image: url(/images/tell_a_friend.jpg);
	width: 310px;
	height: 396px;
}

