/* CSS Document */
body{
	background-color: #356982;
    background-image: url("images/dropshadow.png");
    background-position: center center;
    background-repeat: repeat-y;
    font-family: "Open Sans";
    height: 100%;
    margin: 0;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6{font-family: "Open Sans";font-weight:normal}
h1{font-size:1.75em;color:#1F4359}
h2{font-size:1.50em;}
h3{font-size:1.25em; text-decoration:underline;}
h4{font-size:1em;}
h5{font-size:1em;}
h6{font-size:1em;}

hr{background-color:#ccc; color:#ccc; border:none;}

li{
	margin-top:10px;
	list-style-image:URL('images/listBullet.png');
}
#container{
	width:960px;	
	margin:auto;
	height:100%
}

#header{
	width:960px;
	background-image:URL('images/logo.jpg');
	background-repeat:no-repeat;
	background-position: right;
	height:154px;
	
}
#login{
	background-image:URL('images/loginbg.jpg');
	background-repeat:no-repeat;
	width:205px; 
	height:154px;
	padding-left: 10px;
}
#login a{
	color: #fff;
}
	#login p {
		margin: 0 auto;
	}
	#login .headerOLB {
		color: #356982;
		font-family: "Open Sans";
		font-size: 30px;
		font-style: italic;
		text-shadow: 3px 3px 5px #666;
	}
#address{
	font-family: "Open Sans";
	text-align:center;
	font-size:16px;
	}

#navigation{
	/* Background for Navigation */
	background: URL('images/nav_BackGround.png') no-repeat;
	width:inherit;
	height:35px;
	padding-top:5px;
	margin-bottom: -6px;
}
#navigation a{
	color:white;
	font-size:18px;
	/*margin:55px 30px 0px 30px;*/
	display: inline-block;
	width: 150px;
	text-align:center;
	text-decoration:none;
}
#center{
	width:inherit;
}
#centerLeft{
	/* Drop Shadow for Left Navigation */
	background-image: URL('images/leftNav_background.png');background-position:right top; background-repeat:no-repeat;
	float:left;
	width:220px;}
	
#featuredRates{
	width:208px;
	height:165px;
	border:1px solid black;
	margin-top:3px;
	margin-left:3px;
	vertical-align:text-bottom;
	background-color:white;
}
#featuredRatesTable{
	width:100%; 
	border-collapse:collapse;
	margin-left:10px;
	color:#1F4359;	
}
#featuredRates a{
	color:#5B798C;
}
#featuredRates a:hover{
	color:#969981; 
}
#featuredRatesTitle{
	/*Featured Rates Background Color*/
	background-color:#427378;
	color:white;
	width:100%;
	text-align:center;
	font-weight:bold;		
}
#leftNav p{
	float:left; 
	margin:0px; 
	padding-top:10px;
	}
#leftNav img{
	float:left
}
/*Navigation Link Colors*/
#leftNav a{
	color:#1B435C; 
	height:45px;
}
#leftNav a:hover{
	color:#969981; 
	text-decoration:underline;
}
.navButton{
	font-size:18px;
	font-family: "Open Sans";
	height:55px;
	padding-top:1px;
	cursor:pointer;	
	width:100%;
	padding-left:10px;
}
#centerRight{
	width:728px;
	float:right;
	padding:5px;
}
/*Content Link Colors*/
#centerRight a{
	color:#417278;
}
#centerRight a:hover{
	color:#969981; 
}
#copyright{
	float:right;
	text-align:right;
	font-size:11px;
	margin:10px 10px 0px 0px;	
}
.productBlock{
	width: 50%;
	float: left;	
	height: 350px;
}
.productBlock p,h2{
	padding: 0px 10px;	
}
.productBlock img{
	display: block;
	margin: auto;	
}
/****************/
/*****RATES******/
/****************/
		#rates_container{
			
		}
		.rates_effective{
			clear: both;	
		}
		.rates_nav{
			clear: both;	
		}
		.rates_button{
			margin: 10px;
		}
		.rates_table{
			width: 100%;
			border-collapse: collapse;
		}
		.rates_header{
			 background-color: #fff;
			color: #427378;
			font-family: "Open Sans";
			font-size: 19px;
			font-weight: bold;
			padding-top: 25px;
		}
		.rates_title{
			background-color: #427378;
			color: white;
			font-size: 14px;
			font-weight: bold;
		}
		.rates_bold{
			font-weight: bold;
		}
		.rates_notes{
			font-size: 0.75em;
			font-style: italic;
		}
		.rates_subheader{
			background-color: #fff;
			color: #014a43;
			font-family: "Open Sans";
			font-size: 16px;
			font-weight: bold;
			padding-top: 25px;
			text-decoration: underline;
		}
		.rates_linespace{
		}
		.rates_aRow{
			background-color: #D0E2DF;
		}
		.rates_standard{
			padding: 3px;
			
		}
	/****************/
	/******News******/
	/****************/
		.news_title{
			font-weight: bold;
			margin: 1em 0;	
			color: #356982;
		}
		.news_title p{
			margin: 0;	
			display: inline;
		}
		.news_details{
			
		}
