@charset "UTF-8";
/* CSS Document */

/*------------------------------
  LEAVE SITE ALERT
--------------------------------*/
#leave-site-alert {
    display: none;
}
#leave-site-alert-link {
    display: none;
}
#leave-site-alert h2 {
	font-size: 1.143em /*16px*/;
}
#leave-site-alert p {
	font-size: 0.929em /*13px*/;
	line-height: 18px;
	margin-bottom: 10px;
}

#leave-site-cancel,
#leave-site-proceeed {
	font-size: 0.857em /*12px*/;
	background: #CC9900;
	color: #fff;
}
/*------------------------------
  NEWS / EVENTS TEMPLATES
--------------------------------*/

div.pagination {
	font-weight:700;
	text-align:center;
}

/*------------------------------
  TINY MCE STYLES 
--------------------------------*/

#int-page .table-valign-top {
	vertical-align:top;
	line-height:24px;
}
#int-page .table-valign-middle {
	vertical-align:middle;
	line-height:24px;
}
#int-page .table-valign-bottom {
	vertical-align:bottom;
	line-height:24px;
}
#int-page table.bordered-table {
  border-spacing:0px;
  border-collapse:collapse;
}
#int-page .bordered-table td{
  border:1px solid #ccc;
  padding:5px;	
  line-height:24px;
}

/*------------------------------
  PAGE CONTENT HEADERS  
--------------------------------*/

#int-page h2 {
	margin-top:15px;
	text-transform: uppercase;
}
#int-page h3 {
	margin-top:20px;
}
#int-page h4 {
	margin-top:15px;
	font-size:16px;
}
#int-page h5 {
	margin:0 !important;
}
#int-page hr {
	display:block;
	margin: 20px 0;
	background-color:#ccc;
}
#int-page .alert-red {
  color:#A42605 !important;
}

/*------------------------------
  E-services specific styles  
--------------------------------*/

#int-page .eservices-table {
background-color:#f5ecd9;	
}
#int-page .eservices-table td {
border-bottom:1px solid #f0dab6;
padding-left:10px;
padding-right:10px;	
}
#int-page .eservices-header {
background-color:#f0dab6;	
text-align:center;
text-transform:uppercase !important;
padding-top:8px;
padding-bottom:7px;
}
#int-page .eservices-header  h4 {
margin:0 !important;
}
#int-page td.e-borderit {
border-right:1px dotted #e0b67c;	
}
#int-page .eservices-table td a{
font-size:11px; 
color:#814006;	
display:inline-block;
margin-top:11px;
margin-bottom:12px;
text-decoration:none;
}
#int-page .eservices-table td a:hover {
text-decoration:none;	
}
#int-page a span.blueit {
	font-weight:bold;
	color:#4d6a87;
}

/*------------------------------
  SITEMAP 
--------------------------------*/

#sitemap, #sitemap ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sitemap li {
	margin:5px 0;
	font-weight:bold;
}
#sitemap li ul {
	margin-top:5px;
}
#sitemap li ul li {
	font-weight:normal !important;
	margin:0 0 5px 35px;
}
#sitemap .page-parent-expand {
	font-size: 1em /*14px*/;
	font-weight: 700;
	color:#c26916;
	text-decoration: none;
	margin-right: 5px;
	cursor: pointer;
}
/*------------------------------
  UTILITY 
--------------------------------*/
.gold-button a {
	/*background-image:url(images/button-highlight.png);
	background-repeat:repeat-x;*/
	background-color:#e29f27;	
	display:inline-block;
	padding: 7px 10px;
	border:1px solid #e29f27;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.gold-button a, .gold-button a:hover, .gold-button a:active {
	color:#fff;
	text-decoration:none;	
}
.gold-button a:hover, .gold-button a:active {
	background-color:#f2a929;	
}
.blue-button a {
	/*background-image:url(images/button-highlight.png);
	background-repeat:repeat-x;*/
	background-color:#4b6784;	
	display:inline-block;
	padding: 7px 10px;
	border:1px solid #4b6784;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.blue-button a, .blue-button a:hover, .blue-button a:active {
	color:#fff;
	text-decoration:none;
	
}
.blue-button a:hover, .blue-button a:active {
	background-color:#547394;	
}
.red-button a {
	/*background-image:url(images/button-highlight.png);
	background-repeat:repeat-x;*/
	background-color:#a42605;	
	display:inline-block;
	padding: 7px 10px;
	border:1px solid #a42605;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.red-button a, .red-button a:hover, .red-button a:active {
	color:#fff;
	text-decoration:none;
}
.red-button a:hover, .red-button a:active {
	background-color:#b22805;
}
/* Bids/RFPs and Jobs links */

.content-right-links {
	border: 1px solid #e1b76f;
	background-color:#f0dab6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding:0 10px 10px 10px;
	float: right;
	behavior: url(../scripts/PIE-1.0.0/PIE.htc);
}
.content-right-links p {
	font-family: 'Lato', Arial, sans-serif;
	font-weight:400;
	text-transform:uppercase;	
	font-size: 16px !important;
	line-height: 16px !important;
	margin: 10px 0 0 0;
	padding: 0;
}
.content-right-links a {
	color:#4d6a87;
	text-decoration: none;
}
.content-right-links a:hover {
	text-decoration: underline;
}
.page-columns .content-right-links {
	margin-right: 25px;
}
