/************************  SCREEN STYLES **********************************/

/*________________________GROUND RULES__________________________________*/

html   {
         font-size: 100.01%; /* prevent extreme font resizing in IE */
         }

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: helvetica, arial,sans-serif;
    font-size: 12px;
    color: #1f1f1f;
    
    height: 101%; /*The 101% vs. 100% causes a virtical scrollbar in all cases and thus prevents page shift - Remove this line if you don't want a scrollbar*/
    }
		
body, p, ul, li, h1, h2, h3, h4, form, html, input, img, a { /*Starts you off with no padding or margin which you can add later on a more specialized basis.*/
    margin:0; 
    padding:0; 
    } 

table, td { margin:0; padding:0; border-spacing: 0px; border-collapse:collapse; text-align:left; } /*This equates too: <table cellspacing="0" cellpadding="0" border="0"> thus, in your HTML your table tags can look like this <table>... </table>. Warning: if you're accommodating IE MAC use: <table cellspacing="0">... </table> */

img, a img, a:link img, a:visited img {border:none; background:none;} /* remove border from images and linked images */    

/* Default links */
a:link { color: #C24734; text-decoration: none;}
a:hover { color: #C0320C; text-decoration: underline;}
a:visited { color: #BF856A; text-decoration: none;}
a:visited:hover { color: #C0320C; text-decoration:underline;}

p {
    padding-bottom:12px;
    line-height:1.4em;
    }

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h2, .header2, .header {
    font: normal 18px/1em arial, helvetica, sans-serif;
    color:#005595;
    padding-bottom:5px;
    }

p.header2
{
    padding-bottom:12px;
}

h4 {
    padding:4px 0 12px 0;
    color:#777;
    }


/*________________________SHARED STYLES__________________________________*/


/*____START THE SITE WRAP AND SPECIFIC CONTENT STYLES____*/

#top_orange {
    display:none;
    }

#centerCol {
    position: relative;
    width:670px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff url(/images/leaf.png) top right no-repeat;
	}

#hed {
    background: #fff;
    }

#form_wrap {
    display:none;
    }

#search {
    display:none;
    }

.dropdown, .dropdown-horizontal {
    display:none;
    /*visibility:hidden;*/
    height:0;
    }


#content_bar {
    clear:both;
    width:670px;
    background:#055998;
    height:4px;
    }

/*________________________HOME ONLY STYLES__________________________________*/


/*__________________end HOME STYLES______________________*/
#footer {
    clear:both;
    padding: 0;
	}

/*FOOTER FONT STYLES*/
#footer ul, #soc_wrap, #copyright {
font-size:11px;
color:#C34835;
}

#footer ul {
    display:none;
	} 

#soc_wrap {
    display:none;
    }
	
#copyright {
	width:670px;
	color:#cccccc;
	padding:6px 0 0 0;
    }
/*________________________INSIDE ONLY STYLES__________________________________*/

#in_wrap {
    width:670px;
    background: none;
    }

#left_col {
    display:none;
    } 

#content {
    background-image:none;
    width:670px;
    padding:0 0 12px 0;
    }  

#content ul, #content ol {
    padding: 0 0 0 16px;
    margin: 0;
    }

#content ul {
    list-style-type: none;
    padding-bottom:12px;
    }

#content ul li, #content ol li {
    line-height: 1.4em;
    }

#content ul li, #content ol li  {
    background-image: url(/images/bullet_blu.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-left: 1.5em;
    padding-bottom:6px;
    }

#content ol {
    padding: 0 0 12px 36px;
    margin: 0;
    }

#content ol li {
    background:none;
    padding-left: .3em;
    }   

/*FOR REASONS OF INHERITENTS #breadcrumb MUST COME AFTER #content ul STUFF*/
#breadcrumb { 
    text-align:right;
    vertical-align:bottom;
    padding:15px 15px 17px 0;
    }

#breadcrumb a:visited { color: #C24734; text-decoration: none;}
#breadcrumb a:visited:hover { color: #C0320C; text-decoration: underline;}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size:11px;
	} 

#breadcrumb ul li {
	margin: 0;
	padding: 0 4px 0 7px;
	border-left: 1px solid #666;
	display: inline;
	color: #333;
	background-image: none;
	} 

#breadcrumb ul li.first {
	margin: 0;
	border-left: none;
	padding-left: none;
	}
    
#bottom_curve, #bottom_line {
    display:none;
    clear:both;
    margin:0;
    padding:0;
    }

#bottom_curve {
    height:1px;
    }
    
#bottom_line {
    height:2px;
    background:#72A059;
    }
    
#promo_wrap {
    display:none;
    }
    
/*____________________________________ FORM STYLES ___________________________*/




/*____________________________________ BUSINESS SAVINGS STYLES ___________________________*/
#Row1columnContainer {
    float:left;
    width:100%;
    border-bottom: solid 1px #cdcdcd;
    padding:0 0 10px 0;
}
#Row1col1 {
    float:left;
    width:350px;
    padding:0px 10px 10px 0;
}
#Row1col2 {
    float:left;
    width:310px;
    padding:0px 0px 10px 10px;
    
}


#Row2columnContainer {
    float:left;
    width:100%;
     padding:10px 0 10px 0;
}
#Row2col1 {
    float:left;
    width:350px;
    padding:10px 10px 0px 0;
}
#Row2col2 {
    float:left;
    width:310px;
    padding:10px 0px 0px 10px;
    
    
}


#Row3columnContainer {
    float:left;
    width:100%;
    padding:10px 0 10px 0;
    border-top: solid 1px #cdcdcd;
}
#Row3col1 {
    float:left;
    width:350px;
    padding:10px 10px 0px 0;
}
#Row3col2 {
    float:left;
    width:310px;
    padding:10px 0px 0px 10px;
    
}


.bizLogo {
    margin:0;
    border: none;
    padding-bottom:10px;
    padding-top:10px;
}





