/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* (TRBL)  no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
					/*  RSC effective LR padding is 2% below */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#eee;		/* right column background colour */
}
.threecol .colmid {
	right:18%;			/* width of the right column */    /* middle column BG offset from right by right col width */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:65%;			/* width of the middle column */  /*  left column BG offset from right by middle col width */
	background:#f4f4f4;	/* left column background colour */
}
.threecol .col1 {
	width:61%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:17%;			/* Width of left column content (column width minus padding on either side) */
	left:22%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:14%;	/*16*/		/* Width of right column content (column width minus padding on either side) */
	left:89%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* Media Queries */
/*   Media Queries below:  css-tricks.com/snippets/css/media-queries-for-standard-devices/         */

/* Aggregate all less than 1024   vs device-width  */
@media only screen and (max-width: 1024px)
{
.col2border {border:3px black solid;margin:5%;}
.colright,
.colmid,
.colleft {
	width:100%;			/* width of page */
	position:static;
}
.threecol .col1 {
	width:900px;			/* width of center column content */
	margin:auto;
	float:none;
	position:static;
}
.threecol .col2 {
	position:static;
	width:50%;
}
.threecol .col3 {
	position:static;
	width:18%;
	margin-left:16%;
}

}

/* FNC homepage style   */
#headerEXP {background:url("../images/uploads/fncredmed.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0)}

#marquee_replacement{  border:0px solid #000;  width:240px;  height:700px;  overflow:auto; padding-left:5px; } #marquee_replacement p.spacer1{  height:40px; } 
#marquee_replacement p.spacer2{  height:140px; }

#slideshow {
 margin-left: 0px;
 margin-bottom: 18px;
 position: relative;
 width: 100%;
 height:308px; /*  ,  was 320 */
}
.slide {
        left:0px;
	margin-left: 0px;
	position:absolute;
	width: 100%;
   /*	height: 186px;   */
}
.full {width:100%;}


