@charset "UTF-8";


/* HOME PAGE CALL OUTS */

#wrapper {
    width: 936px;
	height: 277px;
    margin: 11px;
	padding-bottom: 15px;
}

.questionsincallouts { 
    padding: 5px 10px 0 10px;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.questionsincallouts a:link, .questionsincallouts a:visited { 
	color:#000000;    
}
.questionsincallouts a:hover { 
	color:#DA0305;    
}

#section1 {
    float: left;
    background: #fff;
    width: 462px;
}

    #column1 {
        float: left; /* Sets this column to the left inside its section */
        background: #B7C1D1;
        width: 226px;
		height: 277px;
		border-top: 18px #192A64 solid;
    }

    #column2 {
        float: right; /* Sets this column to the right inside its section*/
        background: #B29EA6;
        width: 226px;
		height: 277px;
		border-top: 18px #7E0829 solid;
    }

#section2 {
    float: right; /*Sets this sectionto the right */
    background: #fff;
    width: 462px;
}

    #column3 {
        float: left; /* Sets this column to the left inside its section */
        background: #B0C2A3;
        width: 226px;
		height: 277px;
		border-top: 18px #669933 solid;
    }

    #column4 {
        float: right; /* Sets this column to the right inside its section*/
        background: #AFADC6;
        width: 226px;
		height: 277px;
		border-top: 18px #4D2B78 solid;
    }


/* EVENTS CALL OUTS */

#wrapper1 {
    width: 700px;
	height: 277px;
    margin: 11px 0px 11px 20px;
}

.questionsincallouts1 { 
    padding: 5px;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.questionsincallouts1 a:link, .questionsincallouts1 a:visited { 
	color:#000000;    
}
.questionsincallouts1 a:hover { 
	color:#DA0305;    
}

#section3 {
    float: left;
    background: #fff;
    width: 349px;
}

    #column5 {
        float: left; /* Sets this column to the left inside its section */
        background: #B7C1D1;
        width: 173px;
		height: 277px;
		border-top: 18px #192A64 solid;
    }

    #column6 {
        float: right; /* Sets this column to the right inside its section*/
        background: #B29EA6;
        width: 173px;
		height: 277px;
		border-top: 18px #7E0829 solid;
    }

#section4 {
    float: right; /*Sets this sectionto the right */
    background: #fff;
    width: 348px;
}

    #column7 {
        float: left; /* Sets this column to the left inside its section */
        background: #B0C2A3;
        width: 173px;
		height: 277px;
		border-top: 18px #669933 solid;
    }

    #column8 {
        float: right; /* Sets this column to the right inside its section*/
        background: #AFADC6;
        width: 172px;
		height: 277px;
		border-top: 18px #4D2B78 solid;
    }

