html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    background: #8fa4c3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYTRjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDZjOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #8fa4c3 0%, #446c9d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fa4c3), color-stop(100%,#446c9d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8fa4c3 0%,#446c9d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8fa4c3 0%,#446c9d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8fa4c3 0%,#446c9d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8fa4c3 0%,#446c9d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fa4c3', endColorstr='#446c9d',GradientType=0 ); /* IE6-8 */
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial;
    line-height: 150%;
    font-size: 90%;
    color: #4c6673;
    /*min-width: 618px;*/
    min-width: 360px;
}

#pageContent {
    width: 90%;
    /*max-width: 1125px;*/
    max-width: 1036px;
    display: block;
    margin: 10px auto;
    background-color: #FFF;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 11px 2px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 3px 11px 2px rgba(0,0,0,0.27);
    box-shadow: 0px 3px 11px 2px rgba(0,0,0,0.27);
}

.header {
    background-image: url(Images/header-bg.png);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    min-height: 110px;
    position: relative;
    border-bottom: 2px solid #93bcd2;
}

.logo {
    float: left;
    margin: 20px 40px;
    border: 0;
}

.menu {
    margin-left: 400px;
    font-size: 14px;
}

.menu ul {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0px;
    background: #8ba4b1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiYTRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhiOWZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzc2OGQ5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NThhOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #8ba4b1 0%, #8b9fa6 50%, #768d95 51%, #758a94 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ba4b1), color-stop(50%,#8b9fa6), color-stop(51%,#768d95), color-stop(100%,#758a94)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8ba4b1 0%,#8b9fa6 50%,#768d95 51%,#758a94 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8ba4b1 0%,#8b9fa6 50%,#768d95 51%,#758a94 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8ba4b1 0%,#8b9fa6 50%,#768d95 51%,#758a94 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8ba4b1 0%,#8b9fa6 50%,#768d95 51%,#758a94 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ba4b1', endColorstr='#758a94',GradientType=0 ); /* IE6-8 */
    border-radius: 5px;
}

.menu ul li {
    display: inline-block;
    padding: 3px 7px 4px 7px;
}

.menu ul li a {
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

.active-menu-item {
    background-color: #315F77;
}

.container {
    margin: 40px;
}

.clear {
    overflow: hidden;
}

.clients {
    text-align: center;
    background-color: #F5F5F5;
    padding: 15px;
    border-top: 1px solid #3d8fb9;
    border-bottom: 1px solid #3d8fb9;
    margin-bottom: 20px;
}

.copyright {
    margin: 0px 20px 20px 40px;
    font-size: 90%;
}

p {
    text-indent: 2em;
    margin-bottom: 1em;
}

.phone {
    position: absolute;
    right: 75px;
    top: 12px;
    font-family: Verdana;
    font-size: 26px;
    color: #2b83ab;
    padding-top: 3px;
    padding-left: 27px;
    height: 30px;
}

span.phone {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 185px;
    width: 36px;
    margin: 0 auto;
}

    span.phone:before {
        display: inline-block;
        content: "\f095";
        font-family: FontAwesome;
        font-size: 24px;
        font-style: normal;
        font-weight: normal;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.links {
    position: absolute;
    right: 20px;
    top: 24px;
    height: 20px;
    letter-spacing:4px;
}

a.home, a.envelope {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 20px;
}

    a.home:link, a.envelope:link {
        text-decoration: none;
    }

    a.home:before {
        content: "\f015";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        color: #2D2210;
        font-size: 18px;
        position: absolute;
    }

    a.envelope:before {
        content: "\f003";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        color: #2D2210;
        font-size: 18px;
        position: absolute;
    }

.h1 {
    color: #3f7183;
    font-family: Verdana;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.intro {
    font-size: medium;
}

.sign {
    font-style: italic;
    text-indent: 0px;
}

.testim {
    font-family: Times New Roman;
    font-size: medium;
}

/*.testdiv {
    width: 300px;
    clear: both;
    float: right;
    padding-left: 15px;
}*/

.testdiv {
    width: 300px;
    padding-left: 15px;
    top: 193px;
    position: absolute;
    right: 0;
}

.callout {
    width: 400px;
}

.callouthead {
    width: 400px;
    height: 52px; 
    background-image: url('images/faq-panel-top.png')
}

.callouthead div {
    color: White;
    font-weight: bold;
    font-size: large;
    padding-top: 15px;
    padding-left: 40px;
}

.calloutrow {
    width: 400px;
    height: 24px;
    vertical-align: bottom;
}

.calloutrow-1 {
    background-image: url("images/faq-panel-string-c1.png");
}

.calloutrow-2 {
    background-image: url("images/faq-panel-string-c2.png");
}

.calloutrow-3 {
    background-image: url("images/faq-panel-string-c3.png");
}

.calloutrow-4 {
    background-image: url("images/faq-panel-string-c4.png");
}

.calloutrow-5 {
    background-image: url("images/faq-panel-string-c5.png");
}

.calloutrow-6 {
    background-image: url("images/faq-panel-string-c6.png");
}

.calloutfoot {
    width: 400px;
    height: 32px;
    background-image: url('images/faq-panel-bottom.png');
}

.calloutrow div {
    padding-left: 30px;
    padding-top: 5px;
}

.helpdlg {
    display: none;
}

a.popup {
    background: transparent url(images/popup.gif) no-repeat scroll right center;
    padding: 0 13px 0 0;
}

h1 {
    color: #3f7183;
    font-family: Verdana;
    font-weight: bold;
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 40px;
}

.main_usual .h1 {
    color: #3f7183;
    font-family: Verdana;
    font-weight: bold;
    font-size: 16px;
    margin-left: 40px;
    margin-bottom: 40px;
}

.main_usual .faq-bottom {
    visibility: hidden;
}

.main_article {
    border-radius: 18px 0px 0px 18px;
    -moz-border-radius: 18px 0px 0px 18px;
    -webkit-border-radius: 18px 0px 0px 18px;
    box-shadow: 0px 0px 10px 2px rgba(158, 158, 158, 0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(158, 158, 158, 0.75);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(158, 158, 158, 0.75);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-right: -40px;
}

.main_article_header {
    border-radius: 18px 0px 0px 0px;
    -moz-border-radius: 18px 0px 0px 0px;
    -webkit-border-radius: 18px 0px 0px 0px;
    height: 32px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.clr1 {
    background-color: #6B8BC1;
}

.clr2 {
    background-color: #68ABAA;
}

.clr3 {
    background-color: #C06CBD;
}

.clr4 {
    background-color: #B8B864;
}

.clr5 {
    background-color: #CC6267;
}

.main_article_header .h1 {
    line-height: 32px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin: 5px 0 5px 15px;
}

.main_content {
    height: 100%;
    margin: 5px;
    box-sizing: border-box;
}

.Ns {
    list-style: decimal;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
}

.cont {
    margin: 30px 40px 35px 35px;
}

#HlpDlg {
    left: 200px;
    top: 100px;
    position: absolute;
    width: 500px;
    z-index: 999;
}

#HlpTL {
    background: url(images/background-for-popup-left-top.png) no-repeat;
    width: 48px;
    height: 31px;
}

#HlpTM {
    background: url(images/background-for-popup-top.png) repeat-x;
    height: 31px;
    width: 401px;
    vertical-align: middle;
}

    #HlpTM div {
        margin-top: 7px;
        color: #FFFFFF;
        font-weight: bold;
        font-family: Verdana;
        font-size: 12px;
    }

#HlpTR {
    background: url(images/background-for-popup-right-top.png) no-repeat top right;
    width: 51px;
    height: 31px;
    cursor: pointer;
}

#HlpL {
    background: url(images/background-for-popup-left.png) repeat-y;
    width: 48px;
}

#HlpCnt {
    background-color: #ffffff;
    width: 401px;
    font-family: Arial;
    font-size: 14px;
    color: #4c6673;
}

#HlpR {
    background: url(images/background-for-popup-right.png) repeat-y;
    width: 51px;
}

#HlpBL {
    background: url(images/background-for-popup-left-bottom.png) no-repeat bottom left;
    width: 48px;
    height: 16px;
}

#HlpBM {
    background: url(images/background-for-popup-bottom.png) repeat-x;
    height: 16px;
    width: 401px;
}

#HlpBR {
    background: url(images/background-for-popup-right-bottom.png) no-repeat bottom right;
    width: 51px;
    height: 16px;
}

.cu {
    float: left;
    left: 140px;
    width: 520px;
    margin-right: 140px;
}

.cu_block1, .cu_block2, .cu_block3, .cu_block4, .cu_block5 {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    width: 513px;
    height: auto;
    font-family: Arial;
    margin: 5px;
    padding: 10px;
    overflow: auto;
}

.cu_block1 {
    background-color: #B6DFE0;
}

.cu_block1 label, .cu_block2 #ToP {
    display: inline-block;
    width: 145px;
    text-align: right;
    margin: 6px 6px 2px 0px;
    vertical-align: top;
    white-space: nowrap;
}

.cu_block1 div div {
    display: inline-block;
    width: 350px;
}

.cu_block1 div input {
    padding-top: 1px;
    padding-bottom: 1px;
    height: 20px;
    width: 347px;
    margin-top: 3px;
    margin-left: 2px;
    margin-bottom: 3px;
    border-width: 0px;
    border: 2px solid #A2BB92;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cu_block2 {
    background-color: #A8C4D9;
}
    /*.cu_block2_add {
    display: none;
}*/
    .cu_block2 label#ToP, .cu_block2_add label {
        float: left;
        width: 145px;
        vertical-align: middle;
        text-align: right;
        margin: 6px 6px 2px 0px;
    }

    .cu_block2 div#PT, .cu_block2 div#PT label {
        vertical-align: baseline;
    }

    .cu_block2 div#PTOther {
        margin-left: 150px;
        margin-top: 8px;
        text-align: left;
        vertical-align: middle;
    }

        .cu_block2 div#PTOther input, .cu_block2_add div input {
            padding-top: 1px;
            padding-bottom: 1px;
            height: 20px;
            width: 347px;
            margin-top: 3px;
            margin-left: 2px;
            margin-bottom: 3px;
            border-width: 0px;
            border: 2px solid #A2BB92;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

.pngformfix {
    vertical-align: -webkit-baseline-middle;
}

.cu_block3 {
    background-color: #D2E3F1;
}

    .cu_block3 label {
        text-align: right;
        width: 160px;
        height: 92px;
        white-space: nowrap;
    }

        .cu_block3 label#TP {
            float: left;
        }

.cu_block4 {
    background-color: #EADFF4;
}

    .cu_block4 label {
        width: 150px;
        text-align: right;
        padding-right: 6px;
        padding-top: 2px;
        float: left;
    }

    .cu_block4 div label {
        width: inherit;
        height: inherit;
        text-align: left;
        padding-left: 0px;
        padding-top: 8px;
        white-space: nowrap;
    }

.cu_block5 {
    background-color: #AADCD2;
}

.cu_block5 label {
    width: 145px;
    float: left;
    text-align: right;
    margin-right: 6px;
    padding-top: 35px;
}

.cu_block5 textarea {
    width: 350px;
    height: 75px;
    border-width: 0;
    padding-right: 0px;
    margin-top: 5px;
    margin-left: 2px;
}

.cu_tongue {
    float: left;
    margin-left: 40px;
}

.arttoc {
    float: right;
    width: 400px;
    padding-left: 10px;
}

article.pnws {
    width: 66%;
}

.RegisterArea
{
	width:650px;
	padding:15px;
	margin-top:20px;
    margin: 0 auto;
}

.rLabel
{
	float: left;
	width: 130px;
    height: 40px;
	/*padding: 6px 0 2px 35px;*/
    margin: 1px 3px 1px 10px;
	text-align:right;
    white-space:nowrap;
}
.rInput
{
	float: left;
	width: 160px;
    height: 45px;
	padding: 1px 0 2px 5px;
    margin-right: 5px;
	text-align:left;
}
.rInput input {
    width:100%;
    height: 18px;
}
input.rSmall
{
	width: 50px!important;
    height: 18px!important;
}
.rTitle
{
    float:left;
	font-size: 11pt;
	font-family: Verdana,Segoe,Tahoma,sans-serif;
	font-weight: bold;
	color: #336699;
	white-space: nowrap;
	width:100%;
	text-align:left;
	padding:10px 0 10px 250px;
}

.rButton
{
	width:195px;
	height:25px;
	margin:10px 0 10px 0;
}

.rErrMsg
{
	width:100%; 
	height:22px;
	color:Red;
	font-size:12px;
	margin-top:5px;
	float:left;
    text-align: center;
}
.rSubmit {
    display: block;
    margin: 0 auto;
}
.RegisterArea span {
    font-size: 12px;
    display: block;
}
span.requared {
    display:inline-block;
    color: red;
    margin-left: 5px;
}

a.cd-top {
    color: #315F77;
    text-decoration: none;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 10;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: rgba(49, 95, 119, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

a.cd-top:before {
    content: "\f062";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 20pt;
    position: relative;
    vertical-align:middle;
    top: 7px;
    left: 7px;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .6;
}

@media (max-width: 1160px) {
    #pageContent {
        width: 98%;
    }
}

@media (max-width: 1050px) {
    .logo {
        width: 250px;
        height: 51px;
    }
    .header {
        min-height: 90px;
    }
    .testdiv {
        width: 270px;
    }
    .links{
        top:4px;
    }
}
@media (max-width: 980px) {
    .links{
        top:24px;
    }
    .menu {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .menu ul {
        top: 0;
        left: 0;
        position: relative;
    }
}

@media (max-width: 960px) {
    article.pnws {
        width: 100%;
    }
    .testdiv {
        width: 100%!important;
        float: none;
        position:relative;
        top: 0;
        left: 0;
    }
    .cu_tongue {
        position: relative;
        top: 0;
        right: 0;
    }
}

@media (max-width: 710px) {
    body, input {
        font-size: 100%;
    }
    /*ul {
        -webkit-padding-start: 10px;
        padding:    10px;
    }*/
    #content ul li {
        margin-bottom: 0.5em;
    }
    #pageContent {
        width: 95%;
    }
    .header {
        padding-top: 10px;
    }
    .menu ul {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        clear: both;
        display: block;
        background: none;
    }
    .logo {
        display: block;
        float: none;
        margin-top: 30px;
    }
    .phone {
        position: relative;
        left: 0;
        right: 0;
        top:0;
        white-space: nowrap;
        display: block;
        margin-left: 8px;
        margin-bottom: 10px;
    }
    span.phone {
        display: none;
    }
    .links {
        position: absolute;
        right: 20px;
        top: 0;
        height: 20px;
    }
    .container {
        margin: 10px;
        position: relative;
    }
    .main_article {
        margin-right: 0;
    }
    .main_article, .main_article_header {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .cont {
        margin: 5px;
    }
    .content {
        margin: 10px;

    }
    .menu ul li a {
        display: block;
        width: 100%;
    }
    .menu ul li {
        display: block;
        margin-bottom: 10px;
        font-size: 110%;
        background: #8ba4b1; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiYTRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhiOWZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzc2OGQ5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NThhOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #8ba4b1 0%, #8b9fa6 50%, #768d95 51%, #758a94 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ba4b1), color-stop(50%,#8b9fa6), color-stop(51%,#768d95), color-stop(100%,#758a94)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #8ba4b1 0%,#8b9fa6 50%,#768d95 51%,#758a94 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #8ba4b1 0%,#8b9fa6 50%,#768d95 51%,#758a94 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #8ba4b1 0%,#8b9fa6 50%,#768d95 51%,#758a94 100%); /* IE10+ */
        background: linear-gradient(to bottom, #8ba4b1 0%,#8b9fa6 50%,#768d95 51%,#758a94 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ba4b1', endColorstr='#758a94',GradientType=0 ); /* IE6-8 */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .active-menu-item {
        background: #315f77!important;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzE1Zjc3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzVhODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
        background: -moz-linear-gradient(top,  #315f77 100%, #2989d8 100%, #375a84 100%)!important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#315f77), color-stop(100%,#2989d8), color-stop(100%,#375a84))!important;
        background: -webkit-linear-gradient(top,  #315f77 100%,#2989d8 100%,#375a84 100%)!important;
        background: -o-linear-gradient(top,  #315f77 100%,#2989d8 100%,#375a84 100%)!important;
        background: -ms-linear-gradient(top,  #315f77 100%,#2989d8 100%,#375a84 100%)!important;
        background: linear-gradient(to bottom,  #315f77 100%,#2989d8 100%,#375a84 100%)!important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#315f77', endColorstr='#375a84',GradientType=0 )!important;
    }
    .arttoc {
        float: none;
        width: 100%!important;
        padding: 0;
    }
    .callouthead, .calloutfoot {
        background: none;
        height: auto;
        width: auto;
    }
    .callouthead div {
        color: darkgray;
        padding-left: 0;
        padding-top: 0;
    }
    .calloutfoot {
        margin-bottom: 20px;
    }
    .calloutrow {
        width: 100%;
        max-width: 450px;
        background-repeat: no-repeat;
        height: auto;
        margin: 5px;
    }
    .calloutrow-1, .calloutrow-2, .calloutrow-3, .calloutrow-4, .calloutrow-5, .calloutrow-6 {
        background: none;
    }
    .calloutrow-1 {
        border-left: 8px solid #6B8CC1;
    }
    .calloutrow-2 {
        border-left: 8px solid #68ABAA;
    }
    .calloutrow-3 {
        border-left: 8px solid #C06CBE;
    }
    .calloutrow-4 {
        border-left: 8px solid #C06CBE;
    }
    .calloutrow-5 {
        border-left: 8px solid #B9B865;
    }
    .calloutrow-6 {
        border-left: 8px solid #CC6267;
    }
    .calloutrow div {
        padding-left: 12px;
    }
    .testdiv {
        width: 100%!important;
        float: none;
        position:relative;
        top: 0;
        left: 0;
    }
    article.pnws {
        width: 100%;
    }
    .cu_tongue {
        position: relative;
        top: 0;
        right: 0;
    }
    br.qi {
        display: none;
    }
    .rTitle {
        float: none;
        font-size: 100%;
        padding: 15px 10px 10px 5px;
    }
    .rLabel {
        display: block;
        width: 100%;
        height: 22px;
        float: none;
        text-align:left;
        margin: 0;
        padding-left: 5px;
    }
    .rInput {
        display: block;
        width: 80%;
        height: auto;
        float: none;
        margin: 0;
    }
    .RegisterArea {
        width: 90%;
        margin-left: 7%;
    }
    .rErrMsg, .RegisterArea span {
        font-size: 90%;
    }
    .cu_block3 label {
        width: auto;
    }
    .cu_block1 label, .cu_block2 #ToP {
        display: block;
        width: 100%;
        text-align: left;
        margin: 6px 6px 2px 0px;
    }
    .cu_block2 label#ToP, .cu_block2_add label {
        float: none;
        width: 100%;
        vertical-align: middle;
        text-align: left;
        margin: 6px 6px 2px 0px;
    }
    span.requared {
        display: block;
        width: 100%;
        text-align: left!important;
    }
    .main_content {

    }
    .pngformfix label:after {
        content: '\A';
        white-space: pre;
    }
    .cu {
        float:none;
        left: 0;
        width: 100%;
    }
    .cu_block1, .cu_block2, .cu_block3, .cu_block4, .cu_block5 {
        width: auto;
        min-width: 250px;
    }
    .cu_block1 div div {
        width: 100%;
    }
    .cu_block1 div input {
        width: 95%;
    }
    label#ToP, label#TP {
        font-weight: bold;
        display: block;
        width: 100%;
        float: none;
        text-align: left;
    }
    label#TP {
        margin-bottom: 5px;
    }
    .cu_block2 div#PTOther {
        margin-left: 5px;
    }
    .cu_block3 label {
        height: auto;
    }
    .pngformfix div {
        margin-top: 5px;
    }
    .cu_block4 label {
        float:none;
    }
    .cu_block5 label {
        display: block;
        text-align: left;
        padding: 0;
        margin-top: 2px;
    }
    span[for='ProjectName'] {
        margin-left: 5px!important;
    }
    #PTName div input, #PTOther div input, .cu_block2 div#PTOther input {
        width: 96%;
    }
    .cu_block5 textarea {
        width: 96%;
    }
    img.picture {
        width: 100%;
        float: left;
    }
    img.picture:after {
        clear:both;
    }
    pre {
        width: 100%!important;
        font-size: 90%;
        white-space: pre-line;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
    (max-width: 480px) {
    body {
        min-width: initial;
    }
    .logo {
        margin-left: 10px;
        margin-top: 5px;
    }
    .phone {
        padding-left: 6px;
        top: 0;
    }
    .home, a.home:before {
        display: none;
    }
    .header {
        -webkit-border-radius: initial;
        -moz-border-radius: initial;
        border-radius: initial;
    }
    #pageContent {
        width: 100%;
        margin: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .menu ul {
        margin-left: 0;
        margin-right: 0;
    }
    a.home {
        padding-right: 10px;
    }
    .testdiv {
        padding-left: 0;
        padding-right: 0;
    }
    .testim {
        text-indent:initial;
    }
    .links {
        right: 10px;
        top: 0px;
    }
    .copyright {
        margin: 1px 0 5px 15px;
    }
    .LoginArea{
        width:100%;
        padding-left:0;
        padding-right:0;
        margin-left:0;
        margin-right:0;
    }
    .LoginArea label{
        font-size:75%;
    }
    .LoginArea .loginLabel {
        line-height:100%;
    }
    .container {
        margin: 0px;
        position: relative;
    }

}