/* Also used by Webjimbo's front page */

#main {
    width: 100%;
    height: 324px;
    margin-bottom: 1em;
    text-align: left;
}

#mainBrowserImage {
    position: absolute;
    right: 0;
    top: 0;
}
#mainPhoneImage {
    display: none;
    position: absolute;
    right: 100px;
    top: 0;
}

#newsbox {
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em
}
#newsbox p {
    margin-top: 0.4em;
}


#textBox {
    float: left;
    width: 69em;
    margin-right: 1.3em;
    padding-top: 2.5em;
    padding-bottom: 1.5em;
    margin-bottom:1.5em;
}
.ie #textBox {
    width: 68em;
}
#textBox .col {
    float: left;
    width: 33%;
    text-align: left;
    padding-left: 2em;
    padding-right: 1em;
    \-webkit-box-sizing: border-box;
    \-moz-box-sizing: border-box;
}
.ie #textBox .col {
    width: 27%;
}
#textBox h3, h3.text {
    color: black;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 0;
}
#textBox p {
    margin-top: 1em;
}
#textBox strong {
    font-weight: normal;
     color: #002080;
}
#textBox h4 {
    padding: 1.5em 0 0 0;
    margin: 0;
    color: black;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
#textBox .lead {
	font-size: 15px;
	color: black;
}


.otherNav {
    float: left;
    margin-top: 0.6em;
}



.featureCol1, .featureCol2 {
    float: left;
    width: 34em;
    margin-right: 1em;
}
.ie6 .featureCol1, .ie6 .featureCol2 {
    width: 23em;
}

.feature, .featureWide {
    min-height: 5em;
    margin-bottom: 1em;
    color: #484848;
    text-align: left;
}
.feature {
}
.featureWide {
    width: 69em;
}
.ie6 .featureWide {
    width: 57em;
}
.feature h5 {
    font-size: 14px;
    color: black;
    font-weight: 600;
    margin: 1.5em 0 0.5em 0;
}
.feature .im {
    position: absolute;
    width: 60px;
    margin: 1.5em 0 1.5em 20px;
    text-align: center;
}
.feature .txt {
    width: 100%;
    padding: 0 2em 1.5em 100px;
    \-webkit-box-sizing: border-box;
    \-moz-box-sizing: border-box;
}
.ie7 .feature .txt {
    width: 24em;
}
.ie7 .featureWide .txt {
    width: 55em;
}
.textOnlyFeature .txt {
    padding: 0 2em 1.5em 2em;
}

#reqs {
    width: 69em;
    padding: 1em 8em 1em 8em;
    text-align: left;
    \-webkit-box-sizing: border-box;
    \-moz-box-sizing: border-box;
}

#ieNote {
	font-size: 11px;
}