@import url("HouseMenu2.css");
/* HouseMenu 2 Styles */
@import url("htmlTagStyles.css");
/* HTML Tag Styles    */

/*==========================================================================================*/
/*                         Skin styles created by White Rock Solutions                      */
/*                 www.whiterocksolutions.com / kevin@whiterocksolutions.com                */
/*                               Fixed Width Skin (1024)                                    */
/*                       - THREE Column Horizontal Menu Layout -                            */
/*==========================================================================================*/

/*==========================================================================================*/
/*                               DEFAULT Styles for Skin                                    */
/* NOTE: Font size specified as "small" which is approximately 13px. Module "TITLES", etc.. */
/* will then have the font-size expressed as a percentage of "small" IE: 85%=11px           */
/*==========================================================================================*/

body, tr, td, table
{
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #666;
    background-color: #FFF;
}

.Note
{
    background-image: url(http://www.whiterocksolutions.com/Portals/0/MyMaps/red-pushpin.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin-left: 25px;
    padding: 5px 5px 5px 35px;
    display: block;
    border: solid 2px #003366;
    background-color: lightyellow;
}

/*==========================================================================================*/
/*                    Page Layout styles created by White Rock Solutions                    */
/*                 www.whiterocksolutions.com / kevin@whiterocksolutions.com                */
/*==========================================================================================*/

/*===================================================================*/
/*                             Whole Page                            */
/*===================================================================*/

#wrs_pagewrapper
{
    position: relative;
    width: 980px;
    padding-top: 10px;
    margin: 5px auto;
}

/*===================================================================*/
/*                           Header Section                          */
/*===================================================================*/

#wrs_headersectionwrapper
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

#wrs_menu
{
    width: 100%;
    height: 23px;
    background-color: #003366 !important;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

#wrs_logo
{
    position: absolute;
    top: 23px;
    padding: 25px 25px 0px 25px;
    width: 145px;
    height: 80px;
}

.wrs_horizontalbanner
{
    position: absolute;
    top: 50px;
    left: 258px;
    text-align: center;
    width: 468px;
    height: 60px;
}

#wrs_googlemaps_logo
{
    position: absolute;
    top: 23px;
    right: 0px;
    padding: 25px 25px 25px 25px;
    text-align: center;
    width: 150px;
    height: 55px;
}


#dnn_horizontalbanner .Normal img, #dnn_googlemapslogo .Normal img
{
    border: 0;
    margin: 0;
    padding: 0;
}

#wrs_userlogin
{
    position: absolute;
    top: 128px;
    right: 10px;
    text-align: right;
}

#wrs_addthis
{
    position: absolute;
    top: 150px;
}

#wrs_addthis img,#wrs_addthis p, #wrs_addthis a
{
    margin: 0;
    padding: 0;

}

#wrs_breadcrumb
{
    position: absolute;
    top: 150px;
    left: 130px;
    text-align: left;
    width: 625px;
}

.wrs_search
{
    position: absolute;
    top: 145px;
    right: 0px;
}

/*===================================================================*/
/*                           Content Section                         */
/*===================================================================*/

/*===================================================================*/
/* Note:                                                             */
/* "margin-top" moves the content section down to create space for   */
/* the Header Section which is ABSOLUTELY positioed.                 */
/* Unit in "em" so if user increases text size the gap also increase */
/*===================================================================*/

#wrs_contentsectionwrapper
{
    margin-top: 13em;
    width:980px;
    min-height: 400px;
    border-top: solid 5px #003366;
}

#wrs_headercontentsection
{
    padding-top: 10px;
    width:728px;
    margin:auto;
}

#wrs_innercontentsectionwrapper
{
    float: left;
    width: 770px;
}

#wrs_innermaincontentsection
{
    float: right;
    width: 580px;
    padding: 10px;
}

#wrs_innersidebar
{
    float: left;
    width: 160px;
    padding-top: 10px;
}

#wrs_outersidebar
{
    float: right;
    width: 200px;
    padding-top: 10px;
}

#wrs_footercontentsection
{
    clear: both;
    padding: 10px;
    text-align: center;
}

/*===================================================================*/
/*                           Footer Section                          */
/*===================================================================*/
#wrs_footersection
{
    clear: both;
    padding: 10px;
    text-align: center;
    border-top: solid 10px #003366;
    background-color: #BAD5E8;
}



