body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 13px;
}
table {
	margin: auto;
}
h1 {
	margin: 10px 0px;
	font-size: 38px;
	line-height: 44px;
	font-weight: 700;
}
h2 {
	margin: 10px 0px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
}
h3 {
	margin: 10px 0px;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #21459D;
}
h4 {
	margin: 5px 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
h5 {
	margin: 10px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
h6 {
	margin: 10px 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}
p {
	margin-bottom: 18px;
}
.address {
	font-size: 17px;
	color:#FFF;
	margin-left: 25px;
	padding: 10px;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 1);
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.header h2, .welcome h4 {
	color: white;
}
.header h2 {
	font-size: 36px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.header h4 {
	font-size: 15px;
	padding: 0 10%;
	margin-bottom: 50px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.imagebox {
	width:260px;
	height:133px;
	text-align:center;
	margin-left:10px;
	border: 1px solid #000;
	box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.29);
	opacity: 1;
	padding-top: 3px;
	float: left;
	margin-right: 25px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.4);
}
.imagebox2 {
	width:160px;
	height:194px;
	text-align:center;
	margin-left:10px;
	border: 1px solid #000;
	box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.29);
	opacity: 1;
	padding-top: 3px;
	float: left;
	margin-right: 25px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.4);
}
.bannerinside {
	color:#FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:36pt;
	text-align:left;
	position:relative;
	top:2%;
	padding: 10px;
	font-weight: 700;
	border-radius: 5px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
	margin-left: 15px;
	height: 195px;
	width: 95%;
}
.maincontainer {
	box-shadow: #525252 0px 0px 8px 2px;
}
.leftbox {
	width: 252px;
	float: left;
	background-image: url(../images/leftbox.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 15px;
	text-align: center;
	line-height: 19px;
	height: 100vh;
	margin-right: 10px;
	min-height: 100vh;
}
.header {
	text-align: center;
	width: 100%;
	background: url("../images/1px-pattern.png"), url("../images/welcome-bg.jpg") center right no-repeat;
	-webkit-background-size: 2px 2px, cover;
	background-size: 2px 2px, cover;
	height: 250px;
}
.maintext {
	width: auto;
	font:11.5pt normal Arial, Helvetica, sans-serif;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	height: 100%;
}
.floralbar {
	height:35px;
	line-height:40px;
	color:#fff;
	padding-left:20px;
	box-shadow: 3px 3px 5px #888888;
	padding-top: 2px;
	background-color: #666;
	background-image: url(../images/menuBG.gif);
}
.floralbar a {
	color:#fff;
	font-size:11px;
	text-decoration:none
}
.floralbar a:hover {
	text-decoration:underline
}
.testbox {
	display:none;
	padding-top: 20px;
}
 @media (max-width: 991px) {
 .imagebox {
display:none
}
 .imagebox2 {
display:none
}
 .bannerinside {
display:none
}
 .address {
display:none
}
.testbox {
display:block
}
 .head {
 height: 150px;
}
 .navbar {
 margin-top: 20px;
}
}
@media (max-width: 767px) {
 .imagebox {
display:none
}
 .imagebox2 {
display:none
}
 .bannerinside {
display:none
}
 .address {
display:none
}
.testbox {
display:block
}
.firstpagebox {
display:none
}
 .head {
 height: 120px;
}
 .navbar {
 margin-top:10px;
}
 .firstpagebox {
display:none
}
}
 @media (max-width: 600px) {
.imagebox {
display:none
}
 .imagebox2 {
display:none
}
 .bannerinside {
display:none
}
 .address {
display:none
}
.testbox {
display:block
}
 .firstpagebox {
display:none
}
 .head {
 height: 100px;
}
 .navbar {
 margin-top:10px;
}
 .firstpagebox {
display:none
}
}
 @media (max-width: 479px) {
 .imagebox {
display:none
}
 .imagebox2 {
display:none
}
 .bannerinside {
display:none
}
 .address {
display:none
}
.testbox {
display:block
}
.navbar {
 height: 35px;
 background:#21459D;
 margin-top:10px;
}
.maincon {
 padding: 16px 31px 49px;
 background:#fff;
}
}
 @media (max-width: 320px) {
 .imagebox {
display:none
}
 .imagebox2 {
display:none
}
 .bannerinside {
display:none
}
 .address {
display:none
}
.testbox {
display:block
}
 .firstpagebox {
display:none
}
 .head {
 height: 80px;
}
 .navbar {
 margin-top: 5px;
}
 @media (max-width: 320px) {
 .firstpagebox {
display:none
}
 .head {
 height: 60px;
}
 .navbar {
 margin-top: 5px;
}
