﻿
/* margin reset */
* {
   margin: 0;
   padding: 0;
}

body 
{
    background-color:#003366;
    font-family:Times New Roman;
    color:#000033;
}

table
{
    border-collapse:collapse;
}

h1, h2, h3
{
    margin:6px 0px;
}

h1
{
    font-size:1.9em;
}
h2
{
    font-size:1.2em;
}
h3
{
    font-size:1.0em;
}

.since1921
{
    font-style:italic;
}

p
{
    margin:16px 0px;
}

ul li
{
    list-style: none;
}

.indent
{
    margin-left:30px;
}

.center
{
    text-align:center;
}

.floatleft
{
    float:left;
    margin-right:3px;
}

.floatright
{
    float:right;
    margin-left:3px;
}

.map
{
    text-align:center;
    vertical-align:middle;
}
.map img
{
    border:1px solid #000066;
}

div#main
{
    background-color:#E1D6C5;
    border-top:3px solid #7A253C;
    border-bottom:3px solid #7A253C;
    margin:6px;
}

div#header
{
    height:156px;
}

div#logo
{
    position: absolute;
    left:0px;
    margin-left:7px;
}

div#banner
{
    color:#eeffff;
    background: #336699 url(images/phillybkg_top.jpg) no-repeat;
    margin-left: 179px;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 181px;
    height:156px;
}

div#bannertitles
{
    padding-top:14px;
    /* hack for cross-browser minimum width: */
    min-width:400px;
    width: auto !important;
    width: 400px;
}

div#headercontact
{
    position:absolute;
    top:20px;
    right:10px;
    width:200px;
}
div#headercontact ul
{
    list-style:none;
    margin:0px;
    padding:0px;
}

div#mainmenu
{
    position:absolute;
    top:104px;
    font-size:1.1em;
    font-weight:bold;
    width:800px;
    height:30px;
    padding-top:35px;
}
div#mainmenu ul
{
    padding:0px 0px 0px 30px;
}
div#mainmenu ul li
{
    list-style:none;
    display:inline;
    margin-right:30px;
}
/* fill up any space to the right side of menu with greyish background */
div#menusidepix
{
    position:absolute;
    right:6px;
    left:1087px;
    top:134px;
    height:30px;
    background:url(images/menusidepix.jpg) repeat-x;
}

a, a:visited
{
    color:#660000;
    text-decoration:none;
}
a:hover
{
    color:#000066;
    text-decoration:underline;
}


/* 3 column content layout
   Almost the classic 3-column layout, except that I have a single background image
   behind the center and right columns so there is a container div around them. */
div#leftcontent
{
    position:absolute;
    left:0px;
    top:186px;
    width:178px;
    margin-left:8px;
    background-color:#336699;
}

div#centerandright
{
    margin-left: 179px;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 181px;
    background: url(images/phillybkg_bot.jpg) no-repeat;
    /* hack for cross-browser minimum height: */
    min-height:480px;
    height: auto !important;
    height: 480px;
}

div#centercontent
{
    margin-right:181px;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-right:183px;
    padding:10px;
    border-right:2px solid #7A253C;
    /* hack for cross-browser minimum height: */
    min-height:480px;
    height: auto !important;
    height: 480px;
}

div#rightcontent
{
    position:absolute;
    right:10px;
    top:174px;
    width:180px;
}

div#rightcontent img
{
    text-align:center;
    margin:0px auto;
}

div.sidebaritem
{
    width:168px;
    margin:20px auto;
    padding:2px;
    background-color:#ffffee;
    text-align:center;
}
div.sidebaritem img
{
    border:none;
}

.orderform
{
    background-color:#f7f7f7;
    padding:5px;
}

table#ordertable
{
    border-collapse:separate;
}

.OrderListHeader
{
    background-color:#CFC9BB;
    font-weight:bold;
}

.requiredfield
{
    color:#336699;
    font-size:0.8em;
}

.ErrorMessage
{
    color:Red;
}

ul.contact
{
    list-style:none;
    margin:0px;
    padding:0px;
    font-size:1.0em;
}

table#contact
{
    width:90%;
}
table#contact td
{
    padding-bottom:10px;
    padding-right:10px;
}

div.subsection
{
    margin-bottom:20px;
}

div#aboutMS
{
    text-align:center;
    margin-top:6px;
}
div#aboutMS img
{
    border:none;
}

div.specialssection
{
    padding-bottom:10px;
    border-bottom:1px solid #000066;
    /* hack for cross-browser minimum height: */
    min-height:200px;
    height: auto !important;
    height: 200px;
}
div.specialssection img
{
    float:left;
    margin-right:8px;
}

div#footer
{
    font-size:0.7em;
    text-align:center;
    border-top:1px solid #000066;
}

