/*
Title:		styles for screen media - common navigation items
Author: 	mthristan@laingorourke.com
Updated: 	22 July 2006 (26 May 2006)
*/

/*=header*/
/*sets background dark blue, sets dimensions of navigation bar*/
#navigation {
	background-color: #325097;
	border:0px solid red;
	text-align:center;
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana Medium, Geneva, Lucida, Arial, Helvatica, sans-serif;
	font-size:1.1em;
	font-weight: bold;			/*commented on request of Emily   */
	}

#navigation a{
	color:#ffffff;
	margin:0px;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #03ADED;
	text-decoration: none;
	}

#navigation a.last{
	color:#ffffff;
	margin:0px;
	border-right:0px solid #03ADED;
	text-decoration: none;
	}

#navigation a:hover{
	color:#acdcf4;
	margin:0px;
	text-decoration: underline;
	}
#navigation a.active{
color:#acdcf4; text-decoration: underline;
}
/* =boilerplate */
#boilerplate {
/*	background-color:#acdcf4;*/
background: #acdcf4 url(../images/boilerBG2.jpg) repeat-x bottom left;
/*background: #acdcf4 url(../image/box-tile.gif) repeat-y top left;*/
margin-top:0px;
	height: 1.7em;
	padding-left:85px;		/*added on request of Emily   */
	border:0px solid blue

}
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #boilerplate {
  margin-top: -5px;
  }

/* End hide from IE5/mac */

#boilerplate div {
/*	background: #acdcf4 url(../image/box-tile.gif) repeat-y top left;*/
/*	background-color:#acdcf4;*/
	color: #ffffff;
/*	clear: both;*/
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvatica, sans-serif;
	font-size: 0.6em;
	height: 1.7em;
	margin-top:0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-left:30px;
/*	width: 100%;*/
}
/*sets the menu items over to the left in line with the copyright*/
#boilerplate .buttons {
/*	background-color:#acdcf4;*/
	color: #ffffff;
	float: left;
	/*margin-top:-3px;*/
	font-weight: bold;
	padding: 3px 7px 0px 7px;
/*	text-align: left;
	width: 49%*/
}
/*sets the copyright over to the right in line with the menu items*/
#boilerplate .copyright {
/*	background-color:#acdcf4;*/
/* this is supposed to drop a curved bottom on the - may not work on a span, tried display block didn't work...*/
	background: url (../image/box-bottom.gif) no-repeat bottom left;
	color: #ffffff;
	float: right;
	font-weight: bold;
	padding: 3px 7px 0px 7px;
	padding-right:85px;		/*added on request of Mark   */
/*	text-align: right;
	width: 49%*/
}
/*sets menu link presentation*/
#boilerplate a:link {
	color: #ffffff;
	text-decoration: none;	
}
/*sets rollover states*/
#boilerplate a:hover, a:active {
	color: #325097;
	text-decoration: underline;
}
/* =clear floating*/
#clear {
	clear: both;
	height:0px;
	line-height:0px;
	border:0px solid green
	}
.clear {
	clear: both;
	height:0px;
	line-height:0px;
	border:0px solid green
	}
