/**
 * Style rules for the print view
 * @author Luis Pirir luispirir@gmail.com
 */
*, html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	font-size: 12px;	
}
/** LAYOUT **/
#wrapper {
	background-color: #fff;
	margin: auto;
	font-family: Arial, sans-serif;
}
	/** HEADER **/
	#header {
		height: 153px;
		position: relative;
		background: url(../images/bg_header.jpg) top right no-repeat; 
	}
		#header h1 {
			background: url(../images/ips_logo.jpg) no-repeat;
			width: 345px;
			height: 153px;
			text-indent: -9999px;
		}
		#header #menu-top {
			display: none;
		}
	/** CONTENT **/
	#content {
		overflow: hidden;
		padding: 1em 0;
		margin: 2em 0;
	}
		#sidebar-left {
			display: none;
		}	
		 #text {						
			line-height: 1.4em;
			color: #424242;			
		  }
		  	#text h4.breadcrumb { margin-bottom: 2.0em; font-size: 0.9em; }
				#text .breadcrumb a {
					color: #2A2637;
					border-bottom: 1px solid #2A2637;
				}
			#text ul, #text ol { margin: 1em 2em; }			
			#text p { padding: 0.5em 0; }			
			#text .postline { 
				overflow: hidden; 
				margin-bottom: 0.5em;	
			}
				.postline h3 { margin-bottom: 0.5em; }
			#text form {}
				#text form input, #text form textarea {
					border: 1px solid #424242;
					padding: 3px;
					font: 1.1em Tahoma, Arial, sans-serif;
					color: #424242;
				}
			#text a {
				color: #3396b1;
				text-decoration: none;
				border-bottom: 1px solid #3396b1;
			}
				#text a:hover { 
					border-bottom-color: #978651;
					color: #978651;
				}
	/** FOOTER **/
	#footer {
		display: none;
	}	
