/* -------------------------------------------------------------- 
  
   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/grid.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); } */

#header
{
	height: 45px;
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #0000CC;
	position: relative;
	border: 1px none #0000CC;
	border-bottom: 1px solid #0000CC;
}

#header h1
{
        display: none;
}

#mainnav
{
	background-color: #0000CC;
	color: #CCCCFF;
	padding: 2px 0;
	margin-bottom: 22px;
}

#mainnav ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #CCCCFF;
}

#mainnav li
{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #CCCCFF;
}

#mainnav li a
{
	text-decoration: none;
	color: #CCCCFF;
}

#mainnav li a:hover
{
	text-decoration: none;
	color: #0000CC;
	background-color: #CCCCFF;
}

.container
{
	border: 1px solid #0000CC;
}

.colborder 
{
  border-right: 1px solid #0000CC;
}

#footer
{
	color: #CCCCFF;
        background-color: #0000CC;
	text-align: right;
	margin-top: 20px;
}

#footer p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.floatright
{
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	margin-bottom: -5px;
	padding-bottom: 0px;
}

#menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 165%;
}

