﻿/*------------------------------------
Basic Style Sheet: Columns Styles
Version: 1.1
Auther: Brian Weston
e-mail: bweston@edcorusa.com
Company: EDCOR Electronics Corporation
website: http://www.edcorusa.com/
Copyright ©2009 Brian Weston
------------------------------------*/

/* Center Column
------------------------------------*/
#centercol
{
    margin: 18px 5px 5px 5px;
    padding-right: 170px;
}
#centercolcontent
{
    padding: 5px 5px 5px 5px;
}
#centercolcontent div.sectiontitle, #centercolcontent .sectiontitle span
{
    font-weight: bold;
    font-size: larger;
    color: #676FD2;
}
#centercolcontent div.sectionsubtitle
{
    font-weight: bold;
    padding-bottom: 4px;
}
.centerheaderbar
{
    width: 98%;
    padding: 4px;
    background-color: #706A6A;
    color: white;
    font-size: 10pt;
    font-weight: bold;
}

/* Side Columns
------------------------------------*/
#arrowimg
{
    position: relative;
    background-image: url (images/ArrowR.gif);
}


/* Right Column
------------------------------------*/
#rightcol
{
    float: right;
    margin: 25px 5px 5px 5px;
    width: 170px;
    color: Black;
    background-color: #EBEBEB;
    font-size: 10px;
    height: 100%;
}
#rightcol div.text
{
    padding: 5px 5px 5px 5px;
    text-align: justify;
}
#rightcol div.sectiontitle, #rightcol .sectiontitle span
{
    padding: 4px;
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
    background-color: #706A6A;
    color: white;
    font-size: 10pt;
    font-weight: bold;
}
.rightcolheader
{
    padding: 4px;
    background-color: #706A6A;
    color: White;
    font-size: 10pt;
    font-weight: bold;
}
.rcolcont
{
    color: Black;
}
.rcolcont a
{
    color: White;
}
.rightbar
{
    width: 90%;
    color: #706A6A;
    height: 1px;
    noshade: noshade;
}
/* Content Styles
------------------------------------*/
.colcont
{
    padding: 6px;
}