body, td {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 13px;
    color       : #333;
    line-height : 18px;
}

h1, h2, h3, #mainNav li a {
    font-family: Arial, sans-serif;
    font-style     : normal;
}

h1 {
    font-family:'Georgia', arial, sans-serif;
    font-size   : 32px;
    line-height: 35px;
    color       : #003658;
    font-weight : normal;
    text-transform: none;
    margin      : 0 0 10px 0;
}

h2 {
    font-size   : 27px;
    font-family: 'Georgia', arial, sans-serif;
    line-height: 27px;
    color       : #003658;
    letter-spacing: 0;
    font-weight : normal;
    margin      : 0 0 10px 0;
}

h3 {
    font-family: 'Georgia', arial, sans-serif;
    font-size   : 18px;
    line-height: 16px;
    color       : #606060;
    font-weight : normal;
    margin      : 0 0 10px 0;
}

h4 {
    font-size   : 14px;
    line-height: 17px;
    color       : #666666;
    font-weight : bold;
}

a, a:visited, a:active {
    color           : #6AB23C;
    text-decoration : none;
    outline         : none;
}

a:hover {
    color           : #003658;
    text-decoration : none;
}

hr {
    margin     : 20px 0;
    height     : 1px;
    border     : none;
    border-top : 1px solid #CCCCCC;
    color      : #CCCCCC;
}
.map {
    float: right;
    margin : 0px 3px 10px 25px;
    border: solid 3px #034F80;
}
/*
	Custom Styles for dropdown
	Notice [10/02/2012]: TinyMCE applies css classnames in lowercase when used within a Webkit browser. So 'textHighlight' becomes 'texthighlight'.
	Workaround: Either declare all editor styles in lowercase, or create duplicate lowercase styles for webkit browsers.
*/

.button {}

.texthighlight {
    font-weight : bold;
    color       : #999999;
}

.texthighlight2 {
    font-weight : bold;
    color       : #006600;
}

.pageimageright{
    float  : right;
    margin : 0px 3px 10px 25px;
    border: solid 3px #034F80;

}

.pageimageleft{
    float  : left;
    margin : 0px 25px 10px 3px;
    border: solid 3px #034F80;
}


/* Residential & commercial display boxes */
.display_box {
    width: 31%;
    float: left;
    margin-bottom: 20px;
}
.display_box.middle {
    margin: 0 3.5%;
}
.display_box h2{
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 0;
}
.display_box h2 a{
    color: #0F4262;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.display_box h2 a:hover{
    color: #6AB23C;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.display_box img{
    border: solid 3px #0F4262;
    margin: 10px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.display_box img:hover{
    border-color: #6AB23C;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.display_box p{
    padding: 5px 5px 0 5px;
    font-size: 12px;
    line-height: 14px;
}
.display_box a.button{
    margin-left: 5px;
    padding: 11px 16px 9px !important;
    font-size: 12px;
}



/* ******************* */
/* Lists */
/* ******************* */

#content ul, #content ol {
    list-style : none;
    padding    : 0px;
    margin     : 0px 10px 15px 22px;
}

#content ul li {
    text-indent : -24px;
    margin-left : 15px;
    padding     : 3px 0px;
}
.home #content ul, #content ol {
    list-style : none;
    padding    : 0px;
    margin     : 0px 10px 15px;
}

.home #content ul li {
    text-indent : -10px;
    margin-left : 15px;
    padding     : 3px 0px;
}

#copy ul li:before {
    content     : "\203A \00a0";
    color       : #22418C;
    font-size   : 15px;
    margin-right: 15px;
    line-height : 15px;
}

#copy ol {
    list-style  : decimal outside;
}

#copy ol li {
    margin-left : 20px;
    padding     : 3px 0px;
}

/* ******************* */
/* Tables */
/* ******************* */

#content table, table {
    width  : 100% !important;
    margin : 20px 0px;

}

table tr:nth-child(odd) {
    /*    background-color : #f5f5f5;*/
}

table thead tr {
    /*    background-color : transparent !important;*/
}

table tr td {
    border-bottom  : 1px solid #D8D8D8;
    text-align     : center;
    padding        : 14px 14px;
    text-align     : left !important;
    vertical-align : middle !important;
}

table tr td:first-child {
    border-left: solid 1px #D8D8D8;
}

table tr td:last-child {
    border-right: solid 1px #D8D8D8;
}

table tr:hover td {
    /*background : #fcfcfc;*/
}

table thead tr th, table thead tr td/*,
table thead tr:hover th, table thead tr:hover td */{
    font-weight      : bold;
    padding          : 10px 14px 10px 15px;
    font-size        : 13px;
    text-align       : left !important;
    color: #fff;
    background: url("images/backgrounds/table-row-divider-bg.png") no-repeat bottom right;
}
table thead tr{

    background: #0c6097; /* Old browsers */
    background: -moz-linear-gradient(top,  #0c6097 0%, #034f80 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c6097), color-stop(100%,#034f80)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0c6097 0%,#034f80 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0c6097 0%,#034f80 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0c6097 0%,#034f80 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0c6097 0%,#034f80 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6097', endColorstr='#034f80',GradientType=0 ); /* IE6-9 */

}
table thead tr th:first-of-type, table thead tr td:first-of-type {
    border-top-left-radius : 4px;
}

table thead tr th:last-of-type, table thead tr td:last-of-type {
    border-top-right-radius : 4px;
}

table tr td p {
    padding : 0px;
    margin  : 0px !important;
}

table tr.rowDivider td {
    border-top : 3px solid #333;
}

table.invisibleTable tr, table.invisibleTable tr:hover,
table.invisibleTable td, table.invisibleTable td:hover,
table.invisibleTable tr:hover td,
table.gsc-search-box tr, table.gsc-search-box tr:hover,
table.gsc-search-box td, table.gsc-search-box td:hover,
table.gsc-search-box tr:hover td {
    border         : 0;
    background     : transparent !important;
    vertical-align : top !important;
}

table.invisibleTable tr, table.invisibleTable td {
    padding : 5px;
}