/*TESTTTTTTTTTTTTT*/

html {font: 10pt normal Arial, Helvetica, sans-serif; line-height: 130%}

body{
	 padding:0; 
	 margin:0;
}

a {color: #AE840C;}

div, img, a, form, input, label {
	padding:0; margin:0;
	}

p, ul, ol, table, h1, h2, h3, h4, h5, h6 {
	padding:0; margin:0 0 1em 0;
	}

div, p, td, li {font-size: 1em;}

h1 {
	font: normal 2.4em Georgia, "Times New Roman", Times, serif;
	color: #AE840C;
}	
h2 {font-weight: normal; font-size: 1.8em; color:#272727}
h6 {margin: 0; font-size: 1em;}
	
img{border:none;}


ul, ol {margin-left: 3em;}
li {margin-bottom: .2em;}

input[type=submit], input[type=password], input[type=button], input[type=reset], button, .button {
	background-color: #333;
	border: 0;
	line-height: 1em;
	padding: .3em .7em;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	}

input[type=submit]:hover, input[type=password]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, .button:hover {
	background: #D54B04;
	}

.spacer{
	 line-height:0; 
	 font-size:0; 
	 clear:both;
}

.clear {
	clear: both;
	}

.readmore{background: #AE840C; border:0; border-radius: 5px; display:inline-block; color:#212121; font-size:1.1em; font-weight:300; margin: 10px 0px; padding: .8em 1.5em; line-height: 1.6em; text-decoration:none;}
.readmore:hover { background: #c0a353; color:#212121; text-decoration: underline;}

/*-------------------------- HEADER --------------------------*/

	
#wrapper{background: #111111;}	

#header {
	 color:#FCF7CC;
   	 /* Mozilla Firefox */ 
	 background: #c0a353 url(../images/bkg-header.gif);
	position: relative;
	z-index: 100;
}
	
#header-inner {
	background: transparent url(../images/bk-header-inner.png) top left no-repeat;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

#top-nav {
	 float:right; 
	 text-align: right;
	 margin-top: 5em;
 }

#top-nav a {
     padding-right: 1em;
     font-size: 1em;
     color: #FFF;
     text-decoration: none;
	 text-shadow: 3px 2px 2px #333;
}

#top-nav a:hover {
     color: #111111;
}

.site_name {
     font-family: Verdana, Arial;
	 font-size: 24px;
     color: #FFF;
     text-decoration: none;
	 margin-left: 1em;
}

#top-nav a.phone_number {
	font-size: 1.4em;
	}
	
/*-------------------------- NAVIGATION  --------------------------*/

#navigation{
	 height: 61px; 
	 background: #111111 url(../images/bkg-nav.gif) repeat-x; /* Old browsers */

}
	
#navigation-inner {
	 width:900px; 
	 margin:0 auto;
}

/*-------------------------- MAIN --------------------------*/

#main {
 	 background: #FFF;
}

#main-inner{
	 width:900px; 
	 margin:0 auto;
	 padding: 1em 0;
}

#login, .box {
	background: url(../images/bkg-login.png);
	padding: 2.5em 1em 1em 1em;
	margin: 0 auto 1em auto;
	color: #AAA;
		-moz-border-radius: 0.4em;
	border-radius: .4em;
	}

#login-inner, .box-inner {
	background: url(../images/bkg-login-inner.png);
	padding: 1em 1em 0 1em;
		-moz-border-radius: 0.4em;
	border-radius: .4em;
	}

#login h3, .box h3 {
	color: #FFF;
	margin-top: -2.7em;
	margin-left: -1em;
	position: absolute;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	}

#login a, .box a {
	color: #FFF;
	}

#extras {
	padding: 1em 0;
	background: #FFF;
	}

#extras-inner {
	width: 900px;
	margin: 0 auto;
	}

.footnote {
	font-size: .8em;
	color: #666;
	}

/*-----------------------  BOXES INSIDE MAIN  ----------------------------*/	

ul#double{
     overflow:hidden;
	  padding:0;
	 margin:0;
}

#double li {
     float:left;
     display:inline;
	 padding:0;
	 margin:0;
}

.col1span2 #double li {
    color: #000000;
	margin:1em 0;
}

.title {
	 font-weight: bold;
	 padding: 0 0 .5em 0;
	 text-transform:uppercase;
}


#double li a {
     text-decoration: none;
     color: #FFF;

}

#double li a:hover {
     color: #c0a353;
     text-decoration: underline;
}

#double li  { width:50%;} /* 2 col */

#socialmedia{ 
	text-align: center;
	 padding: 0px 0px 2em 0;
}

#socialmedia img {
	width: 48px;
	padding: 0 0 0 10px;
}

#contact_form label {
	display: block;
	font-size: .8em;
	color: #333;
	position: absolute;
	padding: .2em .5em 0 .5em;
	line-height: 28px;
	cursor: text;
	}

#contact_form input[type=text], #contact_form input[type=password] {
	float: left;
	display: block;
	height: 28px;
	width: 250px;
	margin-right: .5em;
	margin-bottom: .5em;
	color: #333;
	font-size: 1em;
	padding: 0 5px 0 5px;
	font-variant: normal;
	line-height: normal;
	background: #FFF;
	border: 1px solid #999;	
	line-height: 22px;
	}

#contact_form textarea {
	float: left;
	display: block;
	height: 150px;
	width: 450px;
	margin-right: .5em;
	margin-bottom: .5em;
	color: #333;
	font-size: 1em;
	padding: 0 5px 0 5px;
	font-variant: normal;
	line-height: normal;
	background: #FFF;
	border: 1px solid #999;	
	}

.locatorWrap {
    background: url("../images/atmlocator_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 167px;
    margin: 5px 0 15px 10px;
    width: 223px;
}
.locatorTtl {
    padding: 9px 0 6px 12px;
}
.locator {
    font-size: 8pt;
    padding: 10px 0 0 15px;
}
.locator label {
    display: block;
    margin: 2px 0 0;
}


#appleBadge, #droidBadge, #kindleBadge{	-moz-border-radius: 0.4em; border-radius: .4em; margin:0 1em; }
/*-----------------------  COLUMNS  ----------------------------------*/


.float_left {
	float: left;
	}

.float_right {
	float: right;
	}

.col {
    width: 47%;
	margin-bottom: 1em;
	padding-right: 2%;
}

.col1 {
    width: 31%;
	margin-bottom: 1em;
	padding-right: 2%;
}

.col4 {
    width: 23%;
	margin-bottom: 1em;
	padding-right: 2%;
}
.col1span2 {
	width: 64%;
	margin-bottom: 1em;
	padding-keft: 2%;
}	

.col_content {
     margin: 0 0 1em 0;
}

.col_content h2 {
     font-family: Georgia, "Times New Roman", Times, serif;
     text-align: center;
     margin: 0 0 1em 0;
	 font-weight: normal;
	 color: #333;
}

.place_holder {
	max-width: 280px;
	height: auto;
}

.col_content a {
     text-decoration: none;
     color: #AE840C;
}

.col_content a:hover {
     text-decoration: underline;
     color: #000;
}

/*-------------------------- FOOTER --------------------------*/

#footer {
	 padding: 1.5em 0 1em 0;
	 border-top: 1px solid #000;
}

#footer-inner {
	width: 900px;
	margin: 0 auto;
	}

#copyright {
     float: left;
	 font-size: .9em;
	 color: #FFF;
	 font-weight:bold;
}

#copyright a, #regulatory-logos a{
     text-decoration: none;
     color: #FFF;
}

#copyright a:hover, #regulatory-logos a:hover{
     text-decoration: underline;
}

#regulatory-logos {float: right;}
.regulatory-logos {margin-right: 10px;}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: block;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}