/****************************************************************** 
 * override base, body, h1, links and btns *
 *************************************************************************** */
body {
	/*margin: 0;
	padding:0;*/
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 1em;
	color: #2e0a00;
	text-align:center;
}


a, 
a:visited {
	color: #3b241c;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #e0a339;
	text-decoration: none;
}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: bold;
	color: inherit;
	text-rendering: optimizelegibility;
}


h1 {
  font-size: 30px;
  line-height: 35px;
   color: #893e14;
  padding-bottom: 10px;
  margin: 0;
}

h2 {
  font-size: 26px;
  line-height: 30px;
  color: #893e14;
  padding-bottom: 10px;
  margin: 0;
}

h3 {
  font-size: 18px;
  line-height: 19px;
  padding-bottom: 10px;
  margin: 0;
  color: #a45601;
   
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

.btn, input.btn, .searchArea input.btn {
	font-family:inherit;
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF;
	text-shadow: none;
	background-color: #913f00;
	background: -moz-linear-gradient(top, #b7701c, #913f00);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b7701c), to(#913f00));
	background: -webkit-linear-gradient(top, #b7701c, #913f00);
	background: -o-linear-gradient(top, #b7701c, #913f00);
	background: linear-gradient(to bottom, #b7701c, #913f00);
	background-repeat: repeat-x;
	border-color: #913f00 #913f00 #b7701c;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #913f00;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	
	border: 1px solid #913f00;
	*border: 0;
	border-bottom-color: #542000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
	}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #FFF;
	background-color: #eebb68;
	*background-color: #d9d9d9;
	}
.btn:active,
.btn.active {
	color:#fff;
	background-color: #eebb68;
	}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover, 
input.btn:hover,
.btn:focus {
	color: #222 !important;
	text-decoration: none;
filter:none; 
transition:none;
background:none;
background-color: #eebb68;
}

.btn.active,
input.btn:active, 
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	color:#fff;
	background-color: #2e0a00;
	}

#sitemap > li > ul > li {
  font-size: 13px;
  line-height: 17px;
  padding-bottom: 5px;
}



/****************************************************************** 
 * containers or wrappers *
 *************************************************************************** */
.mastWrap, .contentWrap, .footWrap {
	max-width:990px;
	
	margin:0 auto;
	background:none;
	position:relative;
	}
/*sets the maximum page size and centers for each section mastWrap, contentWrap and footWrap */
.mastWrap {
	height: 132px;
	overflow:hidden;
	margin:0 auto;	
	background:#fff url(../images/bg_mast.jpg) top center repeat-x;
	border-bottom: 1px solid #542000;
	-webkit-box-shadow:  0px 0 50px 15px rgba(84, 32, 0, .95);
	box-shadow: 0px 0 50px 15px rgba(84, 32, 0, .95);
	}

.contentWrap {
	margin-bottom:10px;
	background:#fff;
	z-index: 600;
	overflow:hidden;
		-webkit-box-shadow: 0px 5px 50px 15px rgba(84, 32, 0, .95);
	box-shadow: 0px 5px 50px 15px rgba(84, 32, 0, .95);
	}
.contentWrap .top {
	margin-bottom:0;
	padding-top:0;
	text-align:left;
	}
	
.top .span12 {margin: 0;}

.middle .span12 {padding-left: 20px; padding-right: 20px;}

.contentWrap .middle {
	margin-bottom:0px;
	padding-top:0px;
	text-align:left;
	background:#fff;
	}

.contentWrap .bottomLinks {
	background:#2e130c;
	margin: 0;
	padding: 10px 0 10px 20px;
	color: #ba7500;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	}
	
.copper {color: #ba7500;}
.bottomLinks ul {	display:inline;margin: 0 20px 0 0; padding: 0 0 0 0;}
.bottomLinks ul li {
	margin: 0; 
	list-style: none;
	list-image: none;
		display:inline;
	}

.bottomLinks .first-child ul {padding-left: 20px; border: none;}

.bottomLinks h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #f8db8d;
	margin: 0 15px 0 0;
	padding: 15px 0;
	display:inline;
	}
.bottomLinks ul.highlight {display:block;margin-top:16px;}
.bottomLinks .highlight li {
	padding: 15px 0 15px 0;
	font-size: 12px;
	line-height: 18px;
	}
.bottomLinks .highlight li:hover {
	color:#fff;
	background:none;
	}
.bottomLinks .highlight li:hover a {color:#fff;text-decoration:underline;}

.bottomLinks a:link, .bottomLinks a:visited {
	
	text-decoration:none;
	color: #fff;
	}
.bottomLinks a:active, .bottomLinks a:hover {text-decoration:none;}


.border-bottom {
	padding-bottom: 16px;
	border-bottom: 1px #f4f4f2 solid;
	}

.contentWrap ul {
	list-style: none;
	}





/****************************************************************** 
 * logo AND BRAND *
 *************************************************************************** */

.navbar .brand{
	margin-left: 0;
	padding-left: 0;
	background:none;
	float:left;
	position:relative;
	left:0;
	width:400px;
	}
.logo {
	display:block;
	position:relative;
	z-index: 500;
	width:400px;
	}	
.logo img {
	width:100%;
	max-width:320px;
	min-width:320px;
	padding: 10px 0 10px 0;
	}

/****************************************************************** 
 * navigation icons on mobile *
 *************************************************************************** */



.navbar {
	overflow: visible;
	*position: relative;
	*z-index: 100;
	margin: 0 auto;
	width: 990px;
	top:0;
	text-align:center;
}

.btn-navbar {
	display: none;
}
.navbar .nav {
	display:none;
}
.nav {
	display:none;
	}
	.subMenu {
		display: none;
	}


.uti {
	display:none;
	}

.alert {
	padding: 15px 0 5px;
	margin: 0 auto;
	text-shadow: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #4255ba;
	border: none;
	border-bottom: 1px solid #efc056;
	border-radius: 0;
	z-index: 500;
	width: 990px;
	-webkit-box-shadow: inset 0px 0px 10px 5px rgba(50, 65, 149, .85);
	box-shadow: inset 0px 0px 10px 5px rgba(50, 65, 149, .85)
	}
	
.alert a:link, .alert a:visited, 
.alert a:hover, .alert a:active  {
	color: #fff;
	text-decoration: underline;
}

.top .span3 {
	position: absolute;
	height: 0;
	width: 235px;
	}
	
.loginArea {
	display: none;
	}

	.backPromo {
		display: none;
	}
	.backToTopButton {
		display: none;
	}
	.rightColTarget {
		display: none;
	}

	.bottom, .bottomLinks {
		display: none;
	}
	
	
/****************************************************************** 
 * special modules or containers *
 *************************************************************************** */
.module {
	border:none;
	background:#faf6e3;
	padding: 0 18px 10px 18px;
	border: 1px solid #ecc061;
	font-size:14px;
	line-height:15px;
	
	}

.highlight ul li {
	padding: 5px 0;
	list-style: none;
	list-style-image: none;
	background: none;
	
	}
.promoSmall .highlight li:hover {
	color:#fff;background-color:#9A5119;
	}
.promoSmall .highlight li:hover a { color:#fff;}

.newsWrap .highlight li:hover {
	color:#903f00;
	}
.newsWrap .highlight li:hover a {color:#903f00; text-decoration:underline;}

.module h1 {
	background:none;
	padding:10px 0 0 0;
	margin:0;
	color: #b8711c;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 1px solid #eebb68;
	}
.middle .module {
	display:block;
	margin-top:10px; 
	margin-bottom:10px; 
	min-height:265px; 
	max-height:265px; 
	overflow:hidden;
	}
.middle .module ul, .ratesStrip blockquote {margin-left:10px;}
.module a:link, .module a:visited {
	padding:11px 0;
	text-decoration:none;
	color:#2e130c;
	}
.module a:active, .module a:hover {text-decoration:none;}
.module a.more:active, .module a.more:hover {text-decoration:underline;}
.module li.firstLi {}
.top {border-bottom: 1px solid #edc061;}


.grpText {font-weight: bold;}

.newsWrap, .locatorWrap, .toolsWrap, .ratesStrip {
	padding: 10px 0 10px;
	color: #2e130c;
	}
.newsWrap h1 ,.locatorWrap h1, .toolsWrap h1, .ratesStrip h1 {font-size:16px;margin-bottom:18px;}
.newsWrap ul, 
.ratesWrap ul {
	margin: 10px 0 0 0; 
	padding: 0;
	color: #2e130c;
	}
.rates h1 {color: #2e130c;}
.newsWrap ul li{
	margin: 5px 0 5px -5px; 
	padding: 5px;
	list-style: none;
	list-style-image: none;
	
	}
.newsWrap a.btn, .locatorWrap input.btn {color:#fff; padding:4px;}
.locatorWrap input.btn {position:relative; vertical-align:top;top:5px;}
.newsWrap a.btn:hover, .locatorWrap input.btn:hover {text-decoration:none;}
.ratesStrip {
	border: 1px solid #ECC061;
	color: #2e0a00;
	min-height: 60px;
	padding: 10px 30px 10px 20px;
	text-align:left;
	background:#edc158;
	}
.ratesStrip h1 {font-size:18px; line-height:18px;padding-bottom:0;margin-bottom:0;}

	

.textad {
	background:#faf6e3 url(../images/gary_sisk.png) bottom right no-repeat;
}
.toolsWrap p {
	width: 55%;
}
.module.textad h1 {
	margin-right:36px;
	}
.textad blockquote {padding-right:95px;}
.ratesWrap {
	background: #ecc060;
	min-height: 60px;
	padding: 10px 10px 0;
	
	}

/****************************************************************** 
 * rates *
 *************************************************************************** */
.rates {
	text-align: center;
	margin: 0 auto;
	
	}

.rates li {
	margin: 0; 
	padding: 0 10px 5px;
	list-style-image: none;
	display:inline-block;
	border-left: 1px solid #f1d798;
	vertical-align: middle;
	text-align: center;
	min-height: 50px;
	}
.rates .firstchild {
	border-left: none;
	}
.rates h1 {
	font-size: 18px;
	line-height: 34px;
	color: #2e130c;
	margin: 0 0 0 -3px;
	text-align:center;
	}
.ratesDisplay {
	font-size: 25px;
	line-height: 20px;
	font-weight: bold;
	color: #903f00 !important;
	
	}	
.apr {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #2e130c;
	padding-left: 5px;
	}

.rateTxtsm {
	font-size:8px; 
	position: relative; 
	top: 0;color: #2e130c;}

.rates .btn {text-align:center;
	margin-top: 5px;
	vertical-align: middle !important;
	min-height:50px;
	max-height:50px;
	overflow:hidden;
	color: #fff !important;
}

.btn.moreRates {padding-top:8px;padding-bottom:0;max-height:50px; overflow:hidden;}
.rateRight {margin-top:-15px;}
/* --------------------------------------------------------- =ATM =LOCATER */
.locator {
	margin: 15px 5px 5px 10px;
	color: #fff;
	background: url(../images/bg_LoginHome.png) 0 -30px repeat-x;
	}

.locator a:link, .locator a:visited {	
	color: #fff;
	text-decoration: none;
	}
	
.locator a:hover, .locator a:active {
	color: #fff;
	text-decoration: none;
	}
	
.locator a.btn {
	position:relative;
	vertical-align:top;
	top:0;
	margin: 6px 0 0 2px;
	padding: 5px 7px 4px;
	color: #FFF;
	}
	
.locator form {
	padding: 5px 5px 0 10px;
	line-height:16px;

	}
	
.locator input.zipfield {
	position:relative;
	top:0;
	font-family: 'Roboto', sans-serif !important;
	font-size:12px !important;
	background: #fff;
	padding:4px 10px 4px 5px;
	box-shadow: 0 5px 5px #f1e9d7 inset;
	border: 1px solid #e8d2a4;
	color: #542000;
	}
	
.locator label {
	display: block;
	margin: 0;
	padding: 0;
	}
	
.myCheckbox {
	height: 15px;
	width: 15px;
	margin-top: 0;
	}/* IE6 spacing issue */

.locatorIcon {
	position: absolute;
	top: 55px;
	right: 5px;
	}
	
.locator form input, .locator form img { 
	vertical-align: top; 
	}
	
.locatorRow {
	margin: 5px 0;
	}

.zipField {
	width: 95px;
	margin: 5px 0 5px 0;
	position:relative;
	top:0;
	font-family: 'Roboto', sans-serif !important;
	font-size:12px !important;
	background: #fff;
	padding:5px 10px 2px 5px !important;
	box-shadow: 0 5px 5px #f1e9d7 inset;
	border: 1px solid #e8d2a4;
	color: #542000;
	
	}
	
* html .zipField {
	height: 22px;
}
	
*:first-child+html .zipField {
	height: 16px;
}


/****************************************************************** 
 * Social Media Links*
 *************************************************************************** */
.socialMedia {
	background: #fdec9e;
	padding: 20px 0;
	text-align: center;
	color:#fff;
	}

.socialMedia ul {
	margin: 0;
	padding: 0;

	}
	
.socialMedia ul li {
	background: none;
	list-style:none;
	display: inline-block;
	padding: 0 15px;
	}

.socialMedia img {
	-webkit-box-shadow: 2px 2px 1px 1px rgba(000, 000, 000, .15);
	box-shadow: 2px 2px 1px 1px rgba(000, 000, 000, .15);
	-webkit-border-radius: 4px;
	border-radius:4px;
	}	
/****************************************************************** 
 * smaller promotions with scale on hover for images*
 *************************************************************************** */
.flexslider.promoSmall, .slider {
	position:relative;
	margin-top:0;
	z-index: 500;
	}
	

.promoSmall {
	background:#2e130c;
	
	color: #2e0a00;
	min-height: 50px;
	padding: 0 75px 0;
	font-size: 17px;
	}

.promoSmall ul.slides {margin: 0 0 0 1px;padding:0;}
.promoSmall ul.slides li {
	margin: 0;
	padding:10px 15px; 
	background:url(../images/smpromo_border.png) top right no-repeat;
	height: 50px;
	text-align:center;
	}
.promoSmall ul.slides:first-child {background:url(../images/smpromo_border.png) top left no-repeat;}
.promoSmall a:link, .promoSmall a:visited {
	padding:11px 0;
	text-decoration:none;
	color: #fff;
	}
	
.promoSmall a:active, .promoSmall a:hover {text-decoration:none;}

.promoSmall img {
	width: 100%;
	border-radius:0;
	}
.promoSmall a img { 
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out; 
	}
.promoSmall a:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1); 
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); 
	}

/****************************************************************** 
 * content area on backpages *
 *************************************************************************** */

.contentWrap.back .span4 {padding-bottom:10px;}

.contentWrap.back .span4 .module {
	/* width:75.5%; */
	width: 87%;
	margin-right:15px;
}

.content {
	padding: 10px 0 20px 0;
	clear:both;
	font-size:14px;
	line-height:1.75em;
	text-align:left;
	border-top: none;
	
	}
	
.content ul, 
.content ol {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	}
	
.content ul li { 
	padding: 0 0 6px 20px;
	}
	
.content ol li {
	margin: 0 0 6px 25px;
	}
	/*mixed lists */


.content ul ul, 
.content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}

.content ul li, 
.content ol li ul li, 
.content ol li ul li ol li ul li {
	background: url(../images/bullet.png) no-repeat .25em .55em;
	}
.content ol li, 
.content ol li ol li, 
.content ul li ol li ol li {
	background:none;
	}
.content ol li ol li {
	background:none;
	}

.content ul ul li {
	background: url(../images/bullet.png) no-repeat 0 .5em;
}

.contentImg { /* ensure that there is a width and height attribute on the image in case the WYSIWYG editor assigns a snippet's image a width or height of 0 */
	padding:.5em 2%;
	width:auto;
	float:right;
	margin:0 0 .5em 3%;
	}
.content img {max-width:100%;}	 /*image punch*/


.content h1:first-child,
.content h1:first-of-type {
	padding-top:20px;
	}
.content h1 {padding-bottom:15px;color:#542000;padding-top:10px;}
.content h2 {padding-bottom:10px;padding-top:10px; }
.content h3 {padding-bottom:10px;padding-top:5px;}


.content a:link, 
.content a:visited, 
.toolsWrap a:link, 
.toolsWrap a:visited {
	text-decoration:none;color: #b8711d;
}

.content a:active, 
.content a:hover, 
.toolsWrap a:active, 
.toolsWrap a:hover, 
.sideBar .highlight li a:hover, 
.sideBar .highlight li a:active,
.sideBar li a:hover, 
.sideBar li a:active  {
	color: #e1a744;
	text-decoration:underline;
 }

.sideBar .highlight li a:hover, 
.sideBar .highlight li a:active  {
	background:none;
}

.content a.btn:link, .content a.btn:visited {color:#fff;text-decoration:none;}

.sideBar .highlight li:hover {
	color:#e1a744;
	background:none;
	}
.sideBar .highlight li:hover a {color:#e1a744;}

.breadcrumbs {
	margin-top:10px;
	padding-right:20px;
	font-size: 12px; 
	color: #b8711d; 
	text-align:left; 
	vertical-align:middle;
	}
.breadcrumbs img {vertical-align:middle;}
.module .sideBar {min-height: 0;text-align:left;}
.back .module {margin-top:10px;}
.sideBar {
	padding: 0;
	}

.module .sideBar h1 {text-align: center;}
.sideBar ul {
	margin: 5px 0 0 0; 
	padding: 0;
	text-align:left;
	}
.sideBar .highlight {text-align:left;}

.sideBar ul li, 
.sideBar ol li ul li,
.sideBar ol li ul li ol li ul li {
	margin: 0; 
	padding: 5px 5px 5px 7px;
	list-style: none !important;
	list-style-image: none !important;
	line-height: 18px;
	background: none;
	}

.fancyQuote {
	display: inline-block;
	font-size: 36px;
	position: relative;
	left: 0;
	top: 3px;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-style:italic;
	color: #b8711c;
}
blockquote {
	border-left:0;
	padding: 0;
	margin: 20px 5px 5px 0;
	margin-bottom: 0;
	line-height:18px;
	}
	
blockquote:before {
	display: inline-block;
	content: open-quote;
	font-size: 36px;
	position: relative;
	left: 0;
	top: 3px;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-style:italic;
	color: #b8711c;
}

blockquote:after {
	display: block;
	content: close-quote;
	font-size:36px;
	position: relative;
	left:88%;
	bottom: 5px;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-style:italic;
	color: #b8711c;
}

blockquote cite {
	
	display: block;
	margin-top: 2px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

.blockquoteSig {
	font-size: 14px;
	line-height: 16px;
	margin: 4px 0;
	padding: 0;
	text-align:left;
	position:relative;
	display:block;
	font-style:italic;
	
	}
	

/****************************************************************** 
 * footer nav and images *
 *************************************************************************** */
.footWrap {
	border-top:1px solid #f8db8d;
	font-size: 12px;
	padding-top:14px;
	color: #f8db8d;
	position:relative;
	}
	
.footWrap .container {
	positon:relative;
	margin: 0 auto;
	width: 990px;
	background: #2a110a;
	z-index:101;
	}

.footWrap .span6 {
	margin-left: 0;
	margin-right: 0;
	}

.footWrap ul {
	list-style: none;
	margin-left: 0;
}
.footWrap li {
	list-style: none;
	vertical-align: middle;
	display: inline;
	line-height:25px;
}
.footWrap li a:link, .footWrap li a:visited {
	color: #fff;
	text-decoration: none;
	margin-right:5px;
	}
.footWrap li a:hover, .footWrap li a:active {
	text-decoration:underline;
	}
img.ehl {margin-top:-3px;}

.footL {text-align: left;}
	
.footR {
	float: right;
	text-align: right;
	}

.footWrap img {display:inline; margin: 0 0 0 10px;}
.footWrap li.lastLi {display:block;}



/****************************************************************** 
 * forms *
 *************************************************************************** */
label {
	display: block;
	margin: 2px 0 0 0;
	}

	
.appfield1 {
	width: 95%;
	border: 1px #E8D2A4 solid !important;
	border-radius: 0;
	background: #fff;
	padding:5px 0 2px 2px;
	box-shadow: 0 5px 5px #f1e9d7 inset !important;
	color: #542000 !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 12px !important;
}

/* --- 	This is your FOCUS style, when you click into an input field --- */
.appfield2 {
	width: 98%;
	border: 1px #c7c4bd solid;
	border-radius: 0;
	background: #efefef;
	padding:5px 0 2px 2px;
	box-shadow: 0 5px 5px #ddd inset;
}

.submitBtn {
	margin-top: 7px;
}




/****************************************************************** 
 * tables *
 *************************************************************************** */
table { 
	border-collapse: collapse;
	line-height: 1em;
	}

.tableheader {
	background: #2E130C;
	color: #ffffff;
	font-weight: bold;
	padding:.3em 15px;
	text-align: center;
	}
	
th {
	border: 1px solid #9A5119;
	background-color:;
	color:;
	text-align: center;
	padding:.3em 15px;
	}
th:first-child {
	text-align: left;
}
	
.tablecontent1 {
	border: 1px solid #9A5119;
	/* background-color: #eff3fb; */
	background-color:#fff;
	padding:.3em 15px;
	}
	
.tablecontent2 {
	border: 1px solid #9A5119;
	background-color: #DEE8FC;
	padding:.3em 15px;
	}



.comparisonTable {
	
}

	.comparisonTable .tableheader td{
		text-align:center;
		vertical-align:middle;
		height: 3em;
		border: 1px solid #9A5119;
	}

	.comparisonTable td {
		width: 15%;/
	}

	.comparisonTable .comparisonType{
		width: 25%;
}
	.comparisonTable .comparisonFeatures {
		/* width: 25%; */
}


/****************************************************************** 
 * etc formatting other *
 *************************************************************************** */
sup {font-size:.6em;}/*make sup smaller*/
.faqQ { 
	font-weight: bold;
	}

.faqQ { }
.faqA { }
	
.xsmall {
	font-size:.8em; 
	}
.small {
	font-size:.9em;
	}
.medium {
	font-size:1em;
	}
.large {
	font-size:1.1em;
	}
.xlarge{
	font-size:1.2em;
	}

.special3 {
	}
.special2 {
	}
.special1 {
	}

.disclaimer {
	color: #7e7e7e;
	font-size:85%;
	line-height: 1.3em;
}
	
.required {
	color: #dd2525;
}

#tpwModal h2 {
	padding-top: 20px;
}

#tpwModal p {
	text-align:left;
	padding: 2% 4% 4% 4%;
}	
.modal-footer .btn-primary {
	color: #fff;
	font-size: 110%;
}


#ex_dis{
 display:none;
 width:50%;
 padding:10px;
 background-color:#F8981C;
 color: #fff;
 position:fixed;
 z-index:10000;
 border: 5px solid #9FE292;
 top: 100px;
 left: 25%;
 overflow: hidden;
}

#ex_dis p { 
	text-align:left;
	font-size: 120%;
}

#ex_dis h2 { 
	font-size:1.6em;
	color: #fff;
}

#ex_dis a { color: #fff}

#atmlocator {
	display: block;
	width: 715px;
	margin: 0 auto;
}
