﻿#frontPage 
{
	background-color:#66B9D7;
	background-image:url(../images/homepage/frontPagebottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	
	height:268px;
	padding:0px 8px 0px 8px;
}

#frontPagePhotos
{
	float:right;
	height:253px;
	border:1px solid white;	
}

#frontPageButtons 
{
	width:314px;
	margin:0px;
}

.frontPageButton 
{
	border:1px solid #ffffff;
}



/*----------------------- MIDDLE ---------------------------*/

#middleBoxes 
{
	margin-top:10px;
	width:100%;
	height:171px;
	clear:both;
}

.middleBox 
{
	background-image:url(../images/homepage/middleContentBox.gif);
	width:240px;
	height:171px;
	float:left;
}

.middleBoxSpacer
{
	margin-right:5px;
}

.middleBoxHeader 
{
	height:18px;

	margin-left:10px;
	margin-top:10px;
}

.middleBoxContent 
{
	width:225px;
	margin: 5px 5px 5px 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	height:130px;
}

/*----------------------- BOTTOM ---------------------------*/

#bottomBlueBox
{
	background-color:#66B9D7;	

	margin-top:10px;
	background-image: url(../images/homepage/frontPagebottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	color:White;
	height:140px;
}


.blueBoxTop 
{
	background-image:url(../images/homepage/frontPageTop.gif);		
	background-repeat:no-repeat;
	background-position:top left;	
	height:12px;
	margin:0px;
	background-color:#66B9D7;


}

.bottomBoxes
{
	float:left;
}

.bottomBox 
{
	width:240px;
	float:left;
	margin-bottom:10px;
}


.bottomBoxHeader 
{
	height:18px;
	margin-left:10px;
}

.bottomBoxContent 
{
	width:210px;
	margin: 5px 15px 5px 12px;
	height:120px;
}

.bottomBoxSeparator 
{
	border-right: 1px dashed white;
}