@charset "utf-8";
/* CSS Document */
/* Print styles  - JPJR 02 2009 
secondary file of MultcoHomeGrid.jsp
updated - JLPJR 03.13.2009 */

/*//////////////////////////////// Set Defaults ///////////////////////////////////*/
* {
	float: none !important;
}

body {
	margin: 0px;
	padding: 0px;

	list-style: none;
	border: 0px;
	
	font-size: 62.5%;
	letter-spacing: 0em;
	text-indent: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

}

/*//////////////////////////////// Main Containers /////////////////////////////////////*/
#siteWrapper {
	margin-top: 10px;
	width: 650px !important;
	text-align: left;
}

#MultCoLogo {
	float: none !important;
	margin: 0;
	padding: 0;
}

#contentbox_wrapper {
	padding-top: 2em;
	text-align: left;
}

#Column2 {
	float: none !important;
    width: auto !important;
	height: 100% !important;
    height: auto;
	margin: 0;
}

#Column2 div {
	/*height: 100% !important;
	height: auto;*/
    border: none !important;
}

/*/////////////////////////// Printed page specs ///////////////////////////////////////*/
/* --Fixes the firefox print bug which cuts the page off instead of continuing the content onto the next page -- */

#skipNav, #utilities, #howMenu, #searchInput, #easyButtons, div.navbar, div#vgn-div-float-bottom-left, #controls, #breadcrumb, .epi-BG3, object {
	display: none;
}

#Column1, #Column3, #Column2 img {
	width: 0 !important;
	display: none !important;
}

hr {
    margin: 10px 0 !important;    /*this is the Firefox/Opera margin*/
    margin: 5px 0;               /*this is the IE margin - 7px - less*/
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #999; 
	border-style: none none dotted;
	width:99%;
	clear: both;
}

/*///////////////////////////// Font adjustments for printing //////////////////////////////////*/
p {
	font-size: 10pt !important;
	width: 600px !important;
	border: none !important;
}

li {
	font-size: 10pt !important;
	list-style: disc;
    display: block;
}

li li {
	list-style: circle;
    display: block;
}

#contentbox_wrapper #kwick #drag {
	display: block !important;
}

#contentbox_wrapper #kwick ul {
	width: 600px !important;
    margin: 0 !important;
    padding: 0 !important;
	overflow: visible;
}

#kwick .kwicks li {
	width: 35% !important;
    margin: 1em 0 0 0 !important;
    padding: 0 !important;
}

#kwick .kwicks li .vidTitle {
    display: block;
}

#kwick .kwicks li p {
	width: 55% !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}


