﻿@charset "utf-8";

/* Body / Background */
body {
  background-color: #333440;
  background-image: url(/images/bg_overlay.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: gray;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size:10px;
  line-height:20px;
  padding: 0px;
  margin: 0px;
}

/* Font */
h1, h2, h3, h4{
  /*font-family: Verdana Arial Helvetica Sans-Serif;*/
  -webkit-transform: rotate(-0.0000000001deg); /* A little antialias hack for chrome */
  color:Teal;
  font-weight:bold;
  font-size:13px;
}
h4
{
    font-size:13px;
}

/* Primary COLOR */
#sitedescription h1
{
  color: #ec008c;
}
/* Primary BACKGROUND */
.primary-bgcolor,
a.ui-btn-big,
.newsbox .feedList h4 a:hover,
#slider #imageSliderNav a.activeSlide
{
  background-color: #ec008c;
  color: #FFF;
}

/* Secondary COLOR */
/* Secondary BACKGROUND */
#header #mainmenu ul,
#header #mainmenu ul li
{
  /*background-color: #22212C;*/
	background-color: #0255a3;/*Blue*/
}


a.ui-btn-big {
  background-image: url(/images/ui-btn-big-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.496094);
  color: white !important;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  padding: 12px 50px 12px 19px;
  text-decoration: none;
}


#page {
  width:950px;
  margin:10px auto;
  text-align:left;
  padding:15px;
  padding-bottom: 0px;
  background: #FFF;
}

/* Header */

#header {
  margin-bottom: 20px; 
  
}
  #header a,#header a img{
    border: none;
  }
  #header #sitedescription{
    float: right;
    text-align: right;
    margin: 7px;
  }
    #header #sitedescription h1 {
      font-weight: normal;
      position: relative;
      font-size: 16px;
      line-height: 0.5em;
    }  
  #header #mainmenu{
    margin: 0px;
    padding: 0px;
  }
    #header .mainmenucorner{
      margin: 0px;
      padding: 0px;
      background: url(/images/mainmenu_corner.gif) top left no-repeat;
      height: 20px;
      clear: both;
      position: relative;
      top: -15px;
      left: -25px;
      width: 20px;
      margin-bottom: -40px;
    }
  
  
    #header #mainmenu ul{
      width: 975px;
      float: left;
      margin-bottom: 15px; 
      margin-top: 20px; 
      padding: 0px;
      margin-left: -25px;
    }
      #header #mainmenu ul li{
        list-style: none;
        /*background-image: url(/images/icons/mainmenu_itembg.png);*/
        background-position: right bottom;
        background-repeat: no-repeat;
        float: left;
        font-size: 14px;
      }
        #header #mainmenu ul li a{
          padding: 15px 20px;
          display: block;
          color: #fff;
          text-decoration: none;
          /*background: url(/images/mainmenu_item_bottomshadow.jpg) bottom left no-repeat;*/
          margin-bottom: -13px;
          padding-bottom: 28px;
        }

           #header #mainmenu ul li.current{
               background-color: teal; /*#a9a4a3;*/
          }
          
          #header #mainmenu ul li.home a{
         
            background-image: url(/images/icons/home_dark.png);
            background-position: 16px 16px;
            background-repeat: no-repeat;
            padding-left: 35px;  
          }
          
       
          
        #header #mainmenu ul li:hover{
          color: #FFF;
          text-decoration: none;
          background-color:#a9a4a3;
        }
        




#content {
  padding: 0px;
  color: #666;
  -background: url(/images/divider_left_top.png) top left no-repeat;
  margin-top: 15px;
  min-height: 200px;
}
    
    
#footer {
  clear: both;

  font-size: 12px;
  /*color: #3a3c40;*/
  /*background-color: #050a0f;*/
	color: #ffffff;
	background-color: #0255a3;
  padding: 20px;
  overflow: auto;
}
  #footer a{
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
  }
    #footer a:hover{
      color: #FFF;
    }


/*  COLOR!  */



.whitebox {
  background-color: #dee4e4;  
  height: 150px;
}

table{
	font-size: 10px;
	border-collapse:collapse;
}

/*FAQ answers*/
#q1, #q2, #q3
{
    display: none;
}

.wizardbuttons
{
    float: right;
}

sup
{
    color:Red;
    font-weight:bold;
    font-size:medium;
}

requiredfieldheader
{
    color:Red;
    font-weight:bold;
    font-size:medium;
}

table th
{
    text-align:left;
}

ul li, ol li
{
    font-size:12px;
}

a:link { color: teal ; text-decoration: none; }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }

.redtext
{
    background-color:yellow;
}

.emphasise
{
  /*font-family: Verdana Arial Helvetica Sans-Serif;*/
  -webkit-transform: rotate(-0.0000000001deg); /* A little antialias hack for chrome */
  color:Teal;
  font-weight:bold;
  font-size:13px;
}

p a
{
    color:teal;
}

