﻿/*
    This css file is continuation of "main.css",
    which was created during the first phase of 
    development as Intellisoft.  
    
    CSS in this file was created during second 
    phase of development as JDB Associates.
*/

#publicSiteContainer
{
    color: #7E7F81;
	font-size: 12px;
	line-height: 17px;
    margin: 5px 20px 5px 20px;
	padding-bottom: 6px;
}

#publicSiteContainer p, h1, h2, h3, h4
{
    margin-left: 0;   
}

.spacing
{
    clear: left;
    height: 10px;
    width: 100%;
}


/*Home Page css*/
#homePageNewsContainer
{ 
    border: solid 1px #7E7F81;  
    float: left;
    margin-top: 10px;
    vertical-align: middle;
    width: 355px;
}

/*Resourses link sections*/
.TechResourcesMLeft15px
{ 
    background-image: url('/images/templates/bac_resources.gif');
	background-repeat: no-repeat;
    border: solid 1px #7E7F81;  
    clear: right;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    vertical-align: middle;
    width: 178px;
}

.TechResourcesProductsPage
{ 
    background-image: url('/images/templates/bac_resources.gif');
	background-repeat: no-repeat;
    border: solid 1px #7E7F81;  
    clear: right;
    margin-top: 10px;
    vertical-align: middle;
    width: 178px;
}

.TechResourcesMLeft20px
{ 
    background-image: url('/images/templates/bac_resources.gif');
	background-repeat: no-repeat;
    border: solid 1px #7E7F81;  
    clear: right;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    vertical-align: middle;
    width: 178px;
}

/*Rep site*/
#repSiteContainer
{
    color: #7E7F81;
	font-size: 12px;
	line-height: 17px;
    margin: 5px 20px 5px 20px;
	padding-bottom: 6px;
}

#repSiteContainer p, h1, h2, h3, h4
{
    margin-left: 0;   
}

