
	
/* Error Checking */
div#MSGSuccess{
	border:1px solid #063;
	color:#060;
	background-color:#b1d490;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:20px;}
div#MSGError{
	margin-bottom: 15px;
	border:1px solid #900;
	border-radius: 5px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;}
div#MSGError h2{
	color:#900;
		
}

/*div#MSGError ul{
	color:#FFF;
}*/

div#MSGError ul li{
	color:#900;
}

.instruction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004273;
	font-style: normal}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0033;
	background:#E7E7E7;
	border:1px solid #cc0033;}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0033;}
.requiredApp {
	color: #FFF !important;
	  text-shadow: none;
	  background-color: #990000;
	  border-radius: 5px;
}
/* FORMS */
label.requiredApp{
	background-color:#900;
	border-radius: 5px;
	color:#FFF !important;}
input.submitbutton {
	background-color:#948986;
	border:1px solid #61504d;
	color:#FFF;}
/* Error Checking End */

/* Sub Pages */
div#Sub_Page_Listing {
	border-bottom:1px solid #3d3d3d;}													/* Footer sub-page border Color */
div#Sub_Page_Listing_Full {
	border-bottom:1px solid #3d3d3d;}													/* Footer sub-page border Color */
#Sub_Page_Listing h4{
	color:#3d3d3d;																		/* Footer sub-page link Color */
	font-weight:bold;}
div#Sub_Page_Listing_Title a{
	font-size:14px;
	color:#3d3d3d;																		/* Footer sub-page link Color */
	font-weight:bold;}
div#Sub_Page_Listing_Full .Sub_Page_Listing_More {
	font-size:11px;}
/* Sub Pages End */


/* FORM Styles */

.FatForm-frm p{
	border-top:1px solid #900;
	border-bottom:1px solid #900;
	padding: 10px 15px;
}

.FatForm-frm {
    margin-left:auto;
    margin-right:auto;
    margin-top: 15px;
    background: #FFF;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.FatForm-frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.FatForm-frm h1>span {
    display: block;
    font-size: 11px;
}

.FatForm-frm label {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;
    margin-top: 3px;
	margin-right:10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.FatForm-frm input[type="text"], .FatForm-frm input[type="email"], .FatForm-frm textarea, .FatForm-frm select, .FatForm-frm input[type="password"]{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.FatForm-frm input[name="MathAnswer"], .minifield{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.Mathprob, .FatForm-frm input[name="MathAnswer"]{
	display: inline-block;
	 padding: 5px 10px 5px 5px;
}

.FatForm-frm select {
	background: #FFF url('/media/layout/down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}

.FatForm-frm select::-ms-expand {
    display: none;
}

.FatForm-frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}

.minifield{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.FatForm-frm ul.Horiz{
	display: block;
}

.FatForm-frm ul.Horiz li{
	display:inline-block;
}

.FatForm-frm ul.Vert{
	padding-left:120px;
}

.FatForm-frm ul.Vert li{
	list-style:none;
	display: block;
}


.FatForm-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.FatForm-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}
/* FORM Styles */

/* Social Icons */
#FASocialIcons {}

#FASocialIcons UL{
	list-style:none;
	padding:0 10px;
	margin:20px 0;}

#FASocialIcons UL LI{
	display:inline-block;
	padding:10px;}
	
#FASocialIcons UL LI A {
	height:25px;
	width:25px;
	padding:0;
	margin:0;
	display:block;}
	
	

#FASocialIcons .facebook-color {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:0px 0px;}

#FASocialIcons .twitter-color {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-60px 0px;}

#FASocialIcons .linkedin-color {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-90px 0px;}

#FASocialIcons .google-color {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-120px 0px;
	}

#FASocialIcons .pinterest-color {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-150px 0px;}

#FASocialIcons .youtube-color {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-180px 0px;}

#FASocialIcons .blog-color {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-210px 0px;}

#FASocialIcons .instagram-color {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-240px 0px;}
	



#FASocialIcons .facebook-white {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:0px -30px;}

#FASocialIcons .twitter-white {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-60px -30px;}

#FASocialIcons .linkedin-white {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-90px -30px;}

#FASocialIcons .google-white {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-120px -30px;
	}

#FASocialIcons .pinterest-white {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-150px -30px;}

#FASocialIcons .youtube-white {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-180px -30px;}

#FASocialIcons .blog-white {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-210px -30px;}

#FASocialIcons .instagram-white {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-240px -30px;}
	
	



#FASocialIcons .facebook-grey {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:0px -60px;}

#FASocialIcons .twitter-grey {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-60px -60px;}

#FASocialIcons .linkedin-grey {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-90px -60px;}

#FASocialIcons .google-grey {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-120px -60px;
	}

#FASocialIcons .pinterest-grey {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-150px -60px;}

#FASocialIcons .youtube-grey {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-180px -60px;}

#FASocialIcons .blog-grey {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-210px -60px;}

#FASocialIcons .instagram-grey {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-240px -60px;}

	




#FASocialIcons .facebook-black {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:0px -90px;}

#FASocialIcons .twitter-black {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-60px -90px;}

#FASocialIcons .linkedin-black {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-90px -90px;}

#FASocialIcons .google-black {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-120px -90px;
	}

#FASocialIcons .pinterest-black {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-150px -90px;}

#FASocialIcons .youtube-black {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-180px -90px;}

#FASocialIcons .blog-black {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-210px -90px;}

#FASocialIcons .instagram-black {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-240px -90px;}




#FASocialIcons .facebook-white:hover, #FASocialIcons .facebook-grey:hover, #FASocialIcons .facebook-black:hover   {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:0px 0px;}

#FASocialIcons .twitter-white:hover, #FASocialIcons .twitter-grey:hover, #FASocialIcons .twitter-black:hover  {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-60px 0px;}

#FASocialIcons .linkedin-white:hover, #FASocialIcons .linkedin-grey:hover, #FASocialIcons .linkedin-black:hover  {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-90px 0px;}

#FASocialIcons .google-white:hover, #FASocialIcons .google-grey:hover, #FASocialIcons .google-black:hover {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-120px 0px;
	}

#FASocialIcons .pinterest-white:hover, #FASocialIcons .pinterest-grey:hover, #FASocialIcons .pinterest-black:hover {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-150px 0px;}

#FASocialIcons .youtube-white:hover, #FASocialIcons .youtube-grey:hover, #FASocialIcons .youtube-black:hover {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-180px 0px;}

#FASocialIcons .blog-white:hover, #FASocialIcons .blog-grey:hover, #FASocialIcons .blog-black:hover {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-210px 0px;}

#FASocialIcons .instagram-white:hover, #FASocialIcons .instagram-grey:hover, #FASocialIcons .instagram-black:hover {
	background-image:url(/media/layout/Social-Icons.png);
	background-position:-240px 0px;}


/* Social Icons */

/* News */

#HomeNewsPosts {
	display:block;
	margin:0 auto;
	padding:0;
	border-top:1px solid #4E4E4E;
	margin-top:20px;
    text-align: center;
	}

#HomeNewsPosts article{
text-align:left;
}
/* Standard List */
#HomeNewsPosts {
	display:block;
	margin:0 auto;
	padding:0;}

#HomeNewsPosts time {
	font-style:italic;
	font-size:12px;
	line-height:20px;}
	
#HomeNewsPosts P {
	padding:0;
	margin:0;
	font-size:14px;
	line-height:20px;}

#HomeNewsPosts a {
    padding: 10px;
	display:block;
    overflow: auto;
     color:#4b5c61;
     transition: all 0.5s ease;
	 border-bottom:1px solid #4E4E4E;
}
#HomeNewsPosts a:hover { 
	background-color: #dee9ec;
	color:#4b5c61;
}
#HomeNewsPosts a UL {
    margin-left: 10px;
    padding-left: 10px;
    display: inline-block;
}
#HomeNewsPosts a h4{
	color:#4b5c61;
	padding: 0px;
    margin: 0;
}
#HomeNewsPosts a:hover h4{
	    color: #a80000;
}
#HomeNewsPosts a P.ShortDesc {
    line-height: 22px !important;
    margin: 5px 0px 5px 0px;
}
#HomeNewsPosts a IMG {
	float:left;
	    display: block;
    margin: 0px 20px 0px 0px;
    padding: 0;
	max-height:110px;
	max-width: 110px;}

#HomeNewsPosts a span.ReadMore{
	color: #a80000;
	font-size:12px;
	line-height:22px;}


#NewsHeader {
	margin-bottom:20px;
	border-bottom:1px solid #C5C5C5;
	}
	
#NewsBreadcrumbs{
	padding:10px;
	background-color: #E3E3E3;
	border:1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	color: #7B7B7B}

#NewsBreadcrumbs A{color: #a80000;
}

#NewsBreadcrumbs A.archives{color: #999;
display:inline-block;
float:right;}


#SingleNewsArticle{}

#SingleNewsArticle header{
	width: 100%;
    height: auto;
    display: block;
	}

#SingleNewsArticle time {
	font-style:italic;
	font-size:12px;
	line-height:20px;
	width: 100%;
    height: auto;
    display: block;
	margin-bottom:20px;
	padding-bottom: 10px;
	border-bottom:1px solid #C5C5C5;}




.AuthorBio {
	color:#4B4B4B;
	margin:5px;
	padding:10px;
	background-color: #E3E3E3;
	border:1px solid #999;
	width:350px;
	height:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

IMG.FAGravatar{
	float:left;
	margin-right:10px;
	height:65px;
	width:65px;
	display:inline-block;
    border-radius: 50%;}

.AuthorBio .TheAuthor {
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin:0;}

.AuthorBio .TheAuthorBio{
	font-size:12px;
	line-height:14px;}

#NewsTags{
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	height:auto;
	width:100%;
	display:inline-block;}

#NewsTags A{
	text-decoration:underline;
	padding:5px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
#NewsTags A:Hover{
	background-color:#CCC;
	color:#fff;}

/* TWO Column */

article.NewsTwoCol {
    margin: 0 auto;
    padding: 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

article.NewsList A{
    text-decoration: none;
}

article.NewsList A, article.NewsTwoCol A, article.NewsFourCol A{
    text-decoration: none;
}


article.NewsTwoCol a p.ShortDesc{
	overflow:hidden !important;
	height:110px;
}

/* FOUR Column */
article.NewsFourCol {
    padding: 10px;
    width: 22%;
    display: inline-block;
    vertical-align: top;
}

article.NewsFourCol a IMG{
	height:Auto;
	width:100%;
	float:none !important;
	display:block !important;
	max-height: 100% !important;
    max-width: 100% !important;
	}
article.NewsFourCol a p.ShortDesc, article.NewsFourCol a P.ReadMore{
	display:none !important;
}

#NewsShareLinks {
	padding:10px;
	float: right;}




/* Interioor News List */

#ArticleListing {}

#ArticleListing ol li{ 
    margin-bottom: 10px;
}




/* Sub Pages */
#SiteSubPages {
	/*display:block;
	margin:0 auto;
    text-align: center;
	padding:0;
	margin-top:20px;
	clear: both;*/
	text-align: center;
	}
	
/* Standard List */
.SubPageList {
	display:block;
	margin:0 auto;
	padding:0;}
	
.SubPageList a {
    padding: 10px;
	display:block;
    overflow: auto;
     color:#4b5c61;
     transition: all 0.5s ease;
	 border-bottom:1px solid #4E4E4E;
}
.SubPageList a:hover { 
	background-color: #dee9ec;
	color:#4b5c61;
}
.SubPageList a UL {
    margin-left: 10px;
    padding-left: 10px;
    display: inline-block;
}
.SubPageList a h4{
	font-family: 'Roboto Condensed', sans-serif !important;
	color:#4b5c61;
}
.SubPageList a:hover h4{
	    color: #a80000;
}
.SubPageList a P {
    line-height: 22px !important;
    margin: 5px 0px 5px 0px;
}
.SubPageList a IMG {
	    display: block;
    margin: 0px 20px 0px 0px;
    padding: 0;
	max-height:110px;
	max-width: 110px;}
	
.SubPageList .ImgRight {float:right;}

.SubPageList .ImgLeft {float:left;}



/* Block Tiles */
.SubPageTiles {
    width: 240px;
    height: 340px;
	float: left;
    display: inline-block;
    background-color: #fff;
    border-radius: 20px 0;
	margin-right:30px;
    margin-bottom: 30px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
    -moz-box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(146,146,146,0.5);
}
.SubPageTiles .CategoryThumbProdTitle {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 600;
    color: #fff;
    background-color: #BE3138;
    line-height: 22px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 75px;
    background-image: url(/media/images/icon-Category.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 45px;
    border-radius: 0px 0 20px 0;
    padding-bottom: 10px;
    padding-top: 18px;
}
}
	
.SubPageTiles a {
	display:block;
    height:340px;
	height: 240px;
    overflow: hidden;
	color-background:#fff;
     transition: all 0.5s ease;
}

.SubPageTiles a UL {
    margin-left: 10px;
    padding-left: 10px;
    display: inline-block;
}

.SubPageTiles a h4 {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 35px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
	z-index:5;
	top: unset;
	/*
	was making section on top of nav menu - bobby
	z-index: 500;*/
}

.SubPageTiles a:hover h4, .SubPageTiles a:hover .CategoryThumbProdSpecs{
	color: #FFF;
	background-color: #868686;
	
}

.SubPageTiles a:hover .CategoryThumbProdTitle{
	background-color: #9c131f;
}
.SubPageTiles a P {
    display:none;
}
.SubPageTiles a IMG {
	border-radius: 20px 0 20px 0;
    max-width: 90%;
    max-height: 260px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    transition: transform 0.2s ease-in-out;}
.SubPageTiles a:hover IMG{
	transform: scale(1.05);
}
.SubPageTiles .CategoryThumbProdSpecs {
	bottom: 0px;
    top: unset;
	z-index:5;
/*
	was making section on top of nav menu - bobby
	z-index: 500;
*/
}
/* Sub Pages End */
/* Useer Acct */
#account{
	background-color:#A3A3A3;
	border-bottom:2px solid #FFF;
}
#accountWrapper{
	margin:0 auto;}

#UserAccount {
width: 960px;
}

#UserAccount{
	margin:0px auto;
	padding:0px;
	height:55px;
	/*width:390px;*/}
	
#UserAccount>DIV{
	display: table-cell;
	vertical-align: middle;}
	
#UserAccount UL LI {
	display: inline-block;
	padding: 6px 15px;
	vertical-align: middle;}

#ProfilePic {
	display:inline-block;}

#accountWrapper #ProfilePic IMG{
	max-width:45px;
	max-height:45px;
	padding:5px;
	}

#AccountInfo #ProfilePic{
	float:left;
	max-width:75px;
	max-height:75px;
	padding:5px;
	}

#LoginForm {
	padding-top: 20px;
    display: block !important;
    height: auto;
    width: 300px;
	margin: 0 auto;
}

#LoginForm label{
padding: 5px;
    width: 120px;
    margin: 10px;
    height: 50px;
    display: inline-block;
    background-color: aliceblue;
}


#LoginForm input[type="text"], #LoginForm input[type="email"], #LoginForm textarea, #LoginForm select, #LoginForm input[type="password"]{
	padding: 5px;
    width: 250px;
    margin-bottom: 10px;
    height: 30px;
    padding-left: 45px;
    display: inline-block;
    background-color: #fff;
    border: 0;
    font-size: 16px;
}

#LoginForm #username{
	background-image: url("/media/images/icon_email.svg");
	background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 30px;
}

#LoginForm #password{
	background-image: url("/media/images/icon_lock.svg");
	background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 30px;
}

#Header_Search_Form {
    width: 75%;
    margin: 10px auto;
    padding-top: 50px;
    overflow: hidden;
}
#Header_Search_Form  FORM{
display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

#Header_Search input[type="text"]{
	width: 70%;
    font-size: 18px;
    padding: 5px;
    height: 40px;
    padding-left: 45px;
    display: inline-block;
    background-color: #fff;
    border: 0;
    font-size: 16px;
    background-image: url(/media/layout/search-icon-hi.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 30px;	
}

#SearchBTN {
    display: inline-block;
    height: auto;
    background-color: #333333;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    border: 0;
    padding: 10px;
    min-width: 20%;
}


#LoginBTN {
	display: inline-block;
    height: auto;
    width: 100%;
    margin-top: 10px;
    background-color: #333333;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 0;
    padding: 10px;
}

#CloseBTN {
	display: inline-block;
    height: auto;
    width: 20px;
    background-color: #AE1C29;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 0;
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
}


#ProfileLinks{
	margin-top: 15px;
	padding:0px;
	height:40px;
	width:460px;
	display:block;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	}

#ProfileLinks ul{
	margin:0px auto;
	padding:0px;
}
	
#ProfileLinks li{
	list-style:none;
	display:inline-block;
	height:15px;
	width:auto;
	margin:0px auto;
	padding:0px;
}

#ProfileLinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;}
	
#ProfileLinks a:hover{
	color:#900;}
	
#ProfileLinks li.Screename {
	padding-right:10px;
	overflow:hidden;}
	
#ProfileLinks li.SalesReports {
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #333;}
	
#ProfileLinks li.SignOut, #ProfileLinks li.Cart {
	overflow:hidden;
	padding:0 8px;
	border-left:1px solid #333;}	

#ProfileLinks a, #ProfileLinks span{
	width:auto;
	display:inline-block;
	text-decoration:none;
	}

/* End Profile */



/* Account Info*/

div#AccountInfo {
	width:100%;
	background-color:#CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;
}

div#AccountInfo UL {
	list-style:none;
}
div#AccountFiles {
	width:100%;
	background-color:#f1f1f1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;
}
div#AccountFiles Strong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
div#AccountFiles UL {
	list-style:none;
}

/* Account INfo End */

#featurebox { 
	float: right;
	color:#333;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	margin: 0px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 0px;
	background-color:#ffffff;
	font:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px
}

#featurebox ul { 
	list-style:none; 
	margin: 0px;
	padding: 8px;
}
#featurebox li { 
	list-style:none; 
	margin: 1px 0px 1px -10px;
	padding: 0px 0px 5px;
}


/* anchor styling */
#featurebox a.email
{
  color:#333333;
  display: block; 
  text-decoration: none;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -148px;
padding-top:2px; padding-bottom:2px
}
#featurebox  a.email:hover
{
  color: #CD3834;
  text-decoration: underline;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -198px;
padding-top:2px; padding-bottom:2px
}

#featurebox a.print
{
  color:#333333;
  display: block; 
  text-decoration: none;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -50px;
padding-top:2px; padding-bottom:2px
}
#featurebox  a.print:hover
{
  color: #CD3834;
  text-decoration: underline;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -100px;
padding-top:2px; padding-bottom:2px
}
#featurebox a.detail
{
  color:#333333;
  display: block; 
  text-decoration: none;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -240px;
padding-top:2px; padding-bottom:2px
}
#featurebox  a.detail:hover
{
  color: #CD3834;
  text-decoration: underline;
	padding-left: 40px;background: transparent url("../media/layout/sprites.gif") no-repeat 10px -271px;
padding-top:2px; padding-bottom:2px
}

.shadetabs {
	clear:left;
	padding: 3px 0;
	margin-left: 15px;
	margin-right:15px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background-color: #CCCCCC;
}
.shadetabs li a:visited {
	color: #2d2b2b;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}
.shadetabs li.selected {
	position: relative;
	top: 1px;
}
.shadetabs li.selected a {
	border-bottom-color: white;
	background-color: #FFFFFF;
}
.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 95%;
	margin-bottom: 1em;
	margin-left:10px;
	margin-right:10px;
	padding: 10px;
	background-color:#FFFFFF;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block!important;
}
}

/* Pre-Existing  Styles */
.table-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #525252;
	color: #FFFFFF;
}

.table-line-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #dcdcdc;
	color:#525252;
}
.table-line-2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #ebebeb;
	color:#525252;
}
.table-line-3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #eaeaea;
	color:#525252;
}

.table-line-caution {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #f1d747;
	color:#525252;
}

.table-line-warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #F60;
	color:#525252;
}

.table-line-error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #bf2930;
	color:#FFFFFF;
}

.table-line-success {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #b3efa8;
	color:#525252;
}
.table-line-caution a{
	color:#525252;
	font-weight:bold;}

.table-line-warning a,
.table-line-error a {
	color:#FFF;
	font-weight:bold;}


/* Pagination */
/* style for page ordering */
.pagination {
	background: #f2f2f2;
    font-size: 10px;
    color: #666;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    display: inline-block;
    width: 100%;
}
	.pagination p {position:relative;text-align:right; width:700px; float:right;}
	.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc}
	.pagination p a:hover {background:#c00;color:#fff}
	.pagination p span {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc;color:#ccc}
	.pagination * {
	margin:0;
}

.pagination form{
	float:left;
	padding:0px;
	margin:0px auto;}



#BannerTop{
    width:100%;
    text-align: center;
}




    #FileDownloadList {}
    
    #FileDownloadList H3{}
    
    #FileDownloadList A{
        text-decoration: underline;
        color: #000000;
    }
    
    
    #FileDownloadList  table td:nth-child(1) A{
    color: #9c9c9c;
    }  
    
    #FileDownloadList table{
        border-collapse: collapse;
        width: 85%;
    }
    #FileDownloadList th{
     height:40px;
        text-align: left;
     
    }
    #FileDownloadList td{
     height:30px;
        text-align: left;
     
    }
    
    #FileDownloadList th,#FileDownloadList td {
      border-bottom: 1px solid #ddd;
      padding: 5px;
    }
    #FileDownloadList tr:hover {background-color: #f5f5f5;}

    #FileDownloadList tr:nth-child(even) {background-color: #f2f2f2;}

    #FileDownloadList th {
      background-color: #c1c1c1;
      color: white;
    }
    
    #FileDownloadList  table td:nth-child(1){
        width:40px;
        text-align: center;
    }
    #FileDownloadList  table td:nth-child(4){
        width:75px;
    }
    
    #FileDownloadList  table th:nth-child(1){
       padding-left: 20px;
    }
    
    
    
    
    
/* File Cards = Icons */
    #FileDownloadIcons {
        position: relative;
        margin: 0 auto;
        padding: 0;
        display: block;
        text-align: center;
    }
    #FileDownloadIcons .FileCard {
        position: relative;
        margin: 20px;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        width: 150px;
        height: 190px;
    }
    #FileDownloadIcons .FileCard i{
        transition: all 0.3s ease-out;
        position: relative;
        z-index: 100;
        font-size: 45px;
            line-height: 65px;
        display: block;
        color:  #c1c1c1;
    }
    #FileDownloadIcons .FileCard A{
        text-decoration: none;
        transition: all 0.3s ease-out;
        width: 100%;
        height: 200px;
        display: block;
    }
    #FileDownloadIcons .FileCard P{
        transition: all 0.3s ease-out;
        position: relative;
        display: block;
        z-index: 200;
        width: 100%;
        height: 50px;
        margin: 0 auto;
        padding: 0;
        padding-top: 10px;
        font-weight: bold;
    }
    #FileDownloadIcons .DloadBtn{
        position: absolute;
        z-index: 1;
        bottom: 0px;
        width: 100%;
        height: 30px;
        padding-top: 10px;
        background-color: #c1c1c1;
        color: #fff;
        transition: all 0.3s ease-out;
    }
    #FileDownloadIcons .FileCard A:Hover i{
        color: #FFF;
    }
        #FileDownloadIcons .FileCard A:Hover P{
        color: #FFF;
    }
    #FileDownloadIcons .FileCard A:Hover .DloadBtn{
       height: 190px;
        background-color: #A2A2A2;
        color: #7E7E7E;
    }
    .LinkText {
	padding: 10px;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 90%;
    color: #FFF;
		transition: all 0.3s ease-out;
		
	}


/* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
        border-bottom: 5px solid #c1c1c1;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 5px solid #333;
}

/* Style the tab content */
.filetabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;*/
  border-top: none;
}

#FileDownloadGroupList {}

#FileDownloadGroupList H3{}

#FileDownloadGroupList A{
    text-decoration: underline;
    color: #000000;
}

#FileDownloadGroupList  table td:nth-child(1) A{
color: #9c9c9c;
}  

#FileDownloadGroupList table{
    border-collapse: collapse;
    width: 100%;
}
#FileDownloadGroupList th{
 height:40px;
    text-align: left;

}
#FileDownloadGroupList td{
 height:30px;
    text-align: left;

}

#FileDownloadGroupList th,#FileDownloadGroupList td {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
#FileDownloadGroupList tr:hover {background-color: #f5f5f5;}

#FileDownloadGroupList tr:nth-child(even) {background-color: #f2f2f2;}

#FileDownloadGroupList th {
  background-color: #c1c1c1;
  color: white;
}

#FileDownloadGroupList  table td:nth-child(1){
    width:40px;
    text-align: center;
}
#FileDownloadGroupList  table td:nth-child(4){
    width:75px;
}

#FileDownloadGroupList  table th:nth-child(1){
   padding-left: 20px;
}
    
/* Column Layout */
#FA_TwoCol , #FA_ThreeCol , #FA_FourCol {
    width:100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
}
    
 /* TWO COLUMN */    
#FA_TwoCol .Card {
    width:575px;
    /*height: 450px;*/
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
    
    
  /* THREE COLUMN */  
    
#FA_ThreeCol .Card {
    width: 250px;
    min-height: 410px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
#FA_ThreeCol .Card img {
    width: 240px;
    border-radius: 40px 0;
}

/* FOUR COLUMN */    
#FA_FourCol .Card{
    width:180px;
    /*height: 620px;*/
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
#FA_FourCol .Card img {
    width: 180px;
    border-radius: 40px 0;
}
    
#FA_TwoCol .Card A , #FA_ThreeCol .Card A, #FA_FourCol .Card A {
    height: auto;
    width: 100%;
    display: block;
}
    
/* COLUMNS */    

#OneCol, #TwoCol, #ThreeCol, #FourCol{
    display: block;
    padding: 0px;
    margin: 0 auto;
    width: auto;
    text-align: center;
    margin-bottom: 40px;
}

#OneCol .ContentBlock{
    width: 100%;
    display: block;
    padding: 0 20px 0 20px;
    text-align: left;
}

#TwoCol .ContentBlock{
    width: 44%;
	min-height:310px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 20px;
    text-align: left;
}

#TwoCol .ContentBlock:before {
	content: "";
	display: block;
    margin: 0 auto;
	float:left;
    width: 90%;
    padding-top: 10px;
	border-bottom: #BE3138 solid 4px;
}

#TwoCol .ContentBlock IMG{
    max-width: 100%;
}

#TwoCol .ContentBlock h2{
	margin: 5px auto;
    font-size:24px;
	line-height:25px;
}

#TwoCol .ContentBlock h3{
    font-size:16px;
	line-height:16px;
}

#TwoCol .ContentBlock ul{
    padding-left:20px;
}

#TwoCol .ContentBlock ul li, #TwoCol .ContentBlock p {
	margin-bottom:14px;
	font-size:14px;
	line-height:14px;
}

#TwoCol .ContentBlock p strong {
    font-style: italic;
}

#TwoCol .ContentBlock .Btn-Piper {
	width:220px;
	margin: 0 auto 20px auto;
	float:left;
	bottom:0;
}

#ThreeCol .ContentBlock IMG{
    height: 140px;
}

#FourCol .ContentBlock IMG{
    height: auto;
    width: 100%;
    overflow: hidden;
}

#ThreeCol .ContentBlock{
    width: 28%;
    display: inline-block;
    padding: 0 20px 0 20px;
    vertical-align: top;
    text-align: left;
}

#FourCol .ContentBlock{
    width: 20%;
    display: inline-block;
    padding: 0 20px 0 20px;
    vertical-align: top;
    text-align: left;
}

#TwoColText .ContentCol{
    width: 40% !important;
    display: inline-block;
    vertical-align: top;
}

/* Pre-Existing  Styles END */


@media only screen and (max-width:1215px) {
    #FA_TwoCol , #FA_ThreeCol , #FA_FourCol {
        width:100% !important;
    }
    
        #FA_TwoCol .ContentBlock {
            width:440px;
        }
        #FA_ThreeCol .ContentBlock {
            width:286px;
        }
        #FA_FourCol .ContentBlock{
            width:210px;
        }
        #TwoCol .ContentBlock .Btn-Piper {
        width:180px;
        }
    #FA_FourCol .Card{
    width:290px;
    margin-left: 15px;
    margin-right: 15px;
    }
    #FA_FourCol .Card img {
        width: 290px;
    }
}


@media only screen and (max-width:974px) {
    #FA_TwoCol .ContentBlock {
        width:354px;
    }
    #FA_ThreeCol .ContentBlock {
        width:228px;
    }
    #FA_ThreeCol .Card {
    width: 190px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    }
    #FA_ThreeCol .Card img {
        width: 190px !important;
    }
    #FA_FourCol .ContentBlock{
        width:354px;
    }
    #FA_FourCol .Card{
        width:200px;
        margin-left: 15px;
        margin-right: 15px;
    }
    #FA_FourCol .Card img {
        width: 200px;
    }
    #UserAccount{
		width:768px;}
}
@media only screen and (max-width:782px) {	
    #FA_TwoCol .ContentBlock {
        width:270px;
    }
    #FA_ThreeCol .ContentBlock {
        width:172px;
    }
    #FA_FourCol .ContentBlock {
        width:270px;
    }
    #TwoCol .ContentBlock .Btn-Piper {
        width:140px;
        }
    #UserAccount{
        width:600px;}
}
@media only screen and (max-width:614px) {
    #FA_TwoCol .ContentBlock {
        width:440px;
    }
    #FA_ThreeCol .ContentBlock {
        width:440px;
    }
    #FA_FourCol .ContentBlock {
        width:210px;
    }
    #FA_FourCol .Card {
        width: 360px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #FA_FourCol .Card img {
        width: 360px !important;
    }
    
    
    
    #UserAccount{
		width:480px;}
}
@media only screen and (max-width:494px) {

        #FA_TwoCol .ContentBlock {
            width:260px;
        }
        #FA_ThreeCol .ContentBlock {
            width:260px;
        }
        #FA_FourCol .ContentBlock{
            width:260px;
        }
    
	#UserAccount{
		width:300px;}
}