
/* *** LEFT COLUMN BASICS ***************************** */

#leftColumn {
	font-size: 1.0em;
}
#leftColumn p {
	margin: 0px;
}
#leftColumn h2
{
	width: 217px;
	height: 34px;
	line-height: 34px;
	font-size:16px;
	text-align:center;
	background: transparent url(../statimages/leftNavHeader.png) no-repeat top left;
	color: white;
	font-weight: bold;
}
#leftColumn h2 a 		{text-decoration: none; color: #fff;}
#leftColumn h2 a:hover 	{color: #fff;}

/* *** LEFT COLUMN FORMS ***************************** */

#leftColumn form {
	margin: 				0px;
}
#leftColumn label {
	font-weight:bold;
}
#leftColumn input {
	font-size:  			0.9em;
	margin: 				1px;
	display:				block;
}

/* *** LEFT COLUMN STRUCTURES ***************************** */

#leftColumn .boxBody,
#leftColumn address
{
	line-height:1.3em;
	font-style:normal;
	background-color:#f00;
	color:#fff;
	margin:0;
	padding:7px;
	font-size:75%;
}
#leftColumn .boxBody a,
#leftColumn address a
{
	color : #00f;
	text-decoration:underline;
}

#leftColumn .creditcards
{
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;
}
#leftColumn .creditcards span
{
	font-size:0.7em;
	text-align:center;
	display:block;
}
#leftColumn .creditcards .creditcard {
	margin:3px auto 0 auto;
	display:inline;
	border:solid 1px #fff;
}
#leftColumn .creditcards a {
	clear:both;
	display:block;
	width:80px;
	margin:1.5em auto 0 auto;
}
#leftColumn .creditcards a img {border-width:0;}

/* *** LEFT COLUMN MENUS ***************************** */

/*
#leftColumn ul {
	background-color:#f00;
	line-height:1.2em;
	font-size:85%;
	margin:0;
	padding:0 1px 12px 1px;
	list-style:none;
	font-family:Arial, Verdana, Helvetica, Times, sans-serif;
	font-weight:400;
}
#leftColumn ul li {
	border-bottom:1px solid #fff;
	background-color:#f00;
	margin:0;
	padding:0px 0 0px 0px;
}
#leftColumn ul li a {
	display:block;
	font-size: 1.25em;
	display:block;
	color:#fff;
	background-color:#f00;
	padding:1px 2px;
	text-decoration:none;
	padding:3px 0 3px 15px;
}
#leftColumn ul li a:hover {
	color:#fff;
	background-color:#0055E2;
	text-decoration:none;
}
*/

#leftColumn ul
{
	margin-left: 11px;
	margin-bottom: 15px;
}

#leftColumn ul li
{
	height: 32px;
	width: 181px;
	line-height: 32px;
	border-bottom: 1px solid #a39161;
	font-size: 13px;
}

#leftColumn .businessSystemsBullet
{
	padding-left: 21px;
	background: transparent url(../statimages/BusinessSystemsBullet.gif) no-repeat top left;
}

#leftColumn .weSystemiseBullet
{
	padding-left: 21px;
	background: transparent url(../statimages/WeSystemiseBullet.gif) no-repeat top left;
}

#contactDetails
{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#contactDetails h4
{
	font-weight: bold;
	color:#aaabaf;
	font-size: 14px;
	margin-bottom:2px;
}

#contactDetails #phoneNumber
{
	font-weight: bold;
	color:#ee1c25;
	font-size: 20px;
	line-height: 33px;
	font-family: Arial;
}

#contactDetails .contactNumberHeaders
{
	font-weight: bold;
	color:#77787a;
	font-size: 14px;
}

#leftEmailButton div
{
	width: 129px;
	height: 24px;
	line-height: 24px;
	font-size:12px;
	text-align:center;
	color: white;
	font-weight: bold;
	background: transparent url(../statimages/orangeButton.png) no-repeat top left;
	margin-bottom:16px;
	margin-left: 14px;
}

#leftMapButton div
{
	width: 129px;
	height: 139px;
	line-height: 24px;
	font-size:12px;
	text-align:center;
	color: white;
	font-weight: bold;
	background: transparent url(../statimages/mapButton.png) no-repeat top left;
	margin-left: 14px;
}

#leftColumn ul li a
{
	font-size: 13px;
	color: black;
}

#leftColumn ul li a:hover
{
	text-decoration: underline;
}





