*{
    margin: 0;
    padding: 0;
    border: 0 none;
}

/*Body */

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #ffffff;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;    
}

.cl{
    clear:both;
}

.container{
    width: 960px;
    margin: 0 auto;
}

.header{
    padding-top: 20px;
    padding-bottom: 0;
    background-color: #ffffff;
}

.header .logo{
    float: left;
    position: relative;
    z-index: 2000;
}

.header .right-buttons{
    float: right;
    margin-top: 16px;
}

.header .right-buttons a.status{
    background: url(images/status-button.jpg) no-repeat;
    width: 163px;
    height: 33px;
    display: block;
    float: left;
    margin-right: 10px;
}

.header .right-buttons a.proposal{
    background: url(images/request-proposal-button.jpg) no-repeat;
    width: 179px;
    height: 33px;
    float: left;
    display: block;
}

.menu-container{
    position: relative;
    margin-top: -15px;
    z-index: 1000;
}

.menu-container .container{
    position: relative;
}

.menu-container .top-menu:before{
    content: "";
    border-left: 35px solid transparent;
    border-bottom: 66px solid #0a2c48;
    position: absolute;
    left: -35px;
    line-height: 22px;
    top: 0;
}

.menu-container .top-menu{
    /*background: url(images/menu-bg.jpg) no-repeat;*/
    background-color: #0a2c48;
    float: right;
    z-index: 100;
    position: relative;
    line-height: 22px;
}

.menu-container .container:after{
    background-color: #0a2c48;
    content: "";
    position: absolute;
    top: 0;
    max-width: 3000px;
    width: 100%;
    left: 100%;
    height: 66px;
    line-height: 22px;
}

/*.menu-container .right-rect{
    height: 67px;
    background-color: #0a2c48;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}*/

.top-menu ul{
    margin-right: 40px;
}

.top-menu ul li:first-child{
    /*margin-left: 50px;*/
}

.top-menu ul li{
    float: left;
    position: relative;
    margin: 21px 15px;
}

.top-menu ul li:after{
    /*background: url(images/list-bg.jpg) no-repeat;*/
    content: "/";
    color: #205d8f;
    padding-left: 20px;
}

.top-menu ul li.last:after{
    content: "";
    padding: 0;
}

.top-menu ul li a{
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
}

.top-menu ul li:hover a{
    background-color: #ad172b;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.top-menu ul li:hover ul.sub-menu{
    left: 0;
    top: 32px;
    z-index: 1000;
    padding: 10px 0;
    background-color: #ad172b;
}

ul.sub-menu{
    position: absolute;
    left: -9999px;
}

.top-menu ul.sub-menu li{
    float: none;
    display: block;
    margin: 0;
    padding: 0;
}

.top-menu ul.sub-menu li:after{
    content: "";
    padding: 0;
}

.top-menu ul.sub-menu li a{
    font-size: 16px;
    color: #e98f9b;
    display: block;
    padding: 10px;
    min-width: 150px;
}

.top-menu ul.sub-menu li:hover a{
    color: #ffffff;
}

#wrap{
    margin-top: -25px;
    position: relative;
    z-index: 100;
}

.rotator-div{
    max-width: 2560px;
    margin: 0 auto;
    height: 615px;
}

.rotator-div .items{
    width: 100%;
    height: 100%;
    position: relative;
}

.rotator-div .items .item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/home-feat.jpg) 50% 50% no-repeat;
}

.rotator-div .items .item .itemContent .container{
    text-align: center;
    margin-top: 196px;
    padding-left: 150px;
}

.itemContent span.red{
    color: #ad172b;
    font-size: 48px;
    font-weight: bold;
}

.itemContent h1{
    display: inline-block;
    text-align: left;
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
}

.rotator-div .bottom-rect{
    position: relative;
    bottom: 4px;
}

.rotator-div .bottom-rect .container{
    text-align: center;
}

.rotator-div .bottom-rect .inline-link{
    padding: 4px 0;
    background-color: #ad172b;
    margin: 0 360px;
    text-align: center;
    position: relative;
}

.rotator-div .bottom-rect .inline-link a{
    background: url(images/bottom-rect-btn.png) no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: -20px;
    left: 42%;
}

.home-first-col{
    background: url(images/home-first-col-bg.jpg) 50% 50% no-repeat;
    max-width: 2560px;
    height: 912px;
    margin: 0 auto;
    margin-top: 40px;
}

.home-first-col .left-content{
    padding-top: 50px;
    max-width: 550px;
}

.home-first-col .left-content h1 {
    font-size: 24px;
    color: #216093;
    padding-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.home-first-col .left-content p{
    font-size: 14px;
    color: #3c3c3c;
    padding-bottom: 20px;
    line-height: 22px;
    padding-right: 12px;
}

.home-first-col .content_space{
    padding: 220px;
}

.home-first-col .right-content{
    float: right;
    width: 25%;
}

.home-first-col .right-content img{
    display: block;
    padding-bottom: 20px;
    padding-left: 50px;
}

.home-first-col .right-content a{
    color: #ad172b;
    font-size: 24px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: normal;
}

.home-second-col{
    background: url(images/home-second-col-bg.jpg) 50% 50% repeat-x;
    height: 633px;
    max-width: 2560px;
    margin: 0 auto;
}

.home-second-col .container{
    position: relative;
}
.home-second-col .heading{
    padding-top: 90px;
}

.home-second-col .heading:before{
    content: "";
    background-color: #0a2c48;
    height: 67px;
    position: absolute;
    width: 100%;
    left: -100%;
}

.home-second-col .heading h1{
    font-size: 24px;
    font-weight: normal;
    padding: 17px 0;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #0a2c48;
    float: left;
    position: relative;
}

.home-second-col .heading h1:after{
    content: "";
    padding-left: 10px;
}

.home-second-col .heading h1:after{
    content: "";
    position: absolute;
    top: 0;
    border-right: 30px solid transparent;
    border-bottom: 67px solid #0a2c48;
}

.home-second-col .services{
    padding-top: 100px;
}

.home-second-col .services ul{
    display: block;
    width: 100%;
}

.home-second-col .services ul li:first-child{
}

.home-second-col .services ul li{
    display: inline-block;
    width: 18%;
    text-align: center;
    vertical-align: top;
    margin-left: 60px;
}

.home-second-col .services-content .image{
    text-align: center;
}

.home-second-col .services-content h1{
    font-size: 24px;
    color: #ad172b;
    text-transform: uppercase;
    font-weight: normal;
    padding: 20px 0;
}

.home-second-col .services-content p{
    font-size: 14px;
    color: #000000;
    padding-bottom: 10px;
}

.home-third-col{
    background: url(images/home-third-col-bg.png) 50% 50% no-repeat;
    margin: 0 auto;
    margin-top: -27px;
    max-width: 2560px;
    height: 714px;
}

.home-third-col .perform{
    padding-top: 80px;
    max-width: 524px;
}

.home-third-col .perform h1{
    font-size: 36px;
    color: #216093;
    padding-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.home-third-col .perform h2{
    font-size: 24px;
    color: #ad172b;
    padding-bottom: 20px;
    font-weight: normal;
}

.home-third-col .perform p{
    font-size: 14px;
    color: #3c3c3c;
    padding-bottom: 20px;
    line-height: 22px;
}

.contact-btn{
    margin-top: -10px;
}

.contact-btn .container{
    position: relative;
}

.contact-btn a{
    background: url(images/contact-btn.png) 50% 50% no-repeat;
    display: block;
    width: 504px;
    height: 58px;
    position: absolute;
    left: 24%;
    top: -12px;
    z-index: 1000;
}

.bottom-div{
    background: #0a2c48 url(images/bottom-div-bg.jpg) 50% 50% no-repeat;
    max-width: 2560px;
    margin: 0 auto;
    margin-top: 1px;
    height: 375px;
}

.bottom-div .bottom-content{
    padding-top: 100px;
    display: block;
    width: 100%;
}

.bottom-div .bottom-content .col{
    display: inline-block;
    width: 200px;
    margin-right: 60px;
    vertical-align: top;
}

.bottom-div .bottom-content .col h1{
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: normal;
}

.bottom-div .bottom-content .col .border{
    border-top: 2px solid #216093;
    height: 2px;
    width: 100%;
    margin-bottom: 20px;
}

.bottom-div .bottom-content .col ul li{
    background: url(images/bottom-list-bg.jpg) 0 4px no-repeat;
    margin-bottom: 20px;
    padding-left: 20px;
}

.bottom-div .bottom-content .col ul li a{
    font-size: 14px;
    color: #4f8dbf;
    text-transform: capitalize;
}

.bottom-div .bottom-content .col .social{
    padding-top: 14px;
}

.bottom-div .bottom-content .col .social a{
    margin-right: 7px;
}

.footer-div{
    background-color: #ffffff;
    padding-top: 35px;
    padding-bottom: 10px;
}

.footer-div .footer{
    text-align: center;
}

.footer .royal-icon{
    padding-bottom: 35px;
}

.footer p{
    font-size: 12px;
    color: #cecece;
}

.footer span, .footer a{
    font-size: 8px;
    color: #cecece;   
}

/* content pages*/
.featured-top{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    max-width: 2560px;
    height: 190px;
    margin: 0 auto;
}

.featured-top h1{
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 70px;
    font-weight: normal;
}

.featured-top h1 span.red{
    color: #ad172b;
    font-size: 48px;
    font-weight: bold;
}

.content-div{
    padding: 100px 0;
}

.content-div .content .col1{
    float: left;
    width: 46%;
}

.content-div .content .col2{
    float: right;
    width: 46%;
}

.content h1{
    font-size: 36px;
    color: #216093;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 10px;
}

.content h2.desc{
    font-size: 24px;
    color: #ad172b;
    padding-bottom: 20px;
    font-weight: normal;
}

.content p{
    font-size: 14px;
    color: #3c3c3c;
    padding-bottom: 20px;
    line-height: 22px;
}

#wrapper{
    width: 100%;
    min-width:960px;
    overflow-x: hidden;
}


/* INTERNAL PAGES */

.internal-header {
    width: 100%;
    max-width: 2560px;
    height: 190px;
    background: url(./images/internal-header.jpg) no-repeat;
}
.internal-header span.red {
    color: #ad172b;
    font-weight: bold;
}
.internal-header h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 400;
    line-height: 170px;
    padding-top: 20px;
    white-space: nowrap;
}
.process h1 img {
    position: relative;
    left: 0;
    top: 5px;
    margin-right: 15px;
}
.process h1 {
    position: relative;
    margin-bottom: 20px;
}
.process {
    margin: 80px 0;
    width: 960px;
}
.clear-float {
    clear: both;
    width: 100%;
    height: 0.001em;
}
.process h1 {
    font-size: 24px;
    color: #ad172b;
    padding-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}
.process a,
.process a:visited {
    color: #ad172b;
}
.process a:hover {
   text-decoration: underline;
}
.process ul {
    margin-left: 50px;
}
.process li {
    margin-bottom: 30px;
    min-height: 50px;
    position: relative;
    padding-left: 70px;
}
.process h1 span.small {
    font-size: 14px;
    text-align: right;
    text-transform: none;
    position: absolute;
    right: 0;
    padding-top: 5px;
    
}
.process h1 span.small a,
.process h1 span.small a:visited {
    display: inline-block;
    padding: 0 10px;
    background: url(./images/download.png) left no-repeat #ad172b;
    color: #ffffff;
    line-height: 33px;
    padding-left: 35px;
    height: 33px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-top: 5px;
}
#address a {
    margin-left: 10px;
    display: inline-block;
}
.process h1 span.small a:hover {
    text-decoration: none;
}
li.single-line {
    line-height: 50px;
    padding-top: 0;
}
.last {
    margin-bottom: 100px;
}
.process li img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}
.process li.single-line img {
    margin-top: -25px;    
}
.request > h1,
.internal > h1,
#federal > h1,
#provincial > h1,
#legislation > h1{
    font-size: 24px;
    color: #216093;
    padding-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 27px;
}
#legislation {
    margin-top: 60px;
}
#provincial {
    width: 460px;
    float: left;
    margin-right: 40px;
}
#federal a,
#provincial a,
#legislation a{
    color: #ad172b;
}
#legislation a:hover,
#federal a:hover,
#provincial a:hover {
    text-decoration: underline;
}
.request h1 span.red {
    color: #ad172b;
    font-size: 10px;
    font-weight: bold;
}
label span.red, .internal span.red {
    color: #ad172b;
    font-size: 12px;
    font-weight: bold;
}
form#requestForm td {
    width: 460px;
    height: 50px;
    padding-right: 40px;
}
.request,
.internal {
    margin-bottom: 100px;
    margin-top: 100px;
}

label {
    clear: left;
    display: block;
    margin-bottom: 5px;
}
.paddingright {
    padding-right: 0 !important;
}
input[type="text"],
input[type="email"],
textarea,
select {
    border: solid 1px #cccccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    font-size: 14px;
    padding: 7px;
    width: 100%;
    margin-bottom: 20px;
}
input[type="submit"] {
    padding: 0 10px;
    line-height: 33px;
    padding-left: 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #ad172b url(./images/submit.png) no-repeat left;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
input[type="reset"] {
    line-height: 33px;
    padding: 0 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-left: 15px;
    cursor: pointer;
    font-size: 14px;
    background: #e0e0e0;
}
textarea {
    width: 100%;
    min-height: 150px;
    font-family: sans-serif;
}
.internal h1 {
    margin-top: 60px;
}
.internal h1:first-child {
    margin-top: 0;
}
.internal p {
   font-size: 14px;
   line-height: 21px;
   margin-bottom: 30px;
}
.internal ul {
    list-style: disc;
    margin-left: 60px;
}
.internal ul li {
    line-height: 21px;
    padding-bottom: 10px;
}
.internal ul li ul {
    list-style: circle;
    margin-bottom: 15px;
    margin-top: 15px;
}

form#contactForm td{
    width: 460px;
}
.internal .left {
    float: left;
    width: 460px;
    margin-right: 40px;
    margin-top: 40px;
}
.internal .left h3 {
    margin-bottom: 20px;
}
.internal .right {
    float: left;
    width: 460px;
    margin-top: 40px;
}
.right h1 {
    font-size: 20px;
    color: #216093;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 27px;
    margin-bottom: 10px;
    margin-top: 40px;
}
.right p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}
.right iframe {
    width: 100%;
}
p.center {
    text-align: center;
}

.contact a, .internal .col a{
    color: #ad172b;
}
.form-errors{
    color: red;
    position: relative;
    top: -20px;
}

.form-msg{
    color: red;
    margin-bottom: 20px;
    font-size: 16px;
}

.internal .col1{
    float: left;
    width: 44%;
}

.internal .col2{
    float: right;
    width: 44%;
}

.internal .col h1{
    font-size: 24px;
    color: #216093;
    padding-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 27px;
}

/*.internal ul.half-width li{
    display: inline-block;
    width: 44%;
}*/

.internal .col ul{
    margin-left: 0;
    padding-left: 20px;
}
img.left-image {
    float: right;
    margin-left: 100px;
    margin-bottom: 80px;
}
p.desc {
 color: #ad172b;
 font-size: 16px;
}
.flush {
    padding-left: 0;
    margin-left: 20px !important;
}
