﻿.flashBox
{
    display: block;
    float: left;
    background: url(/images/canvas-white-flash.png) top left no-repeat;
    width: 710px;
    height: 289px;
    padding-bottom: 2px;
	border-bottom: 0px solid blue;
}

.homeBox
{
    display: block;
    float: left;
    width: 236px;
    height: 232px;
    border: 0px solid blue;
}

.homeBox1
{
    background: url(/images/canvas-white-top.png) top left no-repeat;
    width: 265px;
    height: 289px;
    padding-bottom: 2px;
	border-bottom: 0px solid green;
}

.homeBox2
{
    background: url(/images/canvas-red-med-pizza.png) top left no-repeat;
}

.homeBox3
{
    background: url(/images/canvas-green-med-pizza.png) top left no-repeat;
}

.homeBox4
{
    background: url(/images/canvas-white-med.png) top left no-repeat;
}

.homeBox5
{
    background: url(/images/canvas-white-bottom.png) top left no-repeat;
    width: 265px;
    height: 232px;
    margin-left: 2px;
}



.homeBox a, .homeBox a:hover
{
    display: block;
    color: #370101;
    text-decoration: none; 
    margin: 6px;
    padding: 17px;
    border: 0px solid blue;
}

.homeBox1 a
{
    width: 217px;
    height: 238px;
}

.homeBox2 a, .homeBox3 a, .homeBox4 a
{
    width: 188px;
    height: 170px;
}

.homeBox5 a
{
    width: 217px;
    height: 170px;
}

.homeBox h3
{
    padding: 5px 0px 3px 0px;
}

.homeBox p
{
    padding: 0;
    margin: 0;
}

.homeBox .link
{
    display: block;
    text-decoration: underline;
    color: #02821a;
    font-size: 11px;
    margin-top: 12px;
}

.homeBox .link:hover
{
    color: #970202;
}

/**** Customizations ****/

.homeBox1 h2
{
    margin-top: 120px;
    font-size: 22px;
}

.homeBox1 p
{
    margin-top: 6px;
}

.homeBox2 h2, .homeBox3 h2
{
    color: #fff;
}

.homeBox2 h3, .homeBox3 h3
{
    color: Yellow;
}

.homeBox2 img, .homeBox3 img
{
    margin: 12px 0px 0px 66px;
}

.homeBox5 p
{
    width: 200px;
}
