@import url(/_css/templates/default.css);

@media screen {
	
	div#middle_inset
	{
		padding: 10px 10px 0 0;
	}
	
	div#online_banking_login p.center {
		margin-bottom: 10px;
	}
	
	div#left_sidebar_random_ads {
		height: 146px;
	}
	
	div#left_sidebar_random_ads div#ad_0 {
		top: 0px;
	}
	
	div#left_sidebar_random_ads div#ad_1 {
		top: 74px;
	}
	
	
	table#promos {
		border-width: 0 1px 1px 0;
		border-color: #CCC;
		border-style: solid;
		height: 224px;
	}
	
	div#splash_image {
		margin-top: 0px;
	}
	
	div#splash_image img {
		float: left;
	}
	
	table#promos td#right_ads {
		width: 167px;
		padding: 8px;
	}
	
	div#right_sidebar_random_ads div {
		height: 95px;
		width: 155px;
	}

	div#right_sidebar_random_ads div img {
		float: left;
	}
	
	div#right_sidebar_random_ads div#right_ad_0 {
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: 1px solid #CCC;
	}
						
	table#home_bottom_right {
		width: 100%;
	}
	
	table#home_bottom_right td {
		padding: 10px;
		padding-right: 0;
	}
	
	table#home_bottom_right td div {
		padding-right: 10px;
		border-right: 1px dotted #CCC;
	}
	
	table#home_bottom_right td.right {
		float: none;
		width: 182px;
	}
	
	table#home_bottom_right td.right div {
		padding-right: 0;
		border: none;
	}
	
	table#home_bottom_right td.right h1 {
		margin-bottom: 0;
	}
	
	table#home_bottom_right p {
		line-height: normal;
		margin-bottom: 10px
	}
	
	table#home_bottom_right h1 {
		border: 1px solid #CCC;
		background-color: #EEE;
		color: #333333;
		font-size: 12px;
		line-height: 18px;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	
	table#home_bottom_right td.right div#news_and_information {
		width: 175px;
		height: 65px;
		border: 1px solid #CCC;
		border-top: none;
		padding: 5px;
		overflow: auto;
	}
	
	div#special_announcement {
		font-size: 11px;
		font-style: italic;
	}
	
	div#special_announcement_inset {
		padding: 10px;
	}

}