﻿/* TESTIMONIES */

.formscontainer
{
	width: 850px;
	padding-bottom: 10px;
}

#LeftBox
{
	display: block;
	float: left;
	width: 132px;
	padding: 10px 4px 10px 4px;
}

.DisplayBox
{
	display: block;
	float: right;
	width: 700px;
}

.innerContent
{
	display: block;
	padding-bottom: 60px;
}

/* MENU */

.botmenu
{
	width: 130px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: left;
}
.botmenu ul
{
	position:fixed;
	float: left;
}
.botmenu li
{
	list-style: none;
	display: block;
	width: auto;
	float: left;
}
.botmenu a
{
	text-decoration: none;
	display: block;
	padding: 0 10px 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.botmenu a:hover
{
	background: #ff99cc;
	color: #000;
}

/* INNER CONTENT */

.holder
{
	width: 673px;
	margin: 5px 0 0 2px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ddd;
	float: left;
}
.holder h3
{
	font-size: 1.3em;
	color: #42438F;
	text-align: left;
}
a.hid
{
	color: #000;
	text-decoration: none;
	outline-style: none;
}
a.hid em
{
	display: none;
}
a.hid:hover
{
	text-decoration: none;
}
a.hid:active, a.hid:focus
{
	background: #fff;
}
a.hid:active span, a.hid:focus span
{
	display: none;
}
a.hid:active em, a.hid:focus em
{
	display: block;
	color: #555;
	width: 100%;
	font-style: normal;
	cursor: default;
}
.clear
{
	clear: both;
}

