/**
  Club Staffing  // PRINT
*************************/
/* Jello */
body {
	padding:0;
	margin:0;
	width:680px;
}		
#sizer {
	margin:0 auto 0 auto; /* this centers the wrappers in standards browsers */
	margin-left:0;
	width:680px; /* here is the critical value for customizing the Jello behavior */
	max-width:680px;/* version for IE is at the bottom of this style block */
}	
#expander {
	background-color:#fff;
	margin:0; /* these side margins should be the same or slightly less than body paddings */
	min-width:680px; /* This prevents Safari from losing the negative margins in narrow windows */
	position:relative;
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { 
	width: 100%; 
} 
/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display:inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display: block; }
/* End hide from IE-mac */

#wrapper2 { background-image:none; }

a { font-weight:bold; text-decoration:none; }
/* * * * * * * * * * * * * * * * * */
#header { height:auto; }
#header img { margin:10px 0 5px 18px ; }
#header p.callToAction, #navigation, #subNavigation, .subNavigation { display:none; }

/*column1*/
#column1 { color:#000; margin:0; width:680px; }
div.home { background-image:none; }
div.home h1.welcome span, div.home p { margin-left:0; }
div.home ul.specList { margin:25px 0 0 0; }
div.home ul.specList a, div.home h1.tagLine { color:#000; }
div.subPageContent div.content { padding-right:0;}
div.subPageContent p, div.subPageContent h2, div.subPageContent h3, div.subPageContent table, div.subPageContent ul, div.subPageContent h4 { margin-left:0px; }
div.subPageContent h1 { padding:0; color:#1a1d5d; text-transform:capitalize; margin-top:10px;
	margin-bottom:1.0em; background-image:none; background-color:#fff; border-top:1px solid #1a1d5d; }
div.subPageContent h2 { color:#6677a0; margin-left:0; padding-left:0; }
div.subPageContent img.secondaryPhoto { display:none; }
div.subPageContent h4.divider1, div.subPageContent h3.divider1, div.subPageContent p.divider1 {
	padding-top:0.9em; margin-top:0.9em; margin-left:0; padding-left:0; border-top:1px solid #cf8c2c; }
div.subPageContent h3.divider1 { padding-top:0.6em; margin-top:0.6em; }

/*Third tier navigation*/
#thirdNav { display:none; }

/*FAQ*/
.faq h3 { margin-left:0; padding-left:0; margin-bottom:0; background-image:none; }
.faq p { margin-left:0; padding-left:0; }
.faq p.answer { background-image:none; }

/*Resource Rail*/
#resourceRail { display:none;}

/*Footer*/
#footer, #footer p.contact a { background-image:none; }
#footer p.goldSeal, #footer p.vha { margin:2px 0 0 10px; }
#footer p.goldSeal { padding:5px 10px 5px 10px; }
#footer p.vha { padding:0 10px 40px 10px; }
#footer p.contact { color:#000; width:150px; text-align:right; }
#footer p.contact a, #footer p.contact span { padding-left:0; }

/*Internal Contact*/
div.contact { margin:1.0em 0 0 0; color:#1a1d5d; width:auto; font-weight:bold; float:none;
	background-color:#fff; background-image:none; }
div.contact p { text-align:center; background-color:#fff; }
div.contact img { display:none; }
div.contact a { color:#1a1d5d; }

/*Application Contact Forms*/
/*Other*/
.phone { font-weight:bold; }
.stateList { border-collapse:collapse; width:70%; margin:.5em 0 1em 0; }