﻿
body
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #bbcd7b;
    font-family:  Tahoma, Verdana, Arial, "Trebuchet MS", Georgia; 
    font-size: 12px;
    color: #202020;
    line-height: 18px; 
}

#main
{
    background-image: url(bg_wrapper.jpg);
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}

#maincontainer
{
    width: 890px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
}

#topsection
{    
    height: 160px; /*Height of top section*/
    width: 890px;
    padding-top: 0px;
    background-image: url(bg_topsection.gif);
    background-repeat: no-repeat;
}


#contentwrapper
{
    float: left;
    width: 100%;
    /*background-color: #FFFFFF;*/
    /*border-top: solid 3px gray;*/
    /*border-bottom: solid 2px gray;*/
    padding-bottom: 12px;
    margin-bottom: 0px;
}

#contentcolumn
{
    margin-left: 230px; /*Set left margin to LeftColumnWidth*/
    /*background-color: White;*/
    padding: 16px;
}

#leftcolumn
{
    float: left;
    width: 230px; /*Width of left column*/
    margin-left: -890px; /*Set left margin to -(MainContainerWidth)*/
    /*background-image: url(bg_leftcolumn.jpg);
    background-repeat: no-repeat;*/
}

.innertube
{
    margin-left: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0px;
    /*background-color: white;*/
}

.leftcolumn_panel
{
    text-align: center;
}

.foot_contact
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.internal_contact
{
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #BCBCBC;
    background-color: #e1e3e5;
    padding: 12px;
    text-align: center;
}

.designation
{
    font-size: 32px;
}

.heading
{
    padding-top: 18px;
}

H1
{
    font-size: 42px;
    font-family: "Trebuchet MS", Verdana, Arial, Tahoma, Georgia;
    color: #788c2d;
    line-height: 22px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 12px;
    margin-top: 0px;
    margin-bottom: 8px;
}

H2
{
    font-size: 26px;
    color: #595959;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 30px;
    text-align: center;
}

H3
{ 
    font-size: 26px;
    font-weight: bold;
    color: #604026;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 14px;
    margin-top: 0px;
    margin-bottom: 6px;
}

H4
{ 
    font-size: 17px;
    color: #604026;
    font-weight: bold;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

H5
{
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 6px;
    margin-top: 0px;    
    margin-bottom: 2px;
}

P
{
    text-align: justify;
        
}
TD
{
    border-bottom: dotted 1px #604026;
}

.paymentpanel
{
    background-color: #FFFFFF;
    width: 100%;
}

.location
{
    vertical-align: top;
}

.map
{
    float: right;
    vertical-align: top;
}

.pad
{
    padding: 14px;
}

a:link
{
    color: #8e632b;
    text-decoration: none;
}

a:visited 
{
    color: #8e632b;
    text-decoration: none;
}

a:hover
{
    color: #0033cc;
    text-decoration: underline;
}

.home
{
    padding-top: 6px;
    padding-left: 8px;
    font-weight: bold;
    color: #868686;
}

.home_link:link
{
    color: #868686;
    font-weight: bold;
    text-decoration: none;
}

.home_link:visited 
{
    color: #868686;
    font-weight: bold;
    text-decoration: none;
}

.home_link:hover
{
    color: #9faf66;
    font-weight: bold;
    text-decoration: underline;
}

.toppic
{
    padding-top: 6px;
    padding-left: 12px;
}

.pic
{
    padding-right: 10px;
}

#footer
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 16px;
    font-size: 10px;
}

.footer_small
{
    text-align: center;
    padding-top: 4px;
    padding-bottom: 0px;
    font-size: 9px;
    color: #606060;
}

/* Menu Menu Menu Menu Menu Menu Menu */
	
#menu ul
{   
    list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #889944;
	border-width: 1px;
}
	
#menu li a 
{
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited 
{
	color: #4F4F4F;
	display: block;
	background:  url(menu11.gif);
	padding: 8px 0 0 25px;
}
	
#menu li a:hover
{
	color: #000000;
	background:  url(menu11.gif) 0 -32px;
	padding: 8px 0 0 27px;
}

