/****** lines up the Control bar ****************/
#ControlBar, #ControlBar *, .actionMenu * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover, input, .CommandButton {
    font-family: Verdana, Arial, sans-serif;
}

body, .Normal, .NormalDisabled, .NormalDeleted {
    font-size: 11px;
    font-weight: normal;
}
p 
{
    /*padding: 0 0 10px 0;*/
     padding: 0 0 10px !important;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    font-weight: bold;
}

small {
    font-size: 10px;
    letter-spacing: 0;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 26px;
    font-weight:bold;
}

h2, h2 .Head {
    font-size: 18px;
    font-weight:bold;
}

h3, h3 .Head {
    font-size: 16px;
    color: #666;
    font-weight:bold;
}

h4, h4 .Head {
    font-size: 14px;
    color: #66666;
    font-weight:bold;
}

h5, h5 .Head {
    font-size: 12px;
    color: #666;
    font-weight:bold;
}

h6, h6 .Head {
    font-size: 10px;
    color: #666;
    font-weight:bold;
}


/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    /*color: #337ab7;*/
    color:#003399;
    text-decoration: none;
    outline: 0;
    font-weight:bold;
}

    a:hover {
        color: #003399;
        text-decoration: underline;
        outline: 0;
    }


#NCGOVbar 
{
   /*background-color:#0b3050;*/
   background:url(images/NC-Gov-logo-sm.png) no-repeat left;
    margin:0;
    width:100%;
    padding:20px; 
	/*height:40px;*/

}

#topContent{
	background-color:#407663;
	border-radius:0;
	}

.logo-text {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing:1px;
   
}

/*******Search******/

.searchBox
{
    line-height:25px;
    padding:3px;

}
.searchBox input {
    padding:5px;
    font-size: 12px;
}



.SearchPane2 
{
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
   /* background-color: #fec132;*/
    /*background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);*/
    background-color: #eee;
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    border: 1px solid gainsboro;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin: 2px;
    padding: 4px 6px;
    text-align: center;
    height: 30px;
}


SearchPane2 a, a:link, a:visited, a:active
{
    color:#333;
}




/*******Social******/

.Social {
float:right;
clear:both;
/*background-color:#ccc;*/
/*margin-top:15px;*/
/*margin-bottom:15px;*/
/*width:300px; /*temporary - just for search placement*/
padding-top:5px;
padding-bottom:5px;
color:#fff;
}

/*.Social a, a:link, a:visited, a:active 
{
    color: #fff;
    text-decoration: none;
    outline: 0;
}

 .Social a:hover {
     color: #ccc;
     text-decoration: underline;
     outline: 0;
    }*/
 #Feature  {
     background-color:#ccc;
     padding:5px;
 }
 
 
 .breadcrumb  {
     text-transform:capitalize;
     font-size:14px;
     background-color:#eee;
 }
 
 /*.container-home 
 {
     /*width:1250px;*/
      /*width:80%;
     padding-top:10px;
 }*/
    
 #Footer {
    background: #d2e6df; /*light green #2*/
    border-top: 3px solid #fff;
    padding: 8px 0 20px 10px;
    text-align:center;
  }
  
  
  /************Purchase License button ***********/
  .PurchaseLicense     {
    background-color: #f9e492;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto;
    padding: 5px;
    /*padding-left: 10px;*/
    width: 150px;
    border-radius: 5px;
    padding-top:5px;
    text-align:center;
  }
  
  
  /***********At Your Service diamond bullet images ***********/
  
.atyourserviceHome ul li{
    list-style-image: url(images/diamond_green_small.png);
    margin-left: 15px;
    padding: 2px 0 0 0;
}

/****************************************************************************/



@media (max-width: 323px){

#NCGOVbar {    
background:#fff url(images/NC-Gov-logo-sm.png) no-repeat top left;
	padding:20px;

}

a.logoImage {
	background: url(images/NCWRC-logo-sm-no-text.png) no-repeat top left;
	display: block;
	margin-top:10px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
	margin-left:125px;
}

.logo-text {
	display: block;
	margin-top:10px;
	color:#fff;
	font-size: 14px; 
	font-weight:bold;
	text-align:center;
}

.searchBox {
	display: block;
	margin:0;

}

.Social {
display:block;
margin-top: 5px;
margin-right:40px;

/*margin-bottom:15px;*/
/*width:300px; /*temporary - just for search placement*/
padding-bottom:5px;

}

.Social a
{
    color: #fff;
    text-decoration: none;
    outline: 0;
}

}


/****************************************/
@media (max-width: 767px){

#NCGOVbar {    
background: #fff url(images/NC-Gov-logo-sm.png) no-repeat left;
	padding:20px;

}

a.logoImage {
	background: url(images/NCWRC-logo-sm-no-text.png) no-repeat top left;
	display: block;
	margin-top:10px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
	color:#fff;
}

.logo-text {
	color:#fff;
	font-size:14px;
	font-weight:bold;
}


.searchBox {
    float:right;
    width:250px; /*temporary - just for search placement*/
    margin:0;
}

.Social {
/*float:left;
clear:both;
margin-left:-40px;*/
/*background-color:#ccc;*/
margin-top: 5px;
/*margin-bottom:15px;*/
/*width:300px; /*temporary - just for search placement*/
padding-bottom:5px;

}

.Social a
{
    color: #fff;
    text-decoration: none;
    outline: 0;
}

}


/****************************************************************************/

@media (min-width: 768px) {
    
#NCGOVbar 
{
	margin-left: 10px;
	background:url(images/NC-Gov-logo-sm.png) no-repeat top left ;
	padding:20px;
	
}
a.logoImage {
	background: url(images/NCWRC_WHITE-100.png) no-repeat top left;
	display: block;
	margin-top:10px;
    width: 100px;
    height: 100px;
    text-indent: -9999px;
	color:#fff;
}

.logo-text {
	color:#fff;
	font-size:1.5em;
}

/*.Search {
float:right;
/*width:300px; /*temporary - just for search placement*/
/*background-color:#407663;
margin-top:-100px;
/*margin-top:-75px;*/
/*padding-bottom:5px;
}*/

/********** Search ***********/

.searchBox {
    float:right;
    clear:both;
    width:250px; 
    margin-top:-65px;
    /*margin-right:-5px;*/
}

/**********************Social**************************************************/
.Social {
float:right;
clear:both;
margin-top:-35px;
padding-top:5px;
padding-bottom:5px;
color:#fff;
}


.Social a
{
    color: #fff;
    text-decoration: none;
    outline: 0;
}

 .Social a:hover {
     color: #ccc;
     text-decoration: underline;
     outline: 0;
    }
    

}
/****************************************************************************/

@media (min-width: 992px){
	#NCGOVbar 
{
	margin-left: 10px;
	background:url(images/NC-Gov-logo-sm.png) no-repeat top left ;
	padding:20px;
	border-radius:0px;
}

.logoImage {
	color:#fff;
}

 .container-home 
 {
    width:1225px;
     /*width:80%;*/
     padding-top:10px;
 }


}


/****************************************************************************/

@media (min-width: 1200px){
	#NCGOVbar 
{
	margin-left: 10px;
	background:url(images/NC-Gov-logo-sm.png) no-repeat top left ;
	border-radius:0px;
}

.logoImage {
	color:#fff;
}

}



/**************EasyDNNRotator***************/

.ms-thumb-list {
    display: none!important;
}










