@charset "UTF-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(demo/images/ESI-BG-Fullpage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
#fullbody {
	-moz-box-shadow: 4px 10px 25px #000000;
	-webkit-box-shadow:  10px 3px 25px #000000;
	box-shadow: 4px 10px 25px #000000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1000px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}

#ContentWrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	behavior: url(PIE.htc);
	-webkit-box-shadow: #000 0px 7px 30px;
	-moz-box-shadow: #000 0px 7px 30px;
	box-shadow: #000 0px 7px 30px;
}

#headwrap {
	position: relative;
	width: 1000px;
	height: 389px;
	margin-right: auto;
	margin-left: auto;
}
#hdlogo {
	position: absolute;
	top: 112px;
	left: 44px;
	z-index: 110;
}
#hdimage{
	behavior: url(1/PIE.htc);
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	position: absolute;
	height: 201px;
	width: 467px;
	top: 36px;
	right: 25px;
	z-index: 100;
	overflow: hidden;
}
#phone {
	height: 36px;
	width: 257px;
	position: absolute;
	top: 267px;
	left: 40px;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 700;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#444444;
	z-index: 100;
}
#navwrap {
	position: absolute;
	height: 44px;
	width: 660px;
	top: 262px;
	right: 25px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}


.TopNavFont {
	margin-top: 15px;
	margin-bottom:5px;
	width:145px;
}
a.KbuttonServices
{
	background-image: url(/demo/images/nav/NavButtonOFF.png);
	background-repeat: no-repeat;
	width: 165px;
	display: block;
	background-position: left;
	color: white;
	text-decoration: none;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	float: right;
	height: 44px;
	line-height: 12px;
	color:#333333;
}
a.KbuttonServices:hover
{
	background-image: url(/demo/images/nav/NavButtonOVER.png);
	width: 165px;
	color:#000000;
}
.dropNavFont {
	padding-top: 4px;
	width:165px;
}
a.NavDrop
{
	background-image: url(/demo/images/nav/NavDropOFF.jpg);
	width: 165px;
	display: block;
	background-position: 0px;
	color: #000000;
	text-decoration: none;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	height: 29px;
}

a.NavDrop:hover
{
	background-image: url(/demo/images/nav/NavDropOVER.jpg);
}
.dropNav2Font {
	padding-top: 1px;
	width:165px;
}
a.NavDrop2
{
	background-image: url(/demo/images/nav/NavDrop2OFF.jpg);
	width: 165px;
	display: block;
	background-position: 0px;
	color: #000000;
	text-decoration: none;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	height: 44px;
}

a.NavDrop2:hover
{
	background-image: url(/demo/images/nav/NavDrop2OVER.jpg);
}
#navshadow {
	position: absolute;
	height: 5px;
	width: 575px;
	top: 305px;
	background-color: #5d5d5d;
	left: 350px;
	-webkit-box-shadow: #000000 0px 5px 7px;
	-moz-box-shadow: #000000 0px 5px 7px;
	box-shadow: #000000 0px 5px 7px;
}

.LeftNavFont {
	padding-top: 5px;
	width:225px;
}
a.Navleft
{
	background-image: url(/demo/images/nav/NavLeftOFF.jpg);
	width: 225px;
	display: block;
	background-position: 0px;
	color: #000000;
	text-decoration: none;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	height: 29px;
	margin-left: 33px;
}

a.Navleft:hover
{
	background-image: url(/demo/images/nav/NavLeftOVER.jpg);
}



#headmainspacer {
	position: relative;
	height: 50px;
	width: 1000px;
}

/* Main Content Section */
#mainbodycontent {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#leftcolumn {
	float: left;
	width: 275px;
	position: relative;
	margin-left: 25px;
	text-align: center;
}
#center {
	float: left;
	width: 550px;
	margin-left: 25px;
}
.pagetitle {
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 25px;
}
.bodycopy {
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 18px;
}



#footerwrap {
	background-color: #666600;
}
#footwrap {
	position: relative;
	height: 125px;
	width: 100%;
	background-color: #000000;
	z-index: 150;
}
#footer {
	position: relative;
	height: 194px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(demo/images/ESI-BG-Footer.jpg);
	clear: left;
	margin-top: 10px;
}
#ftkauthlogo {
	position: relative;
	left: 0px;
	top: 15px;
	margin-bottom: 25px;
	height: 152px;
}
#ftnav {
	position: absolute;
	height: 20px;
	width: 650px;
	top: 69px;
	font-family: 'Open Sans', helvetica, sans-serif;
	color: #333333;
	text-align: center;
	right: 175px;
	font-size: 10px;
}
.ftnav {
	margin-left: 20px;
	color: #333333;
	text-decoration: none;
}
a.ftnav {
	text-decoration: none;
}
a.ftnav:hover {
	text-decoration: underline;
}
#ftcopyright {
	position: absolute;
	height: 27px;
	width: 157px;
	top: 55px;
	right: 26px;
	font-family: 'Open Sans', helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
}

#slideshow {
    position:relative;
	height:275px;
	width:287px;
}

#slideshow IMG {
    behavior: url(1/PIE.htc);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow2 {
	position:relative;
	height:467px;
	width:203px;
}

#slideshow2 IMG {
    behavior: url(1/PIE.htc);
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 IMG.last-active {
    z-index:9;
}
