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

body, #tinymce{ margin: 0; padding: 0; border: 0; line-height:1.4em; font-size:14px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#b7d1e1; }
#tinymce{ color:#000; }
a{ color: #a8d16b; text-decoration:none; }
a:hover{ color: #ffffff; text-decoration:none; }

.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 hr { border: none; border-bottom: 1px solid #557f98; }

.tWrap p, #tinymce p{ padding:7px 0; margin:0; }
.tWrap .sidebarTitle,
.tWrap h1, #tinymce h1 { font-size:50px; padding:5px 0; line-height:1.0; margin:0; color:#a8d16b; text-transform:inherit; font-family: 'Titillium Web', Helvetica, Arial, sans-serif; font-weight: 600; }
.tWrap h2, #tinymce h2 { font-size:30px; padding:5px 0; line-height:1.5; margin:0; color:#ffffff; text-transform:inherit; font-family: 'Titillium Web', Helvetica, Arial, sans-serif; font-weight: normal; }
.tWrap h3, #tinymce h3 { font-size:26px; padding:5px 0; line-height:1.5; margin:0; color:#ffffff; text-transform:inherit; font-family: 'Titillium Web', Helvetica, Arial, sans-serif; font-weight: normal; }
.tWrap h4, #tinymce h4 { font-size:24px; padding:5px 0; line-height:1.5; margin:0; color:#ffffff; text-transform:inherit; font-family: 'Titillium Web', Helvetica, Arial, sans-serif; font-weight: normal; }
.tWrap h5, #tinymce h5 { font-size:18px; padding:5px 0; line-height:1.5; margin:0; color:#ffffff; text-transform:inherit; font-family: 'Titillium Web', Helvetica, Arial, sans-serif; font-weight: normal; }
.tWrap h6, #tinymce h6 { font-size:14px; padding:5px 0; line-height:1.5; margin:0; color:#ffffff; text-transform:inherit; font-family: 'Titillium Web', Helvetica, Arial, sans-serif; font-weight: bold; }

#tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6 { color: #888888; }

.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: #2a2a2a;
	border: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #a1a1a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 0%,#a1a1a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#a1a1a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 0%,#a1a1a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#a1a1a1',GradientType=0 ); /* IE6-9 */
	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% 'Titillium Web', Helvetica, Arial, sans-serif;
	padding: 0.5em 1.5em 0.55em;
	text-shadow: 0 1px 1px rgba(255,255,255,.3);
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
}
.tWrap .extendedFormSurveyView input[type="submit"]:hover,
.tWrap .guestBook-formBlock input[type="submit"]:hover,
.tWrap .zyberButton:hover, #tinymce .zyberButton:hover {
	background: #a8d16b; /* Old browsers */
	background: -moz-linear-gradient(top,  #a8d16b 0%, #80a052 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8d16b), color-stop(100%,#80a052)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a8d16b 0%,#80a052 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a8d16b 0%,#80a052 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a8d16b 0%,#80a052 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a8d16b 0%,#80a052 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d16b', endColorstr='#80a052',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active{
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonAlt, #tinymce .zyberButtonAlt{
	color: #2a2a2a;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #0e3044;
	border-bottom: none;
	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% 'Titillium Web', Helvetica, Arial, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(255,255,255,.3);
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #a1a1a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 0%,#a1a1a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#a1a1a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 0%,#a1a1a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#a1a1a1',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active {
	position: relative;
	top: 1px;
}

.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #2a2a2a;
	border: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #a1a1a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 0%,#a1a1a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#a1a1a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 0%,#a1a1a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#a1a1a1',GradientType=0 ); /* IE6-9 */
	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% 'Titillium Web', Helvetica, Arial, sans-serif;
	padding: 1em 3.5em 1em;
	text-shadow: 0 1px 1px rgba(255,255,255,.3);
	text-transform:uppercase;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.tWrap .zyberButtonLrg:hover, #tinymce .zyberButtonLrg:hover {
	background: #a8d16b; /* Old browsers */
	background: -moz-linear-gradient(top,  #a8d16b 0%, #80a052 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8d16b), color-stop(100%,#80a052)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a8d16b 0%,#80a052 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a8d16b 0%,#80a052 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a8d16b 0%,#80a052 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a8d16b 0%,#80a052 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8d16b', endColorstr='#80a052',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active{
	position: relative;
	top: 1px;
}