@charset "utf-8";
body {
	font: 1em/150% sans-serif;
	margin: 0 0;
	background-color: #FFFFFF;
	background-image: url("../images/background.jpg");
	background-size: cover;
	padding: 0;
	font-size: 20px;
}
.page {
	width: 100%;
	padding: 16px 0;
	background-repeat: repeat;
	background-size: auto auto;
}
.clear {
	clear: both;
}
p {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #3B4954;
    font-size: 16px;
    line-height: 22px;
}
a:link, a:visited {
	text-decoration: none;
	color: #00005D;
	white-space: nowrap;
}
a:hover {
	text-decoration: underline;
	color: #00005D;
}
a:active {
	color: #00005D;
}
/************************************************************************************
STRUCTURE
************************************************************************************/
.pagewrap {
	padding: 1px;
	margin: 10px auto;
	width: 1200px;
	background: transparent;
}
.contentdiv {
}
.header {
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 0px;
}
.content {
	width: 100%;
}
.contentdiv {
	margin-left: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 8px;
}
.contenttext {
	margin: 15px;
	color: #1A1A1A;
}
.sidebardiv {
	margin-left: 8px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 16px;
	padding: 2px;
}
.sidebartext {
	margin: 15px;
	text-align: center;
	color: #1A1A1A;
}
.footer {
	margin: auto 10px;
	font-size: 75%;
}
.copyrightleft {
	float: left;
	width: 50%
}
.copyrightright {
	float: right;
	width: 50%;
	text-align: right;
}
.mapdiv{
	background-color:#E9E5DC;
}
.contacttext{color:#000; font-size:20px;}
/************************************************************************************
HEADING STYLES h1,h2,h3,h4, PICTURE STYLES!
*************************************************************************************/
h1 {
	text-align: center;
	color: #000;
	font-size: 400%;
	line-height: 105%;
	color: rgba(253,248,40,1);
}
h2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #000;
	font-size: 260%;
}
h3 {
	text-align: center;
	font-size: 200%;
	color: #000;
}
h4 {
	text-align: center;
	color: #000;
	font-size: 140%;

}
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media only screen and (min-width: 1200px) {
.hidden-large {
	display: none !important;
}
.visible-large {
	display: inherit !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
.pagewrap {
	width: 960px;
}
}

@media (min-width: 768px) and (max-width: 959px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: none !important;
}
.visible-tablet {
	display: inherit !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
.pagewrap {
	width: 94%;
}
}

@media (max-width: 767px) {
body {
    font-size: 12px;
    line-height: 26px;
}
h2 {
    font-size: 180%;
}
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.pagewrap {
	width: 94%;
}
.content {
	width: auto;
	float: none;
}
.sidebar {
	width: auto;
	float: none;
}
.contentdiv {
	margin: 16px;
}
.sidebardiv {
	margin: 16px;
	padding: 2px;
}
.header {
	height: auto;
}
.contacttext{font-size:14px;}
}

p.tag-cloud {
    color: #000000;
}