/* LEFT COLUMN start */
#leftCol {
	background: #EFD57F url(/images/common/leftnav_bg.jpg) top repeat-x;
	margin-left: 9px;
	margin-right: 20px;
	margin-bottom: 25px;
	padding-bottom: 85px;
	height: 432px;
	width: 179px;
}
html>body #leftCol { 
  height: auto;
  min-height: 520px;
}
#leftCol #leftColContainer {
  padding-top: 11px;
  width: 179px;
}
#leftNav {
  background: url(/images/common/leftnav/divider_green.png) 0 0 no-repeat;
  margin-bottom: 25px;
}
* html #leftNav {
    background: url(/images/common/leftnav/divder_green.gif) 0 0 no-repeat;
}
#leftCol #leftNav li {
  background: url(/images/common/leftnav/divider_green.png) center bottom no-repeat;
  display: block;
  margin: 0;
  padding: 0 0 1px 0; 
}
* html #leftCol #leftNav li {
  background: url(/images/common/leftnav/divder_green.gif) center bottom no-repeat;
}
#leftCol #leftNav li.selected {
    background: url(/images/common/leftnav/divider_brown.png) center bottom no-repeat;
    position: relative;
    top: -3px;
}
#leftCol #leftNav li.selected ul li a:hover, #leftCol #leftNav li.selected ul li a:focus {
    background: url(/images/common/arrow_single.gif) 0 4px no-repeat;
    color: #A46400;
}
* html #leftCol #leftNav li.selected {
    background: url(/images/common/leftnav/divider_brown.gif) center bottom no-repeat;
}
#leftCol #leftNav li a {
  background: url(/images/common/arrow.gif) 11px 14px no-repeat;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-left: 9px;
  padding: 10px 4px 8px 23px;
}
* html #leftCol #leftNav li a {padding: 10px 0 8px 23px;}
#leftCol #leftNav li a:hover,
#leftCol #leftNav li a:focus,
#leftCol #leftNav li.selected ul li.on a {
   background: url(/images/common/arrow_gold.gif) 11px 14px no-repeat;
   color: #A46400;
}
#leftCol #leftNav li.selected a {
  background: url(/images/common/leftnav/selected.png);
  color: #A46400;
  margin-left: 0px;
  padding: 10px 4px 8px 31px;
}
* html #leftCol #leftNav li.selected a {
    cursor: pointer;
    padding: 10px 0 8px 31px;
    width: 146px;
}
/* subcategory menu */
#leftCol #leftNav li.selected ul li {
    background: url(/images/common/leftnav/selected_subcat.png);
    padding: 0 0 3px 40px;
    width: 137px;
}
#leftCol #leftNav li.subcat a {
  padding: 10px 0px 5px 31px;
}
#leftCol #leftNav li.selected ul li a {
    background: url(/images/common/arrow_single.gif) 0 4px no-repeat;
    color: #666;
    padding: 0 5px 4px 6px;
    width: 127px;
}
#leftCol #leftNav li.selected ul li a:hover,
#leftCol #leftNav li.selected ul li a:focus,
#leftCol #leftNav li.selected ul li.on a {
    background: url(/images/common/arrow_single_gold.gif) 0 4px no-repeat; 
}
/* subcat menu end */
#leftCol li a, #rightCol li a  {
  background: url(/images/common/arrow.gif) 0px 4px no-repeat;
  color: #666;
  display: block;
  font: 11px arial, sans-serif;
  padding-left: 12px; 
  text-decoration: none;  
} 
#rightCol li a:visited  {
  color: #307B61;
}
#leftCol li a:hover, #rightCol li a:hover,
#leftCol li a:focus, #rightCol li a:focus  {
	background: url(/images/common/arrow_gold.gif) 0px 4px no-repeat;
	color: #A46400; 
}
ul.onlineAcctLinks {
	margin-left: 10px;
	padding-bottom: 5px;
} 
ul.onlineAcctLinks li {
	padding-bottom: 5px;
	margin-bottom: 0;
}

#leftCol .wrapper {
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
}

#leftCol .accountsWrapper {
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
}

#businessLogin{
	background-image: url(/images/common/leftnav/divder_green.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
}

#businessLogin a{
	color: #307b61;
	font-size: 90%;
}
	
#businessLogin a:hover{
	color: #b77000;
}

#personalLogin{
	background-image: url(/images/common/leftnav/divder_green.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
}

#personalLogin a{
	color: #307b61;
	font-size: 90%;
}
	
#personalLogin a:hover{
	color: #b77000;
}

#personalLogin p, #businessLogin p, #businessLogin span, #personalLogin span{
	padding: 15px 0px 5px 0px;
	text-align: center;
}

#leftCol form {
	padding: 5px 0 5px 4px;
}

#online_accounts {
	display: block;
}

#online_accounts input {
	font-size: 80%;
	margin: 0x 0px 10px 0px;
	vertical-align:middle;
}

#online_accounts label {
	font-weight:bold;
	width: 100%;
}

/************ Accordion Menu styles ************/
.cParentMenu{
	width: 100%;
	margin-left:6px;
	margin-bottom: 5px;
	font-weight:bold;
	font-size: 12px;
	margin-top: 10px;
}
	
.cParentMenu a{
	display: block;
	padding-left: 10px;
	background:transparent url(/images/common/arrow_green.gif) no-repeat scroll 0px 4px; 
	color: #307B61;
}

.cParentMenu a:hover {
	background:transparent url(/images/common/arrow_gold.gif) no-repeat scroll 0px 4px; 
    color: #A46400; 
}


.cDaughterMenu{
	width: 100%; 
	
} 

.cDaughterMenu a{
	display: block;
	padding-left: 20px;
	padding-bottom: 7px;
	color: #307B61;	
}

.cDaughterMenu a:hover{
	color: #A46400;	
}

/**#other_accounts{
	margin-bottom: 5px;
}
**/

#accountDivlinks p {
	padding-top: 5px;
}

#leftCol select {
	border: 1px solid #888;
	font-size: 11px;
	height: 20px;
	margin: 5px 0 0 5px;
	width: 150px;
} 

.loginBtn {
	margin-top: 5px;
	margin-bottom: 6px;
	vertical-align:middle;
}

option {font-weight: bold}
optgroup option {font-weight: normal}

/* Left column header backgrounds with happy peeps */

#section_image {
	position:relative;
}
#section_image img.png {
	 position:absolute;
	 top:0;
	 left:0;
}

