@charset "UTF-8";
/* CSS Document */

img, object, embed, video {
	max-width: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
* {
    box-sizing: border-box;
}

 h3 	{
	font-size: 1.25em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-style: italic;
	color:#04357a;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
}
h4 	{
	font-size: 1.0em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-style: italic;
	color: black;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
 html {
	background-color: rgba(202, 160, 40, 0.25);
	background-image: url(../images/022_webBackground.png);
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body  {
	line-height: 1.5em;
	font-family: Times, "Times New Roman", serif;
	color: #04357a;
	font-size: 1em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
footer { 
	width: 90%;
	font-family: Times, "Times New Roman", serif;
	font-size: .85em;
	color: #04357a;
	padding: 2px 5px 2px 10px; 
	text-align: left;
}

.wrapper  {
	width: 100%;
	height: 100%;
	text-align: center;
}
.page  {
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	border-style: solid;
	border-color: white;
}
.header  {
    position: relative;
    width: 90%;
    overflow: hidden;
    z-index: 1;
    margin: auto;
	text-align: center;
    padding: 5px 15px 5px 15px;
	background-color: rgba(202, 160, 40, 0.50);
    border: thin solid #04357a;
    visibility: visible;
    font-family: Times, "Times New Roman", serif;
}
p {
	width: 100%;
	text-align: center;
}
.logo {
width: 100%;
height: auto;
padding: 0px 0px 2px 2px;
float: left;
}

.intropic  {
	max-width: 100%;
	float: right;
}
.address  {
	width: 100%;
	height: auto;
	font-family: Times, "Times New Roman", serif;
	font-size: .85em;
	color:#04357a;
	text-align: center;
	
}
.descBlock  {
    position: relative;
    max-width: 1090px;
    overflow: hidden;
    background-color: rgba(212, 212, 212, 0.5);
	padding: 5px 15px 5px 15px;
    border: thin solid #ffffff;
    visibility: visible;
    font-family: Times, "Times New Roman", serif;
    color: #ffffff;
}
.copyBlock  {
	width: 90%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: auto;
	margin-top: 10px;
	text-align: center;
    padding: 5px 15px 5px 15px;
    border: thin solid #04357a;
    visibility: visible;
    font-family: Times, "Times New Roman", serif;
	font-size: 1.15em;
    color: #04357a;
}
.row   { 
	width: 100%;
	display: block;
	padding: 10px 0px 2px 5px;
	float: left;
	position: relative;
	left: 0px;
	text-align: left;
}
.column {
	float: left;
	width: 100%;
	display:block;
	position: relative;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #04357a;
	left: 0%;
	text-align: left;
}

@media only screen and (max-width: 481px) {
	
}	
	
@media only screen and (min-width: 769px){ 
.header   {
	display: inline-block;
	width: 90%;

}
p {
	width: 60%;
}
.column {
		padding: 0px 0px 0px 10px;
		width: 50%;
	}
.row 	{
		width: 100%;
		text-align: left
	}

}
 

	
