/* CSS Document */
@import url("layout.css");

/* Masthead */	
	
#header h1 {
	margin:0px;
	padding:0px;
	}

#header h2 {
	margin:0px;
	padding:0px;
	font-size:16px;
	font-family:"Frutiger LT 55 Roman", Arial, sans-serif;
	color:#000
	}

#logo {
	vertical-align:top;	
	}

/* Links */
a:link {
	color:#0065BD;
	text-decoration:none;
	padding: 0 15px 0 0;
	background: url(../../graphics/link.gif) no-repeat right center;
	}
a:visited {
	color:#0065BD;
	text-decoration:none;
	padding: 0 15px 0 0;
	background: url(../../graphics/visited.gif) no-repeat right center;
}
a:hover{
	text-decoration:underline;
	color:#FF6300;
	background: url(../../graphics/link-hover.gif) no-repeat right center;
}
a.download:link	{
	color:#0065BD;
	padding: 0 0 0 18px;
	text-decoration:none;
	background: url(../../graphics/download.gif) no-repeat left center;
}
a.download:hover{
	text-decoration:underline;
	color:#FF6300;
	background: url(../../graphics/download-hover.gif) no-repeat left center;
}

/* Site wide */

img {
	border:0;
	}


body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	} 

/* Use for troubleshooting divs
div {
	border: 1px dotted #000;
}*/

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 3px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0065BD;
	letter-spacing: 1pt;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

ul {
	margin:0;
	padding: 10px;
	list-style:none;
	line-height:150%;
}

li {
	background:transparent url(../../graphics/bulletsq.bmp) no-repeat left center;
	padding:0 0 0 20px;
}

/* bold orange */
.bo {
	font-weight: bold;
	color: #FF6300;
}
/* corporate blue */
.corporate {
	color:#0065BD;
	}

#narrow	{
	width:630px;
}

.section	{
	border-top:1px solid #FF6300;
	border-right:1px solid #FF6300;
	margin-top: 0px;
	padding: 10px 20px 20px 0px;
	line-height:150%;
}
.sectionh2 {
	color: #0065BD;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left: 2px solid #FF6300; 
}

.scope {
	padding-top:15px;
}

#feature	{
	width:940px;
}

.spacer	{
	clear:both;
/*	padding-top:10px; */
}

/* Footer */
#footer {
	border-bottom:solid 3px #0065BD;
}
#footer p {
	font-size:smaller;
	line-height:140%;
	font-family:Arial, Helvetica, sans-serif;
}
#bsilogo {
	float:left;
	margin: 0px 6px 0px 0;
}

