/* CSS Document */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#ffffff url(../images/page-bg.jpg) no-repeat;
	min-width:600px;    	
	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Verdana;
	font-size: 100%;
	}
/******* common hyperlink styles *******/
a:link, a:visited {
	color: #006666;
	text-decoration:none;
	}
a:hover {
	color: #000000;
	text-decoration:none;
	}
	
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	}
p{
	margin:.4em 0 .8em 0;
	padding:0;
	}
img {
	margin:0px;
	}
/************** Header styles **************/
#header {
	width: 1000px;
	margin: 0px;
	height: 60px;
	margin-bottom: 0px;
	}
#headermenu	{
	height: 30px;
	width: 800px;
	float: right;
	text-align: left;
	margin-top: 10px;
	background: #eeeeee;
	border: 1px #e4e4e4 solid;
	/*background: url(../images/newweb-header-bg.jpg) no-repeat right top;*/
	z-index:2;
	}
#logo {
	float: left;
	padding: 5px 3px;
	}
#searchform {
	height: 20px;
	margin: 0px
}
#search {
	width: 210px;
	float: right;
	clear:both;
	padding: 4px 4px 0px 0px;
	text-align:right;
	}
#zoom_query{
	border: #00cccc 1px solid;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 19px;
}
#btnSearch {
	font: verdana;
	font-size: 0.6em;
	cursor: hand;
	color: #ffffff;
	height: 20px;
	width: 55px;
	margin: 0px;
	background-image:url(../images/search-bg.jpg);
	border: 1px #04B6B7 solid;
	background-color: #009999;
	float: right;
}
#toplinks {
	float: right;
	clear: both;
	margin-top: 5px;
	}
#toplinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	COLOR: #006666;
	text-decoration:none;
	font-weight: normal;
	padding: 5px
}
#toplinks a:hover{
	COLOR: #000000;
	text-decoration:none;
	}
/************** menu nav styles **************/
#menuContainer{
	width:580px;
	height:30px;
	top: 60px
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.25em;
	z-index: 1;
}
#nav a {
	display: block;
/*	width: 10.5em; */
	text-decoration:none;
	padding:5px;
	font:verdana;
	font-size: 0.6em;
	font-weight:bold;
	color:#006666;
}
#nav a:hover{
	text-decoration:none;
	color:#ffffff;
	background-color: #666666;
}
#nav li { /* all list items */
	float: left;
	width: 6em
}
#nav li li{ /* all list items */
	float: left;
	width: 9em

}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 9em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 1.0em;
	background-color:#ffffff;
	/*border-bottom: 0px;*/
}
#nav li ul a{
	font-weight:normal;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	font-size: 0.6em;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	color:#006666;
}
#nav li ul a:hover{
	text-decoration:none;
	color:#ffffff;
	background-color: #666666;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1.3em 0 0 8.5em;
}
#nav li ul ul li{ /* third-and-above-level lists */
	width:10em;
}
#nav li ul ul li a{ /* third-and-above-level lists */
	width:17em;
	background-color: #f0f0f0;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/************** sliding panel styles **************/
#slide {
	/* for IE */
  	filter:alpha(opacity=80);
	/* CSS3 standard */
  	opacity:0.8;
	height: 322px;
	/*z-index: 1;*/
	}

#basic-accordian{
	padding:0px;
	width:100%;
	background: #000000;
	}
.accordion_headings{
	padding:10px;
	background:#3BB2C2;
	color:#000000;
	cursor:pointer;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px #ffffff solid;
	}
.accordion_headings:hover{
	background:#6F3581;
	}
.accordion_child{
	padding:10px;
	height: 103px;
	background: #000000;
	}
.accordion_child #head{
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	padding: 0px;
	display: block;
	margin-bottom: 5px;
	}
.accordion_child p{
	padding-bottom:0px;
	}
.accordion_child a em{
	display: block;
	float: left;
	background: url(../images/em2_bg.gif) no-repeat;
	width: 8px;
	height: 24px;
	}
.accordion_child a span{
	display: block;
	float: left;
	background: url(../images/span2_bg.gif) repeat-x;
	height: 24px;
	}
.accordion_child a b{
	display: block;
	float: left;
	background: url(../images/b2_bg.gif) no-repeat;
	width: 13px;
	height: 24px;
	margin-right: 10px;
	}
.accordion_child a:link, .accordion_child a:visited{
	line-height:23px; /*equal to the height of the button*/
	cursor: hand;
	color:#6F3581;
	}
.accordion_child a:hover{
	color:#000000;
	}
.header_highlight{
	background:#6F3581;
	color:#FFFFFF;
	}	

/************** newsmedia styles **************/
#newsmediacolumn {
	width: 99%;
	color: #333333;
	line-height: 1.5em;
	height: 80px;
	}
.newsmediabox a{
	padding-left: 10px; 
	background: url(../images/arrow-more.gif) no-repeat left 50%; 
	marign-left: 5px; 
	}
.newsmediabox a:hover{
	padding-left: 10px; 
	marign-left: 5px; 
	}
.newsmediaboxtab {
	padding: 5px 0px;
	margin: 5px 0px;
	text-align: left;
	height: 24px;
	}
.newsmediaboxtab a {
	padding-left: 10px; 
	marign-left: 5px; 
	}
.newsmediaboxtab a:hover {
	padding-left: 10px; 
	marign-left: 5px; 
	}
.newsmediaboxtab a em{
	display: block;
	float: left;
	background: url(../images/em_bg.gif) no-repeat;
	width: 8px;
	height: 24px;
	}
.newsmediaboxtab a span{
	display: block;
	float: left;
	background: url(../images/span_bg.gif) repeat-x;
	height: 24px;
	}
.newsmediaboxtab a b{
	display: block;
	float: left;
	background: url(../images/b_bg.gif) no-repeat;
	width: 13px;
	height: 24px;
	}
.newsmediaboxtab a{
	line-height:22px; /*equal to the height of the button*/
	cursor: hand;
	}
#twitrsschat {
	width: 200px;
	text-align: left;
	height: 20px;
	float: left;
	padding: 0 0 0 10px;
	
}
#twitrsschat a {
 border: 0px;
}



div.hr {
  	height: 10px;
  	background: url(../images/dot-line.gif) repeat-x scroll center;
	}
div.hr hr {
  	display: none;
	}
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
	font: bold 0.8em Verdana;
	text-transform: uppercase;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}
.shadetabs li{
	display: inline;
	margin: 0;
	}
.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #6F3581;
	color: #6F3581;
	/*background: url(../images/nm-bg-inactive.jpg);*/
	}
.shadetabs li a:visited{
	color: #6F3581;
	}
.shadetabs li a:hover{
	text-decoration: none;
	color: #000000;
	/*background: url(../images/nm-bg-active.jpg);*/
	}
.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	}
.shadetabs li a.selected{ /*selected main tab style */
	border-bottom: 1px #ffffff solid;
	background: #ffffff;
	/*background: url(../images/nm-bg-active.jpg);*/
	}
.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	}
.tabcontent{
	display:none;
	}
/************** col2,col3 styles **************/
#title {
	color: #6F3581;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	/*border-bottom: 2px solid #6F3581;*/
	padding: 3px 0px;
	margin-bottom: 7px;
	border-bottom: 1px #6F3581 solid;
	}
#adspace {
	padding-top: 5px;
	
	}
.highlightpodcast {
	padding: 0px;
	}
.highlightpodcast a{
	padding-left: 10px; 
	background: url(../images/arrow-more.gif) no-repeat left 50%; 
	marign-left: 5px; 
	}
.highlightpodcast a:hover{
	padding-left: 10px; 
	marign-left: 5px; 
	}
.highlightwebinar {
	padding: 0px;
}
.highlightwebinar a{
	padding-left: 10px; 
	background: url(../images/arrow-more.gif) no-repeat left 50%; 
	marign-left: 5px; 
	}
.highlightwebinar a:hover{
	padding-left: 10px; 
	marign-left: 5px; 
	}
#adspace .text a{
	padding-left: 10px; 
	background: url(../images/arrow-more.gif) no-repeat left 50%; 
	marign-left: 5px; 
	}
#adspace .text a:hover{
	padding-left: 10px; 
	marign-left: 5px; 
	}
	
	
	
.highlightcollateral {
	padding: 0px;
	}
.highlightcollateral a{
	padding-left: 10px; 
	background: url(../images/arrow-more.gif) no-repeat left 50%; 
	marign-left: 5px; 
	}
.highlightcollateral a:hover{
	padding-left: 10px; 
	marign-left: 5px; 
	}
.insightbox {
	margin: 0px;
	line-height: 1.3em;
	font: Verdana, Arial, Helvetica, sans-serif;
	}
.insightbox a {
	padding-left: 10px; 
	background: url(../images/arrow-more.gif) no-repeat left 50%; 
	marign-left: 5px; 
	}
.insightbox a:hover {
	padding-left: 10px; 
	marign-left: 5px; 
	}
div.spacer {
  	height: 15px;
	}



/************** column container **************/
.colmask {
	position:relative;/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:1000px;	/* width of whole page */
	overflow:hidden;/* This chops off any overhanging divs */
	}
	/* common column settings */
.colright,	.colmid,	.colleft {
	float:left;
	width:100%;	/* width of page */
	position:relative;
	}
.col1,	.col2,	.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead	only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	}
	/* 3 Column blog style settings */
.blogstyle {
	/*background: #ffffff;*/
	}
.blogstyle .colmid {
	right:25%;	
	}
.blogstyle .colleft {
	right:25%;	
	}
.blogstyle .col1 {
	width:46%;	/* width of center column content (column width minus padding on either side) */
	left:52%;	/* 100% plus left padding of center column */
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	/*background: #ffffff;*/
	/*filter:alpha(opacity=80);*/
	/* CSS3 standard */
  	/*opacity:0.8;*/
	/*border: 1px #e4e4e4 solid;*/
	
	}
.blogstyle .col1 p {
	line-height: 1.3em;
	margin-bottom: 5px;
	}
.blogstyle .col1 .accordion_child p {
	line-height: 1.3em;
	margin-bottom: 5px;
	color:#ffffff;
	}
.blogstyle .col2 {
	padding: 1%;
	padding-top: 3%;
	width:22%;	/* Width of left column content (column width minus padding on either side) */
	left:54%;	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	background: url(../images/col2-bg.jpg) no-repeat right top;
	/* for IE */
  	/*filter:alpha(opacity=80);
	/* CSS3 standard */
  	/*opacity:0.8;
	/*border: 1px #cccccc solid;
	border-bottom: 3px #cccccc solid;*/
	font: 0.7em Verdana;
	/*border: 1px #e4e4e4 solid;*/
	}
.blogstyle .col2 a {
	color:#006666;
	text-decoration:none;
}
.blogstyle .col2 a:hover {
	color:#000000;
	text-decoration:none
}
.blogstyle .col2 p {
	color: #000000;
	line-height: 1.3em;
	margin-bottom: 5px;
	}
.blogstyle .col3 {
	padding: 1%;
	padding-top: 3%;
	width:22%;	/* Width of right column content (column width minus padding on either side) */
	left:56%;	/* Please make note of the brackets here:(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	background: url(../images/col3-bg.jpg) no-repeat right top;
	/* for IE */
  	/*filter:alpha(opacity=80);
	/* CSS3 standard */
  	/*opacity:0.8;
	/*border: 1px #cccccc solid;
	border-bottom: 3px #cccccc solid;*/
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
		/*border: 1px #e4e4e4 solid;*/
	}
.blogstyle .col3 a {
	color:#006666;
	text-decoration:none;
}
.blogstyle .col3 a:hover {
	color:#000000;
	text-decoration:none
}
.blogstyle .col3 p {
	color: #000000;
	line-height: 1.3em;
	margin-bottom: 5px;
	}

	
/************** Footer styles **************/
#footer {
	clear:both;
	float:left;
	width:1000px;
	background: #ffffff;
	border-top: 1px #6F3581 solid;
	}
#footer img {
	margin-bottom:-3px;
	margin-top: -3px;
	}
#footer p {
	padding:10px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:right;
	color: #333333;
	}
#footer a {	
	color: #006666;
	text-decoration:none;
	}
#footer a:hover {		
	color: #000000;
	text-decoration:none;
	}	
#update {
	margin: 10px 0;
	padding: 0px;
	height:auto;
/*	background-image: url(../images/loyalty-home-bg.jpg); */
	background-position:right;
	background-repeat: no-repeat;
	border:1px solid #c6c6c6;
} 
#update-walkin {
	margin: 15px 0;
	padding: 0px;
	height:105px;
	/*background-image: url(../images/loyalty-home-bg.jpg); */
	background-position:right;
	background-repeat: no-repeat;
	border:1px solid #c6c6c6;
}

