@charset "utf-8";
/* CSS Document */

body {
background-color: #FFF;
color: #000;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
min-width: 970px;
font-size: 100%;
padding: 0;
}


#wrapper {
margin: 0px auto;
width: 100%;
display:table;
border-spacing: 3px;
border-collapse: separate;
}


#firefox-bug-fix {
display:table-row;
}


#masthead {
	padding: 27px 3px 10px 211px;
}


.columns {
display: table-cell;
border: 1px solid #000;
vertical-align: top;
line-height: 1.5em;
}


#c1, .c1 {
background-color: #3c5082;
color: #FFF;
padding: 20px;
width: 180px;
min-width: 180px;
font-size: .7em;
background-image: url(images/columns_blue.jpg);
background-repeat: no-repeat;
}


#c2, .c2 {
background-color: #FFF;
width: auto;
padding: 20px 32px;
font-size: .8em;
}


#c3, .c3 {
background-color: #D7D7D7;
width: 180px;
min-width: 180px;
padding: 20px;
font-size: .7em;
background-image: url(images/columns_gray.jpg);
background-repeat: no-repeat;
}


h1, h2, h3 {
font-size: 1.35em;
text-transform: uppercase;
letter-spacing: 0.35em;
margin: 0px;
font-weight: normal;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


h2, h3 {
font-size: 1.1em;
margin: 30px 0 0 0;
font-weight: bold;
letter-spacing: normal;
}


h2.topper, h3.topper {
margin: 0;
}


p {
margin: 6px 0 12px 0;
}


.footer {
font-size: .65em;
text-transform: uppercase;
letter-spacing: 0.25em;
} 