/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins.css";

/* Vertical Menu
-------------------------------------------------------------- */
#nav {
	margin-left: 15px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline;
}
#content {
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}



#bbshop {
	background-image: url(../images/BB_Shop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 67px;
	width: 354px;
}
.cinfo {
	font-size: medium;
	font-weight: bold;
	margin-left: 200px;
}

#services {
	margin-left: 300px;
	list-style-type: square;
}
.cb {
	clear: both;
}

#bbsearch {
	background-image: url(../images/BB_Search.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 73px;
	width: 354px;
}
#bbsearch:hover {
	background-image: url(../images/BB_Search.jpg);
	background-position: bottom;
}
#bbutton {
	display: inline;
	float: right;
	margin-top: 35px;
	margin-right: 75px;
}
#bbshop:hover {
	background-position: bottom;
}


#nav ul {
	width: 150px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	background-color: #E20000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#footer {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/footer_back.jpg);
	height: 70px;
	width: 740px;
	margin: auto;
	text-align: right;
	vertical-align: middle;
	padding-top: 15px;
}
#footer a {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}


#nav li a {
	display: block;
	background-color: #E20000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#nav li a:hover {
	background-image: url(../images/nav_back.jpg);
} 


/* Site
-------------------------------------------------------------- */
  
  
.background {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/NWSS_BG_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	margin: auto;
	width: 740px;
}
#header {
	background-image: url(../images/NWSS_Header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 200px;
	width: 780px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E20000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
	width: 500px;
	line-height: 20px;
	margin-bottom: 15px;
	text-indent: 10px;
}
.floatright {
	display: inline;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E20000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
	width: 500px;
	line-height: 20px;
	margin-bottom: 15px;
	text-indent: 10px;
	margin-left: 165px;
}

