html,
body {
	margin:0;
	padding:0;
	height:100%;


	font-family: Arial;
	background-color: #fff;
	color: #77787b;
	font-size: 15px;
}
img {border: 0px;}
.container {
	min-height:100%;
	position:relative;
}

.wrapper {
	padding-bottom:25px;   /* Height of the footer */
	width: 550px;
	margin: 0px auto;
	position: relative;
}
.footer {

	position:absolute;
	bottom:0;
	width:100%;
	height:25px;   /* Height of the footer */
	background-image: url('../new_images/footer_line.jpg');
	background-repeat: x-repeat;
}

.location {
	font-weight: bold;
	text-align: justify;
	text-justify: newspaper; 
	word-spacing: 4px;
	letter-spacing: 1px;
	width: 550px;
	white-space: ;
}

.logo_tagline {
	font-size: 14px;
	width: 550px;
	margin-top: 7px;
}

.main_text {
	width: 550px;
font-weight: bold;
	padding-top: 75px;
	line-height: 30px;


	text-align: justify;
}

.center_text {
font-weight: bold;
	line-height: 37px;
	text-align: center;
}

.logo {
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: center;
}

.footer_text {
	margin-top: 20px;
	line-height: 20px;
	font-size: 13px;
	text-align: center;;
}

.footer_text a:link {color: #77787b; text-decoration: none;}
.footer_text a:visited {color: #77787b; text-decoration: none;}
.footer_text a:active {color: #77787b; text-decoration: none;}
.footer_text a:hover {color: #a50d12; text-decoration: none;}

a.idea_link:link {color: #a50d12; text-decoration: none;}
a.idea_link:visited {color: #a50d12; text-decoration: none;}
a.idea_link:active {color: #a50d12; text-decoration: none;}
a.idea_link:hover {color: #a50d12; text-decoration: none;}


.tooltip {
	position: absolute;
	display: none;
	width: 220px;
	height: 80px;
	background-image: url('../new_images/tooltip_bg.png');
	background-repeat: no-repeat;
	margin-top: -85px;
	margin-left: 178px;
	text-align: center;
}
.tooltip_footer_smallfont {color: #fff;margin-top: 2px;font-size: 10px; font-weight: bold;}
.tooltip_footer_largefont {color: #fff;margin-top: 11px;font-size: 20px; font-weight: bold;}


.ccRed {color: #a50d12;}
.ccW {color: #fff;}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#77787b;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	width: 220px;
	height: 80px;
	background-image: url('../new_images/tooltip_bg.png');
	background-repeat: no-repeat;
    text-align: center;

/*     top:-80px; left:-23px; */
	top:-80px; left:38px;
	z-index: 999;
}

.tooltip_smallfont {margin-top: -15px;font-size: 10px; font-weight: bold;}
.tooltip_largefont {margin-top: 7px;font-size: 20px; font-weight: bold;}



/*========			Common Styles				========*/

.flR {float: right;}
.flL {float: left;}

.clR {clear: right;}
.clL {clear: left;}
.clB {clear: both;}

.aR {text-align: right;}
.aL {text-align: left;}
.aC {text-align: center;}

.vNo {display: none;}

.nCr {display: inline;}

.mR7  {margin: 0px 7px 0px 0px;}
.mT7  {margin: 7px 0px 0px 0px;}
.mB7  {margin: 0px 0px 7px 0px;}
.mTB7 {margin: 7px 0px 7px 0px;}
.mLR7  {margin: 0px 7px 0px 7px;}
.mL7  {margin: 0px 0px 0px 7px;}
.mLR14 {margin: 0px 14px 0px 14px;}
.mL14 {margin: 0px 0px 0px 14px;}
.mLR21 {margin: 0px 21px 21px 21px;}

.cP {cursor: pointer;}

.fs9  {font-size: 9px;}
.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs17 {font-size: 17px;}
.fs18 {font-size: 18px;}
.fs19 {font-size: 19px;}
.fs20 {font-size: 20px;}

.fBo {font-weight: bold;}

.hS	 {width: 100%;}
.w100 {width: 100px;}
.w125 {width: 125px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w250 {width: 250px;}
.w275 {width: 275px;}
.w300 {width: 300px;}
.w400 {width: 400px;}
.w500 {width: 500px;}
.w600 {width: 600px;}
.w700 {width: 700px;}
.w800 {width: 800px;}
.w900 {width: 900px;}