/**********************************/
/*      Technical Procurement     */
/**********************************/
@font-face {
	font-family: 'Interstate-RegularRegular';
	src: url('Interstate-Regular.eot');
	src: local('Interstate-Regular Regular'), local('Interstate-Regular'), url('Interstate-Regular.woff') format('woff'), url('Interstate-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Interstate-LightRegular';
	src: url('Interstate-Light.eot');
	src: local('Interstate-Light Regular'), local('Interstate-Light'), url('Interstate-Light.woff') format('woff'), url('Interstate-Light.ttf') format('truetype');
}

/***********************************
          COLOUR SCHEME
------------------------------------
    Green       #75b840
***********************************/


/**********************************/
/*        GLOBAL/STRUCTURE        */
/**********************************/
body 
{  	
	background: #231f20;
}
body.not-windows { font-family: 'Interstate-LightRegular'; }

body.home { }

#site-wrapper { text-align: center; }

#site-inner 
{
    width: 992px;
    margin: 0 auto;
    text-align: left;
}
#site-inner .inner 
{
    float: left;
    position: relative; 
    min-height: 556px;
    border: 1px solid #75b840;
}
#site-inner .inner .side { position: relative; z-index: 3; }
#site-inner .inner .main { position: relative; z-index: 4; }

#site-inner .inner .side-grid
{
    z-index: 2;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 301px;
    background: url(/assets/visual/side-grid-repeat.png) top right repeat-y;
}

body.home #site-inner .inner {  }
body.contact #site-inner .inner .side { }
body.contact #site-inner .inner .main {  }

.hs-updates
{
    position: absolute;
    top: 526px;
    right: 0px;
    z-index: 4;
}     
.t-updates
{
    position: absolute;
    top: 496px;
    right: 0px;
    z-index: 4;
}
.usp-updates
{
    position: absolute;
    top: 466px;
    right: 0px;
    z-index: 4;
}    

.content .hs-updates
{
    top: 585px;
}  
.no-border { border: 0px; }

div.action-message 
{ 
	margin-bottom: 2em;
	padding: 7px;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #4A8A3E;
	color: #FFFFFF;
}
div.action-message ul { color: #FFFFFF; }
div.action-message.success { border-color: #FFFFFF; background-color: #75B840; }
div.action-message.error { border-color: #FFFFFF; background-color: #950000; }


/**********************************/
/*         IMAGE ROTATOR          */
/**********************************/
#site-inner .inner .bg-rotator 
{
    overflow: hidden;
    position: absolute;
    top: 0px; 
    left: 0px;
    width: 989px;
    height: 556px;
    z-index: 1;    
}
#site-inner .inner .bg-rotator img { position: absolute; }
#site-inner .inner .bg-rotator .overlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #231F20;
}
body.content #site-inner .inner .bg-rotator .overlay
{
    background: url(/assets/visual/overlay-gradient.png) top left repeat-x;
    height: 300px; 
}
#site-inner .inner .bg-rotator .text
{
    position: absolute;
    bottom: 0px;
    left: -1px;
    width: 690px;
    height: 82px;
    overflow: hidden;
    text-indent: 30px;
    background: url(/images/rotator/rotator-grid.png) top left repeat-y;
    font-size: 32px;
    line-height: 76px;
    font-family: 'Interstate-LightRegular';
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}


/**********************************/
/*              TOP               */
/**********************************/
#site-inner .site-top
{ 
    position: relative;
    height: 88px;
    z-index: 5;
}
#site-inner .site-top .logo
{
    float: left;
    margin-top: 9px;
}
#site-inner .site-top .strap { position: absolute; top: 44px; right: 10px; }
#site-inner .site-top .need-help { position: absolute; top: 0px; right: 0px; }

/**********************************/
/*            MAIN NAV            */
/**********************************/
#site-nav
{
    position: absolute;
    top: 88px;
    right: 1px;
}
#site-nav ul { margin: 0; list-style-type: none; }
#site-nav ul.root
{ 
    float: left;
    padding: 0px 0px 0px 10px;
    background: #75b840;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
#site-nav > ul.root { padding: 0px; }

#site-nav ul.root > li 
{ 
    position: relative; 
    float: left; 
    margin-left: 5px;
}
#site-nav ul li a
{
    display: block;
    padding: 4px 10px 6px;
    color: #231f20;
    font-size: 1.2em;
    line-height: 1em;
}
#site-nav > ul > li:first-child
{
    margin-left: 0px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#site-nav > ul > li:first-child > a { padding-left: 15px; }
#site-nav ul li.has-subpages a { padding: 4px 17px 6px 10px; }
#site-nav ul li ul
{ 
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0px;
    /*border-top: 3px solid #75b840;*/
    background: #a0db71;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#site-nav ul li.help ul { left: -146px; }
#site-nav > ul > li:hover { background: #a0db71; }
#site-nav ul li:hover ul { display: block; }
#site-nav ul li ul li a { color: #231f20; }
#site-nav ul li ul li a:hover { color: #FFFFFF; }

#site-nav > ul > li.active > a, #site-nav > ul > li > ul > li.active > a { color: #FFFFFF; }
#site-nav ul li span
{ 
    display: block;
    position: absolute;
    top: 47%;
    right: 7px;
    width: 5px;
    height: 3px;
    background: url(/assets/visual/nav-more.gif) top right no-repeat;
}
#site-nav ul li.active span.tl { }
#site-nav ul li.active span.tr { }

/**********************************/
/*             INDEX              */
/**********************************/


/**********************************/
/*           SITE  MAIN           */
/**********************************/
#site-inner .main 
{ 
    float: left;
    width: 688px;
}
body.home #site-inner .main .content-outer { display: none; }
body.contact #site-inner .main .content-outer { width: 450px; }
#site-inner .main .content-outer
{
    margin: 60px 35px;
    padding: 15px;
    background-color: rgba(35,31,32,0.8);
    font-size: 1.2em;
    line-height: 1.1em;
}
#site-inner .main .content-outer h1
{ 
    padding-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid;
}
body.not-windows #site-inner .main .content-outer h1 { font-family: 'Interstate-LightRegular'; }
#site-inner .main .content-outer div.content { }


/**********************************/
/*         SITE SIDE NAV          */
/**********************************/
.home #site-inner .side {
	padding: 37px 30px 13px 30px;
}

#site-inner .side
{
    float: right;
    width: 241px;
    padding: 60px 30px;
    font-size: 1.2em;
}
#site-inner .side h1 { font-size: 1.5em; }
#site-inner .side ul { list-style-type: none;  }
#site-inner .side ul li { margin-bottom: 10px; }
#site-inner .side ul li a
{
    display: block;
    background: url(/assets/visual/side-bullet_off.png) 0px 55% no-repeat;
    color: #FFFFFF; 
    padding: 5px 5px 5px 12px;
}
#site-inner .side ul li a.active { background-image: url(/assets/visual/side-bullet_on.png); color: #75b840; }

#site-inner .side .pages { }
#site-inner .side .latest-news {  }
#site-inner .side .latest-news h3
{
}
#site-inner .side .latest-news a
{
}
#site-inner .side .latest-news p {  }

/**********************************/
/*             SITEMAP            */
/**********************************/
#sitemap {}
#sitemap ul
{ 
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#sitemap ul li { margin-bottom: 0.5em; }
#sitemap > ul > li > a { font-weight: bold; }
#sitemap ul ul li { margin-bottom: 0.2em; }
#sitemap ul ul { padding-left: 1.3em; }

/**********************************/
/*          IMAGE GALLERY         */
/**********************************/
.image-gallery
{
	width: 100%;
	overflow: auto;
	clear: both;
}
.image-gallery a 
{ 
	float: left; 
	margin: 12px 21px;
	border: 1px solid #FFFFFF;
	-moz-box-shadow: 0 0 6px -2px #333333;
	-webkit-box-shadow: 0 0 6px -2px #333333;
}
.image-gallery a img { display: block; }
.image-gallery a:hover { border-color: #CCC; }

/**********************************/
/*            SCROLLER            */
/**********************************/
#scroller
{ 
    position: relative;
    clear: left;
}
#scroller .btn 
{
    cursor: pointer;
    display: block;
    position: absolute;
    top: 100px;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background: url(/assets/visual/scroller-next-prev.gif) top left no-repeat;
}
#scroller .btn.prev { left: 10px; }
#scroller .btn.next { right: 10px; background-position: 0px -42px; }

#scroller div.strap
{
    width: 991px;
    margin-bottom: 15px;
    padding: 12px 0px;
    background: #75b840;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    font-size: 2.5em;
    font-family: 'Interstate-LightRegular';
    text-shadow: -1px -1px 1px rgba(87,159,31,0.9);
}
#scroller div.strap span { display: none; }

/* if home page - This is all inverted logic thanks to IE's inability to support the :not() selector */
body[class~="home"] #scroller div.strap { padding: 15px 0px; }
body[class~="home"] #scroller div.strap span { display: block; }
body[class~="home"] #scroller .btn { top: 125px; }


#scroller div.imgs
{ 
    margin: 0 60px;
}

#scroller ul { list-style-type: none; }
#scroller ul li { position: relative; margin-right: 10px; }
#scroller ul li a
{ 
    display: block;
    overflow: hidden;
    width: 166px;
    height: 120px;
}
#scroller ul li a img { margin: 7px 0px 0px 7px; /*position: relative; left: 7px; top: 7px;*/ }
#scroller ul li span
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/assets/visual/scroller-item-overlay.png) top left no-repeat;
    text-align: center;
    color: #FFFFFF;
    line-height: 198px;
    font-size: 1.1em;
}

/**********************************/
/*             FOOTER             */
/**********************************/
#site-inner .footer
{
    clear: left;
    position: relative;
    height: 50px;
}
#site-inner .footer .foot-inner ul, #site-inner .footer span.copyright
{ 
    position: absolute;
    top: 15px;
}
#site-inner .footer .foot-inner ul { right: 10px; list-style-type: none; }
#site-inner .footer .foot-inner ul li { float: left; }
#site-inner .footer .foot-inner ul li a
{
    padding: 0px 10px;
    background: url(/assets/visual/footer-sep.gif) 100% 50% no-repeat;
    color: #FFFFFF;
}
#site-inner .footer a#skylightmedia { color: #75b840; background: none; }
#site-inner .footer span.copyright { left: 20px; color: #FFFFFF; }
