body{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

.header{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.ContactHeader{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.titlelink:link{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.titlelink:visited{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.titlelink:hover{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: orange;
}
.titlelink:active{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.specSheet:link{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
.specSheet:visited{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
.specSheet:hover{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: red;
}
.specSheet:active{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

.error {
	color:#FF0000;
	font-weight:bold;
}

.commercial:link{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}
.commercial:visited{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}
.commercial:hover{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: orange;
}
.commercial:active{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

/*//////////////////////////////////////////////////////////////////*/

/* 'backdrop' for the sublinks */
#bannerNav ul{
	position:absolute;
	display:inline;
	width:420px;
	top:10px;
	margin-left:0px;
	padding-left:0px;
	left:0px;
	height:50px;
	/*background-color:blue;*/
}

/* main links/categories */
#bannerNav li{
	position:relative;
	display: inline;
	margin-right: 6px;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	float:left;
	/*background-color:green;*/
}

/* sublinks */
#bannerNav ul li{
	position:relative;
	display:inline;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
	color: #000000;
	float:left;
	top:13px;
	/*background-color:pink;*/
}

#bannerNav li:hover ul,
#bannerNav li.over ul,
#bannerNav li:hover ul ul,
#bannerNav li.over ul ul,
#bannerNav ul,
#bannerNav ul ul{
	display:none;
}

#bannerNav li:hover ul,
#bannerNav li.over ul,
#bannerNav ul li:hover ul,
#bannerNav ul li.over ul,
#bannerNav ul ul li:hover ul,
#bannerNav ul ul li.over ul,
#bannerNav ul ul ul li:hover ul{
	display:block;
}

#bannerNav a:link, #bannerNav a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

#bannerNav a:hover{
	text-decoration: none;
	color: #000000;
}

#bannerNav a:active{
	text-decoration: none;
	color: #000000;
}

/*//////////////////////////////////////////////////////////////////*/

.vertRule{
	padding-left: 6px;
	border-left: 1px solid #000000;
}

#current_link{
	color:#000000;
}

.current_link{
	color:#000000;
}

/*		Blog		*/
#Blog{
	padding-right:5px;
}

#Blog h1{
	font-size:16px;
	color:#FFFFFF;
	margin-bottom:0px;
}

#Blog a:link, #Blog a:visited, #Blog a:active{
	color:#FFFFFF;
	text-decoration:none;
}

#Blog a:hover{
	color:#000000;
}

#Blog ul{
	list-style-type:square;
	margin:0px;
	padding:0px 0px 0px 20px;
}

#Blog li{
	padding:3px 0px 3px 0px;
}

#Blog #ViewAll{
	padding-right:10px;
	text-align:right;
}