/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Pet Health Info
	CSS Document
	Author: 9xb.com
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* ---------------------------------- */
/* DEFAULT STYLES
/* ---------------------------------- */
	
	html, body {
		font: 12px/1em arial, helvetica, tahoma, sans-serif;
		color: #000;
		line-height:normal;
	}
	
	body {
		margin: 0;
	}

/* ---------------------------------- */
/* GLOBAL STYLES
/* ---------------------------------- */

	.hidden, .screen_reader, hr {
		display: none;
	}
	
	a img {
		border: 0;
	}

	a {
		color:#00aeef;
		}

	.clear {
		clear: both;
	}
	
	.floatL {
		float: left;
	}
	.floatR {
		float: right;
	}
	.floatLimg {
		float: left;
		margin: 0 20px 10px 0;
		padding: 2px;
	}
	.floatRimg {
		float: right;
		margin: 0 0 10px 20px;
		padding: 2px;
	}
	hr {
		display: none;
	}

/* ---------------------------------- */
/* MAJOR DIVISIONS
/* ---------------------------------- */
		
	#navigation {
		height:80px;
		display:none;
		}
		
	#footer, #topnavigation {
		display:none;
		}

/* ---------------------------------- */
/* HEADER ELEMENTS  */   
/* ---------------------------------- */	

	form#search {
		display:none;
		}



	#leftcol h2 {
		font-size:1.3em;
		}
	
	#content h2 {
		font-size:2em;
		}
	
	#content h3 {
		font-size:1.6em;
		}

