/* *** LEFT COLUMN ***************************** */

#leftColumn {
	font-size: 1.0em;
	font-family:arial,helvetica,sans-serif;
}
#leftColumn p {
	margin: 0px;
}
#leftColumn h2
{
	margin:0 0 2px 0;
	padding:0 0 0 27px;
	background-image:url(../images/left_box_top.png);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	height:25px;
	line-height:25px;
}
#leftColumn ul {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	color:#005C94;
	font-weight:bold;
	font-size:0.95em;
}
#leftColumn ul li {
	margin:0 14px 0 7px;
	padding:4px 0 4px 20px;
	list-style:none;
	border-bottom:1px solid #85CBDC;
	background-image:url(../images/left_tri_01.png);
	background-repeat:no-repeat;
	background-position:0 7px;
}
#leftColumn ul li a {color:#005C94;}
#leftColumn ul li a:hover {text-decoration:underline;}

#leftColumn ul li ul {
	margin:2px 0 0 0;
}
#leftColumn ul li ul li {
	border-width:0px;
	background-image:url(../images/left_tri_02.png);
	background-repeat:no-repeat;
	background-position:0 4px;
	color:#0093B7;
	padding:4px 0 4px 20px;
	min-height:13px;
	line-height:14px;
}
#leftColumn ul li ul li a {color:#0093B7;}
#leftColumn ul li a strong {
	display:block;
	color:#EA1921;
	font-size:1.1em;
}



#leftColumn #leftBox {
	margin:5px 0 0 0;
	background-image:url(../images/leftbox.png);
	background-repeat:no-repeat;
	padding:8px 74px 0 12px;
	width:114px;
	height:112px;
	text-align:center;
}
#leftColumn #leftBox h2 {
	margin:0;
	padding:0;
	background-image:none;
	color:#003E71;
	font-size:0.938em;
	font-weight:bold;
	height:auto;
	line-height:1.2em;
}
#leftColumn #leftBox a img {margin:5px auto 0 auto;}




#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;}