/* Start of CMSMS style sheet 'forms' */
/*-----------------
GLOBAL
------------------*/

form fieldset {
    margin: 0px 0;
    clear: both;
    display: block;
    border: none;
    padding:0;
    border-bottom: none;
    padding-bottom: 0px;
    position: relative;
}
 
form legend {
     font-size: 1.4em;
     line-height: 1.25em;
     color: #343078;
     font-weight: normal;
}

#serviceTitle {display: none;}
 
/*-----------------
LABELS
------------------*/
 
form label,
form .radioSet label.superlabel,
form .checkboxSet label.superlabel {
    display: block;
    float: none;
    font-weight: normal;
    clear: both;
    width: 90px;
    color: #a7a9ac;
    float: left;
    text-transform: uppercase;
}

form .longLabel label {width: 435px;}
form .longLabel textarea {width: 424px;}
form .longLabel input, form .longLabel select {margin-left: 90px;}
.checkboxSet div {
    clear: both;
    margin:5px 5px 10px 85px;
}

form fieldset label,
form fieldset .radioSet label.superlabel,
form fieldset .checkboxSet label.superlabel, 
form .checkBox label {
     text-transform: Capitalize;
     font-size: 11px;
}


/*-----------------
INPUTS
------------------*/
 
form input,
form textarea,
form select {
    width: 330px;
    border: dotted 2px #eb6e1f;
    background: #fff;
    font-size: 1em;
    font-family: arial,helvetica, sans serif;
    margin-bottom: 8px;
    float: left;
    padding: 2px;
    color: #a7a9ac;
}
 
form textarea {height: 60px;}
form select {width: 342px;}
 
/*-----------------
RADIO / CHECKBOX
------------------*/
 
form .radioSet input,
form .checkboxSet input,
form .checkBox input {
    width: auto;
    border: none;
    margin-bottom: 0;
    float: none;
}
 
form .radioSet div label,
form .checkboxSet div label,
form .radioSet label,
form .checkboxSet label,
form .checkBox label {
    display: inline;
    font-weight: normal;
    color: #63605F;
    float: none;
}
form .checkBox label {width: 200px;}

form .checkBox {width: 250px; float: left; margin-left: 85px;}
 
form .datepicker select, form .timepicker select {width: 80px;}

form .radioSet div label, form .checkboxSet div label, form .radioSet label, form .checkboxSet label {
    clear:none;
    color:#63605F;
    display:inline;
    float:none;
    font-weight:normal;
    margin:0pt 10px 10pt 4px;
}
.radioSet {margin-left: 85px;}

/*-----------------
MULTIPLE INPUT
------------------*/
 
form .textinput_multiple div {
    float: left;
    overflow: hidden;
    clear: both;
}
 
form .textinput_multiple div input {
    width: 390px;
    float: none;
    margin-top: 4px;
}
 
form .textinput_multiple input.button {
    width: 50px;
    float: right;
    cursor: pointer;
    margin-right: 8px;
    border: double 3px #BBB;
    padding: 0px 3px;
    border-color: #AAA #888 #888 #AAA;
    font-size: 10px;
    background: #F5F5F5;
}
 
form .textinput_multiple input {
    width: 50px;
    float: left;
    margin-top: 4px;
}
 
/*-----------------
ALT SIZE INPUT
------------------*/
 
form .LeftLabel {
    position: relative;
    padding-bottom: 3px;
}
 
form .LeftLabel label {
    padding-left: 35px;
}
 
form .LeftLabel input {
    position: absolute;
    left: 0;
    top: 0;
}
 
form .narrowInputs label,
form .narrowInputs input,
form .narrowInputs textarea,
form .narrowInputs select {
    width: 250px;
}
 
form .smallField input,
form .smallField textarea,
form .smallField select {
    width: 2em;
    border: solid 1px #AAA;
    background: #F5F5F5;
}
 


/*-----------------
COLOUR CHANGE
------------------*/
 
form .required input,
form .required textarea,
form .required select {

}
 
form .errorinput input, form .requirederrorinput input,
form .errorinput textarea, form .requirederrorinput textarea,
form .errorinput select, form .requirederrorinput select {
    background-color:#FFDFDF !important;
    border-color:#DF4545 !important;
}
 
.error_message, .error {
    background-color:#FFDFDF;
    border: 1px solid #DF4545;
    padding: 10px;
    width: 285px;
}
.error_message ul, .error ul {
    margin: 0;
    list-style: square;
}
.error_message h3, .error h3 {
    margin:0 0 0.5em;
}
 
/*-----------------
JAVASCRIPT ONLY
------------------*/
 
fieldset.hideUntilActivated div {display: none;}
fieldset.hideUntilActivated div.activateHidden, fieldset.hideUntilActivated div.activateHidden div {display: block;}
 
span.label,span.spacer,span.multiple span {width:120px;float:left;}
span.multiple {float:left;}
span.button {padding-left:120px;}
div.clear {clear:both;padding-top:5px;}
label.mandatory {font-weight: bold;}
 
/*-----------------
TYPOGRAPHY
------------------*/
 
form div p {margin: 10px 0 0 0; clear:both;}
form div p strong {color: #7D914A;}
 
form .radioSet div {float: left; margin-bottom: 10px;}
form .noFloat div {float: none;}


 
/*-----------------
SUBMIT
------------------*/
 
form .button input {
    background: #a7a9ac;
    height: 23px;
    color: #fff;
    font-weight: bold;
    width: auto;
    border: none;
    padding: 2px;
    cursor: pointer;
    float: right;
    margin-right: 5px;
}

form .button input:hover {color:#333;}

#InterestArea {
    border-top:1px dotted #CCCCCC;
    margin-top:20px;
    padding-top:15px;
}
/* End of 'forms' */

/* Start of CMSMS style sheet 'Typography' */
/*---------------------
	GLOBAL
---------------------*/

body {
     font-family: tahoma, arial, verdana, sans-serif;
     font-size: 12px;
     line-height: 1.25em;
     color: #818285;
}

/*---------------------
	TYPOGRAPHY
---------------------*/
h1 {
     font-size: 21px;
     /*margin: 1.2em 0 0;*/
     font-weight: normal;
     color: #111111;
     line-height: 1.1em;
}
h2 {
     font-size: 16px;
     line-height: 1.25em;
     margin: 0em 0 5px 0;
     color: #818285;
     font-weight: normal;
     }
p+h2,ul+h2 {margin: 1.2em 0 0.2em 0;}
h3 {
     font-size: 14px;
     line-height: 1.25em;
     margin: 10px 0 0.2em 0;
     color: #eb6e1f;
     font-weight: normal;
     }
h4 {
     font-size: 12px;
     margin: 0 0 1em 0;
     color: #002a5c;
     font-weight: bold;
     text-transform: uppercase;
}

h1 a {color: #eb6e1f;}
h1 a:hover { text-decoration: underline;} 

h2 a {color:  #eb6e1f;}
h3 a, h4 a {color: #eb6e1f;}

h2 a:hover, h3 a:hover, h4 a:hover {text-decoration: underline; color: #255ec8;}

p {margin: 0 0 1em; line-height: 1.4em;}

/*---------------------
	LINKS
---------------------*/
a {
     color:  #eb6e1f; 
     text-decoration: none;
}
a:hover {text-decoration: underline;}
a:active {outline: none;}
a img {border: none;}

/*---------------------
	LISTS
---------------------*/
ul {list-style: square; }
p+ul {margin-top: 0; padding:0 0 0 2em;}
ul li {line-height: 1.4em;}
ul a {color:#14346F;}
ul a:hover:{color:#255EC8}
ol {margin-top: 10px;}
ol li  {
     margin: 0.4em 0.5em;
     line-height: 1.3em;
}


/*---------------------
	TABLES
---------------------*/

td {
    background: #ECEDED;
    padding: 4px 8px;
    border-bottom: 1px solid #fff;
}
table {
     margin-bottom: 1em;
     background: #ECEDED;
}

/*---------------------
	OTHER
---------------------*/

/*---------------------HORIZONTAL LINE */

hr {
     border: none;
     border-bottom: 2px dotted #eb6e1f;
     margin: 0 0 10px;
}

/*---------------------DATA TABLES */
dt{
     float: left;
     clear: left;
     font-weight: bold;
     margin: 0 0 1em 1em;
     width: 55px;
     color: #000;
}
dd {
     display: block;
     margin: 0 0 1em 0;
     padding-left: 75px;
}

/*---------------------CODE VIEW */
code {
     background: #F0F0F0;
     color: #000;
     font-size: 1.1em;
}
pre {
     background: #333;
     font-size:1.2em;
     line-height:1.4em;
     color: #eaeaea;
     padding: 1em;
     margin: 0.5em 0;
     font-family: Verdana, Helvetica, sans-serif;
}
/* End of 'Typography' */

/* Start of CMSMS style sheet 'Menu' */
#nav {
     width: 670px;
     position: absolute;
     left: 115px;
     z-index:500;
     top:0;
     border-top: #002a5c solid 15px;
}

#nav hr {
      border: 0px !important;
      margin: 0;
      height: 5px;
      background: url(uploads/images/layout/whiteonwhite-dotted-line.png) repeat-x scroll 0 0;
      position: absolute;
      top: 19px;
      left: 0;
      width: 100%;

height: 8px;
}
* html #nav hr {background: url(uploads/images/layout/whiteonwhite-dotted-line.gif) repeat-x scroll 0 0;}

#nav ul {
     list-style: none;
     margin:0;
     padding:0;
     border-top: 22px solid #fff;
     width: 670px;
     background: #a7a9ac;
     height: 28px;
}
#nav a, #nav li.sectionheader span {
     display: block;
     font-weight: normal;
     text-transform: uppercase;
     font-size:12px;
     line-height: 1em;
     color:#fff;
     padding: 8px 18px;
     background: #a7a9ac;
     border-right: 2px dotted #fff;
}
#nav a, #nav li.sectionheader span, #nav .currentpage strong {*font-size: 11px;}
#nav li {
     float: left;
     display: block;
     position: relative;
     background-color: #fff;
}
#nav li a:hover, #nav li.sectionheader span:hover, #nav li.sectionheader span.sfhover {
     text-decoration: none;
     background: #818285;
}
#nav .currentpage strong {
     display: block;
     font-weight: normal;
     text-transform: uppercase;
     line-height: 1em;
     padding: 8px 18px;
     margin: 0px;
     color: #fff;
     font-size: 12px;
     background: #818285;
     border-right: 2px dotted #fff;
}
     /* --------->>> LEVEL TWO <<<---------*/
     #nav li ul {
          position: absolute;
          width:126px;
          display: none;
          top: 28px;
          left: 0;
          height: auto;
          border: none;
           background: #fff;
     }

#nav li ul li {
          width: 126px;
}
#nav li ul li a, #nav li.sectionheader ul li a span {
     text-transform: none;
     color: #666;
     background: #fff;
     border: 1px solid #ccc;
     border-top: none;
}
#nav li.sectionheader ul li a span {padding: 0; border: none;}
#nav li ul li a:hover, 
#nav li.sectionheader ul li a:hover, 
#nav li.sectionheader ul li a span:hover, 
#nav li.sectionheader ul li a span.sfhover {color: #eb6e1f; background: #fff;}


#nav li ul li.currentpage strong {
          border-top: none;
          font-weight: normal;
          display: block;
          text-transform: none;
          background: #fff;
          color: #eb6e1f;
          border: 1px solid #ccc;
          border-top: none;
     }


/* --------->>> GLOBAL <<<---------*/
          #nav li:hover ul {
               display: block;
          }
          #nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
               display: block;
          }
          #nav li:hover ul ul, #nav li.sfhover ul ul {
               left: -999em;
          }
/* End of 'Menu' */

/* Start of CMSMS style sheet 'News' */
.NewsSummary p {margin:0;}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
   padding: 0 0 3em 0;  /* padding for the news article summary */
   margin: 0 0 1em 0 ;  /* margin to the bottom of the news article summary */
   border-bottom: 2px dotted #CCCCCC;
}

.NewsSummaryPostdate {
color: #a7a9ac;
 }

.NewsSummaryLink h3 {
margin: 0 0 5px;
text-transform: uppercase;
color: #818285;
}

.NewsSummaryLink a {
    color: #818285;
}

.NewsSummaryLink a:hover { color: #eb6e1f;}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0em;
  float: right;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  width: 50px;
  float: right;
  text-align: right;
  color: #222;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

 
#NewsPostDetailTitle {margin-top:0; color: #222;}

h3#NewsPostDetailTitle {color: #818285;}

/*#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'News' */

/* Start of CMSMS style sheet 'LAYOUT' */
body {
	background: #eceded url(uploads/images/layout/white-dotted-line.gif) repeat-x scroll 0 35px;
	margin: 0;
}

#bodyWrapper {
	width: 900px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#mastHead {
        background: #fff;
        width: 670px;
        margin: 0px auto 0;
        border-bottom: 20px solid #fff;
}

#mastHead h1 {
	margin: 0;
	text-indent: -999em;
	padding: 75px 0 30px;
	background: url(uploads/images/layout/logo-bg.gif) no-repeat scroll 190px bottom;
	margin-left: 10px;
}

#mastHead h1 a {
	background: url(uploads/images/layout/logo.gif) no-repeat scroll 0 0;
	display: block;
	width: 180px;
	height: 88px;
	cursor: pointer;
}

#contentWrapper {
	margin-bottom: 20px;
	position: relative;
	width: 670px;
	margin: 0px auto;
}
* html #contentWrapper {width: 900px;background: url(uploads/images/layout/body-tile.gif) repeat-y scroll 0 0;}

/*--------------- SEARCH ----------------*/

#search {
        width: 205px;
        top: 104px;
        right: 120px;
        position: absolute;
}

#search input.searchField {width: 108px;}

#search label {width: 50px;}

/*--------------- BLOCKQUOTE ----------------*/

blockquote {
       padding: 0 0 10px 0;
       margin: 0 0 1em 40px;
       background: url(uploads/images/layout/quote-beginning.gif) no-repeat scroll top left;
}

blockquote p {
       text-indent: 35px;
       margin-bottom: 0;
       padding: 7px 0 0;
       color: #002A5C;
}

blockquote img {margin-bottom: -10px;}

/*--------------- HOME CALLS TO ACTION ----------------*/

.ctaSection {
       background: url(uploads/images/layout/homeCTA-bg.gif) no-repeat scroll top left;
       height: 277px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin: -20px 0 10px;
}

.ctaSection h4 {
        color: #fff;
        font-size: 15px;
        padding: 33px 0 0 17px;
}

.ctaSection ul {
        padding: 0 0 0 17px;
        margin: 0;
        list-style: none;
}
.ctaSection ul li {line-height:1em;}
.ctaSection ul li a {
        border-bottom: 2px dotted #fff;
        width: 182px;
        padding: 5px 0 7px;
        display: block;
        color: #fff;
}

/*--------------- CONTENT ----------------*/

#content-Normal {
	width: 430px;
	padding: 10px 20px 0 10px;
	float: left;
       position: relative;
       background: #fff;
       border-right: 210px solid #fff;
       padding-bottom: 60px;
       min-height: 500px;
}
#content-Normal.home {
	width: 440px;
	padding: 10px 10px 0 10px;
}
#content-Normal.home h2, #content-Normal.home h3, 
#content-Normal.home h4, #content-Normal.home p, 
#content-Normal.home blockquote, #content-Normal.home hr  {margin-right: 10px;}


* html #content-Normal {border-right: 0; margin-left:58px; }

/*--------------- CONTENT IMAGES ----------------*/


/*--------------- SIDE BAR ----------------*/

#blog {
	width: 200px;
	position: absolute;
        top: 0;
        right: 7px;
        background: #fff;
}
* html #blog {
        position: relative; 
        float: left; 
        background: #fff url(uploads/images/layout/ieonly-greyedge.jpg) repeat-y scroll top right;
        padding-left: 9px;
}

#blog .ctaMain {	
      color:#002a5c;
      display:block;
      line-height:1.5em;
      margin-bottom:16px;
      text-transform: uppercase;
}

#blog a.ctaBtn {
	display: block;
        text-transform: uppercase;
	color:#fff;
        padding: 13px 0px 15px 9px;
        background: url(uploads/images/layout/sidebarCTA-bg.gif) no-repeat scroll 0 0;
        width: 225px;
}

#blog a.ctaBtn:hover {text-decoration: underline;}

#blog a.ctaBtn-large {
	display: block;
        text-transform: uppercase;
	color:#fff;
        padding: 50px 0 54px 9px;
        margin-left: 1px;
        background: url(uploads/images/layout/largeCTA-bg.gif) no-repeat scroll 0 0;
        width: 225px;
}

/*--------------- FOOTER ----------------*/

#pagefooter {
	border-top:1px solid #B8D938;
	font-size: 0.9em;
	font-style: italic;
}
#footerWrapper {
        background: #eceded url(uploads/images/layout/grey-dotted-line.gif) repeat-x scroll top left;
}

#footer {
	clear: both;
	width: 670px;
	margin: 0 auto;
        text-align: center;
        padding: 20px 0px 30px;
        background: #fff url(uploads/images/layout/greyonwhite-dotted-line.gif) repeat-x scroll 0 0;
        font-size: 10px;
}

/*--------------- ACORN LOGO ----------------*/

#acornLogo {
	float:right;
	text-indent: -999em;
	margin:5px 5px;
}

#acornLogo a {
	background: url(uploads/images/layout/acornLogo.gif) no-repeat scroll 0 0;
	display: block;
	width: 62px;
	height: 22px;
}

/* End of 'LAYOUT' */

