﻿/* ------------------------------------------*/
/* ----------->>> STYLES #1 <<<-------------*/
/* ----------------------------------------*/


/*
GLOBAL
*/

.clear
{
    clear: both;
}

.sectionTitle
{
float: left;
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
letter-spacing: 2px;
font-size: 185%;
font-weight: bold;
margin-bottom: 2px;
}
.Title1     /* Technical Blue */
{
    color: #336A92;
}
.Title2     /* Gallery Orange */
{
    color: #C16D25;
}
.Title3     /* Group News Grey */
{
    color: #616161;
}
img.arrowBig
{
float: right;
}

a:link, a:active, a:visited
{
    color: #154988;
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
}

a:hover 
{
    color: #154988;
    font-weight: bold;
    font-size: 100%;   
    text-decoration: underline;
}

a.small:link, a.small:active, a.small:visited
{
    color: #154988;
    font-size: 95%;
    font-weight: bold;
}

a.small:hover 
{
    color: #154988;
    font-weight: bold;
    font-size: 95%;    
    text-decoration: underline;
}

/* Home Page Left column */
#contentsHomeInnerLeft
{
float: left;
display: inline-block;
width: 300px; 
margin-top: 20px;
padding: 0;      
text-align: left;
}

#contentsHomeInnerLeft li
{
border-top: solid 1px #E5E5E5;    
display: list-item;
list-style-image: url(../images/img_arrowProduct.gif);
margin: 0;
padding: 3px 0 3px 0;
width: 275px;
}


#contentsHomeInnerLeft li.finalItem
{
border-bottom: solid 1px #E5E5E5;
padding: 3px 0 3px 0;
width: 275px;
}

/* Home Page Right column */
#contentsHomeInnerRight
{  
float: right;
display: inline-block;
width: 290px;
padding-top: 20px;  
text-align: left;
/*background-color: Blue;*/
}


#bannerMembers
{
width: 286px;
height: 76px;
background-image: url(../images/ban_members.jpg);
background-repeat: no-repeat;
padding-bottom: 23px;
}

#bannerContractors
{
width: 286px;
height: 76px;
background-image: url(../images/ban_findacontractor.jpg);
background-repeat: no-repeat;
padding-bottom: 23px;   
}
img.arrowPosition
{
margin: 50px 0 0 16px;
}
#bannerMembers a
{
color: #154988;
}

#bannerContractors a
{
color: #ffffff;
}

.homeNewsDate 
{
color: #0066CC;
font-size: 95%;
font-weight: bold;
}

.homeNewsTitle
{
color: #154988;
font-size: 95%;
font-weight: bold;
}

.homeNewsBrief
{
color: #000000;
font-size: 95%;
font-weight: bold; 
}

/* Home Page Center column */
#contentsHomeInnerCenter
{
display: inline-block;
width: 300px;
margin-top: 20px;      
padding: 0 20px 0 20px;  
text-align: left;
/*background-color: Green;*/
}

#contentsHomeInnerCenter p
{
    clear: both;
    float: left;
}

#contentsHomeInnerCenter .sectionText
{
Font-size: 11px;
Color: #474747;
}
 


/* Entended Center column */
#contentsInnerCenter
{
display: inline-block;
width: 95%;      
padding: 20px 10px 0 10px;  
text-align: left;
/* background-color: green; */
}


