@charset "utf-8";

@media all and (max-device-width: 480px) {

/* Reset and Set */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 {	font-weight:normal; font-size:100%; }
a:focus { outline:none; }
img { border:none; }
table {	border-collapse:collapse; border-spacing:0; }
body, html { font-family:Arial, Helvetica, sans-serif; font-size:12px; background:url(images/diamondBg.png) #eed6b0; }
p { margin-bottom:10px; }
h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#000; margin-bottom:10px; border-bottom:solid 1px #cc9900; }

/* Containers */
#mobileHolder { width:92%; max-width:500px; margin:4px auto; background:#ffeada; border:double 6px #996600; -webkit-text-size-adjust:none; }
#banner { background:#8f654c; padding:4px; text-align:center; }
#content { padding:4px; }
#footer { padding:4px; background:#e4d5b6; text-align:center; color:#000; font-family:Verdana, Geneva, sans-serif; font-size:10px; clear:both; }
	#footer a { text-decoration:none; color:#000; }

/* Nav */
#navIcons { }
#navIcons ul { margin:0; padding:0; white-space:nowrap; }
#navIcons li { margin:2px 2px 6px 2px; padding:0; display:inline; list-style-type:none; min-width:65px; text-align:center; color:#FFF; font-weight:bold; font-size:11px; float:left; }
#navIcons a { color:#FFF; text-decoration:none; }

.back { display:block; width:60px; margin:2px auto; background-color:#8f654c; font-weight:bold; text-decoration:none; color:#FFF; font-weight:bold; text-align:center; padding:3px; }
.photo { width:260px; height:173px; margin:0px auto; background:url(images/tellersExterior.jpg) no-repeat center; clear:both; }
.pdf { font-size:10px; margin-left:10px; }
.list ul { margin:0; padding:0; }
.list li { margin:0; padding:0; margin-left:20px; list-style-type:disc; }

#gallery { text-align:center; }
#gallery ul { margin:0; padding:0; width:100%; height:320px; overflow:hidden; }
#gallery li { list-style:none; margin:0; padding:0; width:100%; background:#ffeada; }
#gallery li img { max-width:100%; height:auto; }
#gallery #next, #gallery #prev { display:inline-block; padding:10px; margin:5px; width:60px; }

#mobileHolder a:link, #mobileHolder a:visited { color:#000; }

}