div#defContent{
	margin:0;
	padding:0;
}

div#defContent h1 {
	font-size:1.4em;
	margin:0;
}

div#defContent p{
	font-size:1em;
}

.modal.help h1 {
    font-size: 1.8em;
}
.modal.help h1, .modal.help h2, .modal.help h3 {
    color: #0A8CB0;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}
.modal.help {
    color: #000000;
    text-align: left;
}
.modal.help {
    height: 70%;
    padding: 37px 25px 14px 25px;
    width: 520px;
}
.modal.help  > #defContent {
    overflow-x: hidden;
    overflow-y: scroll;
}
.modal.help ul li {
    list-style-type: disc;
}
.modal.help ul, .modal.help ol {
    margin: 0 1.5em 1.5em;
}
.modal.help p {
    margin: 0 0 1.5em;
}
.modal.help ul.nav {
    display: block;
    margin: 15px -17px 0 0;
    text-align: right;
}
.modal.help ul.nav > li {
    display: inline;
    font-size: 10px;
    margin: 0;
    padding-left: 5px;
}
.modal.help ul.nav>li>a:hover{ text-decoration: none; }
.jobs .modal.help ul.nav>li>a:hover{background-color: #BCDBE5;}
.services .modal.help ul.nav>li>a:hover{background-color: #E6D9BC;}
.links .modal.help ul.nav>li>a:hover{background-color: #DCECF1;}
.rights .modal.help ul.nav>li>a:hover{background-color: #f1dce7;}

.modal.help p.close-bar {
    height: 19px;
    left: -3px;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 6px;
    width: 570px;
}
.modal.help p.close-bar > a {
    display: block;
    height: 21px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: -1px;
    width: 21px;
}
.jobs .modal.help p.close-bar {background: #bcdbe5}
.jobs .modal.help p.close-bar>a {background: url("../images/modal_close.png") #0087ad 50% 50% no-repeat;}
.links .modal.help p.close-bar {background: #DCECF1}
.links .modal.help p.close-bar>a {background: url("../images/modal_close.png") #2EB1AA 50% 50% no-repeat;}
.services .modal.help p.close-bar {background: #000}
.services .modal.help p.close-bar>a {background: url("../images/modal_close.png") #000 50% 50% no-repeat;}
.rights .modal.help p.close-bar {background: #000}
.rights .modal.help p.close-bar>a {background: url("../images/modal_close.png") #000 50% 50% no-repeat;}
