/* IBS */
/* Default CSS */

html {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
    color: #000000;
}
 
/* BODIES AND CONTAINERS */
 
 .body {
    vertical-align: top;
    text-align: center;
	height: 100%;
    width: 100%;
	margin: 0 auto 0 auto;
	padding: 0px;
    overflow-x: hidden;
}
.sub_body {
	background-color: #FFFFFF;
    vertical-align: top;
    display: block;
	width: 90%;
	margin: 116px auto 0 auto;
	padding: 10px;
    z-index: 0;
}
 
/* GENERAL STYLES */

h1, h2, h3, h4, h5, th {
	font-family:  Arial, Helvetica, Verdana, Georgia, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #B9D1EE;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #FFFFFF;
	margin: 10px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}
h1 {
	font-size: 1.28em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: .83em;
}
p {
	text-align: left;
	margin: 10px;
	padding: 0px;
}
ul, ol {
	list-style-type: square;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
table {
	margin: 10px;
}
th {
    text-align: center;
    text-decoration: none;
    background-color: #000066;
    color: #FFFFFF;
    font-size: .9em
}
td {
    font-size: .8em
}
a:link, a:visited, a:active {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
.image {
    display: inline-block;
    font-size: 0;
    margin: 1%;
    padding: 0;
}
.image_wtxt {
    display: inline-block;
    margin: 1%;
    padding: 0;
}
.image-left {
	float: left;
	margin: 1%;
    padding: 0;
}
.image-left_1 {
	float: left;
	margin: 5px 25px 5px 5px;
}
.image-right {
	float: right;
	margin: 1%;
    padding: 0;
}
.image img, .image-1 img, .image_wtxt img, .image_2 img, .image-right img, .image-left img, .icon, .image-right-wotxt img, .pagestockimg img {
    max-width: 100%; 
    height: auto;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.center_1 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}
.ind0 { margin-left: .3em; }
.ind1 { margin-left: 1em; }
.ind2 { margin-left: 2em; }
.ind3 { margin-left: 3em; }
.ind00 li { margin-left: -1.75em; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block; width: 100%;}  /* for IE/Mac */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
 
/* BOTTOM NAVIGATION */
 
.bmenu_block {
	margin: 6px auto 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 995px;
	clear: both;
}
.bottom-nav {
	font-family: Arial, Tahoma, Helvetica, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding: 6px 6px 6px 6px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: left;
	/* this is key in NE to wrap menu */
	white-space: pre;
}
.bottom-nav a:link, .bottom-nav a:visited {
	color: #000000;
	text-decoration: none;
	/* this is key in NE to wrap menu */
	white-space: nowrap;
}
.bottom-nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.dot2 {
	color: #00FFFF;
	padding: 0px 6px 0px 6px;
	display: inline;
}
.copywrite {
	font-family: Arial, Helvetica, Verdana, Georgia, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding: 6px 6px 6px 6px;
	vertical-align: middle;
	float: right;
}

/* HORIZONTAL NAVIGATION */

#horz-nav {
    border-bottom: 1px solid #999999;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    padding: 8px 0px 8px 0px;
    position: fixed;
    top: 0;
    width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	text-align: center;
    z-index: 10;
}
div#logo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
	padding: 0;
	font-size: 0;
	vertical-align: middle;
    text-align: center;
}
div#logo img {
    margin: 0 8px 0 8px;
}
#horz-nav ul {
    display: block;
    margin: 0 auto;
	padding: 0;
    list-style-type: none;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
#horz-nav ul li {
    display: inline;
    text-align: center;
}
#horz-nav a {
	height: 1.250em;
	line-height: 1.250em;
    display: inline-block;
	margin: 8px 8px 8px 8px;
	padding: 4px;
    vertical-align: middle;
    font-size: 1.250em;
	font-style: normal;
	color: #FFFFFF;
    border: 2px solid #696969;
    border-radius: 4px;
    background-color: #898989;
 	text-decoration: none;
}
#horz-nav a:hover {
	background-color: #336699;
}
div#logo a {
	height: auto;
    line-height: 0;
	margin: 0;
	padding: 0px;
    vertical-align: middle;
    font-size: 0px;
    border: 0px solid #696969;
    border-radius: 0px;
    background-color: #FFFFFF;
}
div#logo a:hover {
    background-color: #FFFFFF
}

/* Responsive design for screens smaller than 1586px */

@media only screen and (max-width: 1586px) {
#horz-nav ul {
    margin: 0;
}
}

/* Responsive design for screens smaller than 1007px */

@media only screen and (max-width: 1007px) {
.sub_body {
	margin: 0px auto 0 auto;
}
.info_container {
    margin-top: 0px
}
#horz-nav {
    position: relative;
}
#horz-nav a {
	margin: 8px 8px 0 8px;
}
.bottom-nav-info, .bottom-nav-nav {
    text-align: center;
    width: 100%;
}
div#logo img {
    margin: 0px;
}
.image_1 {
    display: inline-block;
}
}
@media only screen and (max-width: 640px) {
.info_container1 {
    display: block;
}
.info_container1_txt1 {
    font-size: 3em;
}
.info_container1_txt2 {
    font-size: 1.5em;
}
}