BODY
{
	font-family:Arial;
	text-align: center;
}
table {
	margin: 0 auto;
}
table table {
	margin: 0;
}
td {
	text-align: left;
}


.TextStyle1
{
	font-size:10pt;
	color:#FFFFFF;
	text-decoration:none;
}
.TextStyle2
{
	font-size:8pt;
	color:#000000;
	text-decoration:none;
}
.TextStyle2:hover
{
	text-decoration:underline;
}
.TextStyle3
{
	font-size:9pt;
	color:#656A6D;
	text-decoration:none;
}
.TextStyle4
{
	font-size:14pt;
	color:#656A6D;
	text-decoration:none;
}
.TextStyle5
{
	font-size:10pt;
	font-style:italic;
	color:#656A6D;
	text-decoration:none;
}
.TextStyle6
{
	font-size:12pt;
	color:#656A6D;
	text-decoration:none;
}
.TextStyle7
{
	font-size:14pt;
	color:#000000;
	text-decoration:none;
}
.TextStyle8
{
	font-family:Times New Roman;
	font-size:23pt;
	color:#838281;
	text-decoration:none;
}
.TextStyle9
{
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:none;
}
.TextStyle9:hover
{
	text-decoration:underline;
}
.TextStyle10
{
	font-size:9pt;
	color:#000000;
	text-decoration:none;
}
.TextStyle11
{
	font-size:14pt;
	color:#000000;
	text-decoration:none;
}
.InputBoxStyle1
{
	font-size:9pt;
	color:#000000;
	border: solid rgb(0,0,0) 1px;
	width:230px;
}
.InputBoxStyle2
{
	font-size:9pt;
	color:#000000;
	border: solid rgb(0,0,0) 1px;
	width:330px;
}
.InputBoxStyle3
{
	font-family:Arial;
	font-size:9pt;
	color:#000000;
	border: solid rgb(0,0,0) 1px;
	width:197px;
}
.InputBoxStyle4
{
	font-family:Arial;
	font-size:9pt;
	color:#000000;
	border: solid rgb(0,0,0) 1px;
	width:50px;
}

.DarkGreyFont{
	background-color:#d6dec6; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#71706e;
}
#lvl1	{
	color: #666666;	
	padding: 5 5px;
}
#lvl2	{
	color: #666666;
	padding: 0 15px;
	margin: 15 15px;
}
#lvl3	{

	color: #666666;
	padding: 5 5px;
	margin: 5 5px;
}
#lvl4	{
	color: #666666;
	padding: 2 5px;
	margin: 0 0px;
}

/* ==================== Admin ================================ */
#amendHomeText {
	padding: 20px 15px;
}
#amendHomeText li {
	font-size: 11px;
	list-style: square; 
}
#amendHomeText li a {
	color: #000;
}
#amendHomeText label {
	float: left;
	width: 12em;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}
#amendHomeText label span {
	font-size: 12px;
}
div#amendHomeText span {
	font-size: 0.687em;
	padding-left: 10px;
}
#amendHomeText input,
#amendHomeText textarea {
	font-family:Arial;
	font-size: 11px;
	width: 300px;
}
#amendHomeText input,
#amendHomeText textarea,
#amendHomeText form img {
	float: left;
	margin-bottom: 5px;
}
#amendHomeText input.check {
	float: none;
	width: auto;
	margin-bottom: 0;
}
#amendHomeText form br {
	clear: left;
}
.message {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

/* =================== Company Details ================= */
div.btnRed,
div.btnGrey,
div.btnGreyBg {
	background: url(images/btnRightRed.jpg) no-repeat top right;
	float: left;
	height: 50px;
}
div.btnRed a,
div.btnGrey a,
div.btnGreyBg a {
	background: url(images/btnLeftRed.jpg) no-repeat top left;
	color: #FFF;
	font-weight: bold;
	display: block;
	font-size: 11px;
	text-decoration: none;
	padding: 0 13px 5px 13px;
}
div.btnGrey {
	background: url(images/btnRightGrey.jpg) no-repeat right top;
}
div.btnGrey a {
	background: url(images/btnLeftGrey.jpg) no-repeat left top;
}
div.btnGreyBg {
	background: url(images/btnRightGreyBg.jpg) no-repeat right top;
}
div.btnGreyBg a {
	background: url(images/btnLeftGreyBg.jpg) no-repeat left top;
}

#reviews,
#contact,
#review,
#article {
	background-color: #D6DEC7;
	padding: 20px 20px 100px 15px;
}

#reviews p,
#contact p,
#review p,
#article p {
	font-size: 11px;
	color: #656A6D;
	margin-top: 30px;
	margin-right: 20px;
}

#recommend {
	padding: 7px 7px 0;
	text-align: center;
	margin: 0 10px 0;
}
#recommend label {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #656A6D;
}
#recommend input {
	width: 180px;
	padding: 2px;
	font-size: 10px;
	color: #656A6D;
	border: solid 1px #656A6D;
}
#recommend input.btn {
	border: none;
	margin-top: 5px;
	margin-left: 110px;
	padding: 0;
	width: auto;
}
#recommend strong {
	font-size: 11px;
	color: #990000;
}

/* ================ Company Contact / Reviews ============ */
#contact label,
#review label {
	float: left;
	width: 11.5em;
	font-size: 11px;
	color: #656A6D;
	font-weight: bold;
	padding-left: 20px;
}
#contact input,
#contact textarea,
#review input,
#review textarea {
	float: left;
	border: solid 1px #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}
#contact input.btn,
#review input.btn {
	border: none;
}
#contact br,
#review br {
	clear: left;
}
#contact label.req,
#review label.req {
	background: url(images/imgStar.gif) no-repeat left center;
}
#review td td label,
#review td td input {
	float: none;
	width: auto;
	border: none;
	padding: 0;
}
#review td td span {
	white-space: nowrap;
}
#review .long {
	width: auto;
}


/* ================ Admin ============ */
#amendBanners table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px;
}
#amendBanners td,
#amendBanners th {
	text-align: left;
	font-size: 11px;
	padding: 2px 5px;
	border: solid 1px #EEE;
}
#amendBanners th {
	background-color: #C0C7AC;
	color: #636B6B;
}
#amendBanners tr.odd {
	background-color: #EEE;
}
#amendBanners input {
	width: auto;
}
