/* Font styles. */
/* line 2, ../sass/style.sass */
@font-face {
    font-family: 'SansaSoftPro-Normal';
    src: url('../fonts/SansaSoftPro-Normal.eot');
    src: url('../fonts/SansaSoftPro-Normal.eot?#iefix') format('eot'),
         url('../fonts/SansaSoftPro-Normal.woff') format('woff'),
         url('../fonts/SansaSoftPro-Normal.ttf') format('truetype'),
         url('../fonts/SansaSoftPro-Normal.svg#webfontX0YNjQNl') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansaSoftPro-SemiBold';
    src: url('../fonts/SansaSoftPro-SemiBold.eot');
    src: url('../fonts/SansaSoftPro-SemiBold.eot?#iefix') format('eot'),
         url('../fonts/SansaSoftPro-SemiBold.woff') format('woff'),
         url('../fonts/SansaSoftPro-SemiBold.ttf') format('truetype'),
         url('../fonts/SansaSoftPro-SemiBold.svg#webfontX0YNjQNl') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
  padding: 0; 
  margin:0;
  color: #4a4a4a;
  height:100%;
  min-height:100%;
  background-color: #FFFFFF;
  font-family: SansaSoftPro-Normal;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

a,
a:link,
a:visited{
    font-family: SansaSoftPro-Normal;
    color: #396379;
    text-decoration: none;
}
a:hover{
  color: #687B82;
}

h1, h2, h3, h4, h5, h6{
  font-family: SansaSoftPro-SemiBold;
  font-style: normal;
  text-decoration: none;
}

.sidebar  ul{
  margin-bottom: 5px;
}
.sidebar  ul li{
  list-style: none;
}
.sidebar  ul li a:hover{
  text-decoration:  underline;
}
/* Titles. */
/* line 21, ../sass/style.sass */
#site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 28, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

/* line 31, ../sass/style.sass */
h1 {
  font-size: 2.2em;
  font-weight: 300;
  
  margin: 0;
}

/* line 37, ../sass/style.sass */
h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em;
}

/* line 42, ../sass/style.sass */
h3 {
  font-size: 1.4em;
  /*margin-bottom: 1em;*/
  margin-bottom: 0.2em;
}

/* line 46, ../sass/style.sass */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 50, ../sass/style.sass */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 55, ../sass/style.sass */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 60, ../sass/style.sass */
p {
  /*margin: 0 0 1em 0;*/
  margin: 0 0 0.2em;
}

/* List styles. */
/* line 64, ../sass/style.sass */
ul, ol {
  margin-left: 0;
  padding-left: 0;
}

/* Table styles. */
/* line 69, ../sass/style.sass */
table {
  width: 99%;
}

/* line 74, ../sass/style.sass */
tr.even td,
tr.odd td {
  padding: 10px 5px;
}

/* line 77, ../sass/style.sass */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 81, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 85, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 93, ../sass/style.sass */
ul {
  list-style-type: disc;
}
/* line 95, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}
/* line 97, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}
/* line 99, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 102, ../sass/style.sass */
ol {
  list-style-type: decimal;
}
/* line 104, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}
/* line 106, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 110, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 116, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 99%;
}

/* line 120, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 123, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 130, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 134, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 141, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 146, ../sass/style.sass */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 151, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

/* Region Colors. delete when starting a new theme. */
/* line 157, ../sass/style.sass */

#header{
	background:url(../images/header.jpg);
	height:150px;
}

#footer,
#sidebar-first,
#sidebar-second,
#navigation {
  background: #FFFFFF;
}
.container-12{
  margin: 0 auto;
  width: 100%;
}
#site-slogan{
    font-size: 25px;
padding-top: 40px;
color: #ffffff;
text-align: right;
padding-right: 20px;
}
#superfish-region{
    height: 56px;
    border: 1px solid #FFFFFF;
    
    
}
.content #menu-409-1{
    border-right: none ;
    
}

#node-8 .content{
    background:#fff url(/sites/all/themes/basic/images/home-contact.JPG) no-repeat;
    margin-left: -237px;
    padding-left: 243px;
}
#node-17 .content{
    background:#fff url(/sites/all/themes/basic/images/home-p.JPG) no-repeat;
   
}

#node-8 .content .field-items img{
   width: 250px;
}
#node-17 .content .field-items{
    
    
    padding-bottom: 50px;
    
}
#node-17 .content .field-items img{
   width: 280px;
   
  
}

#node-17 .content .field-items span{
    
    font-size: 20px;
    font-weight: 500;
    color: #999999;
    padding-left: 3%;
}
.quicktabs_main.quicktabs-style-excel{
    padding: 20px 10px 10px;
    border-bottom: 0px;
}

.field-name-field-image-title .field-items{
    border-bottom: 2px solid #999999;
    padding-top: 15px;
}
.field-name-body .field-items{
    padding-top: 20px;
}

.node-page ul{ margin-left: 20px;}

#superfish-region ul.menu li{
    margin: 0 0 0 0;
}

#header #logo-title img{
    height: 100px;
    width: 168px;
}

.footer-left{ 
    float: left; 
    width: 22%;
    }
.footer-right{ 
    float: left; 
    margin-left: 3%;
    width: 74%;
   
    }
#block-block-13 .content{
    text-align: right;
    padding-right: 2%;
   
}
#block-block-13 .content img{
     width: 220px
    }
.principal{
    color: #0080FF;
}
#block-block-10 .content,
#superfish-region .menu a{
  font-family: SansaSoftPro-SemiBold;
}
#superfish-region ul.menu > li > ul.menu > li a{
  font-size: 14px;
  font-family: SansaSoftPro-Normal;
}
#block-block-8{
  background: url(../images/footer-right-320.png) no-repeat; color: #fff;  padding: 10px;
}
a.top-page{
  position: fixed;
    right: 2%;
    top: 50%;
}

.col h3{
  clear: both;   margin: 10px 0;
    padding: 10px 0;
}
.col.left{
  float: left;
  width: 49%;
}
.col.government ul li,
.col.sector ul li{
  float: left;
  width: 32%;
}
.col.sector ul li{
  width: 48%;
}