@charset "utf-8";
/* ---------- Custom Fonts ---------- */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CuprumFFURegular';
    src: url('fonts/cuprum-webfont.eot');
    src: url('fonts/cuprum-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cuprum-webfont.woff') format('woff'),
         url('fonts/cuprum-webfont.ttf') format('truetype'),
         url('fonts/cuprum-webfont.svg#CuprumFFURegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* ---------- Tag Styles ---------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #4a9c9c;
	color: #2f2f2f;
	font-family: 'CuprumFFURegular', Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #4a9c9c;
}
a:visited {
	text-decoration: none;
	color: #4a9c9c;
}
a:hover {
	text-decoration: underline;
	color: #276fc0;
}
a:active {
	text-decoration: none;
	color: #4a9c9c;
}
p {
	margin-bottom: 16px;
	font-size: 14px;
}

.intro{
	font-size:18px;
	margin-bottom:24px
}

img {  
	border-style: none;
}
h1 {
    font-family: 'BebasNeueRegular';
	font-weight: normal;
	color: #276fc0;
	font-size: 32px;
	padding-bottom: 13px;
}
h2 {
    font-family: 'BebasNeueRegular';
	font-weight: normal;
	color: #276fc0;
	font-size: 24px;
	padding-bottom: 13px;
}
h3 {
	color: #276fc0;
	font-size: 22px;
	font-family: 'BebasNeueRegular';
	font-weight: normal;
	padding-bottom: 13px;
}
h4 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 13px;
}
h5 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}
ul {
	padding: 0px;
	margin-top: 12px;
	margin-right: 5px;
	padding-bottom: 6px;
	margin-left: 25px;
	list-style-image: url(images/bullet.gif);
} 

ul ul {
	list-style: circle;
}

ol {
	padding: 0px;
	margin-top: 12px;
	margin-right: 5px;
	padding-bottom: 6px;
	margin-left: 25px;
} 

li {
	margin-bottom: 10px;
	font-size: 14px;
		list-style-image: url(images/bullet.gif);

} 
ul ul li {
	font-size: 12px;
}
/* ---------- ID Styles ---------- */
#whiteFill {
	background-color: #c7d6d6;
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	background-repeat: no-repeat;
	background-position: center bottom;
}
#pageWrapper {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	}
#navBar {
	float: right;
	margin-top: 0px;
	color:#ffffff;
	font-size:16px;
	clear:both;
}
#navBar a:link {
	color: #205656;
	text-decoration: none;
}
#navBar a:visited  {	color: #205656;
	text-decoration: none;}
#navBar a:active {	color: #205656;
	text-decoration: none;}
#navBar a:hover {	color: #ffffff;
	text-decoration: none;}

#headerPic {
	clear: both;
	padding-top:20px;
}
#content {
	background-color: #ffffff;
	border-bottom:5px solid #276fc0;
	border-top:5px solid #276fc0;
}
#leftContent {
	float: left;
	width: 560px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #ffffff;
	background-image:url(images/vertial-divide.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#rightContent {
	float: right;
	width: 317px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
}
#rightContent h3{
	padding-bottom: 0px;
}
#clearContent {
	clear: both;
}
#footer {
	clear: both;
	text-align: right;
	color: #FFF;
	font-size: 12px;
	width:1000px;
	margin: 50px auto 50px auto;
}

#footer p{
	margin-bottom:50px;
}

#outerFooter{
	width:100%;
	background-color:#4a9c9c;
	border-top:30px solid #C7D6D6;
	margin-top:20px;
}

/* ---------- Class Styles ---------- */
.tanText {
	color: #183a3a;
	float:right;
	clear:none;
	font-size:12px;
}

.contact{
	float:left;
	font-size:12px;
	clear:none;
}


/* ---------- Compounds Styles ---------- */
#healthcare .healthLink {	color: #F60;}
#education .eduLink {	color: #F60;}
#government .govLink {	color: #F60;}
#rifle .rifleLink {	color: #F60;}
#contact .contactLink {	color: #F60;}



.featuredProducts{
	background:url(images/pcs-featured-bg.gif) no-repeat;
	padding:10px 0px 0 0;
	margin-top:10px;
	margin-bottom:10px;
	height:83px;
}
	
	
.featuredImage{
	border:1px solid #a2a2a2;
	margin:0 10px 10px 10px;
}

.featuredProducts p,
.featuredProducts h4{
	margin-right:10px;
	padding-left:10px;
}


h4{
color:#3276c3;
text-transform:uppercase;
font-size:16px;
padding-bottom:3px;
}


.featuredProducts h4{
color:#3276c3;
text-transform:uppercase;
font-size:14px;
padding-bottom:3px;
}

.featuredProducts p{
	color:#2f2f2f;
	font-size:12px;
	line-height:12px;
}


.view-product{
	float:right;
	margin-top:3px;
}