/*=========================================================
======================TYPOGRAPHY===========================
=========================================================*/

body, #tinymce{ margin: 0; padding: 0; border: 0; line-height:1.4em; font-size:14px; font-family:Century Gothic, Arial, Helvetica, sans-serif; color:#0c0b0b; }

a{ color: #1f64b1; text-decoration:none; }
a:hover{ color: #0c0b0b; text-decoration:none; }
.tWrap hr, #tinymce hr{ border:none; border-top:1px solid #d8d8d8; }
.tWrap li, #tinymce li{ font-size:14px; list-style-position:inside; padding:0 0 0 5px; }
.tWrap ul, #tinymce ul, .tWrap ol, #tinymce ol{ padding-left:0px; margin:5px 0; }
.tWrap ul li, #tinymce ul li{ list-style-type:disc; }
.tWrap ol li, #tinymce ol li{ list-style-type:decimal; }

.tWrap p, #tinymce p{ font-size:14px; padding:7px 0; margin:0; }

.tWrap h1, #tinymce h1{ font-size:32px; padding:16px 0; line-height:1.3; margin:0; color:#ffffff; font-family:Century Gothic, Arial, Helvetica, sans-serif; font-weight:inherit; }
.tWrap .sidebarTitle,
.tWrap h2, #tinymce h2{ font-size:30px; padding:5px 0; line-height:1.3; margin:0; color:#1f64b1; font-family:Century Gothic, Arial, Helvetica, sans-serif; font-weight:inherit; }
.tWrap h3, #tinymce h3{ font-size:24px; padding:5px 0; line-height:1.3; margin:0; color:#0c0b0b; font-family:Century Gothic, Arial, Helvetica, sans-serif; font-weight:inherit; }
.tWrap h4, #tinymce h4{ font-size:18px; padding:5px 0; line-height:1.3; margin:0; color:#1f64b1; font-family:Century Gothic, Arial, Helvetica, sans-serif; font-weight:inherit; }
.tWrap h5, #tinymce h5{ font-size:18px; padding:5px 0; line-height:1.3; margin:0; color:#0c0b0b; font-family:Century Gothic, Arial, Helvetica, sans-serif; font-weight:inherit; }
.tWrap h6, #tinymce h6{ font-size:16px; padding:5px 0; line-height:1.3; margin:0; color:#0c0b0b; font-family:Century Gothic, Arial, Helvetica, sans-serif; font-weight:inherit; }
.tWrap .sidebar h1{ margin-bottom:0px; border-bottom:none; }

.tWrap .zyberButton, #tinymce .zyberButton, .tWrap .extendedFormSurveyView input[type="submit"], .tWrap .guestBook-formBlock input[type="submit"]{
	color: #ffffff;
	background: #1f64b1;
	display: inline-block;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Century Gothic, Arial, Helvetica, sans-serif;
	padding: 1em 2em 1em;
	text-transform:uppercase;
	border:none;
	text-shadow: 1px 1px 4px #000000;
	font-weight:bold;
}
.tWrap .zyberButton:hover, #tinymce .zyberButton:hover, .tWrap .extendedFormSurveyView input[type="submit"]:hover, .tWrap .guestBook-formBlock input[type="submit"]:hover{
	background: #175192;
	text-decoration: none;
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active, .tWrap .extendedFormSurveyView input[type="submit"]:active, .tWrap .guestBook-formBlock input[type="submit"]:active{
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonAlt, #tinymce .zyberButtonAlt{
	color: #fff;
	background: #0c0b0b;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Century Gothic, Arial, Helvetica, sans-serif;
	padding: 1em 2em 1em;
	text-transform:uppercase;
	border:none;
	text-shadow: 1px 1px 4px #000000;
	font-weight:bold;
}
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover {
	background: #1f64b1;
	text-decoration: none;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active {
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #ffffff;
	background: #1f64b1;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Century Gothic, Arial, Helvetica, sans-serif;
	padding: 1em 2.5em 1em;
	text-transform:uppercase;
	border:none;
	text-shadow: 1px 1px 4px #000000;
	font-weight:bold;
}
.tWrap .zyberButtonLrg:hover, #tinymce .zyberButtonLrg:hover {
	background: #175192;
	text-decoration: none;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active{
	position: relative;
	top: 1px;
}