﻿/* Create Multimedia Holding Page - January 2009 */

/* Zeroing */
html, body, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset
{
margin: 0;
padding: 0;
border: 0;
}
body 
{
    padding-bottom:40px;
    font-family:Arial;
}

/* Table styles - class per column */
.left 
{
    width:4%;
}
.middle 
{
    width:90%;
}
.right 
{
    width:4%;
}

/* Text added to holding page below the image */
#holdingMenu 
{
    list-style:none;
    padding:0px;
}
#holdingMenu li a
{
    color:#F18E00;
    text-decoration:none;
    font-weight:bold;
}
#holdingText 
{
    width:866px;
    margin-left:auto;
    margin-right:auto;
}
#holdingText h1
{
    font-size:14px;
    margin:16px 0px;
}
#holdingText h1 a 
{
    color:#000;
    text-decoration:none;
}
#holdingText h2 
{
    font-size:12px;
}
#holdingText h3 
{
    font-size:12px;
    margin-bottom:12px;
}
#holdingText p 
{
    font-size:12px;
    margin-bottom:12px;
}
#holdingText ul 
{
    font-size:12px;
}
#holdingText p.testimonial 
{
    margin-bottom:4px;
}
.returnToTop
{
    color:#F18E00;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
}