p{
    font-size:13px;
} 

li{
    font-size:12px;
    color:#828282;
    list-style:none;
}

a           { color:#3582a4; text-decoration:none; }
a:link      { text-decoration:none; }
a:visited   { text-decoration:none; }
a:hover     { text-decoration:underline; }
a:active    { text-decoration:none; }

.clear-fix{
    clear:both;
}

body{
    background:#010e14 url("../images/background.jpg") top center repeat-y;
    margin:0;
    padding:0;
    font-family:Myriad Pro, Arial, Sans-serif;
    font-size:12px;
    color:#3582a4;
}

div#headerWrap{
    background:#010e14 url("../images/headerBackground.png") bottom no-repeat;
    width:100%;
    height:100px;
    margin-top:0px;
}

div#header{
    width:736px;
    margin:0 auto;
}

div#headerLeft{
    background:url("../images/headerLogo.png") center left no-repeat;
    width:413px;
    height: 100px;
    float:left;
    display:block;
}

div#headerRight{
    margin-top:48px;
    margin-right:5px;
    width:318px;
    color:#828282;
    float:left;
    text-align:right;
    display:block;
    font-size:11px;
}

div#headerName{
    color:#7c93a0;
}

div#headerLocation{
    color:#7c93a0;
}

div#mainBodyWrap{
    width:747px;
    margin:0 auto;
    margin-bottom:20px;
}

div#mainBodyOuter{
    background:url("../images/bodyTop.png") top center no-repeat;
    width:747px;
    margin-top:10px;
    padding-top:33px;
}

div#mainBodyInner{
    background:url("../images/bodyBottom.png") bottom no-repeat;
    width:747px;
    padding-bottom:33px;
}

div#mainBodyCenter{
    background:url("../images/bodyContent.png") top center repeat-y;
    width:747px;
}

p#underConstruction{
    display:inline;
    color:#3d6d86;
    font-size:14px;
}

p#underConstructionContact{
    display:inline;
    color:#3d6d86;
    font-size:12px;
}

div#logo{
    margin-top:10px;
     margin-bottom:15px;
}

contentPointInfo{
    margin-top:40px;
    color:black;
}

div#flockImage{
    text-align:center;
    padding-top:5px;
}

div#copyright{
    text-align:center;
    color:#3d6d86;
    font-size:10px;
    margin-top:20px;
}