/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	position:relative;
	background-color:#7b7b7b;
	background-image:url(images/styles/css_11_styles.jpg); /** Background Image **/
	background-repeat:repeat-x; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin:1px; /** Site Margin **/
}
#topbar {
	position:relative;
	height:12px;
	background-color:#565454;
	}
#main	{
	background-image:url(images/styles/top_bg.jpg); /** Content Background **/
	background-repeat:repeat-x; /** Content Background Repeat **/
	background-position:top; /** Content Background Position **/
	background-color:#d3d9dc;
	}
#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	background-color:#ffffff;
	border:1px solid #ffffff;
}
#container_2 {
	position:relative;
	margin:2px;
}
#header {
	position:relative;
	height:253px;
	margin-top:0px;
	background-color:#21566e;
	clear:both;
	}
#bottom {
	width:100%;
	position:relative;
	background-color:#7b7b7b;
	background-image:url(images/styles/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	float:right;
	height:253px;
	width:694px;
	background-color:#666666;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:27px;
	z-index:10;
	margin-bottom:10px;
	margin-top:3px;
}
/* ***************************************************************************** */
/* COLUMNS */
#content {
	position:relative;
	width:940px;
	padding:10px;
	float:left;
	height:460px;
}

#homebox {
	width:305px; 
	height:200px;
	float:left;
	margin-right:5px;
	ext-align:center;
	position:relative;
	}
	
#homeimg {
	width:305px;
	height:140px;
	}
	
#homebars {
	position:relative;
	width:290px;
	background-image:url(../../bank/pageimages/home_bars.jpg);
	background-repeat:no-repeat;
	height:25px;
	padding-top:4px;
	padding-left:15px; 
	color:#ffffff;
	text-align:left;
	margin-top:0px;
	}
	
#boxcontent {
	width:295px;
	height:240px;
	background-color:#e8e9e9;
	padding:5px;
	}
	
#boxbottom{
	width:305px;
	height:10px;
	background-color:#21566e;
	}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	border-top:1px dotted #999999;
	padding:10px;
	margin-top:10px;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	float:left;
	width:260px;
	height:250px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu {
	padding:5px;
	height:20px;
	background-color:#555555;
	text-align:center;
}
.top_menu_div {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.top_menu_link {
}
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:hover,
.top_menu_link:active {
	color:#FFFFFF;
}

li {margin-left:-10px;}


:focus {outline:none;}

