/*  -------------------------------------------------------------------
    Reset - August 2008 ----------------------------------------------- */
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, code,
    del, dfn, img, q, dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        border:0;
        font-family:inherit;
        font-size:1em;
        font-style:inherit;
        font-weight:inherit;
        margin:0; padding:0;
        vertical-align:baseline;
    }	
    body { font-size:100.01%; line-height:1; }
    table { border-collapse:collapse; border-spacing:0; }
    caption, th, td { text-align:left; font-weight:normal; }
    blockquote:before, blockquote:after, q:before, q:after { content: ""; }
    blockquote, q { quotes:"" ""; }
    embed:hover, embed:active:hover, embed:visited:hover { border:0px #fff solid; }
    
    
/*  -------------------------------------------------------------------
	Redefine Tag ------------------------------------------------------ */
	body {
		color:#000;
		font-family:georgia, times, serif;
		font-size:14px; line-height:24px;
	}
	p { margin-bottom:15px; }
	a, a:visited {
		color:#000;
		text-decoration:none;
	}


/*  -------------------------------------------------------------------
	Shell ------------------------------------------------------------- */	
	#content {
		clear:both;
		padding:0;
	}
	

/*  -------------------------------------------------------------------
	Header ------------------------------------------------------------ */
	h1 { display:none; }
	#l_print { float:right; }
	
	/*Menu*/
	#menu { display:none; }	
	#bg_reptile, #bg_fish, #bg_water { display:none; }


/*  -------------------------------------------------------------------
	Layout ------------------------------------------------------------ */
	.col1 {
		float:left;
		width:48%;
	}
	.col2 {
		float:right;
		width:48%;
	}
	.clear { clear:both; }


/*  -------------------------------------------------------------------
	Gmap -------------------------------------------------------------- */
	#gmap_wrapper { border:1px #cdb7a8 solid; width:381px; }
    #gmap { width:381px; height:313px; }
    
    
/*  -------------------------------------------------------------------
	Footer ------------------------------------------------------------ */		
	#footer { display:none; }
	

/*  -------------------------------------------------------------------
	Fonts ------------------------------------------------------------- */		
	h2, h3, h4 { color:#00307c; }

	h2 {
		border-bottom:1px #bfbfbf solid;
		clear:both;
		font-size:32px; line-height:36px;
		margin:40px 0 32px 0; padding-bottom:20px;
	}
	
	h3 {
		font-size:24px; line-height:30px;
		margin-bottom:14px;
	}
	h4 {
		font-size:16px; line-height:18px;
		margin:20px 0 5px 0;
	}
	
	
	address {
		border:1px #cdb7a8 solid;
		margin-top:25px; padding:20px;
		text-align:center;
	}
	
	
/*  -------------------------------------------------------------------
	Other ------------------------------------------------------------- */	
	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
	
	
	
	