/********************* Begin: Outer div container with borders ****************/

.homepageDir {
	display: block;
	width: 236px;
	height: auto;
	color: #000000;
	background-color: #F4F4F4;
	background-image: url("../../../images_css/homepage_dir_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border: 1px solid #DFDFDF;
}

/*********************** End: Outer div container with borders ****************/

/********************** Begin: Inner div container with margins ***************/

.homepageDirInside {
	display: block;
	width: 213px;
	height: auto;
	margin: 6px 8px 8px 10px;
}

/********************** End: Inner div container with margins *****************/

/* Redefine the main heading */

.homepageDir .homepageDirInside .heading {
	display: block;
	width: 213px;
	height: auto;
	font-size: 0.95em;
	font-weight: bold;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	color: #666666;
	background-color: transparent;
	margin-bottom: 10px;
}

/* Turn off the arrow images */

.homepageDirInside img {
	display: none;
}

/* Redefine the secondary level anchored headings */

.homepageDirInside .blue .linkLargeBold:link {
	display: block;
	width: 193px;
	height: auto;
	font-size: 0.75em;
	font-weight: bold;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/homepage_dir_inside_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 3px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 3px;
	padding-right: 20px;
}

.homepageDirInside .blue .linkLargeBold:visited {
	display: block;
	width: 193px;
	height: auto;
	font-size: 0.75em;
	font-weight: bold;
	color: #007B32;
	background-color: transparent;
	background-image: url("../../../images_css/homepage_dir_inside_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 3px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 3px;
	padding-right: 20px;
}

.homepageDirInside .blue .linkLargeBold:hover {
	display: block;
	width: 193px;
	height: auto;
	font-size: 0.75em;
	font-weight: bold;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_homepage_dir_inside_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 3px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 3px;
	padding-right: 20px;
}

.homepageDirInside .blue .linkLargeBold:active {
	display: block;
	width: 193px;
	height: auto;
	font-size: 0.75em;
	font-weight: bold;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_homepage_dir_inside_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 3px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 3px;
	padding-right: 20px;
}

.homepageDirInside .blue a:link {
	display: inline;
	color: #333333;
	background-color: transparent;
	font-size: 0.75em;
	text-decoration: none;
}

.homepageDirInside .blue a:visited {
	display: inline;
	color: #333333;
	background-color: transparent;
	font-size: 0.75em;
	text-decoration: none;
}

.homepageDirInside .blue a:hover {
	display: inline;
	color: #FF0000;
	background-color: transparent;
	font-size: 0.75em;
	text-decoration: none;
}

.homepageDirInside .blue a:active {
	display: inline;
	color: #FF0000;
	background-color: transparent;
	font-size: 0.75em;
	text-decoration: none;
}

/* Turn off the generic margin bottom used in this container */

.homepageDirInside .mBot5 {
	margin-bottom: 0;
}

