/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import '/lib/reset.css';
@import '/lib/typography.css';
@import '/lib/grid2.css';
@import '/lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */

body {
	background:transparent url(/images/gradient.gif) repeat-x top left;
}

.navbar ul li {
	display:inline;
	padding-right:10px;
	padding-left:5px;
}
.navbar ul {
	margin:5px 0;
	padding:0;
}

.home-block {

}
.home-block h3 {
	/*background-color:#001c30;*/
	background-color:#004f76;
	color:#fff;
	font-size:130%;
	padding:4px 3px 4px 5px;
	margin:0 0 3px 0;
}
.home-block h3 a {
	color:#fff;
	display:block;
	text-decoration:none;
}

.content-block ul.crumbtrail {
	margin:3px 0;
	padding:0;
}
.content-block ul.crumbtrail li{
	display:inline;
	margin:0;
	padding:0;
}

h6 {
	color:#fff;
	font-weight:bold;
	font-size:100%;
}
h5 {
	color:#fff;
	font-weight:bold;
	font-size:120%;
}