/* COBIZ CSS */
/* DEVELOPED FOR COBIZ BY MONIGLE ASSOCIATES */

html, body {
    width: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
}

body, p, li, ol, ul, td, th, tr, table
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 14px;
	font-size: 12px;
	color: black;
}


/* D E F U A L T  L I N K  R U L E S */

a:link, a:visited 
{ 
	color: #cf4700; /* CoBiz Orange */
	text-decoration: none; 
}
	
a:hover, a:active	
{ 
	text-decoration: underline;      
}


/* L A Y O U T  R U L E S */

#frame 
{
	margin: 0 auto;
        height: 100%;
	width: 756px;
	padding: 0;
	background-color: white;
	text-align: left;
	background-image: url(left-nav_bkgrnd.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#frame .home /* Apply to the frame div on the home page to remove the left-nav background */
{
	background-image: none;
}

/* H E A D E R  R U L E S */

#header-top
{
	/*float: left;*/
	height: 45px;
	width: 756px;
	background-image: url(header_band.gif);
        background-width: 1000px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

#header-bottom
{
	/*float: left;*/
	height: 163px;
	width: 756px;
	font-size: 9px;
	line-height: 12px;
	color: #cf4700; /* CoBiz Orange */
	background-image: url(header_photo.jpg);/* Change this file name to update the header photo */
        background-width: 100%;
	background-repeat: no-repeat;
	background-position: 0 61px;
	background-color: white;
}

/* L O G O  P L A C E M E N T */

.logo-parent /* Sets the position of the CoBiz Financial logo in header */
{
	margin: 14px 0 0 18px
}

.logo-subsidiary /* Sets the position of subsidiary logo in header */
{
	margin: 17px 0 0 45px
}


/* L O G O */
#header-logo
{
	float: left;
	/*width: 318px;  /* originally 318px */
	height: 147px;*/
}

/* S U B S I D I A R Y  L I N K S */

#subsidiary-links
{
	float: left;
	width: 318px;  /* originally 318px */
}

#sub-links-columns
{
	float: left;
	width: 140px;  /* originally 115px */
}

.col1 #sub-links-columns
{
        
}

.col2 #sub-links-columns
{

}

#sub-links-columns a, #sub-links-columns a:visited
{
	color: #1a242c; /* CoBiz Blue */
	text-decoration: none;
	font-size: 9px;
}

#sub-links-columns a:hover, #sub-links-columns a:active
{
	color: #cf4700; /* CoBiz Orange */
	font-size: 9px;
}

/* S E A R C H */

#header-search
{
	float: left;
	left: 648px;
	/*height: 147px;*/
	width: 110px;
}

#header-search p
{
	margin: 0 0 0 6px;
	font-size: 9px;
	line-height: 12px;
	color: #cf4700; /* CoBiz Orange */
}

#header-search form
{
	margin: 0;
	padding: 0;
}

#header-search form input
{
	margin: 0;
	padding: 0;
	width: 101px;
	height: 14px;
	padding: 0 0 0 4px;
	border: 1px solid #cf4700; /* CoBiz Orange */
	font-size: 9px;
	color: #1a242c; /* CoBiz Blue */
}

/* P R I M A R Y  N A V I G A T I O N  T A B S */

#primary-nav
{
	/*position: relative;
	width: 755px;*/
}

#primary-nav  ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#primary-nav  li 
{
	/*float: left;*/
	background-color: #8d9296; /* CoBiz Slate blue */
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

#primary-nav  a, #primary-nav  a:visited {
	/*display: block;
	background-color: #8d9296; 
	padding: 2px 0 0 6px;
	font-size: 11px;
    color: #000000;
	font-weight: bold;
	float: left;
	width: 135px; 
	margin: 0 2px 0 0;*/
}

#primary-nav  a:hover, #primary-nav  a:active
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#primary-nav  #current 
{
	background-color: #1a242c; /* CoBiz Blue */
}

#primary-nav  #current a 
{
	color: white;
	background-color: #1a242c; /* CoBiz Blue */
}
 
/* C O N T E N T  A R E A */

#content-container
{
	float: left;
	min-height: 100%;
	height:auto !important;
	width: 756px;
	background-image: url(tab_bar.gif);
 	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

/* L E F T  S U B - N A V I G A T I O N */

#left-nav
{
	float: left;
	width: 140px;  /* originally - width: 110px; */
	height: 100%;
	font-size: 11px;
}

#left-nav ul
{
	list-style-type: none;
	padding: 0;
	margin: 52px 0 0 6px;
}

#left-nav ul li ul
{
	list-style-type: none;
	padding: 0;
	margin: 5px 0 10 6px;
}

#left-nav ul li
{
	color: white;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	margin: 2px 0 2px 0;
}

#left-nav ul li a, #left-nav ul li a:visited
{
	color: #8d9296; /* CoBiz Slate blue */
	text-decoration: none;
	font-weight:bold;
}

#left-nav ul li a:hover, #left-nav ul li a:active
{
	color: #dcdcdc; /* light grey */
	text-decoration: none;
	font-weight:bold;
}

#left-nav ul li #submenu a, #left-nav ul li #submenu a:visited
{
	color: #8d9296; /* CoBiz Slate blue */
	text-decoration: none;
	font-weight:normal;
}

#left-nav ul li #submenu a:hover, #left-nav ul li #submenu a:active
{
	color: #dcdcdc; /* light grey */
	text-decoration: none;
	font-weight:normal;
}


#left-nav #current 
{
	color: white;
}


#left-nav #current a 
{
	color: white;
}

/* P A G E  C O N T E N T */

#content_site
{
    width: 600px;
    float: left;  /*486originally - width: 516px; */
    /* originally 22px 5px 0 6px*/ 
    margin: 30px 5px 0 6px; /* Apply to the content div on the home page to allow for the stock-ticker panel */
    height: 100%;
}

.home #content_site 
{
    width: 380px; /* originally - width: 410px; */
    /* originally 22px 5px 0 6px */
    margin: 30px 5px 0 6px; /* Apply to the content div on the home page to allow for the stock-ticker panel */
}


#content_site h1
{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px 1px;
}

#content_site h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 4px 0;
}

#content_site ul
{
	 margin: 12px 0 12px 0;
	 padding: 0;
	 list-style-type: none;
}

#content_site li
{
 	margin: 6px 0 0 0;
	padding: 0;
	background-image: url(bullet_blue.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 3px 6px;
	padding-left: 14px;
}

#content_site li ul
{
	 margin: 9px 0 12px 0;
}

#content_site li ul li
{
 	background-image: url(bullet_orange.gif);
 	background-repeat: no-repeat;
 	background-position: 3px 6px;
}


/* S T O C K  T I C K E R */

#stock-ticker
{
	float: left;
	width: 94px;
	background-image: url(orange_bar.gif);
 	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 25px 4px 0 0;
	padding: 0 0 0 8px;
	font-size: 9px; /* originally - font-size: 9px; */
	line-height: 14px;
}

#stock-ticker h1
{
	font-size: 11px;  /* originally - font-size: 9px; */
	font-weight: bold;
	margin: 2px 0 9px 0;
	color: white; 
}

#stock-ticker a, #stock-ticker a:visited
{
	color: black;
	text-decoration: none;
}

#stock-ticker a:hover, #stock-ticker a:active
{
	text-decoration: underline;
}

#stock-ticker table
{
	margin: 0;
	padding: 0;
}

#stock-ticker td
{
	font-size: 11px;  /* originally - font-size: 9px; */
	margin: 0;
	padding: 0 0 2px 0;
}

#stock-ticker td.amount
{
	font-weight: bold;
	text-align: right;
}

/* S E C O N D A R Y  I N F O R M A T I O N (Contact Us / Online Solutions) */

#information
{
	float: right;
	width: 94px;
        height: 100%;
	background-image: url(blue_bar.gif);
 	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 25px 4px 0 0;
	padding: 0 0 0 4px;  /* originally - padding: 0 0 0 8px; */
	font-size: 11px;  /* originally - font-size: 9px; */
	line-height: 14px;
}

#information h1
{
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0 9px 0;
	color: white; 
}

#information h2
{
	font-size: 10px;
	font-weight: bold;
	margin: 6px 0 0 0;
	color: #1a242c; /* CoBiz Blue */
}

/* F O O T E R */

#footer
{
	position: relative;
	width: 756px;
      /*  height: 16px;*/
	background-image: url(footer_bar.gif);
 	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: 11px;
        font-weight: bold;
       /* line-height: 16px;*/
}

/* C O L O R S */

.blue
{
	color: #1a242c; /* CoBiz Blue */
}

.orange
{
	color: #cf4700; /* CoBiz Orange */
}

.slate-blue
{
	color: #8d9296; /* CoBiz Slate blue */
}

.blue-bkgrnd
{
	background-color: #1a242c; /* CoBiz Blue */
}

.orange-bkgrnd
{
	background-color: #cf4700; /* CoBiz Orange */
}

.slate-blue-bkgrnd
{
	background-color: #8d9296; /* CoBiz Slate blue */
}

#left-nav ul li ul
{
	 margin-top: 0px ;
}
#header-search .search_box {
  width: 95px;
  height:12px! important
}

