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

body, #tinymce{margin: 0; padding: 0; border: 0; line-height:1.4em; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#575757; word-wrap: break-word; }
a{ color: #004990; text-decoration:none; }
a:hover{ color: #b09e89; text-decoration:none; }

.tWrap li, #tinymce li{ font-size:0.875em; list-style-position:inside; padding:0 0 0 0.313em; }
.tWrap ul, #tinymce ul, .tWrap ol, #tinymce ol{ padding-left:0; margin:0.313em 0; }
.tWrap ul li, #tinymce ul li{ list-style-type:disc; }
.tWrap ol li, #tinymce ol li{ list-style-type:decimal; }

.tWrap hr, #tinymce hr{ border:none; border-bottom:1px dashed #c3c3c3; }

.tWrap p, #tinymce p{ padding:0.438em 0; margin:0; line-height:24px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#727272; }
.tWrap h1, #tinymce h1, .tWrap .pageTitle, #tinymce .pageTitle, .tWrap h2.sidebarTitle, #tinymce h2.sidebarTitle{ font-size:30px; padding:10px 0 15px 0; line-height:1; margin:0; font-weight:inherit; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; color:#004990; border-bottom:1px dashed #c3c3c3; margin-bottom:10px; }
.tWrap h2, #tinymce h2{ font-size:25px; padding:0.313em 0; line-height:1; margin:0; font-weight:inherit; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; color:#004990; }
.tWrap h3, #tinymce h3{ font-size:20px; padding:0.313em 0; line-height:1; margin:0; font-weight:inherit; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; color:#004990; }
.tWrap h4, #tinymce h4{ font-size:18px; padding:0.313em 0; line-height:1; margin:0; font-weight:inherit; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; color:#004990; }
.tWrap h5, #tinymce h5{ font-size:18px; padding:0.313em 0; line-height:1; margin:0; font-weight:inherit; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; color:#c7bb90; }
.tWrap h6, #tinymce h6{ font-size:16px; padding:0.313em 0; line-height:1; margin:0; font-weight:inherit; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; color:#004990; }

.tWrap .extendedFormSurveyView input[type="submit"], .tWrap .guestBook-formBlock input[type="submit"]{float:right; margin:0 !important;}

.tWrap .zyberButton, #tinymce .zyberButton, .tWrap .extendedFormSurveyView input[type="submit"], .tWrap .guestBook-formBlock input[type="submit"]{
	color: #ffffff;
	border: none;
	background: #004990;
	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-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	padding: 10px 20px;
	font-weight:normal;
}
.tWrap .zyberButton:hover, #tinymce .zyberButton:hover, .tWrap .extendedFormSurveyView input[type="submit"]:hover, .tWrap .guestBook-formBlock input[type="submit"]:hover{
	background: #c7bb90;
	text-decoration: none;
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active {
	background: #c7bb90;
	text-decoration: none;
}

.tWrap .zyberButtonAlt, #tinymce .zyberButtonAlt{
	color: #7e7e7e;
	border: none;
	background: #dadada;
	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-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	padding: 10px 20px;
	font-weight:normal;
}
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover {
	background: #004990;
	color:#fff;
	text-decoration: none;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active{
	background: #004990;
	color:#fff;
	text-decoration: none;
}

.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #ffffff;
	border: none;
	background: #004990;
	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-family: 'Roboto Condensed', sans-serif;
	font-size:25px;
	text-transform:uppercase;
	padding: 16px 30px;
	font-weight:normal;
}
.tWrap .zyberButtonLrg:hover, #tinymce .zyberButtonLrg:hover {
	background: #c7bb90;
	text-decoration: none;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active {
	background: #c7bb90;
	text-decoration: none;
}