body {
    background: #0E1A26;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #D9DBDC;
}

a {
    text-decoration: none;
    color: #D9DBDC;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

img {
    border: none;
}

#wrap {
    height: 100%;
    background: transparent url(../img/gdp-body-bg.jpg) repeat-x 0 0;
}

#container {
    width: 1000px;
    margin: 0 auto;
}

#header {
    height: 82px;
    background: transparent url(../img/gdp-header-bg.jpg) no-repeat 50% 0;
}

#logo {
    float: left;
    margin: 21px 0 0 27px;
    overflow: hidden;
}

#logo a {
    display: block;
    width: 205px;
    height: 34px;
    border: none;
    background: transparent url(../img/gdp-logo.jpg) no-repeat 0 0;
    text-indent: -9999px;
}

#atut {
    float: right;
    margin: 18px -64px 0;
}

#atut a {
    display: block;
    width: 700px;
    height: 42px;
    color: #939495;
	line-height: 20px;
}

#topMenu {
    float: left;
    width: 1000px;
    height: 60px;
    background: transparent url(../img/gdp-topnav-bg.jpg) no-repeat 0 0;
}

#pageInfo {
    clear: both;
    width: 310px;
    height: 185px;
    padding: 37px 25px 20px 665px;
    background: transparent url(../img/gdp-banner-bg.jpg) no-repeat 0 100%;
}

#pageTitle {
    margin-bottom: 10px;
    font-size: 20px;
    color: #184860;
}

#pageDescription {
    line-height: 1.4;
    font-size: 12px;
    color: #324048;
}

#content {
    background: #0E1A26 url(../img/gdp-content-bg.jpg) no-repeat 0 0;
}

#footer {
    float: left;
    clear: both;
    width: 980px;
    padding: 20px 10px 0;
    border-top: 1px solid #323941;
    font-size: 12px;
}

#footer a:hover {
    color: #479FB5;
    text-decoration: none;
}

#copy {
    float: left;
    width: 50%;
    padding-bottom: 15px;
}

#note {
    float: left;
    width: 50%;
    text-align: right;
}

#note a {
    margin-left: 10px;
}

#powered {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 20px;
}

#powered img {
    vertical-align: middle;
    margin-left: 10px;
}

#template-area {
    padding-left: 28px;
}

.CMSModule {
    margin: 0 35px 30px 0;
}

.firstBox .CMSModule {
    padding-top: 20px;
}


/* Article Module */

.CMSArticle .CMSArticleTitle {
    margin-bottom: 23px;
    line-height: 1.2;
    font-size: 23px;
}

.firstBox .CMSArticle .CMSArticleTitle {
    height: 68px;
    margin-bottom: 25px;
}

.CMSArticle .CMSArticleAuthor {
    float: left;
    width: 50%;
    margin-bottom: 5px;
    font-size: 11px;
}

.CMSArticle .CMSArticleCrtDate {
    float: right;
    width: 50%;
    margin-bottom: 5px;
    font-size: 11px;
    text-align: right;
}

.CMSArticle .CMSArticleLead {
    clear: both;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.4;
}

.CMSArticle .CMSArticleContent {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.4;
}

.CMSArticle .CMSArticleLead a {
    color: #479FB5;
}

.CMSArticle .CMSArticleContent a {
    color: #479FB5;
}

.CMSArticle .CMSArticleLead strong {
    font-weight: bold;
}

.CMSArticle .CMSArticleContent strong {
    font-weight: bold;
}

.CMSArticle .CMSArticleLead em {
    font-style: italic;
}

.CMSArticle .CMSArticleContent em {
    font-style: italic;
}

.CMSArticle .CMSArticleLead ul {
    margin-bottom: 5px;
    padding-left: 1px;
}

.CMSArticle .CMSArticleContent ul {
    margin-bottom: 5px;
    padding-left: 1px;
}

.CMSArticle .CMSArticleLead ol {
    margin-bottom: 5px;
    padding-left: 5px;
}

.CMSArticle .CMSArticleContent ol {
    margin-bottom: 5px;
    padding-left: 5px;
}

.CMSArticle .CMSArticleLead ul li {
    margin-bottom: 3px;
    padding-left: 10px;
    background: transparent url(../img/gdp-menuvitem-gray-bg.gif) no-repeat 0 7px;
    line-height: 1.4;
}

.CMSArticle .CMSArticleContent ul li {
    margin-bottom: 3px;
    padding-left: 10px;
    background: transparent url(../img/gdp-menuvitem-gray-bg.gif) no-repeat 0 8px;
    line-height: 1.4;
}

.CMSArticle .CMSArticleLead ol li {
    margin-left: 10px;
    list-style-type: decimal;
    text-align: left;
}

.CMSArticle .CMSArticleContent ol li {
    margin-left: 10px;
    list-style-type: decimal;
    text-align: left;
}

.CMSArticle .CMSArticleLead p {
    margin-bottom: 5px;
}

.CMSArticle .CMSArticleContent p {
    margin-bottom: 5px;
}

.CMSArticle .CMSArticleContent hr {
    margin: 10px 10%;
    border: none;
    border-bottom: 1px solid #D9DBDC;
}

.CMSArticleAttachments {
    margin-bottom: 15px;
}

.CMSArticleAttachments a {
    color: #D9DBDC;
}

.CMSArticleAttachments a:hover {
    color: #479FB5;
    text-decoration: none;
}

.CMSArticleAttachment {
    margin-bottom: 3px;
    padding: 2px 0 2px 14px;
    background: transparent url(../img/gdp-attachment-bg.gif) no-repeat 0 50%;
    font-size: 12px;
    color: #D9DBDC;
}

.CMSArticleAttachment img {
    display: none;
}

.CMSArticle .CMSArticlePages {
    margin-bottom: 15px;
    font-size: 12px;
}

.CMSArticle .CMSArticlePages a {
    margin-right: 2px;
    color: #D9DBDC;
}

.CMSArticle .CMSArticlePages a:hover {
    color: #479FB5;
    text-decoration: none;
}

.CMSArticle .CMSArticlePages a.current {
    font-weight: bold;
    color: #AAA;
}


/* Aggregator Module */

.CMSAggregator .aggregator_title {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 23px;
}

.firstBox .CMSAggregator .aggregator_title {
    height: 68px;
    margin-bottom: 25px;
}

.CMSAggregator .aggregator_header .aggregator_pagination {
    display: none;
}

.CMSAggregator .entry {
    margin-bottom: 15px;
}

.CMSAggregator .entryheader {
    margin-bottom: 5px;
}

.CMSAggregator .entryheader .dateline {
    margin-bottom: 5px;
    font-size: 11px;
}

.CMSAggregator .entryheader h4 {
    margin-bottom: 5px;
    padding-left: 10px;
    background: transparent url(../img/gdp-menuvitem-blue-bg.gif) no-repeat 0 7px;
    line-height: 1.4;
    font-weight: bold;
    color: #479FB5;
}

.CMSAggregator .entryheader h4 a {
    color: #479FB5;
}

.CMSAggregator .entryheader h4 a:hover {
    text-decoration: underline;
}

.CMSAggregator .entrycontent {
    margin-bottom: 10px;
    line-height: 1.4;
}

.CMSAggregator .continue {
    margin-bottom: 5px;
    text-align: right;
    font-size: 11px;
    color: #D9DBDC;
}

.CMSAggregator .continue a {
    color: #D9DBDC;
}

.CMSAggregator .continue a:hover {
    color: #479FB5;
    text-decoration: none;
}

.CMSAggregator .additionallink {
    margin: 20px 0;
    padding: 10px;
    background: #1D272F;
}

.CMSAggregator .additionallink a {
    padding-left: 10px;
    background: transparent url(../img/gdp-menuvitem-gray-bg.gif) no-repeat 0 7px;
    line-height: 1.4;
    color: #D9DBDC;
}

.CMSAggregator .additionallink a:hover {
    color: #479FB5;
    text-decoration: none;
}

.CMSAggregator .aggregator_footer {
}

.CMSAggregator .aggregator_pagination li {
    display: inline;
    padding-right: 2px;
}

.CMSAggregator .aggregator_pagination li.next {
    font-size: 85%;
}

.CMSAggregator .aggregator_pagination li.last {
    font-size: 85%;
}

.CMSAggregator .aggregator_pagination li.first {
    font-size: 85%;
}

.CMSAggregator .aggregator_pagination li.previous {
    font-size: 85%;
}

.CMSAggregator .aggregator_pagination .active {
    font-weight: bold;
}


/* Menu Module */

.cmsModuleMenuVertical {
}

.cmsModuleMenuVertical h3 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 23px;
}

.firstBox .cmsModuleMenuVertical h3 {
    height: 68px;
    margin-bottom: 25px;
}

.cmsModuleMenuVertical ul {
}

.cmsModuleMenuVertical li {
    margin-bottom: 3px;
    padding: 10px 10px 10px 20px;
    background: #1D272F url(../img/gdp-menuvitem-gray-bg.gif) no-repeat 10px 17px;
    line-height: 1.4;
}

.cmsModuleMenuVertical a {
    color: #D9DBDC;
}

.cmsModuleMenuVertical a:hover {
    color: #479FB5;
    text-decoration: none;
}

.cmsModuleMenuVertical a:hover {
}

.cmsModuleMenuHorizontal h3 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 18px;
}

.firstBox .cmsModuleMenuHorizontal h3 {
    height: 68px;
    margin-bottom: 25px;
}

.cmsModuleMenuHorizontal ul {
    padding: 10px;
    background: #1D272F;
}

.cmsModuleMenuHorizontal li {
    display: inline;
    margin-right: 12px;
    line-height: 1.4;
}

.cmsModuleMenuHorizontal li a {
    color: #D9DBDC;
}

.cmsModuleMenuHorizontal li a:hover {
    color: #479FB5;
    text-decoration: none;
}


/* Auth Component */

#authForm {
    position: absolute;
    top: 0;
    z-index: 199;
    display: none;
    width: 100%;
    height: 195px;
    background: transparent url(../img/gdp-topnav-item-bg.png);
    text-align: left;
}
#authForm  #componentAuth {
    width: 970px;
    padding: 15px;
    margin: 20px auto;
}

#authForm form {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #FFF;
}

#authForm a {
    color: #00C;
}

#authForm div div div {
    float: left;
    width: 930px;
    margin: 10px;
    padding: 7px 10px;
    background: #C3DFDC;
    color: #3B3E43;
}

#authForm a {
    float: left;
    margin: 15px 10px;
    color: #FFF;
}

#authForm div div form div {
    float: left;
    width: 485px;
    margin: 0;
    padding: 0;
    background: none;
    color: #FFF;
}

#authForm label {
    display: block;
    height: 14px;
    margin: 0 10px 3px;
    font-weight: bold;
    font-size: 12px;
    text-transform: capitalize;
}

#authForm #login {
    width: 455px;
    height: 14px;
    line-height: 14px;
    margin: 0 10px;
    padding: 3px;
    border: 2px solid #C3DFDC;
    background: #5A636F;
    font-size: 11px;
    color: #FFF;
}

#authForm #pass {
    width: 455px;
    height: 14px;
    line-height: 14px;
    margin: 0 10px;
    padding: 3px;
    border: 2px solid #C3DFDC;
    background: #5A636F;
    font-size: 11px;
    color: #FFF;
}

#authForm #loginButton {
    margin: 8px 10px 0;
    padding: 3px 12px;
    border: 2px solid #5A636F;
    background: #5A636F url(../img/gdp-topnav-bg.jpg) no-repeat -335px -20px;
    font-size: 11px;
    color: #FFF;
}

#authForm #logoutButton {
    margin: 8px 10px 0;
    padding: 3px 12px;
    border: 2px solid #5A636F;
    background: #5A636F url(../img/gdp-topnav-bg.jpg) no-repeat -335px -20px;
    font-size: 11px;
    color: #FFF;
}

#loginLink {
    position: absolute;
    display: block;
    width: 17px;
    height: 10px;
    top: 3px;
    left: 50%;
    margin-left: -500px;
    z-index: 299;
    background: transparent url(../img/gdp-inquise-small.png) no-repeat 0 0;
    text-indent: -5555px;
    cursor: pointer;
    cursor: hand;
    font-size: 11px;
    color: #FFF;
}
