/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#D1D8DD;
}

td{
font-size: 13px;
}
a:link, a:visited, a:hover {
	color: #093479;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #093479;
}

.feature h3{
 font-size: 110%;
 color: #093479;
 padding: 10px 0 -5px 0;
margin:0;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#Wrapper {
	width: 775px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #000;
	background:#fff url('https://www.commercebanktv.com/images/subcontentcol.gif') repeat-y top right;
}
#header1 {
	line-height: 154px;
	height:154px;
	background: #fff url('https://www.commercebanktv.com/images/logo.gif') no-repeat top left;
	float:left;
	margin:0;
  	padding:0
}
#header1 h1 {
	text-indent: -20000px;
	display:block;
	width: 326px;
}
#header2{
	height:154px;

	margin:0;
  	padding:5px 5px 0 0;
	text-align:right;
	background-color:#fff;
	font-weight: bold;
	font-size:80%;
}
.alt {
color: 083479;
}

form {
padding:0;
margin: 0;
}
#masthead{
	margin: 0;
	padding: 0;
	width: 100%;
	clear:both;
}

#subContent{
	margin: 0 0 0 67%;
	padding: 0px;
	background-color: #EDF0F2;
}

#content{
  float:left;
	width: 500px;
	margin: 0;
	padding: 0 3% 0 0;
}

#rightside {
	  float:left;
	width: 225px;
	margin: 0;
	padding: 0 3% 0 0;
	background-color: #EDF0F2;
}

.clearer{
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#logIn{
	margin: 0px;
	padding-right: 30px;
	height: 132px;
	background: #093479 url('https://www.commercebanktv.com/images/blue_bg.gif') no-repeat top left;
	text-align: right;
	color: #fff
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 20px;
	margin-top: 20px;
}


/************* #mainNav styles **************/
#mainNav {
      
      width:100%;
      font-size:11px;
      border-bottom:1px solid #093479;
      line-height:normal;
	  background-color:#093479;
	  
      }
    #mainNav ul {
          margin:0;
          padding:0;
          list-style:none;
	
      }
    #mainNav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainNav a {
      float:left;
      background:url('https://www.commercebanktv.com/staging/images/tablefton.gif') no-repeat left top;
      margin:0;
      text-decoration:none; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0
      }
    #mainNav a span {
      float:left;
      display:block;
      background:url('https://www.commercebanktv.com/staging/images/tabrighton.gif') no-repeat right top;
      color:#000; padding-left:9px; padding-right:13px; padding-top:7px; padding-bottom:7px
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainNav a span {float:none;}
    /* End IE5-Mac hack */
    #mainNav a:hover span {
      color:#000;
      }
    #mainNav a:hover {
      background:url('https://www.commercebanktv.com/staging/images/tableft.gif') no-repeat left top;
      }
    #mainNav a:hover span {
      background:url('https://www.commercebanktv.com/staging/images/tabright.gif') no-repeat right top;
      }
      #mainNav #final a {
              padding-right: 3px;
      }


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	clear:both;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	margin-top: 20px;
	margin-right: 10px;
}


.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 2px solid #093479;
	font-size: 75%;
	color: #696969;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color:#fff;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the subContent in cases where they "touch" */




/*********** #subContent link styles ***********/

#subContent ul a:link, #subContent ul a:visited {display: block;}
#subContent ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#subContent li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #subContent li {border-bottom: none;}





/************** #advert styles **************/

#advert{
	text-align:center;
	padding: 0;
	margin: 0;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


.ibheader {
color: white;
font-weight: bold;
font-size: 80%;
display: block;
padding: 5px 0;
}
.iblabel {
color: white;
font-weight: normal;
font-size: 80%;
}
