﻿
/*********************************************************/
/* Default CSS Document for York Region Equipment Centre */
/*********************************************************/

body 
{
    font-family:Verdana, Arial;
    margin:0 auto;
    background-color:#FFF;
    font-size:12px;
    background-image:url(../images/splash_bg.jpg);
    background-repeat:repeat;
}



/* LAYOUT STYLES */

#wrapper 
{
    text-align:center;
    width:100%;
    
}

#wrapper-outer
{
    width:867px;
    margin:0 auto;
    background-image:url(../images/Banners/whitefade.png);
    background-repeat:repeat-y;
}



#wrapper-inner
{
    clear:both;
    margin: 0 auto;
    width:867px;
    text-align:left;
    
}

#header
{
    clear:both;
    width:867px;
}

#menu_area
{
    clear:both;
    width:867px;
    height:217px;
}

#menu_area .menu
{
    background-color:#D50505;
    color:#FFF;
    height:217px;
    padding:0;
}

#menu_smallarea
{
    width:217px;
}


#menu_smallarea .menu
{
    background-color:#D50505;
    color:#FFF;
    height:217px;
    width:150px;
}


div#div_submenu
{
    float:left; 
    background-color:#000; 
    position:relative; 
    width:145px; 
    height:207px; 
    left:145px; 
    z-index:100; 
    padding:10px 0 0 5px;
}


#content_area
{
    clear:both;
    width:867px;    
    margin:0 0 0 0px;
    text-align:left;   
}

#content_Listarea
{
    clear:both;
    width:867px;    
    margin:0 0 0 0px;
    text-align:left;   
}

#content_Listarea .leftside
{
    padding-left:31px;
}

#content_Listarea .rightside
{
    margin-right:36px;
    padding:15px;
}

#content_area table.content-wrapper, #menu_area table.menu-wrapper, #brand_area table, #content_Listarea table.menu-wrapper
{
    background-image:url(../images/Banners/middlewhite.png);
    background-repeat:repeat-y;
    text-align:left;
}

#brand_area table tr td
{
    padding-left:32px;
}

#content_area_left
{
    margin-left:32px;
    padding:5px;
}

#content_area_right
{
    margin-right:36px;
    padding:15px;
}

#footer_area
{
    clear:both;
    width:867px;
    height:75px;
    
}

#wrapper_admin_top
{
    clear:both;
    width:100%;
    height:16px;
    text-align:center;
    background-color:#FFF;
}

#wrapper_admin
{
    background-color:#FFFFFF;
    border-bottom:dashed 1px #8a8a8a;
    border-left:solid 1px #FFFFFF;
    border-right:solid 1px #FFFFFF;
    width:1002px;
    height:15px;
    clear:both;
    margin: 0 auto;
    width:1002px;
    text-align:right;
    font-size:11px;
    font-family:Arial;
    
}

/****************************************/


/* MENU SETTINGS */

/* HEADER MENU */



/* TEXT STYLES */

.EditZone_Link
{
    cursor:pointer;
    cursor:hand;
    text-decoration:underline;
    padding:5px;
}

.Title
{
    font-family:Verdana, Arial;
    font-size:18px;
    font-weight:bold;
}

.Heading
{
    font-family:Verdana, Arial;
    font-size:16px;
    font-weight:bold;
}

.Subheading
{
    font-family:Verdana, Arial;
    font-size:14px;
    font-style:italic;
}

.Bodytext
{
    font-family:Verdana, Arial;
    font-size:11px;
}

.Link
{
    color:#000;
    font-weight:bold;    
}

.Link:hover
{
    text-decoration:none;
}

.Light_Link
{
    color:#666666;
    text-decoration:underline;
}

.Light_Link:hover
{
    color:#000;
    text-decoration:none;
}

.Bodytext a
{
    color:#666666;
    text-decoration:underline;
}

.Bodytext a:hover
{
    color:#000;
    text-decoration:none;
}
