@charset "UTF-8";
/* CSS Document 
  CSS FOR BankersSecurity.com
  CREATED 4/7/10
  Scott Wilmarth
  River City Studio
====================
site colors:
---------------------
dark blue: #003365
light blue: #6485A2
tan: #CDB17F
goldish: #CD970E
dark goldish: #9B6509
----------------------  */

body, td, tr {
	margin:0px;
	padding:0px;
	font-family:Georgia, serif;
	font-size:10pt;
}

a {
	color: #039;
	text-decoration: underline;
}

a:hover {
	color: #9B6509;
	text-decoration: none;
}
a img {
	border:none;
}

h1 {
	letter-spacing: 2px;
	font-variant: small-caps;
	font-family:"Verdana, Tahoma, sans-serif";
	font-size:16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#039;
}

h2 {
	font-family:"Verdana, Tahoma, sans-serif";
	font-size:13pt;
	margin: 10px 0 0 0;
	padding: 0;
	color:#039;
}

#wrapper {
	margin:10px auto 0px auto;
	padding: 23px 0 0px 0;
	width:960px;
	border: 1px solid #EDDBA6;
}

#left {
  background:#FFF url('../_img/metal-thingy.jpg') no-repeat left bottom;
  float:left;
  width:232px;
  height:569px;
  position:relative;
}

#logoContainer {
	border-bottom:6px solid #EDDBA6;
	height:76px;
	position: relative;
}

#logo {
	top:0px;
	left: 28px;
	position:absolute;
}

#right {
	float:right;
	width:728px;
}

#meme {
	color:#039;
	font-size:12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:76px;
	line-height:57px;
	border-bottom:6px solid #EDDBA6;
	text-align:center;
	padding-right: 46px;
}

#nav {
	height:50px;
	z-index:100;
	margin-top:-25px;
	padding-bottom:10px;
}

#nav ul {
	margin:0px;
	padding:0px;
	
}

#nav ul li {
	float:left;
	list-style-type:none;
	width:124px;
	margin:0px 0px 0px 10px;
	text-align:center;
}

/*
#nav ul li:hover {
	background:transparent url('../_img/nav-item-background.png') no-repeat 0px -50px;
}
*/

#nav ul li a {
	display:inline-block;
	width:124px;
	margin:0px 0px 0px 0px;
	padding: 4px 4px 4px 0;
	font-family:/* "Trebuchet MS",  */"Verdana", "Tahoma", "sans-serif";
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:9pt;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #17212a;
	background:transparent url('/_img/nav-item-background-2.png') no-repeat  right 0px;
	height:42px;
}
#nav ul li a:hover {
	color:#fff;
	background:transparent url('/_img/nav-item-background-2.png') no-repeat right -50px;
}
#nav ul li a.active {
	color:#EDDBA6;
	background:transparent url('/_img/nav-item-background-2.png') no-repeat right -50px;
}
#nav ul li a.active:hover {
	color:#fff;
}
#subnav {
	margin-top:64px;
	width:150px;
	margin-left:25px;
}

div#content {
	min-height:360px;
	height:360px;
	max-height:360px;
	overflow:auto;
	width: 583px;
	padding-right: 15px;
	margin:0px auto 18px auto;
}

div#content p {
  padding-left:0px;
  padding-right:0px;
}
#footer {
	position:relative;
	border-top:6px solid #EDDBA6;
	/* height:90px; */
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer a {
	text-decoration: none;
	color: #003366;
}
#footer a:hover {
	text-decoration: underline;
}
img#gears {
	position:absolute;
	z-index:50;
  margin-top:-36px;
	right:8px;
}
#copyr { 
  color:#036;
  font-size:7pt;
  height:20px;
  margin-left:10px;
	font-family: "Verdana", "Tahoma", "sans-serif";
	bottom:5px;
	position:absolute;
}
#footer div.location {
	float:left;
	/* display:inline; */
	margin-top:10px;
	font-size:7pt;
	color:#036;
	font-family: "Verdana", "Tahoma", "sans-serif";
	padding-right:8px;
}
#footer div.location h3 {
	text-transform: uppercase;
	margin:0px;
	padding:0px;
	font-size:8pt;
	color:#CD970E;
	letter-spacing: 2px;
	font-family: "Verdana", "Tahoma", "sans-serif";
}

div.left_bar {
	border-left:1px solid #036;
	padding-left:15px;
}

.clearfloats {
clear: both;
}

.times { font-family:Georgia,serif; }
.trebuchet { font-family:Verdana,Arial,sans-serif; }

ul.requests{ list-style-image:url('../_img/bullet-blue-triangle.gif'); }

ul.requests li {
	font-weight:bold;
	margin-bottom:10px;
}
ul.requests li a {
	color:#CD970E;
	text-decoration:none;
	font-weight:bold;
	font-variant:small-caps;
	font-size:12pt;
}

/* *************** SIDE NAVIGATION ************************ */

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	font-family:/* "Trebuchet MS", */ Verdana, Tahoma, "sans-serif";
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width:114px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0 0 126px 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width:114px;
}

ul.MenuBarVertical li.pro {
	margin-top: 6px;
}
ul.MenuBarVertical li ul li
{
	margin: 0 0 0 0;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -6% 0 0 94%;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 161px; 
	left: -1000em;
	top: 0;
	font-family:Times New Roman, Times, serif;
	text-align: left;
}
/*
ul.MenuBarVertical ul ul
{
	margin: 0 ;
	padding: 0 0 0 20px;
	list-style-type: none;
	position: relative;
	cursor: default;
	width: 121px; 
}
*/
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
/* this removes background if/when we put all sub-sub nav in one dropdown ********  
*/
ul.MenuBarVertical ul.MenuBarSubmenuVisible, ul.MenuBarVertical ul.active/* , ul.MenuBarVertical li.active ul */
{
	left: 0;
}


/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 161px; 
	margin: 0;
	padding: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	/* border: 1px solid #CCC; */
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	background-image: url('/_img/subnavSubnavBackground.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}
/* this removes background if/when we put all sub-sub nav in one dropdown ********  
ul.MenuBarVertical ul ul
{
	background-image: url('none');
}
*/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	background-image: url('/_img/subnav-item-backgroundNew2.png');
	background-repeat: no-repeat;
	background-position:  -10px bottom;
  color:#FFF;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
	padding: 4px 8px 12px 0px;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #17212a;
	
}
/* pop out menus look different */
ul.MenuBarVertical li ul li
{
	padding: 0;
	margin: 0;
	}
/* pop out menus look different */
ul.MenuBarVertical li ul li a
{
   color:#003399;
   padding: 2px 4px 2px 20px;
   margin: 0;
   text-align: left;
   font-size: 13px;
	background-image: url('/_img/subnavSubnavBackground.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	text-transform:  none;
	text-shadow: 0px 0px 0px;
	}
	
/* this removes background if/when we put all sub-sub nav in one dropdown ******** 
ul.MenuBarVertical li ul li li a
{
   margin: 0;
	padding: 2px 4px;
	background-image: url('none');
	}
*/
	
	/* pop out menus look different */
ul.MenuBarVertical li ul li a:hover
{
   color:#fff;
	background-image: url('none');
	background-color: #9B6509;
	}

/* active page  */
ul.MenuBarVertical li ul li a.active
{
   color:#9B6509;
	background-image: url('/_img/subnavSubnavBackground.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	}
	
	/* pop out menus look different */
ul.MenuBarVertical li ul li a.active:hover
{
   color:#fff;
	background-color: #9B6509;
	background-image: url('none');
	}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-position: -135px bottom;
	color:#fff;
}
ul.MenuBarVertical ul a:hover, ul.MenuBarVertical ul a:focus, ul.MenuBarVertical ul a.active
{
	background-position: -135 bottom;
	color:#fff;
}

/* Menu items of the Current section  */
ul.MenuBarVertical a.active
{
	background-position: -135px bottom;
	color:#EDDBA6;
}
ul.MenuBarVertical a.active:hover, ul.MenuBarVertical a.active:focus
{
	background-position: -135px bottom;
	color:#fff;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	/* background-position: -135px bottom; */
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical li ul li a.MenuBarItemHover, ul.MenuBarVertical  li ul lia.MenuBarItemSubmenuHover, li ul li ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	/* background-position:   0px -130px; */
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	/* background-image: url(/_img/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%; */
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	/*
background-image: url(/_img/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
*/
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
/*
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
*/
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
/*
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
*/
		/* background: #FFF; */
/*
	}
}
*/

p#copyright {
	clear:both;
	width:100%;
	text-align:center;
	font-size:8pt;
}
