/* DEFAULT HEADLINES */

h1, h2, h3, h4
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    margin-bottom: 1em;
    margin-top: 1em;
}

h1
{
    font-size: 1.4em;
    text-transform: uppercase;
}

h2
{
    font-size: 1.2em;
    text-transform: uppercase;
}

h3
{
    font-size: 1em;
}

h4
{
    font-size: .9em;
}

/* DEFAULT TEXT */

p
{
	font-size: 1em;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	margin-top: .3em;
	margin-bottom: 1.2em;
	line-height: 150%;
}

li
{
    margin-bottom: 5px;
}

blockquote
{
    margin-left: 1em;
    padding-left: .75em;
}

#mainContent ul. ol
{
    margin-left: 40px;
    font-size: 12px;
    font-family: Arial, Helvetica, "Trebuchet MS" , sans-serif;
    margin-bottom: 10px;
}


/*----------------------- CALL OUT BOX -----------------------*/

.ThreeCallOuts
{
    clear: both;
    margin-bottom: 1em;
    margin-top: 1em;
}
.CallOutBox
{
	position: relative;
	width: 190px;
	float: left;
	padding-top: 16px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url(images/CallOutBoxBG.jpg);
	margin-left: 0px;
}

.CallOutBox .Photo
{
    width: 180px;
    text-align: center;
    height: 70px;
}

.CallOutBox .Title h2
{
	margin-top: 6px;
	margin-bottom: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

.CallOutBox .Description p
{
	font-size: 1em;
	line-height: 150%;
}
.CallOutBox .Description a
{
    color: #336666;
}
.CallOutBox .Description a:hover
{
    color: #000000;
}



/*----------------------- IMAGE CALL OUTS -----------------------*/

.ImageCallOuts
{
    clear: both;
    margin-bottom: 1em;
    margin-top: 1em;
}
.ImageCallOutBox
{
    background: url('../../media/images/CallOutBoxBG.jpg') no-repeat left top;
    position: relative;
    width: 190px;
    float: left;
    padding-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.ImageCallOutBox .Photo
{
    width: 180px;
    text-align: center;
}

.ImageCallOutBox .Description p
{
    font-size: .7em;
    line-height: 130%;
}
.ImageCallOutBox .Description a
{
    color: #336666;
}
.ImageCallOutBox .Description a:hover
{
    color: #000000;
}
#wrapper #bottom {
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	width: 900px;
}
