﻿/* Generic Content*/
.SearchText {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #B0803A;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #35304b;
	text-decoration: none;
	cursor: pointer;
}
.SearchText:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #f9cf75;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #35304b;
	text-decoration: none;
	cursor: pointer;
}

.glossymenu li a{
	float: left;
	display: block;
	color: #C2932D;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	padding: 0 0 0 16px;
/*Padding to accomodate left tab image. Do not change*/	height: 43px;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
}


/* Specific Content*/
.sideglossymenu li a{
	background-position: left bottom;
	margin: 2px 0px 0px 0px;
	background: #34304A url('../../App_Themes/BanksTheme/images/glossyback2.jpg') repeat-x left
bottom;
	font: bold small "Times New Roman", Times, serif;
	color: #3D282A;
	display: block;
	width: auto;
	padding: 3px 0 3px 5px;
	text-decoration: none;
	text-align: center;
}
#Banks {
	position: absolute;
	height: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #d1e8f3;
	left: 443px; top: 251px; width: 184px;
}
#Finance {
	position: absolute;
	height: 50px;
	width: 255px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #d1e8f3;
	left: 57px; top: 449px;
}
#Investment {
	position: absolute;
	height: 50px;
	font-family: 'Times New Roman', Times, serif;
	color: #e3d8cc;
	font-size: 45px;
	width: 182px;
	left: 394px; top: 714px;
}
#BanksBanks {
	position: absolute;
	height: 59px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 60px;
	font-weight: normal;
	color: #bcb7cf;
	left: 19px; top: 124px; width: 605px
}


#BanksHeader
{
    position: absolute;
    height: 50px;
    font-family: "Times New Roman", Times, serif;
    font-size: 55px;
    color: #d1e8f3;
    left: 443px;
    top: 30px;
    width: 184px;
}
#FinanceHeader
{
    position: absolute;
    height: 50px;
    width: 255px;
    font-family: "Times New Roman", Times, serif;
    font-size: 55px;
    color: #d1e8f3;
    left: 27px;
    top: 40px;
}
#InvestmentHeader
{
    position: absolute;
    height: 50px;
    font-family: 'Times New Roman', Times, serif;
    color: #e3d8cc;
    font-size: 50px;
    width: 182px;
    left: 400px;
    top: 110px;
}


