/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font-family:inherit;
	font-weight:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
html {
	font-weight:normal;
	font-style:normal;
}
ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------- */

html,body {
	font-family:'macha',sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
	color:#000;
}

#container {
	position:relative;
	width:100%;
	margin:0 auto;
}
#middle {
	max-width:1080px;
	margin: 0 auto;
	padding-top: 200px;
}
#middle::after {
	content: "";
	display: table;
	clear: both;
}
.homepage #middle {
	padding-top: 140px;
}

#leftsidebar {
	float:left;
	width:27%;
	margin-left:7%;
	min-height:1px;
}
.noleftsidebar #leftsidebar {
	display:none;
}
#textarea {
	float:left;
	width:56%;
	margin-left:4%;
	line-height: 150%;
}
.noleftsidebar #textarea {
	width:85%;
	padding-right: 10px;
	margin-left:7%;
}
em, i {
	font-style:italic;
}
strong, b {
	font-weight:700;
}
h1 {
	font-size:220%;
	font-weight:500;
	margin:0 0 .6em 0;
	color:#2b2977;
	line-height:normal;
}
h2 {
	font-size:140%;
	font-weight:700;
	text-align:left;
	margin:1.5em 0 .6em 0;
	color:#6462b7;
	line-height:120%;
}
h3 {
	font-size:100%;
	font-weight:700;
	font-style:italic;
	margin:1.5em 0 .6em 0;
	color:#2b2977;
	line-height:normal;
}
h4 {
	font-size:100%;
	font-weight:700;
	font-style:normal;
	margin:1.2em 0 .6em 0;
	color:#2b2977;
	line-height:normal;
}
p {
	font-size:100%;
	margin:0 0 .8em 0;
	line-height:normal;
}
a:link, a:visited {
	color:#4444ff;
}
a:hover {
	color:#0000ff;
}
img {
	max-width: 100%;
	height:auto;
}
#leftsidebar img {
	-moz-box-shadow: 3px 3px 6px  #444; /* Firefox */
 	-webkit-box-shadow: 3px 3px 6px #444; /* Safari/Chrome */
 	box-shadow: 3px 3px 6px #444; /* Opera and other CSS3 supporting browsers */
 	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";/* IE 8 */
}
img.no-shadow,
#leftsidebar img.no-shadow {
	-moz-box-shadow: none; /* Firefox */
 	-webkit-box-shadow: none; /* Safari/Chrome */
 	box-shadow: none; /* Opera and other CSS3 supporting browsers */
 	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff')";/* IE 8 */

}

a.bigbutton:link, a.bigbutton:visited {
	padding:6px 14px;
	background-color:#2b2977;
	border:2px solid #c2a303;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	border-radius:18px;
	text-decoration:none;
}
a.bigbutton:hover {
	background-color:#4b48a6;
	cursor:pointer;
}
a img {
	border:0;
}
td {
	vertical-align:top;
	padding:5px 12px 5px 0;
	border-bottom:1px solid #bbb;
	border-collapse:collapse;
}
table {
	border-top:1px solid #bbb;
	border-collapse:collapse;
	margin:10px 0 12px 0;
}
#footer {
	width:100%;
	clear:both;
	padding-top:30px;
}
#footer table, #footer table td {
	border:none;
}
input[type="submit"],input[type="button"], .textbutton,
a.textbutton:link, a.textbutton:visited {
	padding:3px 6px;
	background-color:#2b2977;
	color:#fff;
	font-family: 'macha',sans-serif;
	border:2px solid #b19743;
	display: inline-block;
	font-size:14px;
	line-height: 110%;
	vertical-align: middle;
	font-weight:700;
	padding: 4px 14px;
	text-align: center;
	color:#fff;
	border-radius:14px;
	text-decoration:none;
}
input[type="submit"]:hover,input[type="button"]:hover,  .textbutton:hover,
a.textbutton:hover {
	background-color:#2e1863;
	cursor:pointer;
}



.wrap-left {
	float:left;
	margin:0 12px 5px 0;
}
.wrap-right {
	float:right;
	margin:0 0 5px 12px;
}
#homequote {
	color:#2c2a77;
	font-size:16px;
	color:#000;
	margin:24px auto 0 auto;
	max-width:630px;
}
#homequote table, #homequote td {
	border:0;
}
.homepage #textarea, .home-textarea {
	font-size:22px;
	line-height:150%;
	color:#2c2a77;
}
.home-intro {
	text-align: center;
	max-width: 540px;
	padding-left: 180px;
	margin: 0 auto;
}
.homepage #textarea a:link, .homepage #textarea a:visited {
	color#c62026;
}
.homepage .top-text {
	text-align: center;
	margin:
}

#newwebsite {
	position:absolute;
	top:0;
	right:318px;
}
#headersurveylink {
	position:absolute;
	top:24px;
	right:60px;
}
#headersurveylink a.bigbutton {
	font-size:12px;
	background-color:#b19743;
	border-color:#fff;
	padding:4px 14px;
}
#headersurveylink a.bigbutton:hover {
	background-color:#95791d;
}

a.fancybox, a.fancybox-video {
	position:relative;
	display:inline-block;
}
a.fancybox-video:before {
	content:url(/assets/media/images/video-play-button-faded.png);
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-19px;
	margin-left:-24px;
	z-index:500;
}
a.fancybox-video:hover:before {
	content:url(/assets/media/images/video-play-button.png);
}
a.fancybox-video.nobutton:before {
	content: none;
}
.popup-page {

}
.videobox {
	width:480px;
	margin:0 auto;
}
#headernote {
	font-size:11px;
	font-weight:bold;
	line-height:115%;
	text-align:center;
	border:1px solid #fff;
	position:absolute;
	top:12px;
	right:60px;
	color:#fff;
	width:360px;
	padding:6px;
}

#leftsidebar-mobile {
	display:none;
}
#mobilemenutop, #mobilemenubottom, #mobilemenusub, #leftsidebarmobile, #headerlogosmall {
	display: none;
}

#editlinks {
	position:absolute;
	top:0px;
	padding:6px;
}
#editpagelink {
	position:fixed;
	bottom:0;
	right:0;
	padding:4px 10px;
	background-color:#4c819f;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	z-index:1200;
	-moz-box-shadow: 0px 0px 2px 3px #aaa; /* Firefox */
	-webkit-box-shadow: 0px 0px 2px 3px #aaa; /* Safari/Chrome */
	box-shadow: 0px 0px 2px 3px #aaa; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
	filter : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */
}
#editpagelink:hover {
	background-color:#2b6281;
}
.homepage .toplink0 {
	position: relative;
	top:-200px;
}
.toplink1 {
	max-width: 200px;
}
.toplink2 {
	max-width: 144px;
}
.home-section-table {
	border-collapse: collapse;
      margin-top: 24px;
	border:0;
}
.home-section-table img {
      max-width: 100%;
      height:auto;
}
.home-section-table td {
	border: 3px solid #b19743;
	border-collapse: collapse;
	padding: 8px 14px 0px 30px;
      box-sizing: border-box;
      border-spacing: 0;
	line-height:130%;
      font-size: 18px;
}
.home-section-table td table {
      border:0;
}
.home-section-table td table td {
	border:0;
	padding: 0 0 0 24px;
	white-space: nowrap;
}
table.home-section-table tr td:first-child {
	padding: 0;
}
table.home-section-table tr td:first-child  {
	width:172px;
}
table.home-section-table tr td:first-child img {
	display: block;
}
.home-section-table h2, .home-section-table .head2 {
	color: #b82419;
	font-size:  22px;
	line-height: 110%;
	margin:0;
}
.home-section-table h2 a:link, .home-section-table h2 a:visited,
.home-section-table .head2 a:link, .home-section-table .head2 a:visited {
	color: #b82419;
}
.home-section-table h2 a:hover, .home-section-table .head2 a:hover {
	color:#0000ff;
}
.home-section-table p {
	margin:0;
}



body#tinymce.mceContentBody {
	max-width:814px;
	line-height: 150%;
	background-image: none;
}


@media only screen and (max-width: 1052px) {


.toplink1 {
	max-width: 100px;
}

}



@media only screen and (max-width: 940px) {


	#mobilemenutop {
		font-size: 16px;
		position: fixed;
		z-index: 1200;
		top: 0;
		left: 0;
		display: block;
		width: 100% !important;
		height: 30px;
	}


	#mobilemenutop.tovisible {
		position: relative;
		z-index: 1300;
		display: block;
		width: 100% !important;
		height: auto;
		margin: 0;
		background-color: #6c81c0;
	}

	#mobiletopclose {
		font-weight: bold;
		display: none;
		padding: 3px 10px 12px 10px;
		text-align: center;
		color: #fff;
	}

	#mobilemenutop.tovisible #mobiletopclose {
		position: fixed;
		top: 0;
		display: block;
		width: 100%;
		background-color: #6c81c0;
	}

	#mobilemenutop.tovisible #mobiletophead {
		display: none;
	}

	#mobilemenutop.nosubs {
		width: 100% !important;
	}

	#mobiletophead {
		font-weight: bold;
		width: 100% !important;
		margin: 0;
		text-align: center;
		color: #fff;
	}

	a#mobiletophead:link,a#mobiletophead:visited {
		display: block;
		width: 100% !important;
		height: 30px;
		padding: 3px 0;
		text-align: center;
		color: #fff;
		background-color: #6c81c0;
	}



	#mobileTopList {
		display: none;
		margin: 36px 0 0 0;
		padding: 0;
		list-style: none;
	}

	#mobileTopList.tovisible {
		display: block;
	}

	#mobileTopList ul {
		margin: 0;
		padding: 0;
	}

	#mobileTopList li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#mobileTopList li a {
		font-size: 100%;
		display: block;
		padding: 6px 6px 6px 10px;
		color: #fff;
		background-color: #4e64a8;
	}

	#mobileTopList li li a {
		display: block;
		padding-left: 18px;
		color: #fff;
		background-color: #8092ca;
	}


	#mobilemenubottom {
		display: block;
		padding: 0 12px;
		border-bottom: 12px solid #b9b9ba;
	}

	.home-intro {
		width:auto;
		padding: 0;
		max-width: 100%;
	}


}




@media only screen and (max-width: 874px) {
	.toplink2 {
		max-width: 100px;
	}
}

@media only screen and (max-width: 852px) {

	.homepage #textarea {
		width:auto;
		margin-left:10px;
		margin-right: 10px;
	}
	.home-section-table table {
		display: block;
		width:100%;
	}
	.home-section-table table tr, .home-section-table table tbody {
		display: block;
		width:100%;
	}
	.home-section-table table tr td, .home-section-table table tr td:first-child {
		display: block;
		padding: 0;
		white-space: normal;
		width:100%;
	}

}





@media only screen and (max-width: 600px) {


#leftsidebar {
	float:right;
	width:160px;
}
#textarea {
	width:auto;
	float: none;
	margin:0 10px;
}
#headerlogo {
	margin-left:10px;
}
#mainbuttons {
	top:-8px;
	width:auto;
	padding-left:200px;
}
#mainbuttons a:link, #mainbuttons a:visited, .toplink1, .toplink2 {
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: left;
	padding: 2px 0;
	font-size: 13px;
	line-height:100%;
}
.toplink0 {
	position: relative;
	top:-200px;
}
.home-section-table, .home-section-table tr, .home-section-table td, table.home-section-table tr td:first-child {
	display: block;
	width:100%;
	text-align: center;
	border-top:0;
}
.home-section-table tr td.top-cell {
	border-top: 3px solid #b19743 !important;
}
table.home-section-table tr td:first-child {
	border-bottom:0;
}
table.home-section-table tr td:first-child, table.home-section-table tr td {
	padding-left: 10px;
	padding-right: 10px;
}
table.home-section-table tr td:first-child img {
	margin: 0 auto;
}
.home-section-table h2 {
	text-align: center;
}



}


@media only screen and (max-width: 460px) {

#leftsidebar img {
	display:none;
}
#leftsidebar {
	width:auto;
	float: none;
	margin:0 10px;
}



}
