/*
F2F2F2		Stone
DCD6D6		Med Stone
FFCF0B		Gold
DAAF00		Dark Gold
C5BABA		Mink
D9D1D1		Light Mink
AD9B9B		Grey
F6F1DE		Wheat
CD3333		Crimson
922323		Brick
0052CC		Cobalt
95DCEA		Turquoise
ABD0F2		Light Blue
*/

/* GLOBAL */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #F2F2F2;			/* Stone */
	font-family: 'NimbusSanLReg', Arial, Helmet, Freesans, sans-serif;
	color: #000000;
	position: relative;
}

h1, h2, h3, h4, h5
{
	font: inherit;
}

.cgeorgia
{
	font-family: Constantina, Georgia, 'Nimbus Roman No9 L', serif;
}

@font-face 
{
    font-family: 'NimbusSanLReg';
    src: url('fonts/NimbusSanLReg.eot');
    src: url('fonts/NimbusSanLReg.eot') format('embedded-opentype'),
         url('fonts/NimbusSanLReg.woff2') format('woff2'),
         url('fonts/NimbusSanLReg.woff') format('woff'),
         url('fonts/NimbusSanLReg.ttf') format('truetype'),
         url('fonts/NimbusSanLReg.svg#NimbusSanLReg') format('svg');
}

.cnimbus
{
	font-family: 'NimbusSanLReg', Arial, Helmet, Freesans, sans-serif;
}

@font-face 
{
    font-family: 'RobotoCondensed';
    src: url('fonts/RobotoCondensed.eot');
    src: url('fonts/RobotoCondensed.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensed.woff2') format('woff2'),
         url('fonts/RobotoCondensed.woff') format('woff'),
         url('fonts/RobotoCondensed.ttf') format('truetype'),
         url('fonts/RobotoCondensed.svg#RobotoCondensed') format('svg');
}

.croboto
{
	font-family: 'RobotoCondensed', Arial, Helmet, Freesans, sans-serif;
}

@font-face 
{
    font-family: 'urwchancerylmediumitalic';
    src: url('fonts/urwchancerylmediumitalic.eot');
    src: url('fonts/urwchancerylmediumitalic.eot') format('embedded-opentype'),
         url('fonts/urwchancerylmediumitalic.woff2') format('woff2'),
         url('fonts/urwchancerylmediumitalic.woff') format('woff'),
         url('fonts/urwchancerylmediumitalic.ttf') format('truetype'),
         url('fonts/urwchancerylmediumitalic.svg#urwchancerylmediumitalic') format('svg');
}

.cchancery
{
	font-family: 'urwchancerylmediumitalic', 'Comic Sans MS', cursive;
}

a
{
	text-decoration: none;
	color: inherit;
}

.caunder
{
	text-decoration: underline;
	color: #0052CC;					/* Cobalt */
}

.ctable td
{
	vertical-align: top;
	text-align: left;
	line-height: 150%;
}

.cindent10
{
	margin-left: 10%;
}

.cindent2
{
	padding-left: 2%;
}

.ctop2
{
	margin-top: 2%;
}

.cbottom5
{
	margin-bottom: 5%;
}

.cwidth100
{
	width: 100%;
}

.cwidth75
{
	width: 75%;
}

.cwidth50
{
	width: 50%;
}

.cwidth20
{
	width: 20%;
}

.cwidth5
{
	width: 5%;
}

.ccenter
{
	text-align: center;
}

.cleft
{
	text-align: left;
}

.cright
{
	text-align: right;
}

.cjustify
{
	text-align: justify;
}

.cverttop
{
	vertical-align: top;
}

.cvertmid
{
	vertical-align: middle;
}

.cvertbot
{
	vertical-align: bottom;
}

.ctable2col td
{
	width: 50%;
}

.ctable4col td
{
	width: 25%;
}

.ctableborder, .ctableborder td
{
	border: 1px solid black;
	border-collapse: collapse;
}

.ctableborder td
{
	padding: 2%;
}

.cgold
{
	color: #FFCF0B;								/* Gold */
}

.cgoldbold
{
	color: #FFCF0B;								/* Gold */
	font-weight: bold;
}

.ccrimson
{
	color: #CD3333;								/* Crimson */
}

.ccrimsonbold
{
	color: #CD3333;								/* Crimson */
	font-weight: bold;
}

.cwhite
{
	color: #FFFFFF;
}

.cwhitebold
{
	color: #FFFFFF;
	font-weight: bold;
}

.cgreybold
{
	color: #DCD6D6;							/* Med Stone */
	font-weight: bold;
}

.ccobalt
{
	color: #0052CC;							/* Cobalt */
}

.ccobaltbk
{
	background-color: #0052CC;			/* Cobalt */
}

.cbluehr
{
	background-color: #0052CC;				/* Cobalt */
	color: #0052CC;										/* Cobalt */
	height: 5px;
	margin: 1% 0;
}

.cbluebar
{
	background-color: #0052CC;				/* Cobalt */
}

.cltmink
{
	color: #D9D1D1;							/* Lt Mink */
}

.cltminkbar
{
	background-color: #D9D1D1;			/* Lt Mink */
}

.cdkstonebar
{
	background-color: #A0A0A0;			/* Dk Stone */
}

.cgoldbar
{
	padding: 0.5% 0;
	background-color: #FFCF0B;			/* Gold */
	text-align: left;
}

.cblackbar
{
	padding: 0.1% 0;
	background-color: #000000;
	text-align: right;
}

.cwhitebar
{
	padding: 2%;
	background-color: #FFFFFF;
}

.cbold
{
	font-weight: bold;
}

.citalic
{
	font-style: italic;
}

.c250
{
	font-size: 250%;
}

.c225
{
	font-size: 225%;
}

.c175
{
	font-size: 175%;
}

.c150
{
	font-size: 150%;
}

.c125
{
	font-size: 125%;
}

.c100
{
	font-size: 100%;
}

.c95
{
	font-size: 95%;
}

.c75
{
	font-size: 75%;
}

.c70
{
	font-size: 70%;
}

.csp120
{
	line-height: 120%;
}

.csp150
{
	line-height: 150%;
}

.csp240
{
	line-height: 240%;
}

.padbot1
{
	padding-bottom: 1%;
}


/* HEADER */

.cwhiteouter
{
	background-color: #FFFFFF;
	position: relative;
}

div#ibreakingbar
{
	padding: 1% 0;
	text-align: left;
	background-color: #000000;			/* Black */
	color: #FFFFFF;										/* White */
	font-size: 145%;
}

div#ibreakinginner
{
	display: block;
	width: 95%;
	text-align: left;
}

div#ibreakinginnersm
{
	display: none;
	width: 95%;
	text-align: left;
}

td#ibluebarleft
{
	width: 14%;
}

td#ibluebarmid
{
	width: 55%;
}

td#ibluebarright
{
	text-align: right;
	vertical-align: bottom;
}

.ccontacticons
{
	width: 85%;
}

.ccentered-tabs
{
	position: relative;
	text-align: center;
	background-color: #C5BABA;			/* Mink */
}

.cqlul, .cawardsul
{ 
	display: block;
	list-style: none; 
	padding: 0.75%;
}

.cqlul
{
	width: 90%; 
	display: table; 
	table-layout: fixed;
}

.cawardsul
{
	width: 97%; 
	display: table; 
	table-layout: fixed;
}

.ctabs
{
	display: block;
	margin: 5%;
}

.ctabssm
{
	display: none;
}

.ctabs li, .ctabssm li
{ 
	display: block;
	padding: 1.5% 3%;
	white-space: nowrap;
}

.ctabs a, .ctabssm a
{ 
	color: #000000;
	padding: 1.5% 3%;
}

.ctabs a:hover, .ctabssm a:hover
{
	color: #0052CC;										/* Cobalt */
	background-color: #F2F2F2;					/* Stone */
}

.cqlul li, .cawardsul li
{
	display: table-cell;
	width: auto;
	position: relative; 
	text-align: center;
	vertical-align: top;
}

.cqlul a, .cawardsul a
{ 
	display: inline;
	text-decoration: none;
	font-family: 'RobotoCondensed', Arial, Helmet, Freesans, sans-serif;
	color: #0052CC;										/* Cobalt */
}

img#ilogo
{
	width: 85%;
}

div#icontacttextdiv
{
	padding-bottom: 5%;
}

table#icontacttable
{
	width: 95%;
	padding-bottom: 2%;
}

div#inamediv
{
	padding-top: 1%;
}

div#ihiring
{
	position: absolute; 
	bottom: -5%; 
	left: 10%;
	right: 10%; 
	color: #CD3333;
	font-size: 90%;
}

/* LEFT MENU */
#inavslidergrid
{
	display: grid;
	grid-template-columns: 24% 76%;
	background: #ABD0F2;				/* Light Blue */
}

.ctabsfont
{
	font-size: 175%;
}

.trimenu
{
	width: 22px;
	vertical-align: middle;
}

/* DANIELLE */
table#idanigreyinner
{
	width: 95%;
}

table#idanielletable
{
	display: table;
	border-collapse: collapse;
	height: 100%;
}

table#idanielletablesm
{
	display: none;
}

img#idanielle
{
	display: block;
}

td#idanioutertd
{
	width: 60%;
}

td#idanielletd
{
	vertical-align: top;
	width: 20%;
}

td#idanitext
{
	font-size: 150%;
}

.ctrackerred
{
	color: darkred; 
}

.cmytracker1
{
	height: 23%; 
	background-color: #D9D1D1;
	padding: 3% 5%;
}

.cmytracker
{
	height: 23%; 
	background-color: #E6E1E1; 
	padding: 3% 5%;
}

.ctrackertd
{
	vertical-align: top;
}

.ctrackermed
{
	background-color: #E6E1E1; 
	width: 90%; 
	padding: 3% 5%;
	margin-bottom: 2%;
}

.ctrackb
{
	padding-top: 5%;
}

#itracker
{
	width: 50%;
}

/* QUICK LINKS */

a#irivco, a#iperris, a#imoval, a#irivci
{
	display: none;
}

.cqlul li div, .cawardsul li div
{
	display: inline-block;
}

.cawardsul li div
{
	text-align: center;
}

div#iaboutmenu:hover span
{
	display: block;
	position: absolute;
	top: 90px;
	left: 20px;
	z-index: 90;
}

div#iaboutmenu:hover a#irivco, div#iaboutmenu:hover a#iperris, div#iaboutmenu:hover a#imoval, div#iaboutmenu:hover a#irivci
{
	display: block;
   z-index: 100;
	padding: 5%;
	border-top: 1px solid #FFFFFF;
	border-left: none;
	border-right: none;
	background: #F6F1DE;			/* Wheat */
	text-align: left;
	color: #0052CC;						/* Cobalt */
}

div#iaboutmenu a#irivco:hover, div#iaboutmenu a#iperris:hover, div#iaboutmenu a#imoval:hover, div#iaboutmenu a#irivci:hover
{
	background: #0052CC;			/* Cobalt */
	color: #F6F1DE;						/* Wheat */
}

td#iabouttd
{
	position: relative;
}

.cquickimg
{
	width: 50px;
}

/* RAVING FANS */
.cfanimg
{
	width: 100%;
}

.cquote
{
	width: 70%;
}

.cfanhighlight
{
	font-size: 150%;
}

/* AWARDS */

div#iawards
{
	display: block;
}

div#iawardssm
{
	display: none;
}

div#iawardsbar, div#ifanbar
{
	padding: 0.5% 0;
}

.cawardshr
{
	background-color: #000000;
	color: #000000;
	height: 3px;
	margin-bottom: 8%;
}


/* NEWSLETTER FORM */

table#inewstable
{
	width: 100%;
}

img#inewsimg
{
	z-index: 15;
}

div#inewstitlediv
{
	padding: 3% 0;
}

td#inewstd
{
	position: relative;
	width: 25%;
	padding-right: 2%;
}

div#iournews
{
	z-index: 20;
	position: absolute;
	top: 0px;
	left: 10px;
	background-color: #0052CC;	/* Cobalt */
	color: #FFFFFF;
	width: 75%;
}

div#iournewsinner
{
	width: 80%;
	padding: 5% 0;
}

.basictext
{
	color: #000000;
}

.errortext
{
	color: #CD3333;					/* Crimson */
}

input#isubmit
{
	margin-left: 10%;
	padding: 5% 25%;
}

input#isubmit2
{
	margin-left: 10%;
	padding: 5% 15%;
}

td#inewsspacertd
{
	width: 7%;
	vertical-align: bottom;
	padding-bottom: 3%;
	text-align: right;
}


/* FOOTER */
div#ifooterdiv
{
	display: block;
}

div#ifooterdivsm
{
	display: none;
}

/* GREEN ACRES */
.cgreenimg
{
	width: 60%;
}

.cgreenimg2
{
	width: 80%;
}

.cgreenbox
{ 
	width: 48%; 
	border: 2px solid #0052CC; 
	padding: 2%;
}

/* MEETINGS n AGENDAS */
.cmeetingtext
{
	font-size: 125%;
}

/* ABOUT THE JPA */
.cabouttable
{
	width: 90%;
}

.cabouttable td
{
	vertical-align: top;
	text-align: justify;
	line-height: 150%;
}

/* CONTACT THE JPA */

.cmap
{
	width: 500px;
	height: 375px;
}

#icontactparent
{
	width: 70%;
}

.ccontleft, .ccontright
{
	width: 50%;
}

table#icontacttable input, table#icontacttable textarea
{
	font-family: 'RobotoCondensed', Arial, Helmet, Freesans, sans-serif;
	font-size: 100%;
	line-height: 150%;
}

/* BREAKING NEWS */
.cnewsimgl
{
	width: 50%;
	float: right; 
	padding: 0 0 5% 5%;
}

.cnewsimgp
{
	width: 35%;
	float: right; 
	padding: 0 0 5% 5%;
}

.chomenewsimgp
{
	width: 65%;
}

.chomenewsdate
{
	font-size: 125%;
	font-weight: bold;
}

.chomenewstitle
{
	font-size: 150%;
	font-weight: bold;
}

/* FTZ and GREEN ACRES*/
.cftzboxtable, .cgaboxtable
{
	width: 50%;
}

.cftzboxtable td, .cgaboxtable td
{
	background-color: #F6F1DE;
}

.cftztable, .cgatable
{
	width: 95%;
	padding: 5% 0 0 0;
}

.cftztablesm
{
	width: 50%;
	padding: 5% 0 0 0;
}

.cftztable td, .cftztablesm td, .cgatable td, .cgatablesm td
{
	font-family: 'RobotoCondensed', Arial, Helmet, Freesans, sans-serif;
	font-size: 125%;
}

.cgatablesm
{
	width: 75%;
	padding: 5% 0 0 0;
}

.cgatablesm2
{
	width: 95%;
	padding: 5% 0 0 0;
}

.cgatablesm2 td
{
	font-family: 'RobotoCondensed', Arial, Helmet, Freesans, sans-serif;
	font-size: 100%;
	vertical-align: middle;
}

.cgatablesm2 input
{
	margin: 1%;
	padding: 1%;
}

.cftzimg
{
	width: 95%;
}

div#ipara
{
	width: 50%;
}

.cftzleft
{
	width: 25%;
}

.cftzright, .cgaright
{
	width: 75%;
}

.cgaleft
{
	text-align: right;
	width: 25%;
}

.cgaleft2
{
	width: 40%;
}

.cgaright2
{
	width: 60%;
}

input#ipartnerdesc
{
	width: 75%;
}

/* MANUFACTURING MONTH CALENDAR */
#imfgbanner
{
	display: table;
	width: 100%;
}

#imfgbanner-sm
{
	display: none;
}

#imfglogo
{
	width: 80%;
}

.cmfgbannertext
{
	font-size: 300%;
}

#icaltable
{
	display: table;
}

#icaltablesm
{
	display: none;
}

.ccaltable
{
	width: 95%;
	padding-top: 1%;
}

.ccalhead
{
	width: 12%;
	color: #B4B4B4;
	font-family: 'RobotoCondensed', Arial, Helmet, Freesans, sans-serif;
	text-align: center;
	font-size: 125%;
	border: 5px solid white;
}

.ccalspacer
{
	width: 2%;
}

.ccalbar
{
	background-color: #999999;
	color: #FFFFFF;
	font-family: 'RobotoCondensed', Arial, Helmet, Freesans, sans-serif;
	text-align: right;
	font-size: 125%;
	padding-right: 5%;
	margin-bottom: 5%;
}

.ccalday
{
	vertical-align: top;
	border: 5px solid white;
	height: 175px;
	padding: 0.5%;
}

.ccalday:hover
{
	background-color: #FFCF0B;
}

.ceventtitle
{
	font-family: Constantina, Georgia, 'Nimbus Roman No9 L', serif;
	color: #0052CC;
	font-size: 100%;
}

.ceventtext
{
	font-family: 'RobotoCondensed', Arial, Helmet, Freesans, sans-serif;
	color: #666666;
	font-size: 100%;
}

.ccallogos
{
	height: 125px;
}

.cmulti
{
	text-align: left;
	width: 30%;
	margin-bottom: 2%;
}

.cdate
{
	background-color: #999999;
	color: #FFFFFF;
	font-family: 'RobotoCondensed', Arial, Helmet, Freesans, sans-serif;
	font-size: 125%;
	padding-right: 5%;
	margin-bottom: 1%;
}	

.ceventmulti
{
	padding-left: 10%;
	margin-bottom: 2%;
}

.ceventmulti:hover
{
	background-color: #FFCF0B;
}

/* BUSINESS AND JOBS */

.chiringtable
{
	width: 50%;
	border-collapse: separate;
	border-style: outset;
	border-width: 3px;
	border-spacing: 2px;
}	
	
.cspacedtable td
{
	text-align: center;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: inset;
	padding: 5px;
}

#i2018golftable1, .csponsortable
{
	width: 60%;
	border-collapse: collapse;
}

.csponsortitle
{
	width: 25%;
	text-align: center;
	vertical-align: top;
	font-family: Constantina, Georgia, 'Nimbus Roman No9 L', serif;
	background-color: #0052CC;					/* Cobalt */
	color: #FFFFFF;
	font-size: 120%;
	padding: 10px;
}

.csponsorlogo
{
	text-align: center;
	background-color: #FFFFFF;
	vertical-align: middle;
	padding: 10px;
}

.c2018golfimg
{
	width: 10%;
}

.c2018golftd
{
	width: 26%;
}

.c2018golftdsp
{
	width: 11%;
}


@media screen and (max-width: 1725px)
{
	.ccallogos
	{
		height: 100px;
	}
	
	.ctabsfont
	{
		font-size: 170%;
	}
}

@media screen and (max-width: 1550px)
{
	.ctabsfont
	{
		font-size: 125%;
	}
	
	.trimenu
	{
		width: 18px;
	}
	
	td#idanielletd
	{
		width: 22%;
	}	
	
	div#iawards
	{
		display: none;
	}
	
	div#iawardssm
	{
		display: block;
	}
	
	table#idanielletablesm
	{
		display: table;
	}

	table#idanielletable
	{
		display: none;
	}
	
	.chomenewsimgp
	{
		width: 95%;
	}
	
	.cmfgbannertext
	{
		font-size: 250%;
	}
	
	div#ihiring
	{
		bottom: -10%;
	}
	
	.c2018golfimg
	{
		width: 15%;
	}
}

@media screen and (max-width: 1400px)
{
	div#ipara
	{
		width: 75%;
	}
	
	.cftzboxtable, .cftztablesm, .cgaboxtable
	{
		width: 75%;
	}
	
	.cftzleft, .cgaleft
	{
		width: 30%;
	}
	
	.cftzright, .cgaright
	{
		width: 70%;
	}
}

@media screen and (max-width: 1300px)
{
	td#idanielletd
	{
		width: 25%;
	}	
	
	.cmfgbannertext
	{
		font-size: 225%;
	}
	
	.ccallogos
	{
		height: 75px;
	}

	#itracker
	{
		width: 75%;
	}
	
	#i2018golftable1, .csponsortable
	{
		width: 70%;
	}
}

@media screen and (max-width: 1200px)
{
	.c100
	{
		font-size: 95%;
	}
	
	.c125
	{
		font-size: 100%;
	}
	
	.c225
	{
		font-size: 175%;
	}
	
	.ctabsfont
	{
		font-size: 15px;
	}
	
	.trimenu
	{
		width: 14px;
	}
	
	.cquickimg
	{
		width: 40px;
	}
	
	div#iaboutmenu:hover span
	{
		top: 70px;
	}
	
	.chomenewsdate
	{
		font-size: 100%;
	}

	.chomenewstitle
	{
		font-size: 125%;
	}

	.cmap
	{
		width: 400px;
		height: 300px;
	}
	
	.cfanimg
	{
		width: 80%;
	}
	
	.cquote
	{
		width: 80%;
	}
	
	.cfanhighlight
	{
		font-size: 125%;
	}
}

@media screen and (max-width: 1100px)
{
	#icontactparent
	{
		width: 95%;
	}
	
	.ccontleft
	{
		width: 25%;
	}
	
	.ccontright
	{
		width: 75%;
	}
	
	#i2018golftable1, .csponsortable
	{
		width: 80%;
	}
}

@media screen and (max-width: 1070px)
{
	div#ibreakingbar
	{
		font-size: 110%;
	}
	
	.ccontacticons
	{
		width: 95%;
	}
	
	.c250
	{
		font-size: 225%;
	}
	
	.cmfgbannertext
	{
		font-size: 200%;
	}
	
	.ccallogos
	{
		height: 50px;
	}
	
	.c2018golfimg
	{
		width: 20%;
	}
}

@media screen and (max-width: 910px)
{
	.c100
	{
		font-size: 75%;
	}
	
	.c150
	{
		font-size: 125%;
	}
	
	.csp150
	{
		line-height: 200%;
	}
	
	.ctabsfont
	{
		font-size: 13px;
	}
	
	.cqlul
	{
		padding-top: 1.5%;
	}

	.chomenewsdate, .chomenewstitle
	{
		font-weight: normal;
	}
	
	div#iournews
	{
		top: 0;
		left: 12px;
	}

	div#ifooterdiv
	{
		line-height: 250%;
	}

	div#ifooterdiv a
	{
		padding: 1%;
	}
	
	.cmap
	{
		width: 300px;
		height: 225px;
	}
	
	#icaltable
	{
		display: none;
	}

	#icaltablesm
	{
		display: table;
	}

	.ccalbarfirst
	{
		background-color: #999999;
		color: #FFFFFF;
		font-family: 'RobotoCondensed', Arial, Helmet, Freesans, sans-serif;
		font-size: 125%;
		text-align: left;
		padding-left: 5%;
		margin-bottom: 0.5%;
	}
	
	.ccalbar
	{
		text-align: left;
		padding-left: 5%;
		margin-top: 2%;
		margin-bottom: 0.5%;
	}

	.ccalday
	{
		vertical-align: top;
		border: none;
		height: auto;
		padding: 0 0 0 5%;
	}

	.ceventtitle, .ceventtext
	{
		font-size: 125%;
	}
	
	#imfglogo123
	{
		width: 60%;
	}

	#i2018golftable1, .csponsortable
	{
		width: 95%;
	}
	
	.c2018golftd
	{
		width: 28%;
	}

	.c2018golftdsp
	{
		width: 8%;
	}
	
	.csponsorlogo img
	{
		width: 70%;
	}
	
	.csponsorlogo
	{
		padding: 10px 0;
	}
	
	div#ipara
	{
		width: 95%;
	}
	
	.cftzboxtable, .cftztablesm, .cgaboxtable, .cgatablesm
	{
		width: 95%;
	}
}

@media screen and (max-width: 775px)
{
	#inavslidergrid
	{
		display: block;
	}
	
	nav
	{
		border-bottom: 10px solid #63A8E7;
	}
	
	.ctabs
	{
		display: none;
	}
	
	.ctabssm
	{
		display: block;
		line-height: 50px;
	}
	
	.ctabssm li
	{
		display: inline;
	}
	
	.ctabssm a
	{
		margin: 0;
		padding: 2% 3% 2% 1.5%;
	}
	
	.c100
	{
		font-size: 65%;
	}

	.cwidth50
	{
		width: 80%;
	}
	
	div#iaboutmenu:hover span
	{
		top: 60px;
	}
	
	div#icontacttextdiv
	{
		font-size: 125%;
	}
	
	td#ibluebarmid
	{
		width: 50%;
	}
	
	div#ihiring
	{
		bottom: -25%; 
	}

	span#iqltitle
	{
		font-size: 125%;
	}

	div#iaboutmenu:hover a#irivco, div#iaboutmenu:hover a#iperris, div#iaboutmenu:hover a#imoval, div#iaboutmenu:hover a#irivci
	{
		padding: 10% 5%;
	}
	
	div#ifooterdiv
	{
		display: none;
	}

	div#ifooterdivsm
	{
		display: block;
		line-height: 250%;
	}

	div#ifooterdivsm a
	{
		padding: 2%;
	}
	
	#imfgbanner
	{
		display: none;
	}
	
	#imfgbanner-sm
	{
		display: table;
		width: 100%;
	}
}

@media screen and (max-width: 700px)
{
	.cftzleft, .cgaleft
	{
		width: 40%;
	}
	
	.cftzright, .cgaright
	{
		width: 60%;
	}
}


@media screen and (max-width: 600px)
{
	div#ihiring
	{
		display: none;
	}
	
	.csponsorlogo img
	{
		width: 50%;
	}
}
