/* 
    Document   : closed-sites
    Created on : May 17, 2012, 2:39:56 PM
    Author     : Ben
*/
* { margin: 0; padding: 0; }

body {
    background: url('../closed-bg.jpg');
    font: normal 13px/20px Arial, Helvetica, sans-serif;
    color: #7b7c7f;
    margin: 150px 0 0 0;
    padding-bottom: 25px;
}   

@font-face {
    font-family: 'RockwellRegular';
    src: url('rock-webfont.eot');
    src: url('rock-webfont.eot?#iefix') format('embedded-opentype'),
         url('rock-webfont.woff') format('woff'),
         url('rock-webfont.ttf') format('truetype'),
         url('rock-webfont.svg#RockwellRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


p {margin: 0 0 5px 0;}

a { color: #4560a2; border-bottom: 1px dotted #4560a2; text-decoration: none; }
a:hover { color: #5f7bbf; border: none; text-decoration: none; }

img, a img {border: none;}

.columns_1 {float: left; width: 95px;}
.columns_2 {float: left; width: 220px;}
.columns_3 {float: left; width: 345px;}
.columns_4 {float: left; width: 470px;}
.columns_5 {float: left; width: 595px;}
.columns_6 {float: left; width: 720px;}
.columns_8 {float: left; width: 970px;}


.margin-right_30 {margin-right: 30px;}
.margin-bottom_40 {margin-bottom: 40px;}
.margin-bottom_30 {margin-bottom: 30px;}

.float_none { float: none; }

h1 {
    font-family: RockwellRegular;
    color: #3a4150; font-size: 64px;
    font-weight: normal;
    display: block;
}
h2 {
     font-family: RockwellRegular;
     color: #3a4150; font-size: 34px;
     font-weight: normal;
     display: block;
}

