@charset "UTF-8";
/* <SITENAME> CONTENT CSS */

a {
	color: #0166B6;
}

a:hover {
	color: #333;
}

.breadcrumb {
	font-size: 0.9em !important;
	margin: 0 0 10px 0 !important;
} 

.contact a {
	background: url(/assets/images/contact.png) top left;
	display: block;
	height: 60px;
	width: 202px;
}

.contact a:hover {
	background-position: top right;
}

#content h2, #content h3, #content h4, #content h5, #content h6, #content p {
	margin-top: 15px;
}

#content {
	font-size: 1.2em;
	font-family: Tahoma ,Helvetica, Arial, sans-serif; /* CUSTOMER REQUESTS FONT CHANGE IN CONTENT TO TAHOMA */
}

#content h1 {
	color: #000074;
	font-size: 1.9em;
	font-weight: normal;
}

#content h2 {
	font-size: 1.7em;
	font-weight: normal;
}

#content h3 {
	font-size: 1.4em;
}

#content .relatedProdsInner h3
{
	font-size: 1.2em;
}

#content h4 {
	font-size: 1.2em;
}

#content h5 {
	font-size: 1.1em;
}

#content h6 {
	font-size: 1em;
}

#content p {
	line-height: 1.4em;
}
#content ul
{
	margin-left: 20px;
}
#content li
{
	list-style-type:disc;
}

#content a {font-weight:bold;} /* CUSTOMER REQUEST THAT LINKS ARE BOLD */
#content .breadcrumb a {font-weight:normal;}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	color: #666;
}

.links {
	float: left;
	font-size: 1.2em;
	width: 620px;
}

.replace span {
	display: none;
}

.searchInput {
	background: transparent;
	border: none;
	color: #555;
	height: 16px;
	width: 135px;
}

.SearchLabel
{
	display:none;
}

#colRight #sidePanel ul {
	padding-top: 10px;
}

#colRight #sidePanel ul li {
	background: url(/assets/images/bullet.png) top left no-repeat;
	color: #fff;
	font-size: 1.2em;
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 25px;
}

.prodHeader1, .prodHeader2, .prodHeader3, .prodHeader4, .prodHeader5, .prodHeader6, .prodHeader7, .prodHeader8 {
	height: 34px;
	margin: 5px  0 15px 0 !important;
	width: 708px;
}

.prodHeader1 { background: url(/assets/images/prodHeader1.png); }
.prodHeader2 { background: url(/assets/images/prodHeader2.png); }
.prodHeader3 { background: url(/assets/images/prodHeader3.png); }
.prodHeader4 { background: url(/assets/images/prodHeader4.png); }
.prodHeader5 { background: url(/assets/images/prodHeader5.png); }
.prodHeader6 { background: url(/assets/images/prodHeader6.png); }
.prodHeader7 { background: url(/assets/images/prodHeader7.png); }
.prodHeader8 { background: url(/assets/images/prodHeader8.png); }

/*#staffPoll a {
	background: url(/assets/images/staffPoll.png);
	display: block;
	height: 50px;
	width: 192px;
}*/

.strap {
	background: url(/assets/images/strap.png);
	float: left;
	height: 52px;
	width: 506px;
}

#whyUsePAR {
	background: url(/assets/images/whyUsePAR.png);
	height: 31px;
	width: 164px;
}

.zws {
	float: right;
	font-size: 1.1em;
	margin-top: 1px;
	text-align: right;
	width: 300px;
}

/* ********************* CMS BAR ***************************/
div#CMSBar
{
	background: #c0dbff url(/RadControls/Panelbar/Skins/Office2007/Img/RootItemBkg.gif) repeat-x;
	color: #204d89;
	font-weight: bold;
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
	position: static;
	line-height: 31px;
	height: 31px;
	width: 100%;
}
div#CMSBar span
{
	float: left;
	margin-left: 10px;
}

div#CMSBar a, div#CMSBar a:visited, div#CMSBar a:link
{
	float: right;
	color: #204d89;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	margin-right: 10px;
}

div#CMSBar a:hover
{
	color: #10110f;
	font-weight: normal;
	text-decoration: underline;
}


/************** Search Results *********************/
.SearchPageLoc
{
	float:right;
}
.SearchPageTitle
{
	font-weight:bold;
}


/******************* Contact Form ***********************/
#ContactForm
{
	width:600px;
}
.requiredmarker
{
	color:#FF0000;
	font-weight:bold;
}

/****************** Miscellaneous ***********************/
.ContentRegionButton
{
	float:right;
}

.TableLayout
{
	width: 100%;
	border: solid 1px #000074;
}
.TableLayout th
{
	padding:6px;
	padding-left: 4px;
	border: solid 1px #000074;
}
.TableLayout td
{
	padding-left:4px;
	padding-right:4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 1px #000074;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.clear
{
	clear:both;
}
	
/********************** Site Map ********************/
#content ul.sitemap
{
	margin-left: 0px;
}

#content ul.sitemap li
{
	list-style-type:none;
}
.SiteMapTier1
{
	font-weight: bold;
	line-height: 200%;
}

li.SiteMapTier2
{
	margin-left: 30px;
	line-height:170%;
}

/******************* Related Products ************************/
.relatedProds {
	padding-top: 10px;
}

.relatedProdsInner {
	border-top: 1px solid #7FB0C8;
	border-bottom: 1px solid #7FB0C8;
	padding: 10px 0;
}

.relatedProdsCol1 {
	border-right: 1px solid #ccc;
	float: left;
	padding-right: 11px;
}

.relatedProdsCol2, .relatedProdsCol3 {
	border-right: 1px solid #ccc;
	float: left;
	padding-right: 11px;
	padding-left: 11px;
}

.relatedProdsCol4 {
	float: left;
	padding-left: 10px;
}

.relatedProds h2 {
	color: #004E85;
}

.relatedProds img {
	border: 1px solid #7FB0C8;
}

.relatedProds h3 {
	margin-top: 3px;
	font-size: 1.2em;
}

.relatedProds h3 a {
	text-decoration: none;
}
