﻿html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background-color: #FFFFFF;
    margin: 0px;
    font-family: Verdana;
    font-size: 13px;
}

.topGray {
    background-image: url("images/topGray.jpg");
    background-repeat: repeat-x;
    height: 35px;
    width: 100%;
    background-position:0px 10px;
    background-color:#e0dcdd;
}

.mainContainer {
    background-color: #FFFFFF;
    padding:0px 25px 25px 25px;
}

.lineBar {
    background-color: #102963;
    height: 5px;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top:-10px;
    border-bottom:1px solid #FFFFFF;
    clear:both;
}

.topMenu {
    background-color: #dcdcdc;
    float: right;
    /*height: 17px;*/
    border-left: 1px #dcdcdc solid;
    padding: 10px 0px;
    margin-top: 29px;
}
.profile {
    width:1000px;
    margin:0 auto;
    text-align:right;
    padding:7px 0px 0px 0px;
}
.profile a{
    display: inline;
    margin-left:5px;
}
.current {
     background-color: #EEEEEE;
}
    .topMenu div{
        display: inline;
        margin-right: 1px;
    }

    .topMenu a {
        text-decoration: none;
        padding: 10px 20px;
        background-color: #FFFFFF;
        color: #000000;
    }

        .topMenu a:hover {
            text-decoration: none;
            display: inline;
            padding: 10px 20px;
            background-color: #EEEEEE;
        }
.key {
    background-image:url("images/key.png");
    height:16px;
    width:16px;
    background-repeat:no-repeat;
}
.key1 {
        background-position:40px 6px;
}
.key2 {
        background-position:35px 6px;
}
.LoginLink {
    margin-left: -5px;
    margin-left: -4px\9;
    margin-right: -5px\9;
    padding: 0px;
}
.banner {
    margin-top:50px;
}
.mainMenu {
    background-color: #FFFFFF;
    float: right;
    /*height: 15px;*/
    /*border-left: 1px #dcdcdc solid;
    padding: 3px 0px;*/
    margin-bottom: 30px;
    margin-top:-5px;
    /*position:relative;*/
    z-index:2;
}

    .mainMenu a {
        text-decoration: none;
        display: inline;
        padding: 10px;
        background-color: #102963;
        margin-right: 1px;
        color: #FFFFFF;
        font-size: 14px;
    }

        .mainMenu a:hover {
            text-decoration: none;
            display: inline;
            padding: 10px;
            background-color: #163885;
            font-size: 14px;
        }

.logo {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    padding: 0px 5px;
    width: 275px;
    padding: 0px 5px;
    float:left;
}
.headerMenu {
    float:left;
    clear:both;
    width:100%;
}
.mainContent {
    padding: 10px;
    min-height: 700px;
   
}
  ul.pdf a {
        color:#026c9e;
        text-decoration:none;
    }
    ul.pdf a:hover {
        color:#054664;
        text-decoration:none;
        border-bottom:1px dashed #054664;
    }
.title {
    font-family: verdana arial helvetica sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0px;
}

.titleNext {
    font-family: verdana arial helvetica sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    padding: 30px 0px 10px 0px;
}

.content {
    line-height: 18px;
    font-size: 13px;
    text-align: justify;
    clear: both;
    position: relative;
}
ul.pdf {
    list-style-image:url("images/pdf.png");
}
.footer {
    font-size: 11px;
    height: 50px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 22px;
    width: 100%;
    color:#026c9e;
    clear:both;
    

}
    .footer a {
        text-decoration:none;
        color:#026c9e;
    }
    .footer a:hover {
        text-decoration:none;
        color:#026c9e;
        border-bottom:1px dashed #026c9e;
    }
.copyright {
    color:#000000;
}
#dnn_pnav {
}

    #dnn_pnav li {
    }

        #dnn_pnav li ul {
        }

    #dnn_pnav > li {
        float: left;
        height: 39px;
        padding-top: 12px;
        margin-right: 0px;
    }

        #dnn_pnav > li > a, #dnn_pnav > li > span {
        }

        #dnn_pnav > li:hover > a, #dnn_pnav > li.active > a {
        }

            #dnn_pnav > li:hover > a:active {
            }

        #dnn_pnav > li:hover > span {
        }

.content p {
    margin-bottom: 10px;
}

.content ul {
    margin-bottom: 10px;
    list-style-type:square;
    padding-left: 25px;
}

.mainContent {
    padding:10px 0px;
}
.Head {
    display:none;
}
.footerLinks {
    margin:0 auto;
    text-align:left;
    width:100%;
    clear:both;
    position:relative;
     border-bottom: 1px solid #008e9c;
     padding-top:30px;

}
.footerLinks div {
    display:inline;
    float:left;
    padding:14px;
    font-size:12px;

}
    .footerLinks div a, .profile a {
        color:#026c9e;
        text-decoration:none;
    }
    .footerLinks div a:hover {
        color:#054664;
        text-decoration:none;
        border-bottom:1px dashed #054664;
    }
    .footerLinks div ul li {
        line-height:20px;
    }
    .footerLinks div p {
        padding:10px 0px;
        font-size:12px;
        text-transform:uppercase;
        font-weight:bold;
        font-family:Arial,Verdana;
        
    }
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.TitleH2 {
    display:none !important;
}

.PageTitle {
    font-family: verdana arial helvetica sans-serif;
    font-size:20px;
    text-transform: uppercase;
    letter-spacing:1px;
    color:#FFFFFF;
    padding:10px;
    width:145px;
    margin-bottom:20px;
    background-color:#008e9c;

}
.logo img {
    margin-top:-20px;
    width:250px;
}
p {
    margin: 0 0 15px;
}
#dnn_dnnLogin_loginLink {
    background-color: #102963;
    color: #ffffff;
    padding: 8px 15px;
    text-transform: uppercase;
}