/* ---------------------------------------------
Mak Solutions
Print Styles
author: Cyberwoven
version:  2008.10
----------------------------------------------- */


.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
}

body { background:white; font-size:8pt; font-family:helvetica, arial, sans-serif; line-height:1.6em; }

#wrapper { width:auto; margin:0 5%; }

#header { margin-bottom:30px; }

#main_content { float:none !important; }

a:link, a:visited { text-decoration:underline; color:#666; }

#main_nav, #second_nav, #sub_nav, #footer { display:none; }

#header h1, #header h2 { text-transform:uppercase; }

#header h1 a:link, #header h2 a:link, #header h1 a:visited, #header h2 a:visited { text-decoration:none; color:#000; }

#header h1 { font-size:12pt; }

#header h2 { font-size:11pt; }

#main_content h3 { font-size:10pt; font-weight:bold; padding:9px 12px; margin-left:-12px; margin-right:-12px; background:#ccc; }

#main_content h4 { font-size:9pt; font-weight:bold; padding:8px 12px; margin-left:-12px; margin-right:-12px; border:solid 1px #ccc; border-bottom:none; }

#main_content h5 { font-size:9pt; font-weight:bold; }

#main_content h6 { font-size:8pt; font-weight:bold; }

#main_content p img { float:right; margin:0 0 20px 20px }

#footer ul, ul#footer { padding:0; margin:10px 0 0 0; }
	
	#footer ul li, ul#footer li { list-style-type:none; display:inline; margin-right:20px; }
	


/* forms */

label { display:block; width:80px; }
input { margin: 6px 0 6px 4px; }




