html, body{
margin:0;
padding:0;
background-color:#fff;
background-image: url('bg_tile_2.jpg');
background-repeat:repeat-x;
font-weight:bold;
text-align:center;
font-family: arial, helvetica, verdana, lucida, utopia, sans-serif;
font-size:12px;
}
input, label {
display: block;
width: 250px;
}
select {
display: block;
width: 250px;
}

br {
clear:left;
}
.submit {
width:250px;
}
table {
font-weight:bold;
font-size:13px;
font-family: 'trebuchet ms', arial, helvetica, verdana, lucida, utopia, sans-serif;
border:1px solid #0A3152;
}

td {
background-color:#dff6ff;
padding:10px;
}

td.even,th {
background-color:#fff;
padding:10px;
}

th {
background-color:#0000f0;
color:white;
padding:7px;
font-size:140%;
}

#pagewidth{
width:975px;
text-align:left;
margin-left:auto;
margin-right:auto;
}

#maincol{
margin-top:24px;
background-color: white;
float: right;
display:inline;
border: 1px solid black;
position: relative;
width:973px;
}
h1 {margin:20px;text-align:center;font-size:150%;}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
hr{width:80%;height:1px;}
a {
text-decoration: none;
color: #0000FF;
font-weight: bold;
font-size: 100%;
font-family: arial, sans-serif;
}
a:hover {
text-decoration: underline;
color: #0077ff;
}
.header {
width:auto;
text-align:center;
margin:12px;
background-color:#0A3152;
}
.links {
width:auto;
text-align:center;
margin:12px;
font-size:120%;
}
.adcal {
width:auto;
padding:0;
margin:25px;
clear:both;
}
.cal {
width:454px;
float:right;
padding-bottom:5px;
}
.zip {
width:454px;
height:254;
background-image: url('./gfx/grey.jpg');
background-repeat:repeat-x;
float:left;
padding-bottom:5px;
}
.adl {
width:454px;
height:254;
float:left;
padding-bottom:5px;
}
.adr {
width:454px;
height:254;
float:right;
padding-bottom:5px;
}
.bot {
width:auto;
height:280px;
}
.item {
height:160px;
margin:15px 20px;
border:1px solid #e0e0e0;
padding:5px;
}
.item img {
float:left;
margin:5px;
}
.item p {
padding:0px 10px 5px 288px;
font-family:'trebuchet ms',arial,sans-serif;
font-size:145%;
line-height:20px;
color:#07375B;
}