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

/* TOP IMAGE SLIDESHOW */

#home-slideshow{
}

#slideshow {
position:relative;
height:220px;
width:980px;
padding:0px 0px 0px 0px;
margin:0;
}

#slideshow img {
position:absolute;
top:0;
left:0;
z-index:0;
opacity:0.0;
width: 980px;
height:220px;
background-color: #FFF;
}

#slideshow img.active {
z-index:2;
opacity:1.0;
}

#slideshow img.last-active {
z-index:1;
}

/* END TOP IMAGE SLIDESHOW */







/* HOME PAGE CONTENT */

#home-content{
margin:10px 0 0 0;
width:980px;
min-height:220px;
color:#fff;
background-color: #335989;
background-image:url(/common/images/homepage/content/background.jpg);
background-repeat: no-repeat;
}

#home-content h1{
font-size:28px;
line-height:28px;
font-weight:200;
color: #ffffff;
margin: 20px 0 10px 0;
padding:0;
}

#home-content h2{
font-size:28px;
line-height:28px;
font-weight:200;
color: #ffffff;
margin: 20px 0 10px 0;
padding:0;
}

#home-content p {
font-size:13px;
line-height:18px;
	}
	
.home-divide{
background-image: url(/common/images/homepage/content/quicklinks/divide.png);
background-repeat: no-repeat;
width:53px;
height:220px;
float:left;
margin: 0 10px;
}


	
/* intro column */
#home-welcome{
width:250px;
padding: 0 0 0 72px;
float:left;
}
/* end intro column */



/* products column */
#home-products{
width:226px;
color:#fff;
float:left;
}

#home-products ul {
list-style:none;
padding: 0;
margin: 0;
}

#home-products ul li {
display:block;
list-style:none;
margin:0;
padding:0;

}

#home-products li a, #home-products  li a.current, #home-products li a.current:hover, #home-products li a.current:active {
display:block;
height:25px;
width:185px;
padding:0px 30px 0px 10px;
margin: 10px 0 0 0;
text-align:left;
font-size: 13px;
font-weight:200;
color:#ffffff;
text-decoration: none;
line-height: 28px;
background-color:#013159;
background-image:url(/common/images/homepage/content/quicklinks/link-arrow-end.jpg);
background-repeat: no-repeat;
background-position:center right;
}

#home-products  li a:hover {
background-image:url(/common/images/homepage/content/quicklinks/link-arrow-end-hover.jpg);
background-color: #3FA9F5; 
}

#home-products a:link, #home-products a:active, #home-products a:hover, #home-products a:visited{
color:#fff;
text-decoration:underline;}
/* end products column */



/* sign up column */
#home-sign-in{
width:220px;
padding: 0;
color:#fff;
float:left;
}

#enterdata{
float:left;
}

#home-sign-in input {
width: 169px;
height: 25px;
padding:3px 5px;
font-family: Helvetica Neue, "Helvetica Neue", Helvetica, Arial, Gill Sans, Sans Serif;
font-weight:200;
margin: 0 0 5px 0;
color:#666666;
font-size:14px;
line-height:25px;
border:1px solid #335988;
-moz-border-radius: 6px;
border-radius: 6px;
webkit-border-radius: 6px;
-moz-box-shadow:inset 0 0 3px #666666;
-webkit-box-shadow:inset 0 0 3px #666666;
box-shadow:inset 0 0 3px #666666;
}

#home-sign-in .button input {
background-image: url(/common/images/homepage/content/quicklinks/submit.jpg);
background-repeat: no-repeat;
cursor:pointer;
width: 35px;
height: 50px;
border: none;
float:right;
margin: 42px 0 0 0;
padding:0;
height:25px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow: none;
-moz-border-radius: 0px;
border-radius: 0px;
webkit-border-radius: 0px;
}

#home-sign-in .button input:hover {
background-image: url(/common/images/homepage/content/quicklinks/submit-hover.jpg);
}

#sign-up a:link, #sign-up a:active, #sign-up a:visited{
display:block;
width:160px;
height: 40px;
background-image:url(/common/images/homepage/content/quicklinks/sign-up.jpg);
background-repeat: no-repeat;
padding: 11px 0 0 60px;
font-size:11px;
line-height: 14px;
text-decoration:underline;
color:#ffffff;
}

#sign-up a:hover{
background-image:url(/common/images/homepage/content/quicklinks/sign-up-hover.jpg);
}
/* end sign up column */



/* end HOME PAGE CONTENT */




