/* screen_home.css Mayer */

html {
margin:0;
padding:0;
text-align:center;
height:100%;
}

body {
margin:0;
padding:0
}

#body_wrap.home {
margin:0 auto -25px;
}

div#slideshow_0_wrap {
position:fixed; 
top:-50%; 
left:-50%;
width: 200%; 
height: 200%;
z-index: -5;
}

div#slideshow_0_wrap img {
position: absolute; top: 0; left: 0; right: 0; bottom: 0;
margin:auto;
min-width: 50%; min-height: 50%;
}

div#slideshow_0_wrap div.slideshow_0_wrap_slide {
position: static !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
}

#header_wrap {
width:920px;
height:64px;
text-align:left;
position:relative;
margin:0 auto;
padding:0 25px;
/* margin:40px auto 60px */
}

#logo {
width:100%;
height:25px;
float:left;
margin:40px 0 25px 0;
}

.address_home {
font-family:'BridgetteMayer', Arial, Helvetica, sans-serif;
position:absolute;
color:#666;
font-size:0.625em;
width:100%;
height:25px;
text-align:center;
line-height:24px;
margin:0;
background-color: #FFF;
}


#gradient {
top:0;
left:0;
opacity:1.0;
width:100%;
height:250px;
position:absolute;
z-index:-1;
background-color:#FFF;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}

/*---------------------------------Navigation------------------------------ */
#menu_seperator {
background:none;
height:1em;
float:left;
width:100%;
z-index:100;
margin:0
}


/*-----------------------------Content Wraps----------------------------- */
#content_wrap {
height:auto;
float:left;
width:920px;
text-align:left;
margin:30px auto 40px auto;
padding:0
}

#content_wrap.home_2 {
height:100%;
width:920px;
text-align:left;
margin:60px auto 20px;
padding:0;
float: none;
}

#home_caption{
position:absolute;
top:415px;
}
