ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right:0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding:0 40px;
}

div.banner h1{
    color: white;
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
}

div.banner p{
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
}

div.wiki_articlecontent h2{
    background-color: #0066B2;
    padding: 10px;
    color: white;
}

div.wiki_articlecontent h3{
    background-color: #f1f1f1;
    padding: 10px;
}

p.wiki_paragraph {
    font-family: "Lato",myriad pro,tahoma,sans-serif;
    font-size: 100%;
    font-weight: 400;
    margin: 0 0 10px;
}

.news-post-content .contact-btn {
    background-color: rgb(190, 190, 190);
    border-radius: 4px;
    bottom: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    transition: color 0s ease 0s, all 0.2s ease 0s;
    z-index: 1;
}

.contact-btn a {
    color: rgb(255, 255, 255);
}

.news-title {
    color: rgb(0, 102, 178);
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 0 5px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-top: 5px;
    text-indent: -20px;
    text-transform: uppercase;
}