@charset "utf-8";
/* CSS Document */


/*------------------- LINKS PAGE ----------------- */
#cmsLinks h3 {	margin-top: 12px!important;	margin-bottom: 2px!important;}
#cmsLinks p {	margin-top: 10px!important;	margin-bottom: 10px!important;}
.cmsLinkCatInfo {	margin-top: 2px!important;	margin-bottom: 16px!important;	font-style: italic;}
#cmsLinks a{	text-decoration: none;	border-bottom: 1px solid #ECECEC;	margin-top: 4px!important;	margin-bottom: 4px!important;}
#cmsLinks a:hover{	border-bottom-color: #F90;}

/*------------------- PRODUCT LIST PAGE ----------------- */
#productList {
	padding-left: 0px;
}

#productList a {
	display: block!important;
	padding: 8px!important;
	text-align: center;
	height: 160px;
	width: 120px;
	float: left;
	text-decoration: none;
	border: 1px solid #E0EEF5;
	color: #1B184F;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#productList a img{
	border: hidden!important;
	margin-bottom: 5px;
}
#productList a:hover {
	color: #333;
	border-color: #D80081;
}
#product-photos {
	clear: right;
	float: right;
	width: 250px;
	padding: 2px!important;
	text-align: center!important;
	position: relative;
	margin: 12px 32px 28px;
}
#product-photos img, #product-photos a{
	margin: 0px!important;
	clear: none!important;
	float: none!important;
	position: static;
	display: inline;
}
#catList {
	list-style: none;
	font-size: 16px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
}
#catList strong {
	margin-top: 12px;
	display: block;
	font-weight: normal;
}
#catList a {
	text-decoration: none;
	display: block;
	padding: 4px;
	color: #333;
	font-size: 12px;
	margin-top: 1px;
}
#catList a:hover {
	background: #333;
	color: #fff;
}
#catList .currentCat{
	background: url(/img/currentCat.gif) no-repeat left center;
}

/*------------------- IN-TEXT IMAGES PAGE ----------------- */
.articleImgLt {
	margin: 5px 40px 25px!important;
	float: left!important;
	clear:left!important;
	display: block;
	padding: 1px;
	border: 2px solid #DAE9E6!important;
	text-align: center;
	text-decoration: none;
}
.articleImgLt:hover {
	border: 2px solid #BE3320!important;
}
.articleImgRt {
	float: right!important;
	clear:right!important;
	display:block;
	padding: 1px;
	border: 2px solid #B2C8E9!important;
	text-align: center;
	margin: 0px 40px 25px;
	text-decoration: none;
}
.articleImgRt:hover {
	border: 2px solid #C52E25!important;
}
.articleImgRt p, .articleImgLt p{
	margin: 5px!important;
	text-align: center!important;
	text-decoration: none!important;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #69C!important;
}
p .articleImgLt, h2 .articleImgLt, h3 .articleImgLt, h4 .articleImgLt {
	margin-left: 0px!important;
}
p .articleImgRt, h2 .articleImgRt, h3 .articleImgRt, h4 .articleImgRt {
	margin-right: 0px!important;
}

/*----------------------- NEWS ARTICLES LIST PAGE --------------------*/
.articleList {
	margin: 5px 0px 0px;
	padding: 0px;
	list-style: none;
}
.articleList a {
	display: block;
	margin-right: 30px;
	margin-left: 30px;
	padding: 5px 5px 5px 2px;
	text-decoration: none;
	border-top: 1px dotted #E1E1E1;
	min-height: 60px;
	font: 14px Arial, Helvetica, sans-serif;
}
.articleList a img {
	clear: right;
	float: left;
	margin: -4px 10px -4px 0px!important;
}

.articleList a big {
	margin: 10px 0px 2px!important;
	font-size: 14px!important;
	font-weight: bold!important;
	color: #00587E;
}
.articleList span {
	clear: right!important;
	float: right!important;
	font-size: 12px!important;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0px 10px 25px!important;
	color: #666666;
	width: auto!important;
	text-align: right;
}
.articleList em {
	display: block;
	float: left;
	clear: left;
	width: 50px;
	height: 50px;
	border: 2px solid #CC2914;
	margin-right: 12px;
}
.articleList a strong {
	margin: 2px 0px!important;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.articleList a:hover, .articleList a:hover p {
	background: #DCEBFC!important;
}

.eventList {
	margin: 5px 0px 0px;
	padding: 0px;
	list-style: none;
}
.eventList a {
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	padding: 4px 4px 4px 2px;
	text-decoration: none;
	border-top: 1px dotted #E1E1E1;
	min-height: 60px;
	font: 14px Arial, Helvetica, sans-serif;
}
.eventList a img {
	clear: right;
	float: left;
	margin: -4px 10px -4px 0px!important;
}

.eventList a strong {
	margin: 8px 0px 0px!important;
	font-size: 14px!important;
	font-weight: bold!important;
	color: #004E6B;
}
.eventList a p {
	margin: 2px 0px!important;
}
.eventList a span {
	display: block;
	font-size: 10px;
	margin: 2px 0px!important;
}

.eventList a:hover, .eventList a:hover p {
	background: #DCEBFC!important;
}
.calIcon {
	width: 48px;
	height: 56px;
	color: #fff;
	text-align: center;
	float: left!important;
	margin-top: 2px;
	margin-left: 4px;
	margin-right: 8px;
	background: url(/img/calIconRed.png) no-repeat;
	padding: 11px 3px 1px 1px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	clear: left;
}
.calIcon em {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-style: normal;
}

/*------------------ PAGINATION LINKS (PREV, NEXT, ETC) ---------------*/

#tpPgNav {
	display: inline;
	float: right;
	clear: right;
	text-transform: uppercase;
	padding: 0px!important;
	margin-top: 2px;
	font: 10px helvetica, Arial, Verdana, sans-serif;
}
#tpPgNav a{
	color: #00425B;
	text-decoration: none!important;
	border-bottom: 1px solid #B1C6F3;
}
#tpPgNav a:hover{
	text-decoration:none!important;
	color: #004E6B;
	border-bottom-color: #A60000;
}
#btPgNav a {
	display: inline!important;
	margin: 0px!important;
	padding: 2px!important;
	float:none!important;
	background: url(none);
	border-style: none;
	color: #00425B;
	text-decoration: none!important;
	border-bottom: 1px solid #B1C6F3;
}
#btPgNav {
	clear: both!important;
	text-align: center!important;
	padding: 20px!important;
	font: 12px Arial, Helvetica, sans-serif;
}
#btPgNav a:hover{
	text-decoration:none!important;
	color: #004E6B;
	border-bottom-color: #A60000;
}
.currentPg{
	border-top: 4px solid #CC2915!important;
	border-bottom: 4px solid #CC2915!important;
}



#movieGallery a {
	background-color: #4A4A4A;
	background-image: url(/img/movieBck.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 144px;
	width: 182px;
	text-decoration: none;
	margin-bottom: 22px;
	margin-left: 24px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
	padding: 8px 11px 10px 8px;
}
#movieGallery a div {
	width: 150px;
	height: 100px;
	overflow: hidden;
	margin: 12px auto 0px;
}

#movieGallery a p {
	margin: 4px 14px 0px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	text-transform: uppercase;
	height: 20px;
	background: transparent;
	line-height: 11px;
}
#movieGallery a:hover {
	background-position: right center;
}
#product-photos {
	margin-right: 20px;
	clear: right;
}

.genericLst, .displayArticle ul {
	list-style: square;
	margin-left: 12px;
	padding-left: 28px;
	margin-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.genericLst li, .displayArticle ul li{
	padding-left: 6px;
	margin: 6px 0px;
	text-align: justify;
}
.zipSml {background-image: url(/img/icons/sml/zip.gif);}
.docSml {background-image: url(/img/icons/sml/doc.gif);}
.xlsSml {background-image: url(/img/icons/sml/xls.gif);}
.pdfSml {background-image: url(/img/icons/sml/pdf.gif);}

.zip {background-image: url(/img/icons/lrg/zip.gif);}
.doc {background-image: url(/img/icons/lrg/doc.gif);}
.xls {background-image: url(/img/icons/lrg/xls.gif);}
.pdf {background-image: url(/img/icons/lrg/pdf.gif);}
