@charset "utf-8";
/* CSS Document */




body {
	font-size: 16px;
	color: #666;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	
}

h1 {font-size: 30px;
	color: #666;
	line-height: 45px;
}

.wrapper {width: 1000px; margin: 0px auto;}

.header {text-align: center; margin-bottom: 30px;}

.style1 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.updateInfo
{
width:100%;
padding:10px 10px 10px 0px;
}

ul {
list-style-type: none;
width: 100%;
margin: 0px;
padding: 0px;
padding-top: 14px;
text-align: center;
}

li {
display: inline;
width: 25%;
color: #fff;
}

li a{
width: 100%;
border-right: 1px solid #fff;
color: #fff;
padding: 15px;
text-decoration: none;
}

li a:link{
color: #fff;
text-decoration: none;
}

li a:hover{
color: #fff;
text-decoration: none;
background-color: #1b3e7d;
}

li a:visited{
color: #fff;
text-decoration: none;
}

.navHeader {width: 100%; height: 50px; background-color: #034893;}
.navHeader .navBar {width: 100%; height: 50px; text-align: center;}

.navHeaderTest {width: 100%; height: 50px; background-color: #E4E4E4;}
.navHeaderTest .navBarTest {margin: 0px auto; padding: 20px; width: 1000px; text-align: right;}
.navHeaderTest .navBarTest a:link {color: #515151; text-decoration: none;}

a:link {color: #515151; text-decoration: none;}
a:hover {color: #515151; text-decoration: underline;}
a:visited {color: #515151;}

.boxTop
{
background-image:url('https://www.thetollfreestore.com/updates/imgages/blueGradient.jpg');
background-repeat:repeat-x;
background-position:center;
height:52px;
font-weight:bold;
font-size:16px;
color:#FFF;
vertical-align:middle;
padding-left:13px;
}
.updateTitle
{
color:#000000;
font-weight:bold;
font-size:16px;
padding-left:4px;
padding-top:10px;
}
.updateBody
{
font-size:16px;
line-height: 24px;
font-weight:normal;
padding-left:3px;
}
.titleHeader{
	color:#bb0200;
	font-size:18px;	
	font-weight:bold;
}
.allInfo
{
background-color:#FFFFFF;
width:97%;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border-left:1px solid #cfcfcf; 
border-right:1px solid #cfcfcf; 
border-bottom:1px solid #cfcfcf;
}


