/*=====================================
      WELCOME TO THE STYLESHEET
 =====================================*/

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
	Light Blue		-		#1dace1

\**************************************/

/**************************************/
/*              GLOBALS               */
/**************************************/
body
{
	background-color: #0184ba;
	background: url(../visual/layout/page-foot-repeat.jpg) 0px 0px repeat;
	overflow-x: hidden; 
}
#top-blue-bar
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 11px;
	background-color: #1dace1;
	z-index: 2;
}
.site-wrapper
{
    background: url(../visual/layout/page-bg.jpg) 20% -20px repeat fixed;
    /*height: 1000px;
    min-height: 1000px;
    background: url(../visual/layout/page-foot.jpg) 0px 100% repeat-x fixed;*/
    text-align: center;
    padding-top: 11px;
}
#site-container
{
    position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.stamps
{
    position: absolute;
    width: 591px;
    height: 427px;
    background: url(../visual/layout/stamps.png) top left no-repeat;
    z-index: 1;
}
.stamps.left { width: 290px; top: 0px; left: -276px; background-position: -322px -150px; }
.stamps.right { top: -20px; right: -295px; }


/**************************************/
/*              HEADER                */
/**************************************/
#site-head 
{ 
	position: relative; 
	height: 155px;
	background: url(/assets/visual/layout/header-bg.jpg) top left repeat-x;
	z-index: 4;
}
#site-head a#davidhayes
{
    position: absolute;
    top: 36px;
    left: -5px;
}
#site-head img#strapline 
{ 
	position: absolute; 
	top: 36px;
	right: 0px;
}

#site-head .nav ul, #site-head .nav ul li { list-style: none; }

#site-head .nav
{
   position: absolute;
   top: 92px;
   right: 0px;
   height: 49px;
   border: 1px solid #70bfdd;
   background: url(../visual/layout/nav-repeat.gif) top left repeat-x;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
#site-head .nav > ul.root {  }
#site-head .nav > ul > li
{
	position: relative;
	float: left;
	overflow: hidden;
}
#site-head .nav > ul li.active:nth-child(1)
{
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#site-head .nav > ul li.active:last-child
{ 
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#site-head .nav > ul > li.active { background: #3faad2; }

#site-head .nav > ul.root > li > a
{
    display: block;
    width: 46px;
    height: 100%;
    background: url(../visual/layout/nav-text.png) 29px 17px no-repeat;
    padding: 0px 31px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
    text-indent: -200px;
}
#site-head .nav > ul.root > li.about-us > a { width: 70px; background-position: -67px 17px; }
#site-head .nav > ul.root > li.services > a { width: 62px; background-position: -186px 17px; }
#site-head .nav > ul.root > li.news > a { width: 42px; background-position: -302px 17px; }
#site-head .nav > ul.root > li.faqs > a { width: 41px; background-position: -398px 17px; }
#site-head .nav > ul.root > li.contact > a { width: 74px; background-position: -493px 17px; }

#site-head .nav > ul.root > li.active > a { background-position: 29px -32px; }
#site-head .nav > ul.root > li.about-us.active > a { width: 70px; background-position: -67px -32px; }
#site-head .nav > ul.root > li.services.active > a { width: 62px; background-position: -186px -32px; }
#site-head .nav > ul.root > li.news.active > a { width: 42px; background-position: -302px -32px; }
#site-head .nav > ul.root > li.faqs.active > a { width: 41px; background-position: -398px -32px; }
#site-head .nav > ul.root > li.contact.active > a { width: 74px; background-position: -493px -32px; }

#site-head .nav > ul.root > li > span
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 2px;
	height: 49px;
	background: url(../visual/layout/nav-seperator.gif) top right no-repeat;
}
#site-head .nav > ul li.active span { width: 1px; }

#site-head .nav > ul ul
{
    position: relative;
	display: none;
}

#site-head .nav ul ul li a { }


/**************************************/
/*            CRUMB TRAIL             */
/**************************************/
#crumb {}

/**************************************/
/*             SITE MAIN              */
/**************************************/
#site-main
{
    position: relative; 
    margin: 10px 0px 25px;
    z-index: 3;
}
#site-main .main
{
    float: right;
    width: 635px;
    padding: 0px 36px 33px;
    background-color: #FFFFFF;
}
body.fullwidth-main #site-main .main { width: 908px; }
#site-main .main h1
{
    margin-bottom: 30px;
    padding: 22px 0px;
    border-bottom: 1px solid #9fd4e8;
    font-family: Georgia, Times New Roman, Sans-Serif;
    line-height: 1.3em;
    font-size: 22px;    
    color: #1dace1;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(29, 172, 225, 0.2);
}
#site-main .main h1:first-letter { font-size: 32px; }
body.index #site-main .main h1 { padding-right: 70px; background: url(../visual/network.gif) 100% 50% no-repeat; }
#site-main .main .inner-content { line-height: 1.5em; }
#site-main .main .inner-content ul { margin-left: 15px; }


/**************************************/
/*            INDEX PAGE	          */
/**************************************/
#site-main #index { }


/**************************************/
/*          SIDE NAVIGATION			  */
/**************************************/    
#site-main .side { float: left; width: 249px; }
#site-main .side .panel
{
    position: relative;
    margin: 10px 0px 30px;
    padding: 20px 15px 40px;
    background: url(../visual/layout/side-bottom.jpg) left bottom no-repeat #FFFFFF;
    -moz-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.4);
}
#site-main .side .panel .title
{
    display: block;
    height: 33px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9fd4e8;
    background: url(../visual/layout/side-title-bg.jpg) no-repeat scroll left top transparent;
    color: #1dace1;
    font-family: Georgia, Times New Roman, Sans-Serif;
    font-size: 22px;
    line-height: 32px;
    text-indent: 5px;
}
#site-main .side .panel.list ul { margin: 0px; list-style-type: none; }
#site-main .side .panel.list ul li a
{
    display: block;
    padding: 8px 0px;
    border-bottom: 1px solid #9fd4e8;
    background: url(../visual/layout/side-bullet.png) 2px 13px no-repeat #FFFFFF;
    padding-left: 15px;
    color: #6d6d6d;
    font-weight: bold;
}
#site-main .side .panel.list ul li.active a, #site-main .side .panel.list ul li a:hover { background-color: #f6fafb; }

#site-main .side .panel div.top-bar
{
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-color: #1DACE1;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#site-main .side .panel .rip
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 21px;
    background: url(../visual/layout/side-rip.jpg) top left no-repeat;
}
#site-main .side .panel .top { top: -4px; }
#site-main .side .panel .bottom { bottom: -4px; background-position: 0px -21px; }
#site-main .side .panel.latest-news .inner { padding: 0px 2px; }
#site-main .side .panel.latest-news b.date
{
    display: block;
    margin: 15px 0;
    color: #008ac2;
}
#site-main .side .panel.latest-news b.news-title
{
    display: block;
    margin-bottom: 15px;
    color: #1dace1;
}
#site-main .side .panel.latest-news a
{
    display: block;
    margin-top: 15px;
    text-align: right;
    color: #1dace1;
    font-weight: bold;
    font-family: Georgia, Times New Roman, Sans-Serif;
}

/**************************************/
/*          CONTACT/TRAINING          */
/**************************************/
#site-main .form b.section
{
    display: block;
    margin: 25px 0 8px;
    padding: 5px 0px;
    border-bottom: 1px solid #9FD4E8;
    color: #1DACE1;
}
#site-main .form .section.first { margin-top: 0px; }
#site-main .form .item table tr { float: left; }
#site-main .form .item table tr td { padding-right: 15px; }
#site-main .form .item table input { width: auto; vertical-align: middle; margin: 0 5px 0 0; }
#site-main .form .item table label { width: auto; }


/**************************************/
/*              SITEMAP               */
/**************************************/
#sitemap {}


/**************************************/
/*               FOOTER               */
/**************************************/
#site-foot
{
    clear: both;
    min-height: 10px;
    background: url(../visual/layout/page-foot.jpg) 0px 0px repeat-x;
}
#site-foot .inner { width: 960px; margin: 0px auto; padding: 20px 0; }
#site-foot .links { float: right; }
#site-foot .links a
{
    float: left;
    padding: 0px 9px;
    background: url(../visual/layout/footer-pipe.gif) 0% 50% no-repeat;
    color: #FFFFFF;
    text-decoration: underline;
    text-transform: lowercase;
}
#site-foot .links a:first-child { background: none; }
#site-foot .links a#skylightmedia { color: #c6e1ed; }
#site-foot .copyright { float: left; color: #FFFFFF; }

/*********************************/
/*       IMAGE/TAB ROTATOR       */
/*********************************/
#site-main .tab-rotator
{
    overflow: hidden;
    position: relative;
    width: 707px;
    height: 295px;
    margin-left: -36px;
    z-index: 1;    
}
#site-main .tab-rotator div.images
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#site-main .tab-rotator div.images a, #site-main .tab-rotator div.images .overlay
{
    position: absolute;
    top: 0px;
    left: 0px;
}
#site-main .tab-rotator div.images .overlay
{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
#site-main .tab-rotator div.text
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 263px;
    height: 100%;
    background-color: #3faad2;
    z-index: 2;
}
#site-main .tab-rotator div.text div.scroll-btn
{
    position: absolute; 
    right: 0px;
    width: 100%;
    height: 74px;
    cursor: pointer;
}
#site-main .tab-rotator div.text div.scroll-btn.prev { top: 3px; }
#site-main .tab-rotator div.text div.scroll-btn.next { bottom: 3px; }
#site-main .tab-rotator div.text div.scroll-btn span
{
    display: block;
    width: 18px;
    height: 100%;
    margin: 0 auto;
    background: url(../visual/layout/prevnext.png) 0 0 no-repeat;
}
#site-main .tab-rotator div.text div.scroll-btn.next span { background-position: -18px 100%; }

#site-main .tab-rotator div.text ul { position: relative; list-style-type: none; margin: 0px; }
#site-main .tab-rotator div.text a
{
    display: block;
    height: 41px;
    padding: 16px 20px 16px 5px;
    border-bottom: 1px solid #9fd4e8;
    text-align: right;
    color: #FFFFFF;
}
#site-main .tab-rotator div.text a span
{
    display: block;
    margin-bottom: 8px;
    font-family: Georgia, Times New Roman, Sans-Serif;
    font-size: 16px;
    text-transform: uppercase;
}
#site-main .tab-rotator div.text a span:first-letter { font-size: 22px; }
#site-main .tab-rotator div.text li.active a, #site-main .tab-rotator div.text a:hover { background-color: #008ac2; }

/*#site-main .imagerotator a
{ 
    position: absolute; 
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 100%;
}
#site-main .imagerotator .overlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}*/

