/******************************************************
NOTE:
This is the main style sheet that control
the major layout of a web page.

The main content can be further modify by using 
additional style sheets

Here are the additional "child" style sheets that modified 
the main content layout:
-> Standard.css : standard 2 columns, with the
                  the narrow left side column

-> HomePage.css : use to for the home page

/***** styling - can only put here and not in style css because style css doesn't show up until programmers add to html ********************/                
img.floatLeft {float: left; margin: 4px;}
img.floatRight {float: right; margin: 4px;}
******************************************************/
/***** Wrap ********************/

 .slogan
{
    float: left;
    font-size:12px;
    font-weight: bold;
    color: navy;
    margin-top:5px;
}

.sloganReserv
{										
    float: left;
    font-size:15px;
    font-weight: bold;
    color: navy;
    margin-top:5px;
}

a.mainnav-home:link {
	color: #FFEA71;
	font-size:12px;
	font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration:none;
	font-weight:bold;
}
a.mainnav-home:visited {
	color: #FFEA71;
	font-size:12px;
	font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
a.mainnav-home:active {
	color:#FFEA71;
	font-size:12px;
	font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
a.mainnav-home:hover {
	color:#FFEA71;
	font-size:12px;
	font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

/* Style by santhosh */
table.pagelayout
{
	width:910px;
	font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}
.sub1 { color: white; font-size:10px; font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; }
.sub1L:link { color: white; font-size: 10px;  font-family:Arial; font-style: normal; font-weight: normal; text-decoration: none; }
.sub1L:active { color: white; font-size: 10px;  font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; }
.sub1L:visited { color: white; font-size: 10px;  font-family:Arial; font-style: normal; font-weight: normal; text-decoration: none; }
.sub1L:hover { color: white; font-size: 10px;  font-family: Arial; font-style: normal; font-weight: normal; text-decoration: underline; }
.sub2 { color: black; font-size: 10px; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; border-bottom: 1px solid black; }
.sub2L:link { color: black; font-size: 10px;  font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; }
.sub2L:active { color: black; font-size: 10px;  font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; }
.sub2L:visited { color: black; font-size: 10px;  font-family:Arial;  font-style: normal; font-weight: normal; text-decoration: none; }
.sub2L:hover { color: black; font-size: 10px; font-family:Arial;font-style: normal; font-weight: normal; text-decoration: underline; }

.Specialsbldhdr {color: #252525; font-size: 10px; font-family: verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: bold; line-height: 14px; text-decoration: none; }

<!-- footer -->
#footer ul li{margin:0;padding:0;list-style:none}

#footer{padding:26px 38px;background:#eaedf0;}
#footer .section{width:220px;margin-right:38px;float:left;list-style-type:none;}
#footer .section h4{margin-bottom:10px;font:bold 12px/14px Arial,Helvetica,Sans-Serif;color:#464646}
#footer .section ul{padding-bottom:5px; list-style:none; }
#footer .section li{font:normal 11px/13px Arial,Helvetica,Sans-Serif;color:#464646;text-decoration:none;list-style:none;}
#footer .section a:link{font:normal 11px/13px Arial,Helvetica,Sans-Serif;color:#464646;text-decoration:none}
#footer .section a:visited{font:normal 11px/13px Arial,Helvetica,Sans-Serif;color:#464646;text-decoration:none}
#footer .section a:hover{font:normal 11px/13px Arial,Helvetica,Sans-Serif;color:#636363; text-decoration:underline}
#footer .left{float:left;width:500px;}
#footer .right{float:right;width:300px;}

.float-right-text{float:right;list-style:none}

#footer .social-section{width:150px;margin-right:0}
#footer .social-section ul li{padding-bottom:12px}
#footer .social-section a{padding-left:30px;display:block;line-height:25px}
#footer .social-section .facebook-link{height:24px}
#footer .social-section .twitter-link{height:25px;background-position:0 -50px}
#footer .social-section a.truste-link,.truste-link{background:url(/cweb/20110811.1/content/images/truste.png) no-repeat;width:100px;height:27px;text-indent:-9999px;display:block}.copyright{padding:5px 35px 10px;font:normal 12px 'PT Sans',Arial,Helvetica,Sans-Serif;color:#000;background:#f9f7c7;}
