@charset "utf-8";
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #808080;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    min-width: 960px;
}
.wrap {
    height: auto;
    width: 100%;
}
.contentwrap {
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 950px;
}
h3 {
    color: #ff0000;
    font-size: 13pt;
    margin: 5px;
}
h2 {
    color: #ff0000;
    font-family: 'Open Sans',sans-serif;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
}
h1 {
    color: #505050;
    font-family: 'Open Sans',sans-serif;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 34px;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
}
.orange {
    color: #ff0000;
}
.button {
    background: none repeat scroll 0 0 #FFA62B;
    border-radius: 5px 5px 5px 5px;
    color: white;
    padding: 10px 15px;
}
a.button {
    background: linear-gradient(to bottom, #FF6A00 0%, #FF7400 100%) repeat scroll 0 0 transparent;
    color: white;
    text-decoration: none;
}
a.button:hover {
    background: linear-gradient(to bottom, #45484D 0%, #000000 100%) repeat scroll 0 0 transparent;
    color: white;
    text-decoration: none;
}
.headerwrap {
    background: url("../images/headerbg.png") repeat-x scroll 0 0 #474747;
    position: relative;
    width: 100%;
}
header {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 950px;
}
.logo {
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff0000 0%, #ff011a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#ff011a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff0000 0%,#ff011a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff0000 0%,#ff011a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff0000 0%,#ff011a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff0000 0%,#ff011a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff011a',GradientType=0 ); /* IE6-9 */
	
    border-radius: 0 0 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;

    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.17);
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    height: 82px;
    padding: 20px;
    text-align: center;
    width: 270px;
    float: left;
}
nav {
    color: #FFFFFF;
    display: inline-block;
    font-size: 10pt;
    font-weight: bold;
    height: 66px;
    margin: 25px 0 5px 0;
    text-align: center;
    vertical-align: top;
    width: 635px;
}
.navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navigation li {
    border-left: 1px solid #888178;
    display: inline;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    text-transform: uppercase;
}
.navigation li:first-child {
    border-left: medium none;
    padding: 0 11px 0 16px;
}

.bottomNavigation a {
    color: #808080;
    text-decoration: none;
}
.bottomNavigation a:hover {
    color: #808080 !important;
}
.bottomNavigation a:visited {
    color: #808080;
}
.bottomNavigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.bottomNavigation li {
    border-left: 1px solid #888178;
    padding: 0 15px;
    display: inline;
}
.bottomNavigation li:first-child {
    border-left: medium none;
}

nav a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
nav a:hover {
    color: #ff0000 !important;
}
nav a:visited {
    color: white;
}
aside {
    display: inline-block;
    float: left;
    height: 100%;
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 27%;
    
}
.line {
    background: url("../images/0gl2.jpg") repeat-x scroll left bottom transparent;
    height: 1px;
    margin: 0 auto;
    width: 200px;
}
article {
    color: black;
    display: inline-block;
    font-size: 12pt;
    height: 100%;
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 72%;
    float: left;
}
.normal ul {
}
.normal li {
    text-align: left;
}
footer {
    background: none repeat scroll 0 0 #EBEBEB;
    display: inline-block;
    position: relative;
    width: 100%;
}
.innerFooter {
    display: block;
    height: 50px;
    margin: 0 auto;
    padding-top: 15px;
    position: relative;
    width: 950px;
}
.footerLeft {
    display: inline-block;
    float: left;
    width: 700px;
}
.footerRight {
    display: inline-block;
    padding: 19px 0 0;
    text-align: right;
    vertical-align: bottom;
    width: 250px;
}
.copyright {
    float: left;
    padding: 20px 0 0 15px;
}
a.footer {
    color: #ff0000;
    text-decoration: none;
    text-transform: uppercase;
}
a.footer:hover {
    color: #ff0000;
    text-decoration: none;
}
a.footer:visited {
    color: #ff0000;
    text-decoration: none;
}

<!--[if lt IE 8]>
.footerRight {
    padding-top: 0 !important;
}
<![endif]-->