@font-face {
    font-family: 'Rokkitt';
    src: url('rokkitt-webfont.eot');
    src: url('rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
         url('rokkitt-webfont.woff') format('woff'),
         url('rokkitt-webfont.ttf') format('truetype'),
         url('rokkitt-webfont.svg#Rokkitt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RokkittBold';
    src: url('rokkitt-bold-webfont.eot');
    src: url('rokkitt-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('rokkitt-bold-webfont.woff') format('woff'),
         url('rokkitt-bold-webfont.ttf') format('truetype'),
         url('rokkitt-bold-webfont.svg#Rokkitt') format('svg');
    font-weight: normal;
    font-style: normal;
}

.title h1 {
color: #313124;
font-family: Rokkitt, Times, Times New Roman, serif;
font-size: 35px;
line-height: 40px;
font-weight: normal;
}


/* header */

.header .logo-img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.header .crest-img {
    position: absolute;
    top: 0px;
    right: 0px;
}

.header .law-logo-img {
   display : block;
   position : absolute;
   top : 37px;
   right : 120px;
   z-index : 900;
}

/* for pages */
.header .law-logo-img_page {
    position: absolute;
    top: 37px;
    left: 100px;
}

.header .highlight-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 850;
}

.header .highlight-wrapper .highlight-box {
    position: relative;
    width: 313px;
    height: 166px;
    background: url(../images/backgrounds/highlight_box_bg.png) no-repeat;
    float: left;
    margin-right: 1px;
}

.highlight-wrapper .highlight-box .title{
    position: absolute;
    top: 9px;
    left: 16px;
}

.highlight-wrapper .highlight-box .hbContent{
    margin-top: 70px;
    margin-left: 16px;
}

.highlight-wrapper .highlight-box .hbContent p {
    font-size: 1.1em;
    color: #045104;
    padding-right: 10px;
}



.highlight-wrapper .highlight-box .hbContent img{
    padding: 1px;
    border: 1px solid #e4e4c9;
    float: left;
    margin-right: 15px;
}

.highlight-wrapper .highlight-box .hbContent .link {
    margin-top: 15px;
}

.highlight-wrapper .highlight-box .hbContent .link  img{
    margin: 1px 2px 0 0px;
    border: 0px;
}

.highlight-wrapper .highlight-box .hbContent .link a, .highlight-wrapper .highlight-box .hbContent .link a:link {
    color: #045104;
}

.header .highlight-wrapper .middle {
    width: 312px;
}

.header .highlight-wrapper .no-margin { margin: 0px; }



/* gateway */

.gateway-wrapper {
    width : 100%;
    background-color : #f2f2da;
    background-image: none;
    position : relative;    
    min-height : 323px;
    padding-bottom: 5px;
}

.news-events {
    position: relative;
    width: 750px;
    float: left;
    background-color: #f2f2da;
    padding-bottom: 5px;
}

.events-col {
    width: 180px;
    background-color: #f2f2da;
    padding-bottom: 5px;
}

.news-col {
    width: 560px;
    background-color: #f2f2da;
    padding-bottom: 5px;
    padding-left: 5px;
}


.gateway-wrapper h3 span { display: none; }

.gateway-wrapper .gateway-title {
    height: 54px; border-bottom: 4px solid #006600;
    position: relative;
}

h3#neTitle {
    background: url(../images/news_and_events.png) no-repeat;
    width: 161px;
    height: 18px;
    position: absolute;
    top: 23px;
    left: 10px;
}

.neImgTitle {
    position: absolute;
    top: 13px;
    left: 10px;
}

.news-links {
    font-family : Rockwell, Georgia, "Times New Roman", serif;
    position : absolute;
    right : 25px;
    top : 28px;     
    font-size : .85em;
    text-transform : uppercase;
    color : #6f6f6e;        
}

.rss-link a {
    background-image: none;
}

.news-links a:link      { #006600; font-weight : normal; text-decoration : none; }
.news-links a:visited   { #006600; font-weight : normal; text-decoration : none; }
.news-links a:hover         { #006600; font-weight : normal; text-decoration : underline; } 
.news-links a:active        { #006600; font-weight : normal; text-decoration : underline; }         
            

.events-col ul {
    list-style:none;
    position:static;
    margin-top: 12px;
    margin-left: 10px;
}

.events-col ul li {
    float:left;
    width: 170px;
    margin-right: 40px;
}


.events-col ul li.last {
    margin-right: 0px
}

.events-col ul li small {
    display : block;
    font-weight : normal;
    font-family : Helvetica, Arial, san-serif;
    margin : 0 0 3px 0;
    color : #333;
    font-size : .85em;
}

.events-col ul li p {
    display : block;
    font-weight : normal;
    font-family : Helvetica, Arial, san-serif;
    margin : 2px 0 3px 0;
    color : #333;
    font-size : .85em;
}

.events-col ul li h4 {
    color : #006600;
    font-family : Georgia, "Times New Roman", Times, serif;
    font-weight : normal;
    font-size : 1.0em;
    line-height : 1.1;
    width : 145px;
}

.events-col ul li h4 a:link {
    color : #006600; font-weight : normal; text-decoration : none;
}

.events-col ul li h4 a:visited {
    color : #006600; font-weight : normal; text-decoration : none;
}

.events-col ul li h4 a:hover {
    color : #006600; font-weight : normal; text-decoration : underline;
}

.events-col ul li h4 a:active {
    color : #006600; font-weight : normal; text-decoration : underline;
}

img .col-title {
    padding-top: 25px;
}

.news-col ul {
    list-style:none;
    position:static;
    margin-top: 12px;
    margin-left: 10px;
}

.news-col ul li {
    float:left;
    width: 150px;
    margin-right: 40px;
}

.news-col ul li.last {
    margin-right: 0px
}

.news-col ul li small {
    display : block;
    font-weight : normal;
    font-family : Helvetica, Arial, san-serif;
    margin : 0 0 3px 0;
    color : #333;
    font-size : .85em;
}

.news-col ul li p {
    display : block;
    font-weight : normal;
    font-family : Helvetica, Arial, san-serif;
    margin : 2px 0 3px 0;
    color : #333;
    font-size : .85em;
}

.news-col ul li h4 {
    color : #006600;
    font-family : Georgia, "Times New Roman", Times, serif;
    font-weight : normal;
    font-size : 1.1em;
    line-height : 1.2;
    width : 145px;
}

.news-col ul li h4 a:link {
    color : #006600; font-weight : normal; text-decoration : none;
}

.news-col ul li h4 a:visited {
    color : #006600; font-weight : normal; text-decoration : none;
}

.news-col ul li h4 a:hover {
    color : #006600; font-weight : normal; text-decoration : underline;
}

.news-col ul li h4 a:active {
    color : #006600; font-weight : normal; text-decoration : underline;
}


.pub-col {
    float: right;
    width : 180px;
    min-height: 150px;
    padding-bottom: 5px;
    background-color: #f2f2da;
}
            
.pub-col #pubTitle {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 156px;
    height: 17px;
    border: 0px;
}


.pub-col .pubContent {
    margin-top: 10px;
}

.pub-col .pubContent p {
    margin-top: 3px;
    margin-left: 7px;
    padding-right: 5px;
    font-size: .9em;
    color: #333333;
    line-height: 1.5;
}

.pub-col .pubContent p a, .pub-col .pubContent p a:link {
    font-weight: bold;
}

.pub-col img {
    float: left;
    border: 1px solid #dadabf;
    margin: 0px 10px 3px 8px;
}


.highlight-wrapper .highlight-box .hbContent p a {
    font-weight: normal;
    color: #045104;
}
