/* General Classes ***********************************************************/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.70em;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Global classes ************************************************************/

#header {
	background-color: #294b74;
	padding: 17px 0 13px 0;
}
	#header ul {
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		list-style-type: none;
		font-size: 114%;
	}
	
	#header li {
		float: left;
		margin: 0;
		padding: 0 0 0 51px;
	}
	
	#header .on {
		background-color: #646667;
		padding: 14px 10px 8px 10px;
		position: relative;
		top: -14px;
	}
	
	#header a {
		color: #fff;
	}
	
	#header .centerwrap {
		position: relative;
	}
	
#footer {
	background: #fff url(/img/static/shared/footerbg.gif) repeat-x;
	padding: 34px 0 100px 0;
	font-size: 111%;
	line-height: 1.9em;
	color: #757575;
}

    #footer a {
        color: #757575;
    }

    #footer .phone {
        float: left;
        text-align: right;
        padding-left: 3px;
    }
    
        #footer .number {
            color: #333;
            font-size: 116%;
            font-family: arial;
            font-weight: bold;
            padding-bottom: 5px;
        }
            #footer .number img {
                padding-right: 5px;
                position: relative;
                top: 3px;
            }
    
    #footer .links {
        float: right;
    }
        #footer .links .linksec {
            float: left;
            padding: 0 17px 0 53px;
        }
            #footer .links .linksec h2 {
                font-size: 116%;
                margin: 0;
                padding: 0 0 5px 0;
                font-family: arial;
            }
            #footer .links .linksec ul {
                list-style-type: none;
                padding: 0;
                margin: 0;
            }
        

    

.centerwrap {
	width: 955px;
	margin: 0px auto;
}

.centersmallwrap {
	width: 487px;
	margin: 0px auto;
}

.centerwrapext {
	width: 995px;
	margin: 0px auto;
}

/* Shared classes ************************************************************/

#splashwrap {
	background: #2b4f7c url(/img/static/shared/splashbg2.gif) repeat-x;	
}

#splash {
	/*background: transparent url(/img/static/shared/splash.jpg) no-repeat top center;	*/
	height: 129px;
}

    #splash .tryitnow {
        position: relative;
        left: 1px;
    }
    
    #splash .headimg {
        position: relative;
        left: 1px;
    }

	#splash .header {
		padding-top: 48px;
	}
	
	#splash .headertwoline {
		padding-top: 34px;
	}

	#splash .buttons {
		float: right;
		position: relative;
		top: -7px;
	}
	
#content {
	padding: 52px 0 73px 0;
}

.freecorner {
	background: #e1edf6 url(/img/static/shared/freecorner.jpg) no-repeat top right;
}

.centerbox {
	width: 487px;
	margin: 0px auto;
	border-top: 1px solid #9dbad0;
	background-color: #e1edf6;
	padding: 28px 50px;
}

	.centerbox .error {
		color: #b64926;
		padding-top: 10px;
	}

	.centerbox .success {
		color: #6ca712;
		padding-top: 10px;
	}

	.centerbox .inputwrap {
		font-size: 125%;
		padding-bottom: 31px;
		margin-bottom: 31px;
		background: url(/img/static/signup/wrapbg.gif) repeat-x center bottom;
	}
	.forgotpass .centerbox .inputwrap {
		border: 0;
		margin: 0;
		background: transparent;
	}

		.centerbox .inputwrap .error {
			font-size: 80%;
			padding-top: 5px;
		}

		.centerbox .inputwrap .half {
			width: 226px;
		}

			.centerbox .inputwrap .half input {
				width: 212px;
			}

		.centerbox .inputwrap input {
			width: 473px;
			border: 1px solid #9dbad0;
			padding: 6px;
			font-size: 130%;
		}

		.centerbox .inputwrap .desc {
			padding-bottom: 5px;
		}
		
		.centerbox .inputwrap .descsub {
			color: #666;
			font-size: 80%;
			padding-top: 5px;
		}
		
		.centerbox .inputwrap .sub {
			float: right;
		}
		
			.centerbox .inputwrap .sub a {
				color: #4a68a6;
			}
			
		.centerbox .options {
			text-align: right;
		}
		
		.centerbox .leftoptions {
			float: left;
		}
		

.buttons a:hover {
	text-decoration: none;
}

.buttons input {
	width: 189px;
	height: 41px;
	border: 0;
	cursor: pointer;
}

	.buttons img.marginright {
		margin-right: 20px;
	}

	.buttons input.loginbtn {
		background: url(/img/static/login/loginbtn2.gif) no-repeat;		
	}
	
	.buttons input.forgotpass {
		background: url(/img/static/forgotpass/btn2.gif) no-repeat;						
	}
	
	.buttons input.signuppage {
		background: url(/img/static/signup/signupbtn3.gif) no-repeat;						
	}

	.buttons input.signupbilling {
		background: url(/img/static_signupwbillingbtn.gif) no-repeat;						
	}

/* Overlay */

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 200;
    -moz-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.overlayborder {
    display: none;
    position: absolute;
    background-color: #000;
    z-index: 250;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 696px;
    position: fixed;
    _position: absolute; /* ie6 hack */
}

.overlayinner {
    width: 640px;
    background-color: #eee;
    z-index: 300;
    position: fixed;
    _position: absolute; /* ie6 hack */
    padding: 16px;
}

.demopopup .options {
    text-align: right;
    padding: 14px 0 0 0;
    color: #bbbbbb;
}

    .demopopup .options .democlose {
        padding-left: 10px;
        position: relative;
        top: -17px;
    }
    
        .demopopup .options .democlose a {
            color: #787878;
            text-decoration: none
        }
    
        .demopopup .options .democlose img {
            position: relative;
            top: 5px;
            padding-left: 5px;
        }


/* One-offs ******************************************************************/

.spacer {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.hide {
	display: none;
}

.invisible {
	visibility: hidden;
}

.padright {
    padding-right: 32px;
}
		

/* Specific Page Classes *****************************************************/






/* Homepage */
#homesplashwrap {
	background: #2b4f7c url(/img/static/home/bannerRepeat.jpg) repeat-x;	
}

/* w/ multiple screens */
.homesplashext #homesplash {
    height: 426px;
	background: transparent url(/img/static/home/banner3.jpg) no-repeat center top;	
}

#homesplash {
	background: transparent url(/img/static/home/banner2.jpg) no-repeat center top;	
	height: 407px;
	position: relative;
    font-family: arial;
}

    #homesplash .main {
        width: 400px;
        padding-left: 2px;
        position: relative;
    }
    
        #homesplash .main .maintext {
            padding-top: 48px;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }
    
        #homesplash .main .head {
            color: #bfe4ff;
            font-family: arial;
            font-weight: bold;
            margin: 0;
            padding: 0 0 22px 0;
            font-size: 314%;
        }

        #homesplash .main h1 {
            color: #fff;
            font-family: arial;
            font-weight: bold;
            margin: 0;
            padding: 0;
            font-size: 260%;
            line-height: 1.4em;
        }

        #homesplash .main h2 {
            color: #fff;
            font-family: arial;
            font-weight: bold;
            margin: 0;
            padding: 0;
            font-size: 260%;
            line-height: 1.4em;
        }

        #homesplash .main h3 {
            color: #bfe4ff;
            font-family: arial;
            font-weight: normal;
            margin: 0;
            padding: 20px 0 9px 0;
            font-size: 160%;
            line-height: 1.7em;
        }

	#homesplash .centerwrap {
	    position: relative;
	}
	
	#homesplash .screenshot {
	    position: absolute;
        right: 8px;
        top: 97px;
	}
	
	    #homesplash .screenshot .ss {
	        display: none;
	        position: absolute;
	        top: 0;
	        left: -475px;
	    }
	
	#homesplash .options {
        position: absolute;
        top: 322px;
	}
	
	    #homesplash .options .tryit {
	        float: left;
	    }
	
	    #homesplash .options .featurelink {
	        float: right;
	        font-family: Verdana;
	        font-size: 113%;
	        padding: 10px 75px 0 17px;
	    }
	    
	        #homesplash .options .featurelink img {	    	    
	            position: relative;
	            top: 5px;
	            padding-right: 2px;
	        }
	    
	        #homesplash .options .featurelink a {	    
	            color: #fff;
	            text-decoration: underline;
	        }

/* ------------------------------------------------------------------------- */
/* Hover menu home page */

.homehovermenu {
    height: 79px;
	background: #7f8d9c url(/img/static/home/greyTile.gif) repeat-x;
}

    .homehovermenu .centerwrap {
        width: 958px;
        padding-left: 4px;
    }

    .homehovermenu .hoveroptionwraplast .hoveroptionwrap {
        width: 2px;
        margin-left: 1px;
    }
    .homehovermenu .hoveroptionwraplast .hoveroptionwrap .hoveroption {
        padding: 14px 0 0 0;
    }

    .homehovermenu .hoveroptionwrap {
        float: left;
        width: 237px;
        border-top: 1px solid #5a646e;
        border-bottom: 1px solid #5a646e;
        border-left: 1px solid #5a646e;                
    }
    
        .homehovermenu .hoveroptionwrap .hoveroption {
            border-top: 1px solid #a6b3bf;
            border-left: 1px solid #a6b3bf;
            height: 61px;
            text-align: center;
            line-height: 1.5em;
            padding: 14px 40px 0 40px;
            font-size: 144%;
            color: #fff;
            font-family: arial;
            font-weight: bold;
            cursor: pointer;
            position: relative;
        }
        
            .homehovermenu .hoveroptionwrap .hoveroption img {
                position: absolute;
                visibility: hidden;
                top: 28px;
            }

            .homehovermenu .hoveroptionwrap .hoveroption img.arrow1 {
                left: 47px;
            }
            .homehovermenu .hoveroptionwrap .hoveroption img.arrow2 {
                left: 27px;
            }
            .homehovermenu .hoveroptionwrap .hoveroption img.arrow3 {
                left: 15px;
            }
            .homehovermenu .hoveroptionwrap .hoveroption img.arrow4 {
                left: 18px;
            }
        
    .homehovermenu .active .hoveroption {
    	background: #7f8d9c url(/img/static/home/blueTile.gif) repeat-x;
    	color: #22415f;
    	border-color: #b6d3ef;
    }

        .homehovermenu .active .hoveroptionwrap .hoveroption img {
            visibility: visible;
        }




/* ------------------------------------------------------------------------- */
/* Home customer count bar */
#homebar {
    font-family: arial;
    font-size: 186%;
    line-height: 1.5em;
    padding: 34px 0 6px 0;
    height: 90px;
	background: #7f8d9c url(/img/static/landing/greytile.gif) repeat-x;
	color: #fff;
}

    #homebar .centerwrap {
        width: 680px;
    }
    
    #homebar img {
        float: left;
        padding-right: 22px;
        position: relative;
        top: 5px;
    }



/* ------------------------------------------------------------------------- */

.home {
    padding-top: 31px;
    padding-bottom: 75px;
}

    .home .features {
        width : 650px;
        float: left;
        padding-left: 5px;
    }
    
        .home .features .right {
            margin-left: 33px;
        }
    
        .home .features .half {
            float: left;
            width: 262px;
            padding-left: 33px;
        }
        
            .home .features .wrap {
                padding-bottom: 31px;
            }

            .home .features .half img {
                position: relative;
                left: -38px;
                top: 41px;
            }

            .home .features .half h2 {
                font-family: arial;
                font-size: 131%;
                margin: 0;
                padding: 10px 0 5px 0;
            }
            
            .home .features .half p {
                font-size: 111%;
                line-height: 1.9em;
                margin: 0;
                padding: 0;
            }

    .home .side {
        float: right;
        width: 261px;
        padding-top: 14px;
    }

        .home .side .quote .quoteimg {
            position: relative;
            top: 28px;
            left: -38px;
        }

        .home .side p {
            font-size: 111%;
            line-height: 1.9em;
            margin: 0;
            padding: 0 0 6px 0;
        }
        
        .home .side strong {
            color: #326aae;
            line-height: 1.7em;
            font-family: arial;
            font-size: 118%;
        }
        
        .home .side .quote .attr {
            font-style: italic;
            padding-top: 12px;
            
        }
        
        .home .side .quote .attr img {
            float: left;
            padding-right: 12px;
        }
        
        .home .side .quote .attr .name {
            padding-top: 4px;
            font-size: 111%;
            line-height: 1.6em;
        }





/* Login */	
.loginhead {
	text-align: center;
}	
	
	.loginhead h1 {
		padding: 0 0 6px 0; 
		margin: 0;
		font-size: 150%;
		font-family: Tahoma;		
	}

	.loginhead h2 {
		padding: 0 0 15px 0;
		margin: 0;
		font-size: 116%;
		text-align: center;
		font-family: Tahoma;
		font-weight: normal;		
	}

/* Tour */

.tour {
    padding-bottom: 50px;
}

.tour .toptext {
    font-family: arial;
    width: 580px;
}

    .tour .toptext strong {
        color: #326aae;
        font-size: 201%;
        line-height: 1.7em;
    }
    
    .tour .toptext p {
        font-size: 170%;
        margin: 0;
        padding: 30px 0 0 0;
        line-height: 1.7em;
    }
    
.tour .tryittop {
    float: right;
    width: 300px;
    text-align: center;
    padding: 28px 3px 0 0;
}    

    .tour .tryittop .demovid {
        padding-top: 19px;
    }

        .tour .tryittop .demovid img {
            position: relative;
            top: 3px;
            padding: 0 5px 0 0;
        }

    .tour .tryittop a {
        text-decoration: underline;
        color: #333;
        font-size: 112%;
    }

.tour .mainfeatures {
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-bottom: 120px;
}
.tour .mainfeaturewrap {
    border-bottom: 1px solid #eee;
    padding-bottom: 29px;
    padding-top: 12px;
    padding-right: 23px;
    _padding-right: 0;
}    
    .tour .mainfeaturewrap .featureimg {
        float: right;
        padding-top: 19px;
        width: 442px;
    }
    
    .tour .mainfeaturewrap .featuretext {        
        float: left;
        width: 400px;
        padding-top: 25px;
        padding-left: 44px;
        position: relative;
    }
    
        .tour .mainfeaturewrap .featuretext img {
            position: absolute;
            top: 26px;
            left: 1px;
        }
    
        .tour .mainfeaturewrap .featuretext h2 {        
            font-size: 169%;
            font-family: arial;
            font-weight: normal;
            padding: 0 0 16px 0;
        }
        .tour .mainfeaturewrap .featuretext p {        
            font-size: 111%;
            line-height: 2em;
            margin: 0;
            padding: 3px 0 0 0;
        }
        
.tour h1 {
    font-family: arial;
    font-size: 169%;
    font-weight: normal;
    margin: 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #eee;
}

.tour h2 {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	font-family: arial;
}

.tour p {
	padding: 0;
	margin: 0;
	line-height: 1.7em;
}

.tour .samplepage {
	background: #fff url(/img/static/tour/samplepage2.jpg) no-repeat 156px 88px;
	height: 788px;
	margin-bottom: 164px;
	padding-top: 18px;
	position: relative;
}

    .tour .intro {
        color: #326aae;
        font-family: arial;
        font-size: 161%;
        line-height: 1.5em;
        width: 640px;
        padding-top: 12px;
    }

    .tour .widesnippet {
    	width: 240px;
    	font-size: 110%;
    }
    	.tour .widesnippet h2 {
    		padding: 0 0 5px 0;
    		margin: 0;
    		font-size: 120%;
    		font-weight: bold;
    		font-family: arial;
    	}
	
    	.tour .widesnippet p {
    		padding: 0;
    		margin: 0;
    		line-height: 1.7em;
    	}

        .tour .top1 {
    		float: right;
    		position: relative;
    		top: 16px;
    		left: -7px;
    	}

    .tour .snippet {
    	width: 174px;
    	font-size: 110%;
    }	
	
    	.tour .left1 {
    		position: relative;
    		left: 1px;
    		top: 78px;
    	}
	
    	.tour .left2 {
    		position: relative;
    		left: 1px;
    		top: 167px;
    	}
	
    	.tour .left3 {
    		position: relative;
    		left: 1px;
    		top: 255px;
    	}
	
    	.tour .left4 {
    		position: absolute;
    		left: 1px;
    		top: 667px;
    	}

.tour .morefeatures { 
    font-size: 110%;
    padding-bottom: 31px;
}

    .tour .morefeatures .col2 {
        margin-left: 30px;
    }

    .tour .morefeatures .col3 {
        margin-left: 30px;
    }

    .tour .morefeatures .third {
        width: 260px;
        float: left;
        padding-left: 38px;
        padding-top: 5px;
    }
    
        .tour .morefeatures .third .wrap {
            padding-bottom: 26px;
        }
    
        .tour .morefeatures .third img {
            position: relative;
            left: -39px;
            top: 32px;
        }

        .tour .morefeatures .third p {
            line-height: 2em;
        }
    

	
/* Privacy policy, security pages */
.privacy h1, .security h1, .terms h1 {
	padding: 45px 0 11px 0;
	margin: 0 0 17px 0;
	color: #333;
	font-size: 169%;
	font-weight: normal;
	font-family: arial;
	border-bottom: 1px solid #eee;
}

.privacy p, .security p, .terms p {
	font-size: 110%;
	line-height: 1.6em;
}

.security a {
	text-decoration: underline;
	color: #333;
}

/* Contact */

.contact {
	width: 370px;
	margin: 0px auto;
	font-size: 110%;
}

.contact img {
	float: left;
	padding-right: 20px;
	padding-top: 5px;
}

.contact .emailinfo {
	float: left;
}

.contact h1 {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 130%;
	font-family: Tahoma;
}

.contact a {
	text-decoration: underline;
	color: #333;
}


/* Signup */

.signup .centerbox {
    margin: 0;
    float: left;
}

.signup .right {
    float: right;
    width: 319px;
}

    .signup .right .wrap {
        padding-bottom: 41px;
        float: right;
        width: 281px;
    }
    
    .signup .right img {
        padding-top: 4px;
        float: left;
    }
    
    .signup .right .wrap h2 {
        font-size: 131%;
        padding: 0 0 5px 0;
        margin: 0;
        font-family: arial;
        color: #326aae;
        font-weight: bold;
    }
    
    .signup .right .wrap p {
        line-height: 1.9em;
        padding: 0;
        margin: 0;
        font-size: 112%;
    }
    
    .signup .right .wrap ul {
        margin: 0 0 0 15px;
        padding: 4px 0 0 0;
    }
    
        .signup .right .wrap li {
            font-size: 112%;
            padding-bottom: 10px;
        }
    
.signup .centerbox {
    padding: 0 28px 28px 28px;
    width: 532px;
}    
    
    .signup .centerbox .left {
        float: left;
        width: 127px;
        text-align: right;
        font-size: 110%;
        font-weight: bold;
        padding: 8px 0;
    }

    .signup .centerbox .right {
        float: left;
        width: 256px;
        padding: 0 0 0 19px;
    }
    
        .signup .centerbox .right input {
            font-size: 135%;
            padding: 6px;
            width: 373px;
            border: 1px solid #9dbad0;
        }
        
        .signup .centerbox .right .descsub {
            padding-top: 7px;
        }
        
        .signup .centerbox .options {
            padding-top: 28px;
        }
        
        .signup .centerbox .leftoptions {
            padding-top: 40px;
        }
    
    .signup .centerbox .wrap {
        background: url(/img/static/signup/wrapbg.gif) bottom repeat-x;
        padding: 28px 0 27px;
    }
        

/* Pricing */

.pricing .featuresfloat {
    float: right;
    padding-top: 5px;
}

.pricing .featureswrap {
    position: relative;
}

.pricing .featureswrap .youget {
    position: absolute;
    top: -12px;
    left: -83px;
}

.pricing .featureswrap .tapetl {
    position: absolute;
    top: -6px;
    left: -9px;
}

.pricing .featureswrap .tapebr {
    position: absolute;
    right: 15px;
    bottom: -4px;
}

.pricing .features {
    width: 214px;
    padding: 0 20px 1px 19px;
    margin-right: 23px;
    border-top: 1px solid #9dbad0;
    background: #e1edf6 url(/img/static/pricing/featuresbg.gif) bottom repeat-x;
}

.pricing .features .wrap {
    padding: 11px 0 17px 0;
    background: url(/img/static/pricing/wrapbg.gif) bottom repeat-x;
    font-size: 111%;
}
    .pricing .features .wrap img {
        position: relative;
        top: 3px;
        left: 3px;
        padding-right: 7px;
    }
    
.pricing .features .last .wrap {
    background: transparent;
}
    

.pricing .pricinginfo {
    padding: 0 338px 99px 20px;
}

    .pricing .pricinginfo h1 {
        padding: 0 0 19px 0;
        font-family: arial;
        font-size: 207%;
        color: #326aae;
    }

    .pricing .pricinginfo p {
        font-size: 161%;
        font-family: arial;
        line-height: 1.7em;
        padding-right: 5px;
    }
    
        .pricing .pricinginfo p strong {
            font-weight: normal;
            background-color: #fffecd;
        }
        
    .pricing .pricinginfo .options {
        padding-top: 27px;
    }

        .pricing .pricinginfo .options .padright {
            padding-right: 27px;
        }

.pricing .faq {
    padding: 7px 20px 0 20px;
}

    .pricing .faq h1 {
    	padding: 0 0 14px 0;
    	margin: 0 0 32px 0;
    	color: #333;
    	font-size: 169%;
    	font-weight: normal;
    	font-family: arial;
    	border-bottom: 1px solid #eee;
    }
	
    .pricing .faq .half {
    	width: 450px;
    	float: left;
    }

    .pricing .faq .right {
        margin-left: 45px;
    }

    .pricing .faq h2 {
    	font-size: 132%;
    	font-family: arial;
    	margin: 0;
    }

    .pricing .faq p {
    	font-size: 110%;
    	line-height: 2em;
    	margin: 0;
    	padding: 10px 0 55px 0;
    }

/* About us */

.about {
    padding-bottom: 10px;
}

.about .sidebar {
    float: right;
    width: 194px;
}

    .about .sidebar h3 {
    	color: #333;
        font-size: 165%;
    	font-family: arial;
    	font-weight: normal;
        padding: 1px 0 14px 0;
    	border-bottom: 1px solid #eee;
        margin: 0;
    }

    .about .sidebar ul {
        list-style-type: none;
        margin: 0;
        padding: 4px 0 0 0;
    }
    
        .about .sidebar ul li {
            border-bottom: 1px solid #eee;
            padding: 10px 0 20px 0;
            font-size: 110%;
        }
        
            .about .sidebar ul li img {
                padding-right: 10px;
                position: relative;
                top: 4px;
            }
            
            .about .sidebar ul li a {
                color: #4a68a6;
            }

.about .maintext {
    width: 640px;
}

    .about .maintext h1 {
        color: #326aae;
        font-weight: bold;
        margin: 0;
        padding: 0 0 20px 0;
        font-size: 174%;
    }

    .about .maintext p {
        font-family: arial;
        line-height: 1.7em;
        font-size: 161%;
    }

.about h2 {
    padding: 49px 0 14px 0;
	margin: 0 0 36px 0;
	color: #333;
	font-size: 169%;
	font-weight: normal;
	font-family: arial;
	border-bottom: 1px solid #eee;
}

.about .lefthalf {
    margin-right: 69px;
}

.about .half {
    float: left;
    width: 405px;
    padding-left: 37px;
    position: relative;
}

    .about .half img {
        float: left;
        position: absolute;
        left: 0;
        top: 2px;
    }
    
    .about .half img.people {
        left: -6px;
    }

    .about .half h3 {
    	color: #333;
        font-size: 169%;
    	font-family: arial;
    	font-weight: normal;
        padding: 1px 0 7px 0;
        margin: 0;
    }
    
    .about .half p {
        font-size: 110%;
        line-height: 2em;
    }


/* New homepage design *******************************************************/

body.newstatic {
    background-color: #e7f1fd;
}

.newstatic #header {
    background-color: #38567c;
    border-bottom: 1px solid #fff;
}

    .newstatic #header li {
        padding-left: 60px;
    }

    .newstatic #header img {
        padding: 2px 0 0 4px;
    }
    
.newstatic #homesplash {
    border-top: 1px solid #b8d5f5;
    background: #b1cdef url(/img/static/home/bannerRepeat2.gif) repeat-x;	
    padding-top: 43px;
    height: 390px;
}    

    .newstatic #homesplash .main .head {
        color: #142a45;
        padding-top: 7px;
        padding-bottom: 35px;
        font-size: 335%;
        line-height: 1.3em;
    }
    
    .newstatic #homesplash .main h1 {
        color: #142a45;
        font-size: 187%;
        font-weight: normal;
        line-height: 1.6em;
        padding-bottom: 39px;
    }

    .newstatic #homesplash .screenshot {
        top: 0;
        right: -16px;
        position: relative;
        float: right;
    }
    
.newstatic #homebar {
    border-style: solid;
    border-width: 1px 0;
    border-color: #82a9cd;
    background: #d9eafe url(/img/static/home/barbg.gif) repeat-x;	
    font-family: arial;
    font-size: 186%;
    line-height: 1.5em;
    padding: 34px 0 6px 0;
    height: 87px;
}

    .newstatic #homebar .centerwrap {
        width: 680px;
    }
    
    .newstatic #homebar img {
        float: left;
        padding-right: 22px;
        position: relative;
        top: 5px;
    }

.newstatic #newfooter {
    color: #888;
    position: relative;
    padding-bottom: 100px;
    font-size: 111%;
    border-top: 1px solid #b5d1f4;
}

    .newstatic #newfooter .innerwrap {
        border-top: 1px solid #fff;
        padding-top: 27px;
    }

    .newstatic #newfooter a {
        color: #888;
    }
    
    .newstatic #newfooter .contactinfo img {
        vertical-align: middle;
        position: relative;
        top: -2px;
        *top: 0px;
        padding-right: 8px;
        padding-left: 2px;
    }
    
    .newstatic #newfooter .contactinfo img.divider {    
        padding: 0 6px 0 5px;
        top: 0;
    }
    
    .newstatic #newfooter ul {
        list-style-type: none;
        position: absolute;
        right: 0;
        margin: 0;
        padding: 0;
    }
    
        .newstatic #newfooter ul li {
            float: left;
            padding-left: 26px;
        }
    

.newstatic .newhome {
    padding-top: 68px;
    padding-bottom: 90px;
    font-size: 111%;
    position: relative;
}

    .newstatic .newhome h2 {
        font-size: 119%;
        font-family: arial;
        padding: 0 0 11px 0;
        margin: 0;
        line-height: 1.6em;
    }
    
    .newstatic .newhome p {
        line-height: 1.9em;
        padding: 0;
        margin: 0;
    }

    .newstatic .newhome .quote {
        position: absolute;
        right: 0;
        width: 260px;
        background: transparent url(/img/static/home/quote_lightbluebg.gif) no-repeat 0 7px;
        padding-left: 37px;	
    }
    
        .newstatic .newhome .quote h2 {
            color: #326aae;
        }
    
        .newstatic .newhome .quote .attr {
            padding-top: 23px;
            font-style: italic;
            line-height: 1.6em;
        }
        
            .newstatic .newhome .quote .attr img {
                float: left;
                padding-right: 11px;
                position: relative;
                top: -4px;
            }
    
    .newstatic .newhome .main {
        width: 627px;
    }


        .newstatic .newhome .main .landingfeatures {
            padding-top: 1px;
        }

        .newstatic .newhome .main .landingfeatures .right {
            margin-left: 33px;
        }
    
        .newstatic .newhome .main .landingfeatures .half {
            float: left;
            padding-left: 39px;
            width: 256px;
        }

            .newstatic .newhome .main .landingfeatures .half .wrap {
                padding-bottom: 53px;
                position: relative;
            }
            
                .newstatic .newhome .main .landingfeatures .half .wrap img {
                    position: absolute;
                    left: -37px;
                    top: 8px;
                }
                
                .newstatic .newhome .main .landingfeatures .half .wrap h2 {
                    padding-bottom: 5px;
                }
                
    
        .newstatic .newhome .main .features {
            width: 300px;
            padding-left: 2px;
            float: left;
        }
        
            .newstatic .newhome .main .features ul {
                list-style-type: none;
                padding: 1px 0 0 0;
                margin: 0;
            }
                
                .newstatic .newhome .main .features ul li {
                    padding-bottom: 14px;
                }
                
                .newstatic .newhome .main .features ul img {
                    padding-right: 7px;
                    position: relative;
                    top: 4px;
                }

        .newstatic .newhome .main .howitworks {
            width: 298px;
            float: right;
        }

        /* This is here because of IE8 */
        .newstatic .newhome .main .morefeatureswrap {
            padding-top: 6px;
        }

        .newstatic .newhome .main .morefeatures {
            border-width: 1px 0;
            border-color: #bbd0e9;
            border-style: solid;
            padding: 9px 0 14px 0;
            text-align: center;
            background-color: #f1f7fd;
            height: 19px;
            _height: auto;
            _padding-bottom: 15px;
        }

            .newstatic .newhome .main .morefeatures img.leftcorner {
                float: left;
                position: relative;
                top: -10px;
            }

            .newstatic .newhome .main .morefeatures img.rightcorner {
                float: right;
                position: relative;
                top: -10px;
            }

            .newstatic .newhome .main .morefeatures img.mon {
                position: relative;
                top: 4px;
                left: 2px;
                padding-right: 10px;
            }
            
            .newstatic .newhome .main .morefeatures a {
                color: #3e5b97;
            }



    .newstatic .newhome .maillistwrap {
        border-bottom: 1px solid #e5e5e5;
        padding-top: 93px;
    }
    
    .newstatic .newhome .maillist {
        border: 1px solid #91b4d4;
        background: #d9eafe url(/img/static/home/maillistbg.gif) repeat-x;	
        padding: 16px 25px 20px 25px;
        height: 44px;
    }
    
        .newstatic .newhome .maillist .subscribe {
            float: right;
            padding-top: 7px;
            width: 514px;
        }
        
            .newstatic .newhome .maillist .subscribe input.txt {
                border: 1px solid #91b4d4;
                width: 346px;
                padding: 6px 10px 8px 10px;
                font-size: 102%;
                color: #666;
            }

            .newstatic .newhome .maillist .subscribe .subscribebtn {
                float: right;
            }

            .newstatic .newhome .maillist .subscribe input.btn {
                height: 33px;
                width: 121px;
                border: 0;
                cursor: pointer;
                background: transparent url(/img/static/home/subscribebtn.gif) no-repeat;
            }
        
        .newstatic .newhome .maillist .confirm {
            float: right;
            padding: 7px 101px 4px 0;
            margin-top: 2px;
            color: #4e891d;
        }

            .newstatic .newhome .maillist .confirm img {
                padding-right: 8px;
                position: relative;
                top: 2px;
            }

        
        .newstatic .newhome .maillist .info {
            position: relative;
            padding: 1px 0 7px 40px;
            width: 335px;
            background: transparent url(/img/static/home/maillistborder.gif) repeat-y 357px 0;
            margin-top: 2px;
        }
        
            .newstatic .newhome .maillist .info img {
                position: absolute;
                top: 4px;
                left: 0;
            }
            
            .newstatic .newhome .maillist .info h2 {
                padding-bottom: 7px;
                line-height: 1em;
            }







































