@charset "utf-8";
/* CSS Document */

/*----Left Column----*/

#leftColumn {
    width: 240px;
    background-color: #e3e3e3;
	float:left;
	margin-bottom: -500em;
	padding-bottom: 500em;
    /*position: absolute;*/
}
#leftColumn h3 {
   background-color: #6d6f72;
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 9px 0px;font-weight: normal; font-size: 1.1em;
}
.leftMenu li {
  width: 100%;
    padding: 9px 0px;
    }
.leftMenu li a {
    padding-left: 14px;
    text-decoration: none;
    font-size: 12px;
    color: #293133;
}
.leftMenu li:hover {
    background-color: #dcdada;
    border-left: 2px solid #df0027;
    width: 99%;
}
.leftMenu li:hover a {
    color: #df0027;
}
.iconHeading {
    margin-left: 14px;
    margin-right: 8px;
    position: relative;
    top: 2px;
    max-height: 15px;
}
#leftColumn h3.mySupportHeading {
    /*background-color: #f06a00;*/
}
.liveChat {
    background: #df0027 url(../../images/chatBg.png) no-repeat 10px center;
    height: 29px;
    border: none;
    width: 122px;
    border-radius: 4px;
    margin-bottom: 14px;
    cursor: pointer;
    float:none;
    text-align:right;
}
.liveSuppport {
    padding-left: 14px;
    padding-top: 14px;
}
.phoneNo{
	padding-top: 6px;
	padding-bottom:14px;
}
.phoneNo a {
    color: #df0027;
	text-decoration: none;
    font-size: 16px;
}
/*----End of Left Column----*/