body {
	font-family: Georgia,serif;
	background-color: #eee;
}

.pageContent {
	background-color: #fff;
}

.homeHeader {
	height: 120px;
	background: transparent url('/images/header-background.png') repeat-x;
}

.headerContent {
	width: 1000px;
	position: relative;
	margin: 0px auto;
}

.logo {
	position: absolute;
	left: 36px;
	top: 54px;
}

.navigation {
	font-family: Tahoma, Geneva, sans-serif;
	position: absolute;
	left: 666px;
	top: 70px;
	font-size: 14px;
}

.navigation a, .navigation a:hover, .navigation a:visited {
	color: white;
	text-decoration: none;
	margin-right: 40px;
}

.itsFree {
	position: absolute;
	left: 764px;
	top: 34px;
}

.homeBanner {
	height: 130px;
	background: transparent url('/images/banner-background.png') repeat-x;
}

.bannerText {
	position: absolute;
	left: 31px;
	top: 28px;
}

.homeBody {
	padding: 30px;
	color: #333;
	font-size: 15px;
	line-height: 22px;
}

td {
	vertical-align: top;
}

.rightColumn {
	padding-left: 45px;
	padding-top: 3px;
}

h1, h2, h3, h4 {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	border: none;
}

h1, h2 {
	font-size: 24px;
	color: #13458D;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 6px;
}

h2 {
	font-size: 20px;
}

h3 {
	margin-top: 25px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 24px;
}

h4 {
	font-weight: 700;
	color: #13458D;
}

strong {
	font-weight: 700;
}

.phoneCall {
	font-style: italic;
}

.hearStory {
	width: 400px;
	height: 126px;
	margin-top: 21px;
	margin-left: -1px;
}

.startByEmail {
	background: transparent url('/images/start-by-email-background.png') no-repeat;
	width: 389px;
	height: 149px;
	margin-top: 7px;
	margin-left: -16px;
	padding: 27px 0px 0px 20px;
}

.startByEmail h2 {
	color: #333;
	font-size: 22px;
	font-weight: 700;
	margin: 0px 0px 0px 50px;
}

.startByEmail p {
	font-size: 16px;
	padding: 15px 10px 0px 14px;
	
}


.quotes {
	width: 364px;
	background-color: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px 15px;
	font-size: 20px;
	margin: 30px 0px 25px;
	line-height: 26px;
}

.quoteAuthor {
	color: #999;
	font-size: 14px;
	font-style: italic;
}

.homeFooter {
	border-top: 1px solid #ddd;
	color: #666;
	height: 70px;
	text-align: center;
	padding-top: 10px;
}

.homeFooter a, .homeFooter a:visited, .homeFooter a:hover {
	color: #333;
}

.notice {
	width: 500px;
	text-align: center;
	font-size: 18px;
	margin: 10px auto 0px;
	background-color: #FCBEBE;
	border: 4px solid #6B0000;
	padding: 12px;
	color: #0A1A38;
}

h2.contact {
	color: #333;
	font-size: 15px;
	margin: 0px 12px;
	border-bottom: 1px solid #333;
}

.error input, textarea.error {
	border: 3px solid #ff0000;
	background-color: #fee;
}

.errorMessage {
	color: #c33;
	font-style: italic;
}

#forgotPassword {
	border-top: 1px dotted #0A1A38;
	padding: 8px 20px;
	background-color: #edd;
}

#emailSuccess {
	border-top: 1px dotted #0A1A38;
	padding: 8px 20px;
	background-color: #ded;
}

#email {
	font-size: 12px;
	padding: 3px;
	margin-left: 5px;
	margin-right: 5px;
	width: 232px;
	vertical-align: middle;
}

.homePopup {
	background-color: #fff;
	width: 700px;
	margin-top: 30px;
	padding: 10px;
	border: 3px solid #2B4D7F;
	position: relative;
}

.homePopup p {
	padding: 10px;
/*	margin-bottom: 10px;*/
}

.homePopup h2 {
	margin-left: 5px;
}

.homePopup li {
	list-style: disc;
	margin-left: 10px;
	margin-top: 4px;
}

.homePopup ul {
	margin-top: 10px;
	margin-left: 20px;
}

.closeX {
	position: absolute;
	top: -12px;
	right: -12px;
}

.screencastPopup {
	width: 800px;
	background-color: #000;
	border: 3px solid #2B4D7F;
}

.storyPopup {
	border: 3px solid #2B4D7F;

/*	background-color: #666;
	color: #fff;
*/
	background-color: #fff;
	color: #333;

	width: 800px;
	padding: 10px 25px;
}

.storyPopup p {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.2px;
	margin: 12px 0px;
/*	font-style: italic;*/
}

.storyPopup .storySign {
	font-style: italic;
/*	font-weight: 700;*/
	font-size: 14px;
}

.storyPlayer {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.contactPopup {
	width: 500px;
}

.contactPopup textarea {
	width: 475px;
	height: 150px;
}

.contactPopup label {
	color: #091019;
	font-size: 12px;
	font-weight: 700;
}

#contactSuccess {
	font-size: 14px;
	font-weight: 700;
	padding: 3px;
}

.signupForm, .loginForm {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 15px 30px 5px;
}

.importForm {
	width: 580px;
	margin: 0px auto;
	border-top: none;
}

.importTabs {
	width: 642px;
	height: 40px;
	margin: 0px auto;
}

.importTabs table {
	width: 100%;
	height: 40px;
}

.importTabs td {
	width: 50%;
}

.importTab, .importTabSelected {
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ddd;
}

.importTab {
	line-height: 34px;
	margin-top: 4px;
	background-color: #eee;
}

.importTabSelected {
	border-bottom: 1px solid #f9f9f9;
	line-height: 38px;
	font-weight: 700;
	background-color: #f9f9f9;
}

#importSignupTab {
}

#importLoginTab {
	margin-left: -1px;
}

.loginAndImportButton {
	text-align: center;
	margin: 10px 0px 15px;
}

.labelCell {
	color: #666;
	font-size: 20px;
	text-align: right;
	vertical-align: middle;
}

.inputCell {
	height: 82px;
}

.inputCell input {
	border: 1px solid #999;
	font-size: 24px;
	color: #333;
	width: 462px;
	margin: 18px 15px 0px;
	padding: 6px;
}

.importProjectSelectCell select {
	font-size: 16px;
	color: #333;
	width: 475px;
	margin: 23px 15px 0px;
	padding: 6px;
}

.projectSelectPlaceholder {
	font-size: 24px;
	color: #999;
	width: 475px;
	margin: 23px 15px 0px;
	padding: 6px;
}

.projectSelectPlaceholderTrying {
	color: #18335F;
}

.projectSelectPlaceholderInvalid {
	color: #a00000;
}

.signupTerms {
	font-size: 11px;
	color: #999999;
	font-style: italic;
	margin-top: 15px;
	text-align: center;
}

.signupRightColumn {
	color: #666;
	padding-left: 25px
}

.signupError input {
	border: 3px solid #e33;
	background-color: #fee;
}

.signupError .errorMessage {
	padding-left: 20px;
}



.loginForm {
	margin: 0px auto;
	width: 424px;
}

.loginBanner {
	height: 64px;
	background: transparent url('/images/login-banner-background.png') repeat-x;
}

.loginBanner .bannerText {
	position: absolute;
	left: 258px;
	top: 19px;
}

.loginInputCell input {
	width: 300px;
}

.loginEmailInputCell input {
	width: 335px;
}

.rememberMe {
	padding-left: 10px;
	padding-bottom: 15px;
}

.loginButton {
	text-align: center;
}

.forgotPassword {
	text-align: center;
	margin: 20px 0px 3px;
	font-size: 14px;
}

.needAnAccount {
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
}

.determiningLogin {
	background-color: #ffffdd;
	border: 1px solid #ddc;
	padding: 8px;
	text-align: center;
	font-size: 16px;
	color: #666;
}

.resetPassword {
	font-size: 16px;
	margin: 20px 0px 15px;
	vertical-align: middle;
}
.resetPassword table {
	text-align: center;
	margin: 0px auto;
}

.resettingPasswordPane {
	padding-bottom: 12px;
	font-size: 16px;
}

#loginFailed {
	text-align: center;
	margin: 5px 0px;
	color: #4F0600;
	border: 1px solid #4F0600;
	font-size: 16px;
	background-color: #FFFAB9;
	padding: 10px;
	font-weight: 700;
}

#loginFailed a {
	font-size: 14px;
	font-weight: 500;
	padding-left: 10px;
/*	color: #4F0600;*/
}


.legalPage {
	width: 800px;
	background-color: white;
	border: 1px solid #071E3E;
	margin: 0px auto;
	padding: 20px;
}

div.blogDate {
	font-size: 10px;
	font-weight: 700;
	color: #666;
}

div.blogPost h2 {
	border-bottom: none;
	margin: 5px 0px;
}

div.blogPost h2 a {
	text-decoration: none;
	font-size: 24px;
}

div.blogPost h2 a:hover {
	text-decoration: underline;
}

div.blogAuthor {
	font-style: italic;
	font-size: 13px;
	margin-bottom: 8px;
	color: #222;
}

.commentCount {
	border-top: 1px dotted #888;
	padding-top: 5px;
	padding-bottom: 50px;
}

div.textiled p {
	margin: 10px 0px;
	line-height: 18px;
}

div.textiled strong {
	font-weight: 700;
}


div.newBlogComment h2 {
	border-bottom: none;
}

div.newBlogComment label {
font-weight: 700;
color: #555;
font-size: 12px;
}

div.newBlogComment input {
margin-bottom: 10px;
}

div.newBlogComment textarea {
margin-bottom: 15px;
}

div.blogComment {
	padding: 10px 20px 20px 40px;
/*	border-bottom: 4px solid #555;
*/}

div.blogComments {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background-color: #f0f0fa;
}

div.commentAuthor {
border-top: 1px dotted #666;
padding-top: 3px;
	font-size: 12px;
color: #555;
}