    @charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------

	Created by elykinnovation, inc. - http://www.elykinnovation.com
	Jacksonville, Florida - Web Design Company

--------------------------------------------------------------------------------------------------- */
* {margin: 0px;}

a, div {-moz-outline:none;}

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
.iepngfix { behavior: url(/css/iepngfix.htc); }
 

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */

body {
	margin: 0px;
	background-image: url(/images/layout_01_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Tahoma, "Trebuchet MS",  Arial, sans-serif;
	font-size: 13px;
}

.wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 910px; /* Make this number 10px wider than actual design for ie issues */
}

.header {
	float: left;
	width: 900px;
	height: 124px;
	padding: 0px;
	margin: 0px;
}

.banner {
	float: left;
	width: 900px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.homepage_banners {
	float: left;
	width: 625px;
	height: 250px;
	margin: 0px;
	padding: 0px;
}

.insidepage_banners {
	float: left;
	width: 625px;
	/* height: 167px; */
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.ceo_president_area  {
	float: left;
	width: 265px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.side_a {
	float: left;
	display: inline;
	width: 265px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.side_b { 
	float: right;
	display: inline;
	width: 625px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.contact_form {
    border-top: 1px dotted #000;
    margin: 5px;
    padding: 5px;
}

.centered {
    text-align: center;
}

/* ---------------------------------------------------------------------------

	For 3 column design: Leave off if unneccessary

--------------------------------------------------------------------------- */

.side_c {
	margin: 0px;
	width: 900px;
}

.footer {
	clear: both;
	width: 900px;
	height: 70px;
	background: #fff;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}


/* ---------------------------------------------------------------------------

	Logo Replace

--------------------------------------------------------------------------- */

.logo {
	padding: 12px 0px 4px 6px;
	margin: 0px;
}

.logo a {
	display: block;
	text-decoration: none;
	width: 260px;
	height: 80px;
	background-image: url(/images/logo_first_guaranty_bank.jpg);
	background-repeat: no-repeat;
}

.logo h1 {
	margin: 0px;
	padding: 0px;
}

/* ---------------------------------------------------------------------------

	Search Bar

--------------------------------------------------------------------------- */

.search_container {
	width: 262px;
	height: 41px;
	background-image: url(/images/graphic_search_box.jpg);
	background-repeat: no-repeat;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	float: right;
}

.search_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 4px 6px 0px 17px;
	margin: 0px;
	float: left;
}

.search_box {
	width: 140px;
	height: 19px;
	border: 1px solid #7F9DB9;
	padding: 3px 0px 0px 4px;
	margin: 0px;
	float: left;
}

.search_button {
	padding: 1px 0px 0px 6px;
	margin: 0px;
	float: left;
}

.phone_number {
	width: 220px;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	float: right;
}

.social {
    height: 75px;
    float: right;
    vertical-align: middle;
}

/* ---------------------------------------------------------------------------

	Zip Code

--------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------

	Tab Menu 

--------------------------------------------------------------------------- */

.tab_menu {
	float: left;
	width: 900px;
	line-height:normal;
	font-size: 11px;
	font-family:Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	border-bottom: 0px solid #999; /*Add border strip to bottom of menu*/
	background: url(/images/menu_tab_bottom_line.jpg) repeat-x bottom;
	padding: 0px;
	margin: 0px;
}

.tab_menu ul {
	padding: 4px 0;
	margin: 1px 0px 0px 0px;
	list-style: none;
	text-align: left;
}

.tab_menu li {
	float: left;
	margin: 0px;
	padding: 0px 2px 0px 0px;
}

.tab_menu a {
    float: left;
	display: block;
	background: url(/images/menu_tab_left.jpg) no-repeat left top;
	color: #003399;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #003399;
}

.tab_menu a span {
    float: left;
	display: block;
	background: url(/images/menu_tab_right.jpg) no-repeat right top;
	color: #003399;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	padding: 5px 9px 4px 0px;
}

.tab_menu a:hover span {
	color: #006699;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	padding: 5px 9px 4px 0px;
	cursor: pointer;
}

.tab_menu li.selected a {
    float: left;
	display: block;
	background: url(/images/menu_active_tab_left.jpg) no-repeat left top;
	color: #cc0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
}

.tab_menu li.selected a span {
    float: left;
	display: block;
	background: url(/images/menu_active_tab_right.jpg) no-repeat right top;
	color: #cc0000;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	padding: 5px 9px 4px 0px;
}


/* ---------------------------------------------------------------------------

	Financial Center Tab Menu 

--------------------------------------------------------------------------- */

.financial_center_tab_menu {
	float: left;
	position: relative;
	width: 255px;
	line-height:normal;
	font-size: 11px;
	font-family:Tahoma, "Trebuchet MS", Arial, sans-serif;
	border-bottom: 0px solid #999; /*Add border strip to bottom of menu
	background: url(/images/menu_tab_bottom_line.jpg) repeat-x bottom;*/
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

.financial_center_tab_menu ul {
	padding: 0px 0px 4px 0px;
	margin: 1px 0px 0px 0px;
	list-style: none;
	text-align: left;
}

.financial_center_tab_menu li {
	float: left;
	margin: 0px;
	padding: 0px 2px 0px 0px;
}

.financial_center_tab_menu a {
    float: left;
	display: block;
	background: url(/images/financial_center_menu_tab_left.jpg) no-repeat left top;
	color: #003399;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #003399;
}

.financial_center_tab_menu a span {
    float: left;
	display: block;
	background: url(/images/financial_center_menu_tab_right.jpg) no-repeat right top;
	color: #003399;
	text-decoration: none;
	margin: 0px 0px 0px 6px;
	padding: 5px 5px 6px 0px;
}

.financial_center_tab_menu a:hover span {
	color: #006699;
	text-decoration: none;
	margin: 0px 0px 0px 6px;
	padding: 5px 5px 6px 0px;
	cursor: pointer;
}

.financial_center_tab_menu li.selected a {
    float: left;
	display: block;
	background: url(/images/financial_center_menu_active_tab_left.jpg) no-repeat left top;
	color: #cc0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #F8FAF9;
}

.financial_center_tab_menu li.selected a span {
    float: left;
	display: block;
	background: url(/images/financial_center_menu_active_tab_right.jpg) no-repeat right top;
	color: #cc0000;
	text-decoration: none;
	margin: 0px 0px 0px 6px;
	padding: 5px 5px 6px 0px;
}


/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	color: #003399;
}

h2 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	color: #333;
}

h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: lighter;
	color: #006699;
}


.hide {
	visibility: hidden;
	display: none;
	text-indent: -8520px;
}

.pictureframe {
	border: #000 1px solid;
	padding: 4px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
	background-color: transparent;
	height: 1px;
}

.privacy {
    float: right;
	width: 350px;
    text-align: right;
    margin: 0px;
	padding: 1px;
}
.privacy p {
    line-height: 24px;
	margin: 0px;
}

    
.fdic {
	float: left;
	width: 350px;
	text-align: left;
	margin: 0px;
	padding: 1px;
}
.fdic p {
    line-height: 24px;
	margin: 0px;
}

.copyright {
	clear: both;
	width: 900px;
	text-align: center;
	margin: 0px;
	padding: 1px;
}
.copyright p {
	margin: 25px 0px 0px 0px;
}

.notation {
	font-size: 11px;
	color: #666;
	margin: 0px;
}

.quote {
	font-size: 13px;
	color: #666;
	margin: 15px 0px;
}

/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

.small_blue_links {
   white-space: nowrap;
   float: right;
   width: 175px;
   height: 15px;
   padding: 10px 0px 0px 0px;
} 

.small_blue_links ul {
   padding: 0px;
   margin: 0px;
}

.small_blue_links ul li {
   display: inline;
   text-align: right;
	padding-left: 2px;
	padding-right: 2px;
	color: #003D7D;
}

.small_blue_links ul li a:link, .small_blue_links ul li a:visited {
	color: #003D7D;
	text-decoration: none;
}

.small_blue_links ul li a:hover, .small_blue_links ul li a:visited:hover {
	color: #006699;
	text-decoration: none;
}

.small_blue_links2 {
   float: none;
   padding: 10px 0px 0px 0px;
} 

.small_blue_links2 ul {
   padding: 0px;
   margin: 0px;
}

.small_blue_links2 ul li {
   display: inline;
   text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	color: #003D7D;
}

.small_blue_links2 ul li a:link, .small_blue_links2 ul li a:visited {
	color: #003D7D;
	text-decoration: none;
}

.small_blue_links2 ul li a:hover, .small_blue_links2 ul li a:visited:hover {
	color: #006699;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	Unordered List Stylings

--------------------------------------------------------------------------- */


.inside_nav ul {
	 padding-left: 0px;
	 margin-left: 0px;
	 margin-top: 0px;
	 text-indent: 1px;
	 list-style: none;
}

.inside_nav li ul li {
	border-bottom: #CCCCCC 0px dotted;
	width: 95%;
	margin: 0px 0px;
	padding: 2px 10px 2px 10px;
	font-size: 12px;
}

.inside_nav a:link, .inside_nav a:visited {
	color: #666;
	text-decoration: none;
}

.inside_nav a:hover, .inside_nav a:visited:hover {
	color: #006699;
	background-color: #003399;
	text-decoration: none;
}

/*.inside_nav h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #003D7D;
	border: 1px solid #003D7D;
	display: block;
	padding: 5px 0px 5px 6px;
	margin: 5px 0px 5px 0px;
}*/

.inside_nav h3 a:link, .inside_nav h3 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #003D7D;
	border: 0px solid #003D7D;
	display: block;
	padding: 6px 0px 6px 0px;
	margin: 0px;
	text-decoration: none;
}

.inside_nav h3 a:hover, .inside_nav h3 a:visited:hover {
	color: #ffffff;
	background-color: #003D7D;
	border: 0px solid #0099CC;
	text-decoration: none;
}

.inside_nav h3.selected a {
	color: #003D7D;
	border: 0px solid #0099CC;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	Dark Grey Big Bordered Box

--------------------------------------------------------------------------- */

.darkgreybox_wrapper {
	width: 625px;
	background-image:url(/images/darkgreybox_bg_repeat.jpg);
	background-repeat:repeat-y;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}

.darkgreybox_top {
	background-image:url(/images/darkgreybox_top.jpg);
	background-repeat:no-repeat;
	height: 6px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.darkgreybox_middle {
	float: left;
	margin: 0px;
	width: 613px;
	padding: 0px 0px 5px 5px;
}

.darkgreybox_middle p {
	margin: 0px;
	padding:0px;
	line-height: normal;
}

.darkgreybox_bottom {
	background-image:url(/images/darkgreybox_bottom.jpg);
	background-repeat:no-repeat;
	width: 625px;
	height: 6px;
	margin: 0px;
	padding:0px;
	overflow: hidden;
	float: left;
}

.left_container {
	width: 255px;
	float: left;
	padding: 6px 20px 0px 0px;
	margin: 0px;
}

.right_container {
	width: 255px;
	float: left;
	padding: 6px 0px 0px 0px;
	margin: 0px;
}



/* ---------------------------------------------------------------------------

	White Big Bordered Box

--------------------------------------------------------------------------- */

.whitebox_wrapper {
	width: 625px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.whitebox_top {
	background-image:url(/images/whitebox_top.jpg);
	background-repeat:no-repeat;
	width: 625px;
	height: 6px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.whitebox_middle {
	background-image:url(/images/whitebox_bg_repeat.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px 5px 5px 5px;
}

.whitebox_middle p {
	margin: 0px;
	padding:0px;
	line-height: normal;
}

.whitebox_bottom {
	background-image:url(/images/whitebox_bottom.jpg);
	background-repeat:no-repeat;
	width: 625px;
	height: 6px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.whitebox_middle a:link, .whitebox_middle a:visited {
	text-decoration:none;
	border-bottom: 1px dotted #0033cc;
	padding: 0px 0px 1px 0px;
}

.whitebox_middle a:hover, .whitebox_middle a:visited:hover {
	text-decoration: none;
	border-bottom: 0px dotted #0033cc;
	padding: 0px 0px 1px 0px;
}


/* ---------------------------------------------------------------------------

	Light Grey Bordered Box

--------------------------------------------------------------------------- */

.mediumgreybox_wrapper {
	width: 265px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	float: left;
}

.mediumgreybox_top {
	background-image:url(/images/mediumgreybox_top.jpg);
	background-repeat:no-repeat;
	height: 6px;
	margin: 0px;
	padding:0px;
	overflow: hidden;
}

.mediumgreybox_middle {
	background-image:url(/images/mediumgreybox_bg_repeat.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 2px 5px 2px 5px;
}

.mediumgreybox_middle p {
	margin: 0px;
	padding:0px;
	line-height: normal;
}

.mediumgreybox_bottom {
	background-image:url(/images/mediumgreybox_bottom.jpg);
	background-repeat:no-repeat;
	height: 6px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	overflow: hidden;
}



/* ---------------------------------------------------------------------------

	Light Grey Bordered Box

--------------------------------------------------------------------------- */

.lightgreybox_wrapper {
	width: 265px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	float: left;
}

.lightgreybox_top {
	background-image:url(/images/lightgreybox_top.jpg);
	background-repeat:no-repeat;
	height: 6px;
	margin: 0px;
	padding:0px;
	overflow: hidden;
}

.lightgreybox_middle {
	background-image:url(/images/lightgreybox_bg_repeat.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 2px 5px 2px 5px;
}

.lightgreybox_middle p {
	margin: 0px;
	padding:0px;
	line-height: normal;
}

.lightgreybox_middle h2 {
	margin: 0px;
	padding: 5px 0px 6px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003d7d;
}

p.form_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #003d7d;
	margin: 0px 0px;
	padding: 4px 0px 4px 0px;
}

.lightgreybox_middle form {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

.lightgreybox_middle_button {
	padding: 2px 2px 2px 2px;
	margin: 6px 0px 6px 0px;
}

.checkbox {
	height: 35px;
	vertical-align: middle;
	color: #006699;
	font-size: 11px;
	padding: 5px 0px 6px 0px;
	margin: 0px;
}

.lightgreybox_bottom {
	background-image:url(/images/lightgreybox_bottom.jpg);
	background-repeat:no-repeat;
	height: 6px;
	margin: 0px;
	padding:0px;
	overflow: hidden;
}


/* ---------------------------------------------------------------------------

	Online Financial Bordered Box

--------------------------------------------------------------------------- */

.financial_center_wrapper {
	width: 265px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.lightgreybox_top_financial_center {
	background-image:url(/images/lightgreybox_top_financial_center.jpg);
	background-repeat:no-repeat;
	height: 6px;
	margin: 0px;
	padding:0px;
	overflow: hidden;
}



/* ---------------------------------------------------------------------------

	Mountaintop Bordered Box

--------------------------------------------------------------------------- */

.mountaintop_wrapper {
	width: 265px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.lightgreybox_top_mountaintop {
	background-image:url(/images/lightgreybox_top_mountaintop.jpg);
	background-repeat:no-repeat;
	height: 28px;
	margin: 0px;
	padding: 8px 0px 0px 5px;
	text-align: left;
	overflow: hidden;
}

.lightgreybox_top_mountaintop h2 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003d7d;
}

.mediumgreybox_middle_separator {
	background-image:url(/images/mediumgreybox_middle_separator.jpg);
	background-repeat:no-repeat;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

.mediumgreybox_middle_separator h2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003d7d;
}

.mediumgreybox_top_mountaintop {
	background-image:url(/images/mediumgreybox_top_mountaintop.jpg);
	background-repeat:no-repeat;
	height: 28px;
	margin: 0px;
	padding: 8px 15px 0px 5px;
	text-align: left;
	overflow: hidden;
}

.mediumgreybox_top_mountaintop h2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003d7d;
}

/* ---------------------------------------------------------------------------

	CEO Mountaintop Bordered Box

--------------------------------------------------------------------------- */

.lightgreybox_ceo_wrapper {
	width: 265px;
	background-image:url(/images/lightgreybox_bg_repeat.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	float: left;
}

.ceo_mountaintop_wrapper {
	width: 265px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.lightgreybox_top_ceo_mountaintop {
	background-image:url(/images/lightgreybox_top.jpg);
	background-repeat:no-repeat;
	height: 5px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

.lightgreybox_top_ceo_mountaintop h2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003d7d;
}

.lightgreybox_ceo_middle {
	min-height: 240px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

.lightgreybox_ceo_middle p {
	margin: 0px;
	padding:0px;
	line-height:14px;
	font-size: 11px;
	color: #333;
}

.ceo_subtitle {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px 8px 0px;
}

.ceo_subtitle_extra {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 0px;
	padding: 7px 0px 8px 0px;
}

.lightgreybox_ceo_middle a:link, .lightgreybox_ceo_middle a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.lightgreybox_ceo_middle a:hover, .lightgreybox_ceo_middle a:visited:hover {
	color: #006699;
	text-decoration: none;
}

.lightgreybox_ceo_bottom {
	background-image:url(/images/lightgreybox_bottom.jpg);
	background-repeat:no-repeat;
	height: 6px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/* ---------------------------------------------------------------------------

	side_b news

--------------------------------------------------------------------------- */
.news {
    width: 625px;
    font-size: 11px;
}

.news_col1 {
    width: 300px;
    float: left; 
    text-align: justify;
}

.news_col2 {
    width: 300px;
    float: right; 
    text-align: justify;
}

.news_h1 {
    color: #003399; 
    font-size: 25px; 
    font-weight: bold;
}

.news_h2 {
    color: #CC0033; 
    font-size: 14px; 
    font-weight: bold; 
}

.news_list {
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

.news_list li {
    margin: 0px;
}
    