﻿/* generic module styles */

.moduleTitle{
line-height: 28px;
margin-left: 15px;
margin-right: 15px;
color: #fff;
}

.moduleInnerBody, .moduleTypeInnerBodyThree{
        padding: 15px;
        line-height: 17px;
        font-family: Verdana, Arial;
}


.moduleBody{       
background: transparent url('img/grey_left_bot.gif') bottom left no-repeat;
}

.moduleInnerBody{
background: transparent url('img/grey_right_bot.gif') bottom right no-repeat;
}

.moduleBody, .moduleTypeBody{
font-family: Verdana;
}

.moduleBody ul, .moduleTypeBody ul {
margin-left: 15px;
padding-left: 0;
}

.moduleBody li, .moduleTypeBody li {
list-style-type: square;
padding: 0;
margin-left: 0;
margin-bottom: 3px;
}

.threeCol {
height: 555px;
min-height: 475px
}

/* portfolio content  */

.portfolioModule .moduleTitleOuter{
background: transparent url('img/serv_right_top.gif') top left no-repeat;
}

.portfolioModule .moduleTitleInner{
background: transparent url('img/serv_left_top.gif') top right no-repeat;
}

/* type 2 (white background) */

.portfolioModule .moduleTypeBody {
background: transparent url('img/serv_type2_squ.gif') bottom left repeat-y;
}

.portfolioModule .moduleTypeInnerBodyOne{
background: transparent url('img/serv_type2_squ.gif') bottom right repeat-y;
}

.portfolioModule .moduleTypeInnerBodyTwo{
background: transparent url('img/serv_type2_bot_left.gif') bottom left no-repeat;
}

.portfolioModule .moduleTypeInnerBodyThree{
background: transparent url('img/serv_type2_bot_right.gif') bottom right no-repeat;
}

/* Changed to por - blue module  */

.moduleTitleContainer{
background: transparent;
}

.moduleTitleOuter{
background: transparent url('img/serv_right_top.gif') top right no-repeat;
}

.moduleTitleInner{
background: transparent url('img/serv_left_top.gif') top left no-repeat;
}

/* type 2 (white background) */

.moduleTypeContainer{
background: transparent url('img/serv_type2_squ.gif') bottom left repeat-x;
}

.moduleTypeBody {
background: transparent url('img/serv_type2_squ.gif') bottom left repeat-y;
}

.moduleTypeInnerBodyOne{
background: transparent url('img/serv_type2_squ.gif') bottom right repeat-y;
}

.moduleTypeInnerBodyTwo{
background: transparent url('img/serv_type2_bot_left.gif') bottom left no-repeat;
}

.moduleTypeInnerBodyThree{
background: transparent url('img/serv_type2_bot_right.gif') bottom right no-repeat;
}


 