/* stylesheet for 7-day free trial landing page */


body {
	margin: 0;
	padding: 0;
	/* background: url(../images/wrapper2_bg.jpg) top center repeat-y #dbdbde; */
	background-color: #dbdbde;
	color: #373737;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	min-width: 950px;
}

#header {
	position: relative;
	margin: 0 auto;	
	width: 910px;
	height: 148px;
	background-color: #fff;
	text-align: right;
}

#nav {
	position: relative;
	float: right;
	width: 98%;
	text-align: center;
	padding-top: 1px;
	height: 33px;
	z-index: 99;
	}		

#page {
	position: relative;
	margin: 0 auto;
	width: 910px;
	
	}
	
#content {
	position: relative;
	margin: 0 auto;
	float: left;
	width: 910px;
	background: #fff url(../images/old/body_bg_freetrial.jpg) top no-repeat;
	padding-bottom: 20px;
	}
	
#block {
	position: relative;
	float: left;
	width: 400px;
	text-align: left;
	margin-left: 40px;
	margin-top: 20px;
	}
	
#block-centered {
	position: relative;
	float: right;
	width: 410px;
	text-align: center;
	margin-right: 25px;
	margin-top: 20px;
	}

#quote {
	clear: both;
	position: relative;
	background-color: #373334;
	width: 910px;
	margin: 0 auto;
	text-align: left;
	}
	
#quote p {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 10px 20px;
	}
	
.form {
	background: url(../images/old/form2_bg.gif) top no-repeat;
	width: 309px;
	height: 334px;
	}
	
#form-learnmore {
	background: url(../images/old/learnmore_form_bg.gif) top center no-repeat;
	width: 400px;
	height: 465px;
	text-align: left;
	}
	
#form-learnmore form {
	margin-left: 55px;
	margin-right: 55px;
	padding-top: 35px;
	}
	
#form-learnmore label {
	display: block;
	margin-top: 7px;
	margin-bottom: 2px;
	font-size: .8em;
	color: #000;
	}

/* #footer {
	clear: both;
	position: relative;
	text-align: center;
	font-size: .7em;
	margin-bottom: 50px;
} */


/* footer */
/* float on footer div keeps blocks from breaking out of the background */
/* no float on footer-content div keeps it centered */

#footer {
	clear: both;
	position: relative;
	float: left;
	margin: 10px auto;
	width: 100%;
	text-align: center;
	font-size: .75em;
	padding: 20px 0 35px 0;
	background-color: #4d4d4d;
	line-height: 1.4em;
	}
	
#footer-content {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	color: #999;
	}
	
#footer-block {
	position: relative;
	float: left;
	width: 220px;
	padding: 0 20px 20px 0;
	}
	
#footer-block-short {
	position: relative;
	float: left;
	width: 150px;
	padding: 0 20px 20px 0;
	}
	
#footer a:link {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
	}

#footer a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: underline;
	}

#footer a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	}





/* general attributes */

h1 {
	font-size: 1.5em;
	color: #000;
	text-align: center;
}

h2 {
	font-size: 1em;
	color: #000;
	text-align: centermargin-top: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h3 {
	font-size: .9em;
	color: #373737;
	font-weight: normal;
	margin-bottom: 25px;
	}

p {
	color: #373737;
	font-size: .9em;
	line-height: 1.4em;
	margin-top: 0;
}

ul {
	color: #373737;
	font-size: .9em;
	line-height: 1.3em;
	list-style: url(../images/old/arrow_small.gif);
}

li {
	margin-bottom: 15px;
	}

sup {
	font-size: .65em;
}

hr {
	border: 0;
	width: 100%;
	background-color: #ccc;
	color: #ccc;
	height: 1px;
	margin-top: 1em;
}

a:link {
	color: #fa6e14;
}

a:visited {
	color: #fa6e14;
}

a:hover {
	color: #000;
}

#button {
	text-align: center;
	}

#button a:link {
	color: #fff;
}

#button a:visited {
	color: #fff;
}

#button a:hover {
	color: #fff;
	background-color: none;
}


/* special text styles */

.accent {
	color: #fa6e14;
}

.emphasis {
	color: #000;
	font-weight: bold;
}

.caption {
	color: #000;
	margin: 0 0 15px 0;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}

.error {
	color: #ff4500;
	font-weight: bold;
}

.small {
	font-size: 85%;
}

.large {
	font-size: 110%;
}


.fineprint {
	font-size: .65em;
	color: #858585;
}


/* form styles*/

form {
	margin-top: 0;
	margin-bottom: 10px;
}

.button {
	border: none;
}

input {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: .75em;
	color: #616161;
	background-color:#fff;
	border: 1px solid #ccc;
	padding: 2px;
}

label {
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: .7em;
	color: #333;
	font-weight: bold;
}

select {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: .75em;
	color: #616161;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
}

textarea {
	font-size: .75em;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans serif;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
}

object {
	margin: 0;
	}



