﻿/* -----------main Styles------------ */

*
{
    padding: 0;
    /*border: 0;*/
    margin: 0;
    font: 10pt;
    font-family: Arial ,'Trebuchet MS';
}
body.main
{
    margin: 0px, 20px, 20px, 20px, ;
}
p.CIndent           /* Create a paragraph that indents after the first line */
{
    padding-left: 30px;
    text-indent: -30px;
}
.hangindent           /* Create a paragraph that indents after the first line */
{
    padding-left: 30px;
    text-indent: -30px;
}
.indent1            /* Indent Block Element 50px */
{
    float: none;
    padding-left: 50px
}
.center1            /* Center a Block Element */
{
    TEXT-ALIGN: center;
}
div.PageHead
{
    font-size: 24pt;
    color: Black;
    font-family: 'Trebuchet MS' , Arial;
}

                    /* Set of Headings Fonts */
div.CH1,span.CH1
{
	font-size: 140%;
	line-height: 1.2;
	font-weight: bold;
	font-family: 'Trebuchet MS' , Arial;  
}
div.CH2,span.CH2
{
	font-size: 120%;	
	font-weight: bold;
	font-family: 'Trebuchet MS' , Arial;  
}
div.CH3,span.CH3
{
	font-weight: bold;
	font-family: 'Trebuchet MS' , Arial;
}
div.CH4,span.CH4
{
    font-size: 85%;
    font-style:italic;
	font-family: 'Trebuchet MS' , Arial;
}
A:link, A:visited
{
    font-size: 85%;
    color: #29654E;     /* Forest Green */
}
A:hover
{
    font-size: 85%;
    COLOR: #29654e;     /* Forest Green */
}

A.C1:link
{
	color: #cf8f1a;     /* Brown */
}
A.C1:visited
{
	color: #cf8f1a;     /* Brown */
}
A.C1:hover
{
    COLOR: #29654e;     /* Forest Green */
}

A.C2:link
{
	color: #E8D2AC;     /* Tan */
    font-weight: bolder;
}
A.C2:Visited
{
	color: #cf8f1a;     /* Brown */
    font-weight: bolder;
}
A.C2:hover
{
    COLOR: #E8D2AC;     /* Tan */
    font-weight: bolder;
}
A.C3:link
{
	color: #29654e;     /* Forest Green */
    font-weight: normal;
}
A.C3:Visited
{
	color: blue;     /* Blue */
    font-weight: normal;
}
A.C3:hover
{
    COLOR: #cf8f1a;     /* Brown */
    font-weight: normal;
}


.main H1 
{
	font-weight: bold;
	font-size: 160%;
	line-height: 1.6;
	color: #29654e;     /* Forest Green */
	font-family: 'Trebuchet MS' , Arial, verdana;
}

.main H2
{
	font-size: 120%;
	line-height: 1.2;
	font-family: 'Trebuchet MS' , Arial;
}
.main H3
{
	font-size: 12pt;
	line-height: 1.2;
	font-family: 'Trebuchet MS' , Arial;
}

.main H4 
{
	font-size: 10pt;
	line-height: 1.2;
	color:  #cf8f1a;   /* Brown */
	font-family: 'Trebuchet MS' , Arial;
}
.main H5 
{
	font-weight: bold;
	font-size: 16pt;
	line-height: 1.2;
	height: 2pt;
	color:  #800000;   /* Maroon */
	font-family: 'Trebuchet MS' , Arial;
}
.main H6 
{
	font-size: 12pt;
	line-height: 12pt;
	height: 2pt;
	color:  #800000;   /* Maroon */
	font-family: 'Trebuchet MS' , Arial;
}
.floatleft { 
    float: left; 
    margin: 8px; 
}
.floatright { 
    float: right; 
    margin: 8px;
}
.aligntop
{
   vertical-align: top;
   display: block;
   margin-right: auto; margin-left: auto; margin-top: 0px; 
}
.noborder
{
    border: none;
}
.brownborder
{
    border: 2px;
    border-color: #cf8f1a;
}
.main .larger1
{
    font-size: 190%;
	line-height: 1.9;
}
.main .smaller1
{
    font-size: 120%;
	line-height: 1.2em;
}
thead
{
     font-weight:bold;
}

.main li
{
    list-style-image: url("../eastvillage/images/icon-bullet.gif");
    margin: 0 20px;
    padding: 0;
}
.ivory
{
    color: #FFFCED; /* IVORY*/
}
.brown
{
	color: #B39400;     /* BROWN */    
}
.orange
{
    color: #F7941D;      /* ORANGE */
}
.ltorange
{
    color: #FFCE08;      /* LTORANGE */
}
.yellow
{
	color: #FBED4F;     /* YELLOW */
}

.brick
{
	color: #AA2A20;     /* BRICK */
}
#sidebar
{
    float:left;
    width: 70px;
    margin-right: -70px;
    z-index: 5;
}
#banner
{
    padding-top: 10px;
    float:left;
    width: 800px;
    z-index:10;
}
#content
{
    float:left;
    padding-left: 5px;
    padding-top: 10px;
 /*   z-index: 10;*/
}
#leftpane
{
    margin-top: -15px;
    padding-left: 15px;
    float: left;
    padding-top: 10px;    
    margin-left: 20px;
    width: 175px;
    height: 1500px;
    z-index: 10;
}
div#leftpane A:link
{
    color: #F7941D;     /* Orange */
    font-weight: normal;
    text-decoration: none;
    line-height:1.5em;
}
div#leftpane A:Visited
{
	color: #F7941D;     /* Orange */
    font-weight: normal;
    text-decoration: none;
    line-height:1.5em;
}
div#leftpane A:hover
{
    COLOR: #B39400;     /* Brown */
    font-weight: normal;
    line-height:1.5em;
}
#contentpane
{
    padding-left: 15px;
    vertical-align:text-top;
    /* margin-left:205px; */
    width: auto;
}
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu  --*/ .MainMenu_MenuContainer { background-color: transparent;  width: 191px; }
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: #fff;  width: 199px; }
/*-- submenu container        --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu 
                                                        { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 100px; background: #f3f3f3; padding: 0px; border: 1px solid #999; 
					      font-weight: normal; filter: none; }
/*-- submenu items idle       --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma;  color: #6A6A6A; font-size: 11px; background: #f3f3f3; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { 
		font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #4F4F4F; 
		background: #DCDCDC; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle           --*/ .MainMenu_Idle {
	color: #F7941D;     /* Orange */
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	line-height:1.5em;
	background-color: white;
}
/*-- menuitems over           --*/ .MainMenu_Selected { color: #666; background:  url(nav_over.gif) no-repeat; padding: 0 0 0 0; height: 22px; font-weight: bold;}
/*-- menuitems active         --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive {color: #666; background:  url(nav_active.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}
/*-- not needed - main menu   --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer     --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar          --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding      --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 5px 0 0; }
/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
