/*=========================================================
======================TYPOGRAPHY===========================
=========================================================*/

body, #tinymce{ margin: 0; padding: 0; border: 0; line-height:1.8em; font-size:16px; font-family: "Open Sans", Arial, Helvetica, sans-serif; color:#434343; }
a{ color: #1562b7; text-decoration:none; }
a:hover{ color: #0f4785; text-decoration:none; }

.tWrap li, #tinymce li{ font-size:16px; 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 hr, #tinymce hr { border: none; border-bottom: 2px solid #b3b3b3; }

.tWrap p, #tinymce p{ font-size:16px; padding:7px 0; margin:0; }
.tWrap .sidebarTitle,
.tWrap h1, #tinymce h1{ font-size:46px; padding:5px 0; line-height:1.5; margin:0; color:#434343; font-weight: 700; text-transform: uppercase; letter-spacing: 8px; }
.tWrap h2, #tinymce h2{ font-size:30px; padding:5px 0; line-height:1.5; margin:0; color:#434343; font-weight: 300; }
.tWrap h3, #tinymce h3{ font-size:22px; padding:5px 0; line-height:1.5; margin:0; color:#434343; font-weight: 300; }
.tWrap h4, #tinymce h4{ font-size:18px; padding:5px 0; line-height:1.5; margin:0; color:#434343; font-weight: 700; text-transform: uppercase; letter-spacing: 5px; }
.tWrap h5, #tinymce h5{ font-size:16px; padding:5px 0; line-height:1.5; margin:0; color:#434343; font-weight: 300; }
.tWrap h6, #tinymce h6{ font-size:12px; padding:5px 0; line-height:1.5; margin:0; color:#434343; font-weight: 700; }
.tWrap .sidebar h1{ margin-bottom:0px; border-bottom:none; }

.tWrap .extendedFormSurveyView input[type="submit"], .tWrap .guestBook-formBlock input[type="submit"],
.tWrap .zyberButton, #tinymce .zyberButton{
	color: #ffffff;
	border: solid 1px #1969bf;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: url(images/b1bg.png) top center repeat-x #0f4785;
	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: 16px/100% "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	padding: 12px 19px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.tWrap .extendedFormSurveyView input[type="submit"]:hover,
.tWrap .guestBook-formBlock input[type="submit"]:hover,
.tWrap .zyberButton:hover, #tinymce .zyberButton:hover {
	background: url(images/b1bgh.png) top center repeat-x #1969bf;
	text-decoration: none;
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active{
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonAlt, #tinymce .zyberButtonAlt{
	color: #ffffff;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: url(images/b2bg.png) top center repeat-x #959595;
	border: solid 1px #9c9c9c;
	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: 16px/100% "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	padding: 12px 19px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover {
	color: #ffffff;
	background: url(images/b2bgh.png) top center repeat-x #cdcdcd;
	text-decoration: none;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active {
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #ffffff;
	border: solid 1px #1969bf;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: url(images/b3bg.png) top center repeat-x #0f4785;
	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% "Open Sans", Arial, Helvetica, sans-serif;
	padding: 14px 30px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.tWrap .zyberButtonLrg:hover, #tinymce .zyberButtonLrg:hover {
	background: url(images/b3bgh.png) top center repeat-x #1969bf;
	text-decoration: none;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active{
	position: relative;
	top: 1px;
}