﻿html 
{
    font-size: 100%;
}
body 
{
    margin:0px;
    padding:0px;
    font: 0.7em/1em Verdana, Arial, sans-serif; 
    /* This creates a roughly 9pt/11px font size that can be adjusted via browser settings */
    /* define base font size- all other font sizes set as ems */
	text-align:center;
}

#everything 
{
    position:relative;
    width:970px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

#wrapper 
{
    width:970px;
    padding-left:10px;
    padding-right:4px;
    border-left: 1px solid #A2C827; /* Iian - this is just temp*/
    border-right: 1px solid #A2C827; /* Iian - this is just temp*/
    padding-bottom:10px;
}
html>body #wrapper 
{
}

#footer 
{
    text-align: center;
    color: #A2A2A2;
    margin-top: 2px;
    border-top: 1px solid #C9C9C9;
}
#footer p 
{
    font-size:1em;
    color:#A2A2A2;
    margin: 5px 5px 0px 5px;
}
#footer a:link, #footer a:visited {
	color: #A2A2A2;
	text-decoration: none;
}
#underFooter a:link, #underFooter a:visited {
	color: #A2A2A2;
	text-decoration: underline;
}
#footer a:hover,
#underFooter a:hover {
	color: #C50041;
	text-decoration: underline;
}
#underFooter 
{
    font-family: Verdana, Arial, Sans-Serif;
    position:relative;
    width:975px;            
    width/**/:/**/983px;     /* ... overwritten in IE6 */
    padding-left:1px;
    padding-right:1px;
    top:-11px;
    left:50%;
    margin-top:0px;
    margin-left:-493px;            
    text-align: center;
    color: #A2A2A2;
    font-size:0.9em;
}
html>body #underFooter
{
    width:975px;
    margin-top:0px;
    margin-left:-485px;
}


#underFooter_cornerLeft 
{
    position:absolute;
    float:left;
    left:0;
}
#underFooter_middle 
{
    background-image: url(../_media/footer_middle.gif);
    background-repeat: repeat-x;
    background-position: top left;

}
#underFooter_middle p 
{
    width:100%;
    padding-top:15px;
}
#underFooter_middle .contact 
{
    font-size: 1.1em;
}

#underFooter_cornerRight 
{
    position: absolute;
    float:right;
    right:-12px;
    right/**/:/**/-2px;
    clear:both;
}

html>body #underFooter_cornerRight 
{   /* Mozilla Firefox hack */
    position: absolute;
    float:right;
    right:0px;
    right:-9px;     
    clear:both;
}

hr 
{
    height: 1px;
    border-top: 1px solid #A2C827;
    padding-bottom:0px;
    margin-bottom:0px;
}


H1 {
	font-size: 160%;
	color: #06798A;
	font-weight: bold;
	border-bottom: 1px dashed #7DBAAA;
	line-height:normal;
}

H2, .h2 {
	font-size: 140%;
	color: #044E59;
	font-weight: bold;
	line-height:normal;
   	
}

H3 {
	font-size: 135%;
	color: #044E59;
	border-bottom: #7DBAAA 1px dashed;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px;
	line-height:normal;
}
H4 {
	font-size: 110%;
	color: #06798A;
	font-weight: bold;
}
H5 {
	font-size: 100%;
	color: #CCC;
	font-weight: bold;
}

input,select,option
{
   font: 1em Verdana, Arial, sans-serif;
}

.pinHeaderText
{
	padding-left: 2px;
}

.listBodyHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #006666;
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.getDirections
{
	text-align: right;
}

a.getDirections
{
	font-size: 10px;
	font-weight: bold;
	color: #006666;
	background-color: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.listBodyText
{
	padding-left: 5px;
}

.listLabel
{
	text-align: left;
	vertical-align: top;
	width: 100px;
}

.listData
{
	text-align: left;
	vertical-align: top;
}

#top-section
{
    background-color:#FFF;
    margin-left:-10px;
    margin-right:-4px;
	height: 65px;
	border-bottom: 1px solid #A2C827;
}

#bankLogo
{
    float:left;
    padding-top:12px;
    padding-left:12px;
}

#callUsNumber
{
    float:right;
    padding-top:29px;
    padding-right:6px;
}

#mid-section 
{
	margin: 10px;
	padding: 0px;
	color: #000000;
}

#middle-section td
{
	vertical-align: top;
}

#bottom-section
{
	height: 40px;
	padding-top: 10px;
}

#bottom-section img
{
	float: right;
}
#updateProgressWrapper {text-align:center; z-index:100; background-color:White;  height:100%;  width:100%;  height: expression(document.body.clientHeight + "px"); width: expression(document.body.clientWidth + "px"); vertical-align:middle; z-index:100;  position:absolute; top:0px; left:0px;background-color:white; opacity:0.7;filter:alpha(opacity=70);}
#updateProgressWrapper img { position: relative; top: 200px; }
.button
{
    background-color:#006f66;
    color:#ffffff;
    font-weight:bold;
    font-size:1em;
    border-radius:3px; /* CSS 3.0 */
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-decoration:none;
    padding-top:5px;
    padding-left:7px;
    padding-right:7px;
    padding-bottom:5px;
}
