/* A Trade and Value, Corp. Design */
/* Please refrain from copying the contents of this style sheet */
/* Custom css starts here */


html {
height: 100%;
}
body {
width:900px;
background-position:0 0;
background-color:#ffffff;
text-align:center;
font-family: Arial, Helvetica, Sans Serif;
margin:0px auto;
padding:0px;
}
sup{
font-size: 8pt;
}

/* ====HEADER STARTS HERE====== */

.homeHeader{
width:900px;
height:150px;
background-image: url(../images/elements/concierge-top-banner.png);
background-repeat: no-repeat;
margin:0 auto;
border-bottom: #5983a5 1px solid;
}

/* ========END HEADER=============== */

/* ====HOLDER STARTS HERE */

.contentHolder{
width: 900px;
float: left;
}
.navSide{
vertical-align: top;
width: 19%;
background-color: #5983a5;
}
.mainBodySide{
vertical-align: top;
width:80%;
}
/* END HOLDER */


/* =============NAVIGATION STARTS HERE */

.mainNavHolder{
width:19%;
height: 100%;
float: left;
background-color: #5983a5;
}
.mainNav{
width: 160px;
/* height:300px; */
float: left;
padding-top: 20px;
text-align: left !important;
font-family: Times, Arial;
font-size: 12pt;
font-weight: bold;
color: #ffffff;
}
.mainNav a:link, .mainNav a:active, .mainNav a:visited{
color: #f18a17 !important;
text-decoration: none;
font-weight: bold;
font-size: 12pt;
font-family: Times, Arial;
text-align: left;
}
.mainNav a:hover{
color: #ffffff !important;
text-decoration: underline;
font-weight: bold;
font-size: 12pt;
font-family: Times, Arial;
text-align: left;
}
.pMainNav{
padding-left: 20px;
}
/* ===========END NAVIGATION========== */

/* ========MAIN BODY STARTS HERE======== */

.mainBody{
width:75%;
float: left;
/* background-color: green; */
background-color: #ffffff;
padding:5px;
text-align:left;
font-family: Times, Arial;
font-size: 12pt;
}
.mainBody table{
text-align:left;
}
/* ==========END MAIN BODY=========== */

/* ====FOOTER STARTS HERE======= */
.mainFooter{
clear:both;
margin:0 auto;
width:700px;
padding-top: 5px;
text-align:center;
margin: 0px auto !important;
text-align: center !important;
height:30px;
border-top: #000080 1px solid;
font-size: 12px;
}
.mainFooter a:link, .mainFooter a:active, .mainFooter a:visited{
color: #000080 !important;
text-decoration: none;
font-weight: normal !important;
font-size: 10pt;
font-family: Times, Arial;
text-align: center;
}
.mainFooter a:hover{
color: #900 !important;
text-decoration: underline;
font-weight: normal !important;
font-size: 10pt;
font-family: Times, Arial;
text-align: center !important;
}
.pFooter{
display: inline;
padding-right: 15px;
}
.creditsFooter{
width:100%;
margin: 0px auto;
padding-top: 10px;
height:30px;
font-family: arial !important;
font-size: 9pt !important;
color: b7b7b7 !important;
}

/* =====END FOOTER===== */
.clr{clear: both;
}
/* ====LINKS=== */

a:link, a:visited {
font-family: Times, Arial;
font-size: 11pt;
color: #5983a5;
text-decoration: none;
font-weight: bold;
}
a:hover {
font-family: Times, Arial;
font-size: 11pt;
color: #c64934;
text-decoration: underline;
font-weight: bold;
}
/* ====END LINKS===== */