@charset "utf-8";
/* CSS Document */

body
{
	min-height:100%;
	min-width:100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10pt;
	color:#000;
	overflow:hidden;
}

#background_gradient
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:650px;
	background-image:url(images/index/background.jpg);
	background-repeat:repeat-x;
	z-index:-1000;
}

#content
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#title
{
	padding-left:100px;
	width:700px;
	margin-top:30px;
	font-size:24pt;
	font-weight:bold;
}

#address
{
	position:relative;
	top:-60px;
	font-size:7pt;
	width:800px;
	text-align:right;
	margin-right:20px;
	margin-bottom:-40px;
	z-index:1;
}

#index_graphics_bar
{
	position:relative;
	width:900px;
	text-align:center;
	z-index:2;
}

.graphic_padding
{
	padding:-2px;
	margin:-2px;
}

#index_graphic_bar_background
{
	position:relative;
	top:-74px;
	width:900px;
	text-align:center;
	z-index:-10;
}

#index_white_container
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:820px;
	height:320px;
	background-color:#ffffff;
	text-align:center;
	margin-top:-50px;
}

#footer
{
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	height:25px;
	background-color:#9f9f9f;
}

/* overlay for newsletter sign up */
.overlay
{
    background-image:url(Images/overlay.png);
    position:absolute;
    top:0px;
    left:0px;
    z-index:9888;
    width:100%;
    height:100%;
}
.signup
{
    background-image:url(Images/signup.png);
    width:318px;
    height:223px;
    z-index:9998;
}
.signupContent
{
    position:absolute;
    top:15px;
    width:270px;
    left:30px;
}
.closeButton
{
    position:absolute;
    right:20px;
    top:20px;
    width:17px;
    height:17px;
    z-index:9999;
}
