﻿.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after
{
    display: table;
    content: " ";
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after
{
    clear: both;
}



Body
{
    font-family: Verdana;
    font-size: .9em;
    margin: 0;
    background: #fff;
}

.caret
{
    display: inline-block;
    width: 10;
    height: 10;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


img
{
    max-width: 100%;
}

h1 h2
{
    font-size:large;
}

/* Information Boxes - Homepage */
.box-title 
{
    font-size:medium;
    color: GrayText;
    text-decoration: none;
}

.box-content
{
	padding: 0px 8px 8px 8px;
	text-align: justify;
	
}

.box-content-link
{
	color: #000000;
	text-decoration: underline;
}

.box-content-link:hover
{
	color: #443355;
}

.banner
{
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.container
{
    padding-right: 12em;
    padding-left: 12em;
    margin-right: auto;
    margin-left: auto;
}
.container-footer
{
    padding-right: 12em;
    padding-left: 12em;
    margin-right: auto;
    margin-left: auto;
    overflow-x: auto;
    display: block;
}
.top-header
{
    background: rgba(0, 0, 0, 0.80);
    background-size: cover;
    padding: 0.8em 0;
    width: 100%;
    display: block;
}
.top-header-left
{
    float: left;
}
.top-header-right
{
    float: right;
    min-width: 375px;
}
.logo-header
{
    background: rgba(255, 255, 255, 0.90);
    background-size: cover;
    padding: 0.8em 0;
    width: 100%;
    display: block;
}
.slide-header
{
    background: rgba(255, 255, 255, 0.90);
    background-size: cover;
    padding: 0.8em 0;
    width: 100%;
    display: block;
}
.btr
{
    background: rgba(255, 255, 255, 0.90);
    background-size: cover;
    padding: 0.8em 0;
    width: 100%;
    display: block;
}
.body-content
{
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.services
{
    text-align: justify;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px;
    border: 1px solid Black;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px 10px 5px 10px;
    color: #443355;
    min-height: 100px;
    overflow: hidden;
}
.footer
{
    background: rgba(0, 0, 0, 0.80);
    background-size: cover;
    padding: 0.8em 0;
    width: 100%;
    display: block;
    min-height: 4em;
}

.single-col
{
    width: 100%;
}
.m-col1
{
    float: left;
    width: 65%;
    padding: 0.8em 0;
}
.m-col2
{
    float: right;
    width: 30%;
    padding: 0.8em 0;
}
.m-col1e
{
    float: left;
    width: 50%;
    padding: 0.8em 0;
}
.m-col2e
{
    float: right;
    width: 50%;
    padding: 0.8em 0;
}
.m-col1map
{
    float: left;
    width: 50%;
    padding: 0.8em 0;
    text-align: center;
}
.m-col2map
{
    float: right;
    width: 50%;
    padding: 0.8em 0;
}
.s-col1
{
    float: left;
    width: 31%;
    padding: 0.8em 0;
}
.s-col2
{
    float: right;
    width: 31%;
    padding: 0.8em 0;
}
.s-col3
{
    float: right;
    width: 31%;
    padding: 0.8em 0;
}
.t-col1
{
    float: left;
    padding: 0.8em 0;
    width: 25%;
}
.t-col2
{
    float: left;
    padding: 0.8em 0;
    width: 25%;
}
.t-col3
{
    float: left;
    padding: 0.8em 0;
    width: 25%;
}
.t-col4
{
    float: left;
    padding: 0.8em 0;
    width: 25%;
}

p.sharethis
{
    vertical-align: middle;
    float: left;
    font-size: 0.8em;
    color: White;
    padding-top: .5em;
}

@media (max-width:84em)
{
    .container
    {
        padding-right: 1em;
        padding-left: 1em;
        margin-right: auto;
        margin-left: auto;
    }

    .top-header-left
    {
        width: 100%;
        text-align: center;
    }
    .top-header-right
    {
        padding-top: 1em;
        width: 100%;
        text-align: center;
    }

    .t-col1
    {
        width: 100%;
        text-align: center;
    }
    .t-col2
    {
        padding-top: 1em;
        width: 100%;
        text-align: center;
    }
    .t-col3
    {
        padding-top: 1em;
        width: 100%;
        text-align: center;
    }
    .t-col4
    {
        padding-top: 1em;
        width: 100%;
        text-align: center;
    }
    .m-col1
    {
        width: 100%;
        padding: 0.8em 0;
    }
    .m-col2
    {
        width: 100%;
        padding: 0.8em 0;
    }
    .m-col1e
    {
        width: 100%;
        padding: 0.8em 0;
        text-align: center;
    }
    .m-col2e
    {
        width: 100%;
        padding: 0.8em 0;
    }

    .m-col1map
    {
        width: 100%;
        padding: 0.8em 0;
        text-align: center;
    }
    .m-col2map
    {
        width: 100%;
        padding: 0.8em 0;
    }
     .s-col1
    {
        width: 100%;
    }
    .s-col2
    {
        padding-top: 1em;
        width: 100%;
    }
    .s-col3
    {
        padding-top: 1em;
        width: 100%;
    }
    p.sharethis
    {
        float: none;
        font-size: 0.8em;
        color: White;
        padding-top: .5em;
    }
}

@media (max-width:48em)
{
    .container
    {
        padding-right: 1em;
        padding-left: 1em;
        margin-right: auto;
        margin-left: auto;
    }
    .container-footer
    {
        padding-right: 1em;
        padding-left: 1em;
        margin-right: auto;
        margin-left: auto;
        overflow-x: auto;
        display: block;
    }
    .top-header-left
    {
        width: 100%;
        text-align: center;
    }
    .top-header-right
    {
        padding-top: 1em;
        width: 100%;
        text-align: center;
    }
    .slide-header
    {
        height: .1em;
        visibility: hidden;
    }
    .single-col
    {
        width: 100%;
    }
    .m-col1
    {
        width: 100%;
    }
    .m-col2
    {
        padding-top: 1em;
        width: 100%;
    }
    .m-col1e
    {
        width: 100%;
        padding: 0.8em 0;
        text-align: center;
    }
    .m-col2e
    {
        width: 100%;
        padding: 0.8em 0;
    }
    .m-col1map
    {
        width: 100%;
        padding: 0.8em 0;
    }
    .m-col2map
    {
        width: 100%;
        padding: 0.8em 0;
        text-align: center;
    }
    .s-col1
    {
        width: 100%;
    }
    .s-col2
    {
        padding-top: 1em;
        width: 100%;
    }
    .s-col3
    {
        padding-top: 1em;
        width: 100%;
    }
    .t-col1
    {
        width: 100%;
        text-align: center;
    }
    .t-col2
    {
        padding-top: 1em;
        width: 100%;
        text-align: center;
    }
    .t-col3
    {
        padding-top: 1em;
        width: 100%;
        text-align: center;
    }
    .t-col4
    {
        padding-top: 1em;
        width: 100%;
        text-align: center;
    }
    p.sharethis
    {
        float: none;
        font-size: 0.8em;
        color: White;
        padding-top: .5em;
    }
}

#menu
{
    font: verdana;
    font-size: 1em;
    color: #069;
    width: 100%;
}

#menu ul
{
    margin: 0;
    padding: 0;
}

#menu .main-menu
{
    display: none;
}

#tm:checked + .main-menu
{
    display: block;
}

#menu input[type="checkbox"], #menu ul span.drop-icon
{
    display: none;
}

#menu li, #toggle-menu, #menu .sub-menu
{
    background-color: #333;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}

#menu li, #toggle-menu
{
    border-width: 0 0 1px;
}

#menu .sub-menu
{
    background-color: #444;
    border-width: 1px 1px 0;
    margin: 0 1em;
}

#menu .sub-menu li:last-child
{
    border-width: 0;
}

#menu li, #toggle-menu, #menu a
{
    position: relative;
    display: block;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
    text-decoration: none;
}

#menu, #toggle-menu
{
    background-color: #444;
}

#toggle-menu, #menu a
{
    padding: 1em .6em;
}

#menu a
{
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

#menu a:hover
{
    background-color: white;
    color: #09c;
}

#menu .sub-menu
{
    display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu
{
    display: block;
}

#menu .sub-menu a:hover
{
    color: #444;
}

#toggle-menu .drop-icon, #menu li label.drop-icon
{
    position: absolute;
    right: 1.5em;
    top: 1.25em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon
{
    border-radius: 50%;
    width: 1em;
    height: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
}

#menu .drop-icon
{
    line-height: 1;
}


@media only screen and (min-width: 84em)
{
    #menu
    {
        font-size: .7em;
    }
    #menu .main-menu
    {
        display: block;
    }

    #toggle-menu, #menu label.drop-icon
    {
        display: none;
    }

    #menu ul span.drop-icon
    {
        display: inline-block;
    }

    #menu li
    {
        float: left;
        border-width: 0 1px 0 0;
    }

    #menu .sub-menu li
    {
        float: none;
    }

    #menu .sub-menu
    {
        border-width: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 20em;
        z-index: 3000;
    }

    #menu .sub-menu, #menu input[type="checkbox"]:checked + .sub-menu
    {
        display: none;
    }

    #menu .sub-menu li
    {
        border-width: 0 0 1px;
    }

    #menu .sub-menu .sub-menu
    {
        top: 0;
        left: 100%;
    }

    #menu li:hover > input[type="checkbox"] + .sub-menu
    {
        display: block;
    }
}

.mySlides
{
    max-width: 100%;
}

h1
{
    font-size: 20px;
    color: #443355;
}

h2
{
    font-size: 16px;
    color: #443355;
}

.centerTitle
{
    text-align: center;
    
}

#UpperDisclaimer a
{
    font-size: 10px;
    text-decoration: none;
    color: #000000;
    padding: 0 0 0 0;
}

#UpperDisclaimer a:hover
{
    font-size: 10px;
    text-decoration: none;
    color: #176aff;
    padding: 0 0 0 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.GenericBox
{
    text-align: justify;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px;
    border: 1px solid Black;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px 10px 5px 10px;
    background-color: #ffffff;
    color: #443355;
    min-height: 300px;
    overflow: hidden;
}

/* News */
.News
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    border: 1px solid Black;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 10px 10px 5px 10px;
    background-color: #ffffff;
    text-align: left;
    min-height: 300px;
}

.news-title a
{
    padding: 0 0 0 0;
    font-size: 18px;
    color: #990100;
    text-decoration: none;
}

.news-pager
{
    color: #443355;
    font: bold 84% verdana;
    background-color: #f6f6f6;
    border: 1px solid;
    border-color: #696 #363 #363 #696;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#f6f6f6',EndColorStr='#ddecef');
}

.news-pager:hover
{
    color: Black;
    border-color: #443355 #000 #000 #443355;
    cursor: pointer;
}

.news-dt
{
    font-weight: bold;
    color: #f07f13;
}

.news-dt-link
{
    color: #443355;
}

.news-dt-link:hover
{
    color: Black;
    text-decoration: underline;
}

/* Different screen sizes */
@media only screen and (max-width: 84em)
{
    .News
    {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 5px;
        border: 1px solid Black;
        -moz-border-radius: 15px;
        border-radius: 15px;
        padding: 10px 10px 5px 10px;
        background-color: Gray;
        text-align: left;
        min-height: 300px;        
    }
    .News a
    {
        color: White;
        text-decoration: none;
    }
    .News a:hover
    {
        color: Orange;
    }
}




/* End News */


.top-text
{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.top-text a
{
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
    line-height: 24px;
}

.top-text a:hover
{
    color: #176aff;
    line-height: 24px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.bottom-navlist
{
    font-size: 10px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bottom-navlist a
{
    list-style-type: none;
    text-decoration: none;
    color: #ffffff;
}

.bottom-navlist a:hover
{
    text-decoration: underline;
    color: #176aff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.nav-header
{
    color: cyan;
    font-size: 14px;
    font-weight: bold;
}

.navlist a:hover
{
    text-decoration: underline;
    color: #176aff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.copyright
{
    width: 100%;
    text-align: right;
    font-size: 10px;
    color: #ffffff;
    padding: 0 5px 5px 0;
    margin-top: 3px;
}

/* Side Menus */
#menuTPA a, #menuTPA a:visited
{
	text-decoration: none;
	text-align: left;
	background-color: #aaa;
	color: #fff;
	display: block;
	width: 20em;
	padding: 4px 8px 4px 5px;
	margin: 1px 8px 1px 0px;
	border-right: 5px solid #fff;
	font-size: small;
}

#menuTPA a:hover
{
	border-right: 5px solid Maroon;
}

@media (max-width:84em)
{
    #menuTPA{ visibility: hidden; clear: right; width: 1px;}
}

@media (max-width:48em)
{
    #menuTPA{ visibility: hidden; clear: right; width: 1px;}
}

/* Double Tax Grids */
.dt-general
{
    font-size: small;
}

.dt-general, a, a:hover
{
	color: White;
	padding: 1 2 1 0;
	text-decoration: none;
	text-align: left;
}

.dt-control
{
	width: 100px;
}

.dt-table-default
{
	width: 100%;
	background-color: #F6F6F6;
	color: Black;
}

.dt-table-default a:hover
{
	color: #BC4676;
	text-decoration: underline;
}

.dt-table-default a
{
	color: #443355;
	text-decoration: underline;
}

.dt-table
{
	background-color: #DDECEF;
	color: Black;
}

.dt-table a:hover
{
	color: #BC4676;
	text-decoration: none;
}

.dt-table a
{
	color: #443355;
	text-decoration: underline;
}

.dt-table-header
{
	background: #b8b9bb;
	height: 30px;
	color: White;
	font-weight: bold;
	text-align: left;
}

.dt-table-pager a:hover
{
	text-align: center;
	text-decoration: underline;
	color: #BC4676;
	font-weight: bold;
}

.dt-table-pager
{
	color: #EE5C18;
	text-align: center;
	background-color: #B8B9BB;
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
	padding-top: 8px;
}

/* Links */
.DisclaimerLinks
{
	color: #443355;
	text-decoration: none;
}

a.DisclaimerLinks:hover
{
	color: #BC4676;
	text-decoration: none;
}

.link
{
	color: #443355;
	text-decoration: underline;
}

.link:hover
{
	color: #BC4676;
}

a.normal
{
	color: #443355;
}

a.normal:hover
{
	color: #BC4676;
	text-decoration: underline;
}

a.normal:visited
{
	color: Black;
}

/* Other */
h1
{
	font-size: 18px;
	color: #989A9C;
}

h2
{
	font-size: 12px;
	color: #989A9C;
}

h2 a
{
	color: #443355;
}

h2 a:hover
{
	color: #989A9C;
	text-decoration: underline;
}

a.normal
{
	color: #443355;
}

a.normal:hover
{
	color: #BC4676;
	text-decoration: underline;
}

a.normal:visited
{
	color: Black;
}

a.home
{
	color: #443355;
	background-color: #BFD9DA;
	text-decoration: none;
}

a.home:hover
{
	color: #BC4676;
	text-decoration: underline;
}

#Blob
{
	width: 10px;
	height: 10px;
}

a
{
    color: Gray;
}

a:hover
{
    color:Red;
}

/* For Admin */
#PageWrapper
{
	width: 800px;
	background-color: #87AAAE;
}

#page
{
    width: 100%;
}

#top-div
{
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    margin-bottom: 4px;
    z-index:1;
}

#main-content
{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.posi{ text-align: center;}