/*_____________________________________________ start - global styles _____________________________________________*/

* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #566865;
    color: #000;
    font: 80%/160% verdana, sans-serif;
    letter-spacing: 1px;
}
    label {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: "Times New Roman", Times, serif;
        font-size: 130%;
        font-weight: bold;
        line-height: 200%;
    }
    h3 {
        font-size: 110%;
    }
        h1.announcement {
            text-align: center;
            color: #000;
        }    
    a {
        outline: none;
        text-decoration: none;
        color: #22478D;
    }
        a:hover, a:active {
            color: #3F3F3F;
            border-bottom: 1px solid;
        }
        
    pre {
        background-color: #000;
        color: #fff;
        font-size: 105%;    
        margin: 5px 0 5px 10px;
        padding: 10px 10px 10px 20px;    
    }  
    
    cite {
        font-style: normal;
    }    
    
    img {
        border: none;
    }

/*___________________________________ start - Header ________________________________*/

#header {
    background: transparent url( "/image/headerBg.png" ) repeat-x scroll 0;
}
    #headerInner {
        height: 104px;
        width: 950px;
        margin: 0 auto;
        position: relative;
        z-index: 10000;
    }
        #headerInner h1 {
            font-size: 140%;
            font-weight: bold;
            color: #fff;
            margin: 0;
            width: 208px;
            height: 89px;
            background: url( "/image/logo.png" ) 0 10px no-repeat;
            text-indent: -5000px;
        }
        #headerInner h2 {
            position: absolute;
            left: 215px;
            top: 55px;
            font-size: 100%;
            font-weight: bold;
            font-family: verdana, sans-serif;
            color: #e6e8ea;
            vertical-align: bottom;
        }    
        #headerInner ul {
            position: absolute;
            right: 0;
            top: 60px;
            color: #fff;
            font-size: 85%;
            font-weight: bold;
            list-style-type: none;
            font-family: Georgia, "Times New Roman", Times, serif;
        }
            #headerInner ul li {
                float: left;
                padding: 0 3px;
            }
                #headerInner ul li.feed {
                    position: relative;
                    top: -4px;
                }
            #headerInner ul li a {
                color: #fff;
            }
                #headerInner ul li.feed a:hover, #headerInner ul li.feed a:active {
                    border-bottom: none;
                }                

/*___________________________________ start - Content ________________________________*/            
#content {
    background-color: #e6e8ea;
}
    #contentInner {
        margin: 0 auto;
        padding-top: 0;
        position: relative;
        z-index: 1;
        width: 950px;
        min-height: 650px; 
    }
        .primaryContent {
            width: 950px;
        }
            .twoColumn .primaryContent {
                float: left;
                width: 655px;
                margin: 0;
                padding-right: 20px;
                background: transparent url("/image/greyDotVerticalSpace.gif") repeat-y top right;
            }
            .twoColumn .secondaryContent {
                float: left;
                width: 270px;
                background: transparent url("/image/greyDotVerticalSpace.gif") repeat-y top left;
                
                /* so that the seperator dots merge */
                position: relative; 
                left: -1px;
            }      
            
    /* All h2's have a dotted bottom, unless explicitly specified otherwise */
    #contentInner h2, #contentInner h3 {
        background: transparent url("/image/greyDot.gif") repeat-x bottom left; 
        margin-bottom: 5px;
        position: relative;
    }
        .primaryContent h2 span.date {  /* If you want the date of the entry as part of the header's right hand side - mostly used for blog, but can be used for anything */
            position: absolute;
            right: 5px;
            font-size: 60%;
        }
        .block-core-BreadCrumb, .block-core-Navigator, .block-core-Pager, .navigator, .navigator .separator {
            display: inline;
        }
            .block-core-Navigator, .block-core-Pager, .navigator .separator {
                float: right;
            }
            .block-core-Pager {
                margin-right: 20px;
            }    
                .block-core-Navigator a {
                    margin-right: 10px;
                }
            
            .primaryContent h2 .block-core-BreadCrumb a {
                color: #22478D;
                padding-right: 10px;
                border-right: 2px solid gray;
                margin-right: 10px;
            }        
                .primaryContent h2 .block-core-BreadCrumb a:hover,  .primaryContent h2 .block-core-BreadCrumb a:active, 
                .photo a:hover, .photo a:active{
                    border-bottom: none;
                }       
                
            .navigator{
                position: absolute;
                right: 5px;
                font-size: 90%;                        
            }
       
        
        .secondaryContent h2 {
            margin-left: 20px;
        }
            
    #contentInner p {
        margin: 0 0 10px 10px;
    }                        
        
    .primaryContent ul {
        margin-left: 25px;
        margin-bottom: 10px;
    }                     
    .secondaryContent ul {
        list-style-type: none;
        margin-left: 25px; 
    }        
        .secondaryContent li {
            margin: 10px 0 10px 0;
        }   
           .secondaryContent li a.selected {
                color: #000;
                font-weight: bold;
                font-size: 90%;
                text-decoration: none;
            }
    .secondaryContent iframe { /* google ads */
        margin-left: 35px;     
    }        
                
    #contentInner blockquote {
        margin: 20px 0 20px 50px;
        color: #FF3300;
        font-weight: bold;
        
    }            
    
    #contentInner dt {
        margin-left: 10px;
        font-weight: bold;
        padding-top: 5px;
    }
        #contentInner dd {
            margin-left: 25px;
            font-size: 90%;
            padding-bottom: 5px;
        }  
        
/*_____________________________________________ Start - Footer _____________________________________________*/    

#footer {
    min-height: 70px;
    background-color: #566865;
    border-top: 1px solid #ff5c00;
}
    #footerInner {
        width: 950px;
        margin: 0 auto;
        padding-top: 10px;
        color: #fff;
        text-align: center;
    }

/*_____________________________________________ Start - Form Styles _____________________________________________*/

input.txt {
    border: 1px solid #c2c6cf;
    background: #fff url("/image/shadeTxt.gif") repeat-x;
}
select.cmb {
    border: 1px solid #c2c6cf;
    background: url("/image/shadeTxt.gif") repeat-x;
}

/*_____________________________________________ Start - Utility classes _____________________________________________*/

/* Default classes for clearing float, also clearing the end without presentational markup*/
.clear { clear: both; }
    .cLeft { clear: left; }
    .cRight { clear: right; }
    .cEnd {
    /* clear fix without presentational markup. Mostly use .cEnd class for the float container. But when lotta containers
    in one selector, add it directly here like #propertyEntry div */
        display: inline-table;
    /* Hides from IE-mac \*/
        height: 1%;
        display: block;
    /* End hide from IE-mac */
    }
        html>body .cEnd {
        height: auto;
    }
    .cEnd:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

/* Default classes for floating elements left or right */    
.fNone { float: none; }
    .fLeft { float: left; }
    .fRight { float: right; }

/* Default classes for hiding and showing elements */    
.hide { display: none; }
    .block { display: block; }
    .inline { display: inline; }
    
/* Gallery Specific */
#contentInner .thumbnail {
    float: left;
    padding: 15px 15px;
    margin: 15px 25px;
    border: 2px solid activeBorder;
    height: 120px;
    
}

    #contentInner .thumbnail a, #contentInner .thumbnail a:hover, #contentInner .thumbnail a:hover, #contentInner .thumbnail a img {
        border: none;                      
    }

.block-core-SystemLink a {
    color: #566865;
}

.next-and-last, .first-and-previous {
    display: inline;
}
.next-and-last a, .first-and-previous a {
    display: inline;
    text-transform: capitalize;
    font-size: 90%;
/*    border-bottom: 1px solid;*/
}

.block-core-Navigator .next-and-last {
    padding-left: 10px;
    border-left: 2px solid gray;
}
    .block-core-Navigator .no-previous {
        border-left: none;
    }
