@charset "UTF-8";
	#Body {
		background: #fff;
	}
	
	div {
		word-wrap:break-word;	
	}
    
/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
    body,th,td,table,h1,h2,h3,h4,h5,h6, 
    .Head,.SubHead,.SubSubHead, 
    .Normal,.NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled, 
    a:link, a:visited, a:hover, input, .CommandButton {
	    font-family: "franklin-gothic-urw",sans-serif;font-weight:400;
    }
	
	.Normal {
		font-size: 14px;
		font-weight:500;
	    color:#333333;
	}

    em { 
	    font-style: italic; 
	    letter-spacing: 0; 
    }

    strong { 
	    font-weight:bold;
    }
    small { 
	    font-size: 14px; 
	    letter-spacing: 0;
    }

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
    h1, h2, h3, h4, h5, h6 {	
	    line-height: 1;
	    margin: 0 0 10px 0;
    }
    h1{
	    font-size:24px;
		font-weight:600;

    }
    h2, h2 .Head{
	    font-size:32px;
		border:0;
		margin:18px 0 5px 0;
		color:#383838;
		font-family:bebas-neue;
    }

    h3, h3 .Head{
	    font-size:18px;
	    color: #7e5435;
    }
    h4, h4 .Head{
	    font-size:16px;
	    color: #666;
    }
    h5, h5 .Head{
	    font-size:14px;
	    color: #666;	
    }
    h6, h6 .Head{
	    font-size:13px;
	    color: #666;
    }

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
    a,a:link,a:visited,a:active{
	    color:#1c3f94; 
	    text-decoration:underline;  
    }
    a:hover{
	    text-decoration:none;
    }
	
	.ModDnnForgeChildLinksC a, .ModDnnForgeChildLinksC a:link, .ModDnnForgeChildLinksC a:visited, .ModDnnForgeChildLinksC a:active{
		color:#222;
		font-size:14px;
		text-decoration:none;
	}
	
	.ModDnnForgeChildLinksC a:hover {
		text-decoration:underline;	
	}


/* DNN Specific Selectors 
-------------------------------------*/
    .CommandButton {
	    font-size: 13px;
	    color: #3d3d3d;
	    font-weight: bold;
    }
    .CommandButton:hover {
	    color: #007cae;
    }
    a.CommandButton:link {
	    font-size: 13px;
	    text-decoration: none;
	    color: #3d3d3d;
	    font-weight: bold;	
    }
    a.CommandButton:hover {
	    text-decoration: underline;
	    color: #007cae;
    }

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
    p { margin: 0 0 15px 0; }

    hr { 
	    clear: both;
	    height: 1px;
	    border:none; 
	    border-width:0;  
	    margin: 15px 0 15px 0;
		background:#135191; 
    }
	
	ul, ol {margin-top:8px;margin-left:22px;margin-bottom:8px;}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
    img {  border: 0;  }

    /* Image Align Left 
    -------------------------------------*/
    .imgLeft {
	    float: left;
	    margin-right: 30px;
	    margin-bottom: 30px;
    }

    /* Image Align Right 
    -------------------------------------*/
    .imgRight {
	    float: right;
	    margin-left: 30px;
	    margin-bottom: 30px;
    }

    /* Image with border 
    -------------------------------------*/
    .imgBorder {
	    border: solid 3px #fff;
    }

    /* Polaroid Image Style 
    -------------------------------------*/
    .imgPolaroid { 
	    color: #a6a6a6;
	    font-size: 12px;
	    text-align: left;
	    padding: 13px 13px 17px 13px;
	    background-color: #fff;
	    box-shadow: 0 1px 2px #ccc;
    }

    .imgPolaroid  img {
        margin-bottom: 12px;
    }
	
/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


    /* Ordered List */
    ol li {
	    list-style-type: decimal;
	    margin-bottom: 8px;
	    vertical-align: top;
    }

    ol ol {
	    margin-top: 8px;
	    margin-left: 30px;
    }

    ol ol li { list-style-type: lower-roman; }
    ol ol ol li { list-style-type: lower-alpha;  }
    ol ul li { list-style-type: lower-roman; }

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

    /* Default Table Style */
    table.tableDefault  {
	    width: 100%; 
	    border-collapse: collapse; 
	    border-spacing: 0; 
	    background-color: transparent;
	}

    table.tableDefault th, 
    table.tableDefault td {
	    font-size: 12px;
	    padding: 8px; 
    }

    table.tableDefault th {
	    font-weight: bold;
	    text-align: left;
	    border-bottom: solid 2px #aaa;
	    background-color: #d7d7d7;
    }

    table.tableDefault td { border-bottom: solid 1px #d9d9d9; }

    table.tableDefault tr:nth-child(odd) {background: #transparent}
    table.tableDefault tr:nth-child(even) {background: #e3e4e6}

   .tableDefault tbody tr:hover td { color: #111; }

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
    input[type="text"],select,textarea,input[type="email"],input[type="search"], input[type="password"]{
        padding: 6px;
        margin-bottom:5px; 
        background: #f3f3f3;
        border:1px solid #bfbfbf;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        color:#333;
        font-size:13px;
	}
	
	.FormTextArea {width:100%;}


/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
    /* Primary Style Button (blue)*/
    button.primaryButton,
    a.primaryButton {
	    display: inline-block;
	    padding: 12px 20px;
	    margin-bottom: 5px;
	    
	    background-color: #3B96B6;
	    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
	    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
	    -moz-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	    border: 0px solid #ffffff;
	    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0); 
	    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    text-align: center;
	    color: #ffffff;
	    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
    }

    /* Secondary Style Button (darkgray) */
    button.secondaryButton,
    a.secondaryButton {
	    display: inline-block;
	    padding: 12px 20px;
	    margin-bottom: 5px;
	    
	    background-color: #666;
	    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
	    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
	    -moz-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	    border: 0px solid #ffffff;
	    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    text-align: center;
	    color: #ffffff;
	    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
    }

    /* Alternative Style Button (darkgray with arrow) */
    button.altButton,
    a.altButton {
	    display: inline-block;
	    padding: 9px 32px 9px 22px;
	    margin-bottom: 5px;
	   
	    background: #484848 url('https://d0f0f7.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Images/arrow.png') no-repeat 87% center;
	    background: url('https://d0f0f7.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
	    background: url('https://d0f0f7.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
	    -moz-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	    border: 0px solid #ffbf00;
	    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
	    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
	    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    color: #ffffff;
	    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
    }

    a.dnnPrimaryAction{ color:#efefef; }
    a.dnnSecondaryAction { color:#555; }

    button.primaryButton:hover,
    button.secondaryButton:hover,
    a.primaryButton:hover,
    a.secondaryButton:hover { 
	    cursor: pointer;
	    cursor: hand;
	    background-image: none; 
	    background-color:#D00; 
    }

    button.altButton:hover,
    a.altButton:hover {
	    cursor: pointer;
	    cursor: hand;
	    background:#D00 url('https://d0f0f7.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Images/arrow.png') no-repeat 87% center;
    }
 
/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
    .spacingTop{        margin-top: 30px; }
    .spacingRight {	    margin-right: 30px;}
    .spacingBottom {    margin-bottom: 30px;}
    .spacingLeft {	    margin-left: 30px;}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
    #userControls { 	height: 32px;}
	
/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
    #search {
	    float: right; 
	    width:209px;
	    height:32px;
    }

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
		    display:inline-block;
		    float: right;
	        height:32px; width:32px;
		    margin: 0;	padding:0;
		    background: #333 url('https://d0bcb0.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Portals/0/Skins/Alpha Lowell/Images/search.png') no-repeat center center;
		    text-indent:-9999px;
	}
	
	#search a.SearchButton:hover {		
		background: url('https://d0bcb0.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Portals/0/Skins/Alpha Lowell/Images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
		background: url('https://d0bcb0.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Portals/0/Skins/Alpha Lowell/Images/search.png') no-repeat center center, -moz-linear-gradient(top,  rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
		background: url('https://d0bcb0.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Portals/0/Skins/Alpha Lowell/Images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
		background: url('https://d0bcb0.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Portals/0/Skins/Alpha Lowell/Images/search.png') no-repeat center center, -webkit-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: url('https://d0bcb0.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Portals/0/Skins/Alpha Lowell/Images/search.png') no-repeat center center, -o-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
		background: url('https://d0bcb0.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Portals/0/Skins/Alpha Lowell/Images/search.png') no-repeat center center, -ms-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
		background: url('https://d0bcb0.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Portals/0/Skins/Alpha Lowell/Images/search.png') no-repeat center center, linear-gradient(to bottom,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
	}
	
	#dnn_dnnSearch_txtSearch  {
		display:block; 
		float: left;
	    padding: 1px 10px 0 8px;
		margin:9px 11px 0 0;background:#fff;border:1px solid #374a69;
		box-shadow: none;
		outline: none;
	    height:30px;
	    color:#333;
		font-size:15px;
	    line-height: 30px;
		width:185px;

    }
	.searchInputContainer a.dnnSearchBoxClearText {margin:17px 9px 0 0 !important;}
	ul.searchSkinObjectPreview {margin:8px 3px 0 0 !important;}
	ul.searchSkinObjectPreview > li {border:none !important;}
    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus
	{
	    
	}	

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
    #login{	float:right; }
	
	#login .registerGroup, 
	#login .registerGroup *, 
	#login .loginGroup, 
	#login .loginGroup * {	display:block; }	

	#login .registerGroup,
	#login .loginGroup {
		float:left;
		padding:0;
		margin:0;
	} 
	
	#login .registerGroup li:first-child:hover {border-left:#222;}
	
	/* Register Group Styles */
	#login .registerGroup li { 	float:left; }
	#login .registerGroup .buttonGroup {margin-right:0;}
	
	#login .registerGroup a,
	#login .loginGroup a{
		display:block;
		position:relative;
		height:25px;
		min-width:12px;
		padding: 7px 15px 0 15px;
		 
		color: #333;
		font-size:11px;
		vertical-align: middle;
	}
	
	#login .registerGroup a:hover,
	#login .loginGroup a:hover {
		background: rgb(45,45,45); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
		
		color:#ddd;
		text-shadow: 0px -1px 0px #333333;
	}
	#login .registerGroup a:active,
	#login .loginGroup a:active {
		color:#fff;
		text-shadow: 0px -1px 0px #333333;
	}
	
	#login .registerGroup a:hover,
	#login .loginGroup a:hover { text-decoration:none; }
	
	#login .registerGroup a strong,
	#login .loginGroup a strong {
		display:block;
		position:absolute;
		left:0; top:0;
		width:100%;
		overflow:hidden;
		
		font-size:11px;
		text-indent:-9999px;
	}
	
	#login .userMessages a,
	#login .userNotifications a { background-color: #333; }	
	
	#login .userMessages strong { 
		height: 100%;

	}
	
	#login .userNotifications { border-right: 1px solid #CCC; }
	
	#login .userNotifications strong { 
		height: 100%;
	}
	
	#login .registerGroup a span {
		display:inline-block;
		position:absolute;
		right:2px; top:-9px;
		min-width:7px;
		margin-right:3px;
		background: rgb(59,150,182); /* Old browsers */
		
		text-align:center;
		font-size:11px;
		color:#fff;
		text-shadow: 0px 1px 0px #333333;
	}
	
	#login .registerGroup .userProfileImg a{
		min-width:25px;
		min-height: 32px;
		padding:0;
		background:none;
		
	}
	
	#login .registerGroup a img{
		height:32px; width:32px;
		background:#333;
		
	}
	
	/* Login Group Styles */
	#login .loginGroup { border-right: 1px solid #CCC;} 
	#login .loginGroup a {color:#333; }
	
	/* Number of message next to the message icon*/
	#login .userMessages  a  span,
	#login .userNotifications   a  span	{ 
		display: inline-block; 
		margin-top: 9px; 
		margin-right: 0px; 
		background-color: transparent;
		
		font-size: 10px;
	}
	
/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
    #siteHeadouter {
	    background: #fff;
	    /* CSS3 */
	    -webkit-box-shadow:  1px 50px 100px 0px #cacaca; 
	    box-shadow:  1px 50px 100px 0px #cacaca; 
    }
    #siteHeadinner { padding: 36px 0; }
    #logo { float: left; }

    /* Language */
    .language .language-object{
	    float:right;
	    display:block;
	    margin:0;
	    padding:0;
    }
    .language .language-object span{
	    float:left;
	    padding-top: 3px;
	    padding-bottom: 3px;
	    padding-left: 5px;
	    margin:0;
    }
    .language .language-object span:first-child{
	    padding-left:8px; 
    }
    .language .language-object span img{
	    height:12px; 
	    width:17px;
	    opacity:0.3;
    }
    .language .language-object span:hover img{opacity:1;}
    .language .language-object .Language.selected img{
	    opacity:1;
	    border-color:#222;
	    -webkit-border-radius: 2px;
	    border-radius: 2px; 
	    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
	    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8); 
    }

/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

    /* Site Navigation */

	ul#dnn_pnav {float:left;margin:0;padding:0;text-align:center;width:100%;}	
	#dnn_pnav * {transition:75ms ease-out all;-webkit-transition:75ms ease-out all;}
	
	#dnn_pnav li { 
		position:relative; 
		list-style:none;
		margin: 0;
		text-align:center;
		z-index:1;
	}
	
	#dnn_pnav li ul {
		margin:0;
	}
	
	#dnn_pnav > li {
		padding:0;
		margin-right:0;
		margin:0;float:left;
		
	}
	
	#dnn_pnav > li > a {
		display:block;
		padding:8px 12px;
		font-weight:300;
		font-size:18px;
		color:#fff;
		text-decoration:none;	
		text-align:center;
	}
	
	#dnn_pnav > li > a:hover, #dnn_pnav > li:hover > a, #dnn_pnav > li > a.selected {
		background:#a30000;
	}
	
	#dnn_pnav > li > span{
		cursor: default;
	}
	
	#dnn_pnav > li:hover > a, #dnn_pnav > li.active > a  {
		
	}

	/* Secondary level */
	#dnn_pnav > li ul {  /* Styles for all sub levels */
		display:none;
		position:absolute;
		z-index: 2;
		width:175px;
		padding:0;
		background:#a30000;
		box-shadow:2px 2px 2px 0px rgba(0,0,0,.2);
	}
	
	#dnn_pnav li:hover > ul { 
		display:block;
	}
	
	#dnn_pnav > li > ul { /* styles specific to secondary level */
		top:100%; 
		left:0px;
		z-index:99;
	}
	
	#dnn_pnav > li > ul > li:last-child {
		border-bottom:none;
	}

	#dnn_pnav > li ul a, #dnn_pnav > li ul span {
		display:block;
		padding: 7px 18px 7px 9px;
		color:#fff;
		font-size: 14px;
		text-align:left;
		font-weight: 300;
		text-decoration:none;
		border-bottom
	}
	#dnn_pnav > li > ul li:hover, #dnn_pnav > li > ul li:hover > a {
		color:#fff;
		background-image: -ms-linear-gradient(right, #BA0000 0%, #A30000 50%);
		background-image: -moz-linear-gradient(right, #BA0000 0%, #A30000 50%);
		background-image: -o-linear-gradient(right, #BA0000 0%, #A30000 50%);
		background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #BA0000), color-stop(.5, #A30000));
		background-image: -webkit-linear-gradient(right, #BA0000 0%, #A30000 50%);
		background-image: linear-gradient(to left, #BA0000 0%, #A30000 50%);
	}
	#dnn_pnav > li > ul li:hover > a {}
	
	/* Tertiary level */
	#dnn_pnav li ul li ul {
		left:175px; 
		top:4px;
		padding:0;
	}
	

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
#wrapper {
	width:100%;float:left;padding: 0 0 15px 0;
}
#headerWrapper {width:100%;float:left;padding:16px 0;center;position:relative;}
#header, #navInner {width:900px;margin:0 auto;position:relative;height:100%;}
#logo {float:left;}
#info {color:#000;font-size:32px;float:right;text-align:right;padding:7px 0 0 0;}
#info span {font-size:18px;color:#cc0000;padding:0 0 8px 0;float:right;width:100%;}
#navWrapper {width:100%;float:left;background:#cc0000;border-bottom:5px solid #a30000;}
#Nav {float:left;position:relative;z-index:999;}
#social {float:right;}
#social a {float:left;margin:2px 1px 2px 1px;padding:5px 2px;}
#social a img {width:18px;}
#assign {float:left;width:277px;border:1px solid #000;text-align:center;text-shadow:2px 2px 2px rgba(0,0,0,.5);
	margin:26px 0 0 0;clear:left;color:#fff;font-weight:bold;font-size:20px;font-weight:900;
	font-style:italic;
	padding:26px 0;
	background-image: -ms-linear-gradient(top, #CC0000 0%, #A40000 100%);
	background-image: -moz-linear-gradient(top, #CC0000 0%, #A40000 100%);
	background-image: -o-linear-gradient(top, #CC0000 0%, #A40000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CC0000), color-stop(1, #A40000));
	background-image: -webkit-linear-gradient(top, #CC0000 0%, #A40000 100%);
	background-image: linear-gradient(to bottom, #CC0000 0%, #A40000 100%);
	cursor:pointer;
}

#assign:hover {
	background-image: -ms-linear-gradient(bottom, #CC0000 0%, #A40000 100%);
	background-image: -moz-linear-gradient(bottom, #CC0000 0%, #A40000 100%);
	background-image: -o-linear-gradient(bottom, #CC0000 0%, #A40000 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CC0000), color-stop(1, #A40000));
	background-image: -webkit-linear-gradient(bottom, #CC0000 0%, #A40000 100%);
	background-image: linear-gradient(to top, #CC0000 0%, #A40000 100%);	
}

#browse {float:left;width:100%;color:#fff;padding:8px 0;background:#cc0000;text-align:center;text-shadow:2px 2px 2px rgba(0,0,0,.5);font-size:18px;font-weight:900;
font-style:italic;}
#rotatorWrapper {float:left;width:100%;padding:28px 0;min-height:100px;
	background-image: -ms-linear-gradient(top, #111111 0%, #373633 100%);
	background-image: -moz-linear-gradient(top, #111111 0%, #373633 100%);
	background-image: -o-linear-gradient(top, #111111 0%, #373633 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #111111), color-stop(1, #373633));
	background-image: -webkit-linear-gradient(top, #111111 0%, #373633 100%);
	background-image: linear-gradient(to bottom, #111111 0%, #373633 100%);
}
#rotator {width:900px;margin:0 auto;padding:0;position:relative;z-index:0;}
.RotatorContentPane {min-height:246px;width:231px;padding:23px !important;background:#fff;float:left;border:1px solid #000;text-align:center;}
.RotatorContentPane .Normal {line-height:26px;font-size:16px;}
.RotatorPane {width:589px;height:391px;float:right;position:relative;background:#fff;}
.RotatorPane img {max-width:100%;height:auto !important;}

.shadow {box-shadow:5px 5px 5px rgba(0,0,0,.75);-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.75);}

#ContentWrapper {position:relative;float:left;width:100%;z-index:1;margin:0 0 20px 0;padding:20px 0 32px 0;
	background-image: -ms-linear-gradient(top, #EFA40E 0%, #FFC257 100%);
	background-image: -moz-linear-gradient(top, #EFA40E 0%, #FFC257 100%);
	background-image: -o-linear-gradient(top, #EFA40E 0%, #FFC257 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EFA40E), color-stop(1, #FFC257));
	background-image: -webkit-linear-gradient(top, #EFA40E 0%, #FFC257 100%);
	background-image: linear-gradient(to bottom, #EFA40E 0%, #FFC257 100%);
	text-align:center;
}
#ContentWrapper.content {
	background-image: -ms-linear-gradient(top, #111111 0%, #373633 100%);
	background-image: -moz-linear-gradient(top, #111111 0%, #373633 100%);
	background-image: -o-linear-gradient(top, #111111 0%, #373633 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #111111), color-stop(1, #373633));
	background-image: -webkit-linear-gradient(top, #111111 0%, #373633 100%);
	background-image: linear-gradient(to bottom, #111111 0%, #373633 100%);
	padding:28px 0;
}
#Content {padding:0;margin:0 auto;width:900px;}
#ContentInner {float:left;padding:20px;width:860px;background:#fff;min-height:300px;}

.ContentPane {width:570px;float:left;text-align:left;}
.RightPane {float:right;width:265px;text-align:left;}
.OnePane {float:left;width:100%;text-align:left;}

.BottomPane1, .BottomPane2, .BottomPane3, .BottomPane4 {width:207px;height:168px;cursor:pointer;display:inline-block;position:relative;}
.BottomPane1:hover img, .BottomPane2:hover img, .BottomPane3:hover img, .BottomPane4:hover img {box-shadow:2px 2px 7px rgba(0,0,0,.35);-webkit-box-shadow:2px 2px 7px rgba(0,0,0,.35);transition:100ms ease-out all;-webkit-transition:100ms ease-out all;}
.BottomPane1 .Normal, .BottomPane2 .Normal, .BottomPane3 .Normal, .BottomPane4 .Normal {line-height:17px;}
.BottomPane1 .Normal a, .BottomPane2 .Normal a, .BottomPane3 .Normal a, .BottomPane4 .Normal a {position:absolute;top:0;left:0;right:0;bottom:0;}
.BottomPane1 .Normal a img, .BottomPane2 .Normal a img, .BottomPane3 .Normal a img, .BottomPane4 .Normal a img {margin-top:30px;border:1px solid #3c3c3c;}
.BottomPane1 {margin:0 !important;}
.BottomPane2 {margin:0 20px !important;}
.BottomPane3 {margin:0 20px 0 0 !important;}

.DnnModule {margin:0 0 20px 0;}
.DnnModule:last-child {margin:0;}

#footer {
	width:900px;margin:0 auto;
}
#footer .left {font-size:14px;}
#footer img {margin:0 2px;opacity:.8;transition:150ms ease-out opacity;-webkit-transition:150ms ease-out opacity;max-width:100px;}
#footer img:hover {opacity:1;}
#footer a, #footer a:link, #footer a:visited {color:#222;text-decoration:underline;}

#footer a.SkinObject, #footer a.LoginLink {text-decoration:underline;}
#footer a.LoginLink {font-size:12px;color:#ccc;}
#footer .smFont {font-size:12px;}
#footer a.SkinObject:hover:before, #footer a.LoginLink:hover:before {text-decoration:none;}
#footer span.SkinObject {padding:0;font-size:12px;}

#jquery-lightbox {max-width:94%;margin:0 3%;}
#lightbox-container-image-box, #lightbox-container-image-data-box {max-width:100%;height:auto !important;}


.popUp {position: fixed;z-index: 99999; top: 20%; left: 20%;width:60%;}

#mobile {display:none;}

@media only screen and (max-width: 960px) {
	* {-webkit-tap-highlight-color:rgba(0,0,0,0);}
	img {max-width:100%;height:auto !important;}
	body, html {background:#fff;}
	table {max-width:100%;}
	
	#mobile {display:block;overflow:hidden;}
	#mobile .menu {display:block;position:absolute;z-index:999;top:0;left:0;width:100%;height:48px;background:#cc0000;box-shadow:0 1px 9px rgba(0,0,0,.07);overflow:hidden;}
	#mobile .logo {position:absolute;top:8px;left:8px;height:33px;padding:0;}
	#mobile .logo img {max-height:100%;}
	
	#mobile .button {position:absolute;top:0;right:0;cursor:pointer;height:48px;width:48px;background-size:60%;transition:all 150ms ease-out;-webkit-transition:all 150ms ease-out;}
	#mobile .button.active > div {left:50%;}
	
	#mobile .button .line1, #mobile .button .line2, #mobile .button .line3 {
		position:absolute;
		height:4px;
		width:60%;
		left:100%;
		margin-left:-30%;
		background:#fff;
		top:50%;
		margin-top:-2px;
		border-radius:2px;
		transition:left 200ms ease-in-out;
		-webkit-transition:left 200ms ease-in-out;
	}
	
	#mobile .button .line1 {
		margin-top:-10px;
	}
	
	#mobile .button .line3 {
		margin-top:6px;
	}

	#mobile .mobileMenuWrapper {position:fixed;display:none;z-index:998;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.75);overflow:hidden;}
	#mobile .mobileMenuWrapper.show {
		animation:ease-out 300ms menuAnim forwards;
		-webkit-animation:ease-out 300ms menuAnim forwards;
		-ms-animation:ease-out 300ms menuAnim forwards;
		-moz-animation:ease-out 300ms menuAnim forwards;
	}
	#mobile .mobileMenu {position:fixed;z-index:999;width:80%;max-width:500px;margin:0 auto;top:85px;bottom:15%;overflow-x:hidden;left:10%;right:10%;
	}
	#mobile .mobileMenu > div {}
	#mobile .mobileMenu > div > a {display:block;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.2);padding:11px 12px;text-decoration:none;font-size:16px;clear:both;position:relative;box-shadow:inset 0px 1px rgba(255,255,255,.08);-webkit-box-shadow:inset 0px 1px rgba(255,255,255,.08);border-bottom:1px solid #232323;}
	#mobile .mobileMenu > div:last-child {border-bottom:none;}
	#mobile .mobileMenu > div > a:active {background:#282828;}
	
	#mobile .mobileMenu div {background:#383838;position:relative;clear:both;}
	
	#mobile .mobileMenu .submenu {display:none;float:left;width:100%;clear:both;padding:7px 0 7px 0;background:#383838;}
	#mobile .mobileMenu .submenu a {font-size:15px;color:#fff;display:block;padding:5px 0 5px 20px;clear:both;text-decoration:none;}
	#mobile .mobileMenu .submenu div .submenu {padding:4px 0 7px 0;}
	#mobile .mobileMenu .submenu .submenu a {padding:4px 0 4px 25px;font-size:13px;}
	#mobile .mobileMenu .expand {
		margin:0px 0px 0 0;height:100%;width:38px;background:url(https://0f9a4c.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Portals/0/Skins/MC/images/button-open.png) center center no-repeat;
		background-size:45%;position:absolute; top:0;right:0px;cursor:pointer;
	}
	
	#mobile .mobileMenu a.haschild:after {content:"";position:absolute;top:50%;right:20px;}
	#mobile .mobileMenu .expand.expanded {background:url(https://e5f1b5.claudeassets.com/20201026100657im_/https://www.michigancreditors.com/Portals/0/Skins/MC/images/button-close.png) center center no-repeat;background-size:45%;}
	
	@keyframes menuAnim {
		from {transform:translateY(30px);opacity:0;}
		to {transform:translateY(0px);opacity:1;}
	}
	
	@-webkit-keyframes menuAnim {
		from {-webkit-transform:translateY(30px);opacity:0;}
		to {-webkit-transform:translateY(0px);opacity:1;}
	}


	@-ms-keyframes menuAnim {
		from {-ms-transform:translateY(30px);opacity:0;}
		to {-ms-transform:translateY(0px);opacity:1;}
	}


	@-moz-keyframes menuAnim {
		from {-moz-transform:translateY(30px);opacity:0;}
		to {-moz-transform:translateY(0px);opacity:1;}
	}
	
	/*Custom Mobile*/
	/***************/
	#wrapper {padding-top:48px;}
	
	#headerWrapper, #navInner, #logo, .RotatorPane, #navWrapper {display:none;}
	
	#rotator, .ContentPane, .RightPane, #footer, #Content, #ContentInner {width:100%;float:left;clear:both;}
	#ContentInner {padding:0;}
	
	#rotatorWrapper {padding:0;}
	.RotatorContentPane {width:84%;margin:5% 5% 0 5%;padding:3% !important;min-height:0;}
	#assign {width:90%;float:left;position:relative;margin:5% 5%;padding-left:0;padding-right:0;}
	
	#ContentWrapper  {padding:20px 2% 0 2%;width:96%;}
	#ContentWrapper.content {width:100%;padding:0%;border-bottom:5px solid #000;}
	#ContentWrapper.content #ContentInner {width:94%;padding:3%;}
	
	.DNNContainer_Title_h2R {padding:0 !Important;}
	
	.RightPane {margin-top:20px;}
	
	.BottomPane1, .BottomPane2, .BottomPane3, .BottomPane4 {width:20%;margin:0 2% !important;height:auto;}
	.BottomPane1 .Normal a, .BottomPane2 .Normal a, .BottomPane3 .Normal a, .BottomPane4 .Normal a {width:100%;position:relative;}
	.BottomPane1 .Normal a img, .BottomPane2 .Normal a img, .BottomPane3 .Normal a img, .BottomPane4 .Normal a img {margin:0 -1px 15px -1px;float:left;}
	#footer .left, #footer .right {width:100%;clear:both;text-align:center;}
	#footer .right {margin:20px 0 0 0;}
	
	.popUp {position: fixed;z-index: 99999; top: 12%; left: 5%;width:90%;}
	.popUp .unit_title {font-size:16px;font-weight:bold;}
	.DNNContainer_Title_h2R .cHeader {font-size:22px !important;}
	
	/*.image_container {width:100% !important;clear:both !important;float:left !important;text-align:center !important;box-shadow:none  !important;margin:0 0 10px 0;}*/
}

@media only screen and (max-width: 660px) {
	.BottomPane1, .BottomPane2, .BottomPane3, .BottomPane4 {width:45%;margin:0 2% !important;}	
	.image_container {width:40%;}
}

@media only screen and (max-width: 400px) {
	.sales-table tr td:nth-child(0n+2), .sales-table tr th:nth-child(0n+2) {display:none;}
}


    /* Clear-fix for floated elements 
    -------------------------------------*/
    .clear, .clear_float {
	    clear: both;
	    display: block;
	    overflow: hidden;
	    visibility: hidden;
	    width: 0;
	    height: 0;
    }
	
	.clear_right {
		clear:right;	
	}
	
    .clearfix:after {
	    clear: both;
	    content: ' ';
	    display: block;
	    font-size: 0;
	    line-height: 0;
	    visibility: hidden;
    }

    .left {	float: left; }
    .right { float: right; }
	
	.DNNEmptyPane {padding:0;margin:0;}
	.dig_admin_label, .ServiceIcon {width:135px !important;}
	.dnnEditState .DnnModule {opacity:1;}	

/*
     FILE ARCHIVED ON 17:14:41 Jan 14, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:09:28 Jun 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.44
  exclusion.robots: 0.044
  exclusion.robots.policy: 0.037
  esindex: 0.008
  cdx.remote: 90.921
  LoadShardBlock: 230.033 (3)
  PetaboxLoader3.datanode: 49.133 (4)
  PetaboxLoader3.resolve: 221.407 (3)
  load_resource: 71.72
*/