﻿html
{
    height: 100%;
}
body
{
    margin: 0px; padding: 0px;
    background-color: #ffffff;
    height: 100%; color: #55524f;
    font-family: Arial, Verdana;
    font-size: 14px;
}

.searchbtn
{
    background-image: url('../design_imgs/btn_search.png');
    width: 41px; height: 35px; margin: 0px; padding: 0px;
    border: none;
}

.txtSearch
{
    border: none; height: 37px; width: 97%;
    font-size: 15px; padding-left: 10px;
}

.welcometxt
{
    text-align: center; margin-top: 25px;
    margin-bottom: 25px;
}

.leftnavbar
{
    border-right: solid 1px #adacab;
    width: 273px;
}

.leftnavbar .heading
{
    margin-top: 25px;
    font-weight: bold;
    font-family: 'Arial Narrow', Arial;
    font-size: 18px;
    margin-bottom: 5px;
    color: #000000;
}

.navbar
{
    width: 100%;
}

.navbar td
{
    height: 35px;
    border-bottom: solid 1px #d8d7d6;
}

.navbar td a
{
	color: #55524F; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.loginbx, .loginbx a
{
	color: #ffffff !important;
}

.toplinks, .toplinks a
{
	color: #ffffff !important;
	padding-left: 5px;
	text-transform:capitalize;
	text-decoration: none;
	padding-right: 5px;
	font-size: 13px;
}

.desctxt p, .desctxt li
{
	font-size: 14px;
	line-height: 24px;
}

.desctxt li
{
	list-style-type: circle;
	padding-left: 5px;
	margin-left: 30px;
}