/* Minification failed. Returning unminified contents.
(39,80): run-time error CSS1038: Expected hex color, found '#3333'
 */
/* Uncomment as needed */
/**********************
@charset "utf-8";
*************************/
/* CSS3 Document */


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
  }
*/

/* Media settings */


@media print {
    /* MG 031814 */
    /* Overrides setting in bootstrap.css */
    /* Do not print URLs after links */
    a[href]:after {
        content: none;
      }
    #LAO-site-container {
        border: none !important;
    }
}


/* Generic Classes */
body {
	background:#333;
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, circle farthest-side, #666 0%, #333 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, circle farthest-side, #666 0%, #3333 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center, circle farthest-side, #666 0%, #333 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #666), color-stop(1, #333));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, circle farthest-side, #666 0%, #333 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(circle farthest-side at center, #666 0%, #333 100%);
	background-attachment:fixed !important;	
	padding:0px;
	margin:0px;
	border:0px;
	 /*Revert back to default fonts for bootstrap -- MG -- 12/2/13*/
	/*font-family:georgia, arial, helvetica, tahoma;*/
    /*bootstrap for font color and line-height*/
	/*color:#000;
	line-height:1.4em;*/
 
}

/*
img {
	margin:10px;
	border:solid #666 1px;
}
*/
/*
h2 {
	color:#000;
}
*/
/*
h3 {
	color:#000;
}
*/
/*
h4 {
	font-family:arial, helvetica, tahoma;
	color:#000;
}
*/
/*
h5 {
	font-family:arial, helvetica, tahoma;
	color:#707070;
}*/


a:active, a:link {
    color: #03539a;
}
 
a:visited
{
    color: #407bae;
}
	
/* LAO-Featured -- Center Column -- 

#LAO-Featured h5 {
	color:#000;
}
#LAO-Featured small {
	line-height:1.25em;
}

/* Banner */
#banner {
	background:#045b9d; 
	background-image: url('/Content/images/LAO-Banner.png');
	background-repeat:no-repeat;
	height:150px; 
    /*height:160px;*/ 
	margin-bottom:1px;
	border-bottom:1px solid #666;

	margin:0 -10px 0 -10px;
}
#banner img {
	position:relative;
	padding-top:30px;
	padding-left:20px;
	border:none;
}



/* Navigation */
/* MG 5/26/15 */
.navbar{ 
	margin:0 -10px 0 -10px;
}

/*LAO Site Container*/

#LAO-site-container {
	background-color:#fff;	
	padding-bottom:20px;
	padding-right:10px;
	padding-left:10px;
	border-left:solid 4px #555;
	border-right:solid 4px #555;
} 
* {
	border-radius: 0 !important;
	box-shadow: none !important;
}
/*
#divReport {
  position: relative !important;
  background-color: #fff !important;
  top: 2px !important;
}
*/
/* Add space below main navbar */
.navbar{
    margin-bottom: 20px;
}

.pubLinks
{
	padding: 5px 0px 0px 0px;
}

/* Footer */
footer {
	/*background:#202020;*/
	padding:15px 0 10px 0;
	margin:0px 46px 0px 47px;
    bottom: 0px;
	color:#f0f0f0;
	/*border-top:4px solid #555;*/

    
}
footer a:link, footer a:visited {
	color:#fff;
	text-decoration:underline;
}
footer img {
	border:none;
}

/* Education */
#EdBudgetImg , #EdBasicsImg{
	border:none;
}


/*Blue Shaded Box converted to Yellow*/
*.Blue-Shaded-Box {
	background-color:#ffc !important ;
	padding:1px 10px 5px 10px;
}
