@charset "UTF-8";
/* Ira Meyer
** CSS styles for Home Page
** Created by Jessica Greenwalt
** www.jgreenwalt.com
** Updated: March 29, 2010 */

html {background:#4D4D4D url(../img/bg_home.png) top left repeat-x;}

#billboard {
	margin-top:1px;
	position:relative;
	z-index:80;}
*+html #billboard {margin:0 auto;margin-top:-2px;} /* IE7 */

#billboard a {
	display:inline-block;
	height:335px;
	text-decoration:none;}
*+html #billboard a {display:block;float:left;height:335px;text-indent:-9999px;} /* IE7 */

#billboard a span {display:none;}

#billboard a:hover span {
	display:block;
	background:#000;
	text-align:center;
	color:#fff;
	position:absolute;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	padding:1em 0 1em 0;
	color:#ff7119;}

a.link_g_1,
a.link_g_3,
a.link_g_4,
a.link_g_5,
a.link_g_7 {width:125px;}

a.link_g_1:hover span,
a.link_g_3:hover span,
a.link_g_4:hover span,
a.link_g_5:hover span,
a.link_g_7:hover span {width:125px;}

a.link_g_2,
a.link_g_6 {width:126px;}

a.link_g_2:hover span,
a.link_g_6:hover span {width:126px;}

a.link_g_1 {background:url(../img/home_polar_bears.jpg) top left no-repeat;}
a.link_g_1:hover {background:url(../img/home_polar_bears_o.jpg) top left no-repeat;}

a.link_g_2 {background:url(../img/home_red_trees.jpg) top left no-repeat;}
a.link_g_2:hover {background:url(../img/home_red_trees_o.jpg) top left no-repeat;}

a.link_g_3 {background:url(../img/home_butterflies.jpg) top left no-repeat;}
a.link_g_3:hover {background:url(../img/home_butterflies_o.jpg) top left no-repeat;}

a.link_g_4 {background:url(../img/home_ice_hole.jpg) top left no-repeat;}
a.link_g_4:hover {background:url(../img/home_ice_hole_o.jpg) top left no-repeat;}

a.link_g_5 {background:url(../img/home_penguin.jpg) top left no-repeat;}
a.link_g_5:hover {background:url(../img/home_penguin_o.jpg) top left no-repeat;}

a.link_g_6 {background:url(../img/home_old_man.jpg) top left no-repeat;}
a.link_g_6:hover {background:url(../img/home_old_man_o.jpg) top left no-repeat;}

a.link_g_7 {background:url(../img/home_nude.jpg) top left no-repeat;}
a.link_g_7:hover {background:url(../img/home_nude_o.jpg) top left no-repeat;}

.fancy_box {
	background:url(../img/quotation_life.png) top left no-repeat;
	width:582px;
	height:121px;
	text-indent:-9999px;
	margin:0 auto;
	position:relative;
	margin-top:-64px;
	z-index:90;}
*+html .fancy_box {margin-top:-60px;} /* IE7 */

img.signature {
	position:absolute;
	bottom:0;
	right:0;}