/******************************************************
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
                

******************************************************/
 .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:750px;
	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; }

.footline { color: black; border-bottom: 1px solid black; }
.footline1 { color: black; border-top: 1px solid black;padding: 10px 0px 5px 0px; }
.foot1 { color: #7b7d7f; font-size: 10px; font-family: Verdana, "trebuchet ms", Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
.foot1L:link { color: #7b7d7f; font-size: 10px; font-family: Verdana, "trebuchet ms", Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
.foot1L:active { color: #7b7d7f; font-size: 10px; font-family: Verdana, "trebuchet ms", Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
.foot1L:visited { color: #7b7d7f; font-size: 10px; font-family: Verdana, "trebuchet ms", Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
.foot1L:hover { color: #7b7d7f; font-size: 10px; font-family: Verdana, "trebuchet ms", Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline; }
.foot2 { color: #7b7d7f; font-size: 9px; font-family: Verdana, "trebuchet ms", Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
.foot2L:link { color: #7b7d7f; font-size: 9px; font-family: Verdana, "trebuchet ms", Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
.foot2L:active { color: #7b7d7f; font-size: 9px; font-family: Verdana, "trebuchet ms", Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
.foot2L:visited { color: #7b7d7f; font-size: 9px; font-family: Verdana, "trebuchet ms", Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
.foot2L:hover { color: #7b7d7f; font-size: 9px; font-family: Verdana, "trebuchet ms", Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline; }
.footProudMember {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; }
