﻿.category_box
{
	float:left;
	width:600px;
}

.sep_box
{
	float:left;
	width:2px;
	height:530px;
	background-image: url('../images/home_menu_sep.jpg');
	background-repeat:repeat-y;
}

.right_box
{
	float:left;
	width:93px;
	margin-left:25px;
}

	.right_box .icon
	{
		margin-bottom:0px;
	}

	.right_box .iconText
	{
		text-align:left;
		margin-bottom:15px;
		font-size:0.9em;
	}

		.right_box .iconText a
		{
			text-decoration:none;
			color:#000;
			font-weight:bold;
		}

#linksSepBox
{
	clear:both;
	float:left;
	margin-top:10px;
	width:710px;
	height:6px;
	background-image: url('../images/home_article_sep.jpg');
	background-repeat:repeat-x;
}

#linksBox
{
	clear:both;
	float:left;
	padding-top:20px;
	padding-left:3px;
	width:707px;
	height:230px;
	background-color:#eeeeee;
}

.articleBox
{
	float:left;
	width:173px;
	height:200px;
	margin-left:2px;
	background-color:#eeeeee;
}

	.articleBox .articleBoxTitle
	{
		color:#ffffff;
		font-size:1.3em;
		font-weight:bold;
		text-align:center;
		margin-top:4px;
		width:173px;
		height:20px;
		overflow:hidden;
	}

		.articleBox .articleBoxTitle a
		{
			color:#ffffff;
			text-decoration:none;
		}

	.articleBox .articleBoxImage
	{
		width:173px;
		height:92px;
		text-align:center;
		margin-top:1px;
		overflow:hidden;
	}

	.articleBox .articleBoxText
	{
		color:#ffffff;
		font-size:0.8em;
		line-height:1.0;
		margin:2px 0px 0px 10px;
		width:155px;
		height:60px;
		overflow:hidden;
	}
	
	.articleBox .articleMoreText
	{
		width:162px;
		text-align:right;
	}

		.articleBox .articleMoreText a
		{
			color:#ffffff;
			text-decoration:none;
			font-size:0.9em;
		}

#testimony
{
	clear:both;
	float:left;
	width:670px;
	padding:10px 20px 20px 20px;
	background-color:#eeeeee;
}
	#testimony .quoteText
	{
		color: #000;
	}

	#testimony .quotePerson
	{
		color: #000000;
		font-weight:bold;
	}
	
.catTitle, .catTitle A
{
	text-decoration:none;
    font-weight:bold;
    color:#000;
}

.catCount
{
    color:#000;
    font-weight:bold;
}

.catDivide
{
    background-image:url('../images/cat_divide.gif');
    background-repeat:no-repeat;
    width:164px;
    height:5px;
    margin-top:2px;
}

.featureHeaderA
{
    color:#444466;
    font-weight:bold;
    font-size:1.3em;
    margin-bottom:5px;
}

.featureHeaderB
{
    color:#6f7b63;
    font-weight:bold;
    font-size:1.3em;
    margin-bottom:5px;
}

.displayCats
{
	font-size:0.9em;
}

.displayCats a
{
	text-decoration:none;
	color:#75c7d1;
}
