/*content area*/
h1{
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-transform: none;
	color: #0a163f;
	text-decoration: none;
	margin-top: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 3px;
	line-height: 20px;
}
.mainCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
}
.mainCopy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	}
.mainCopy a:hover {
	color: #383A60;
	text-decoration: none;
	}
.tableLine {
	border: 1px solid #727DB1;
}
.bigBlueItlic {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #383A60;
	text-decoration: none;
	line-height: 17px;
}
ul{
    list-style:none;
    margin:9px 0 1em 0px;
    padding: 0;
}
ul li{
	line-height:1.2em;
	margin: .25em 0;
	padding: 3px 0px 3px 10px;
	background-image: url(images/bullets.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-style: italic;
	font-size: 12px;
}

/*footer*/
#footer,#footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #F1FFFF;
	display: block;
	padding-left: 12px;
	padding-right: 2px;
	clear:both;
}
#footer a,#footer2 a{
	color: #F1FFFF;
	text-decoration:underline;
}
#footer a:hover, #footer2 a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

/*left nav*/
#leftBar {
	float: left;
	width: 173px;
	background-repeat: no-repeat;
}
.menub {
}

/*link style in general, not hovered */
.menub a.vmenu:link, .menub a.vmenu:visited{
	display:block;
	color:#0e1f5a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	line-height: 15px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	height: 19px;
	background-image: url(images/stamped-parts_16.jpg);
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-top: 3px;
}
.menub a.vmenu2:link, .menub a.vmenu2:visited{
	display:block;
	color:#0a163f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	line-height: 15px;
	font-weight: bold;
	padding-top: 1px;
	background-image: url(images/back-subMenu.jpg);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 18px;
	padding-bottom: 1px;
}

/*link style when the link is visited (clicked, and chache exist in the system)*/
.menub a.vmenu:visited{
	display:block;
	color:#0e1f5a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	line-height: 15px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	height: 19px;
	background-image: url(images/stamped-parts_16.jpg);
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-top: 3px;
}
.menub a.vmenu2:visited{
	display:block;
	color:#0a163f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	line-height: 15px;
	font-weight: bold;
	padding-top: 1px;
	background-image: url(images/back-subMenu.jpg);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 18px;
	padding-bottom: 1px;
}


.menub a.vmenu3:visited{
	display:block;
	color:#0a163f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	line-height: 15px;
	font-weight: bold;
	padding-top: 1px;
	background-image: url(images/back-subMenu.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 18px;
	padding-bottom: 1px;
}

.menub a.vmenu3:link, .menub a.vmenu3:visited{
	display:block;
	color:#0a163f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	line-height: 15px;
	font-weight: bold;
	padding-top: 1px;
	background-image: url(images/back-subMenu.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 18px;
	padding-bottom: 1px;
}

/*Change the line style when mouse hover over the link*/
.menub a.vmenu:hover {
	color: #FFFFFF;
	background-image:none;
	background-color: #6D7392;
}
.menub a.vmenu2:hover, .menub a.vmenu3:hover {
	color:#FFFFFF;
	background-color: #6D7392;
	background-image: none;
}

/*Change the line style if the link is active (only to fix funny bug about unwanted style change when the link is clicked)*/
/*.menub a.vmenu:active{
	display:block;
	color:#0e1f5a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	line-height: 15px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	height: 19px;
	background-image: url(images/stamped-parts_16.jpg);
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-top: 3px;
}
.menub a.vmenu2:active{
	display:block;
	color:#0a163f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	line-height: 15px;
	font-weight: bold;
	padding-top: 1px;
	background-image: url(images/back-subMenu.jpg);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 18px;
	padding-bottom: 1px;
}*/
/*end v.menu code*/
.keywordSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #6B7494;
}
.blue {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #343A67;
	line-height: 19px;
	font-weight: bold;
}
#yellow {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #926226;
	line-height: 19px;
	font-weight: bold;
	padding-bottom: 2px;
	display: block;
}

.yellow {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #926226;
	line-height: 19px;
	font-weight: bold;
	padding-bottom: 2px;
	display: block;
}
#yellow a{
	color: #926226;
	font-size: 18px;
	line-height: 19px;
	text-decoration:underline;
	font-style: normal;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
#yellow a:hover{
	color: #926226;
	text-decoration:none;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D448A;
}

h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #336699;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

h3{
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	margin-left:40px;
	margin-top:18px;
	font-size:14px;
	text-transform:uppercase;

}

.dwHomeUL{
	list-style-image:none;
	margin-left:5px;
}

.dwHomeUL li{
	background-image:none;
	list-style-image:none;
}

.dwHomeUL li a {
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
}

.phoneNumber{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fead00;
	float:Right;
}

#sideBarHome{
	width:210px;
	padding:10px;
}

#sideBarHome ul {
	margin-top:0;
	font-size:12px;
	border:1px solid #e2e5ff;
}

#sideBarHome ul li{
	background:url(images/bullets.png) no-repeat 5px 5px;
	padding-left:15px;
}

#sideBarHome #blogHeader{
	background:url(images/blogHeader.jpg) no-repeat;
	height:19px;
	text-transform:uppercase;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	color:#fff;
	padding-left:50px;
	padding-top:3px;
}

#sideBarHome ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#socialIcons{

	float:right;
}

#socialIcons div{
	float:left;
}

#followText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	margin-top:33px;
}

#facebook{
	margin-top:28px;
	margin-left:10px;
}

#madeInUSA{
	margin-left:20px;
}

#topNav{
	float:left;
	padding-top:2px;
}

#topNav a, #topNav a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	
	margin:2px 10px 0px 10px;
}


