﻿/*----------------------------
  Note: These styles only 
  only apply to the mainpage
  of the website.
------------------------------*/

.theBox
	{
		padding-right: 10px;
		border-right: 1px solid #ccc;
		margin-right: 10px;
		width: 175px;
		float: left;
		text-align: center;
	}

.theBoxParagraph
	{
		text-align:center;
	}

#last .theBox
	{
		padding-right: 0;
		margin-right: 0;
		border-width: 0;
	}


/* the main page boxes, but with a graphic background */

.theGraphicBox
	{
		padding-right: 10px;
		border-right: 1px solid #ccc;
		margin-right: 10px;
		width: 170px;
		float: left;
		text-align: center;
	}

.theGraphicBoxParagraph
	{
		text-align:center;
	}

#last .theGraphicBox
	{
		padding-right: 0;
		margin-right: 0;
		border-width: 0;
	}


/* the LOWER main page boxes, but with a graphic background */

.theLowerGraphicBox
	{
		padding-right: 10px;
		border-right: 1px solid #ccc;
		margin-right: 10px;
		width: 170px;
		float: left;
		text-align: center;
	}

.theLowerGraphicBoxParagraph
	{
		text-align:center;
	}

#lastLowerBox .theLowerGraphicBox
	{
		padding-right: 0;
		margin-right: 0;
		border-width: 0;
	}

