﻿/* Default Settings for Business Solutions Pages
--------------------------------------------------------------------------*/
ul, li
{
    list-style-type: none;
    font-size: 0.95em;
    margin-bottom: 0.25em;
}
.indent1
{
    margin-left: 10px;
}
h4
{
    font-size: 1.25em;
}
.bsMenu a:link, .bsMenu a:visited
{
    color: #000000;
}
.bsMenu a:hover
{
    background-color: #ffff00;
    color: #ff0000;
    font-weight: bold;
}
.bsContent a:link, .bsContent a:visited
{
    color: #0000ff;
    text-decoration: underline;
}
.content
{
    color: #000000;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
}
.bsMenu
{
    float: left;
    width: 200px;
}
.bsContent
{
    float: right;
    width: 603px;
    border-left: solid 1px #999999;
    padding-left: 20px;
}
.bsContent h2, .bsContent p, .bsContent h4
{
    margin-bottom: 1em;
}
.miniImages
{
    margin-right: 4px;
}
.phoneSystemFeatures h4
{
    background-color: #99cc99;
    margin-bottom: 1em;
    font-size: 1em;
}
.bsContent p
{
	font-size: 0.8em;
}
.bsContent h4, .bsContent h2
{
	font-size: 1em;
}