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

* { margin:0; font-family:Arial, Helvetica, sans-serif; }

body { background:url(../../images/landingbg01.gif) top left repeat-x; color:#484848; font-size:14px; }

img { border:none; }

a:link, a:visited, a:active { color: #277ab9; text-decoration:none; outline:none; }
a:hover { text-decoration:underline; color:#6fb9f3; outline:none;  }
a:focus { outline:none; }

.left { float:left; }
.center { text-align:center; }
.right { float:right; }

.spacer { clear:both; height:1px; overflow:hidden !important; }

#container { width:930px; margin:10px auto 0 auto; }

.content-top { height:13px; background:url(../../images/landing_bgtop.gif) top left no-repeat; overflow:hidden; }
.content-bottom { height:14px; background:url(../../images/landing_bgbottom.gif) top left no-repeat; overflow:hidden; } 
.content { border-left:1px solid #dedede; border-right:1px solid #dedede; background:#FFF; padding:5px 20px 10px 20px; }

.header { padding-bottom: 15px; padding-right:10px;}
.banner { width:886px; height:344px; position:relative; background:url(../../images/landing_bgbanner01.jpg) top left no-repeat; }
.banner-intro { position:absolute; width:435px; right:10px; top:50px; color:#2b2b2b; font-size:16px; }
.banner-intro h1 { font-size:28px; letter-spacing:-1px; color:#0b436b; }
.banner-intro h2 { font-size:16px; letter-spacing:-1px; color:#165684; }
.banner-intro h2.orange { color:#f63d00; font-size:20px; letter-spacing:-1px; font-style:italic; }
.banner-intro p { margin-top:20px; margin-bottom:20px; }

.banner-signuptxt { position:absolute; right:360px; bottom:27px; text-align:right; font-size:18px; color:#FFF; font-style:italic; }
.banner-signuptxt a { font-weight:bold; color:#ff8213; text-decoration:underline; }
.banner-signupbtn { position:absolute; right:30px; bottom:7px; }
.banner-signupbtn a { width:314px; height:46px; padding-top:18px; background:url(../../images/landing_signupbtn.png) top left no-repeat; display:block; text-align:center; font-size:20px; font-style:italic; font-weight:bold; letter-spacing:-1px; color:#FFF !important; text-decoration:none !important;  }
* html .banner-signupbtn a { background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/landing_signupbtn.png'); cursor:pointer; }


.promotext { padding-top:10px; }
.promotext-left { float:left; padding-left:20px; }
.promotext-right { float:right; padding-top:7px; width:750px; display:block; font-size:14px; }
.promotext-right p { line-height:20px; }
.promotext-right a { font-weight:bold; letter-spacing:-1px; }

.footer { line-height:20px; font-size:12px; text-align:center; padding-top:10px; padding-bottom:20px;  }
