/************************************************************************************
RESET
*************************************************************************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img, object {
	max-width: 100%;
	outline: none;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul li {
	list-style-type: none;
}
@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fonts/opensans-regular.eot');
	src: url('../fonts/opensans-regular.eot') format('embedded-opentype'), url('../fonts/opensans-regular.woff2') format('woff2'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#OswaldRegular') format('svg');
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #fff;
}
input {
}
.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}
.imgLeft {
	float: left;
	margin: 0 0 10px 10px;
}
html {
	-webkit-text-size-adjust: none;
	font-size-adjust: none;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
/*html {
	background: url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
body {
	margin: 0px;
	padding: 0px;
	background: #3e3e3e;
	/*background:#adadad;*/
	font-family: Arial, Helvetica, sans-serif;
}
.bodyNoBg {
	background: none;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 8px 0;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
p {
	font-size: 13px;
	color: #555555;
	line-height: 22px;
	margin: 0 0 5px 0;
}
div {
	font-size: 13px;
	color: #555555;
	line-height: 22px;
}
.clearfix:after {
	/*content: ".";
	display: block;*/
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: auto;
}
.clearfix {
/*	display: inline-block;
*/}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.wrapper {
	margin: auto;
	width: 800px;
	position: relative;
}
.floatRt {
	float: right !important;
}
.floatLft {
	float: left !important;
}
.clearBoth {
	clear: both !important;
}
.noBorder {
	border: 0px !important;
}
.noMargin {
	margin: 0px !important;
}
.noPad {
	padding: 0 !important;
}
.txtbold {
	font-weight: bold;
}
.colorBlack {
	color: #000;
}
/**************************************************/

header h6 {
	font-size: 16px;
	font-weight: bold;
	margin: -17px 0 0;
	text-shadow: 1px 2px 2px #666666;
	-moz-text-shadow: 1px 2px 2px #666666;
	-o-text-shadow: 1px 2px 2px #666666;
	-webkit-text-shadow: 1px 2px 2px #666666;
	-ms-text-shadow: 1px 2px 2px #666666;
}
.main {
	width: 100%;
	float: left;
	background: #adadad;
	text-align: center;
	margin: 10px 0 0 0;
	height: 550px;
	position: relative;
}
.logo {
	margin: 5px 0 0;
}
.middle {
	width: 100%;
	float: left;
	text-align: center;
}
.homeBigImg img {
	width: 300px;
	border: 3px solid #000000;
	box-shadow: 2px 2px 3px #333333;
}
.homeSmallImg {
	float: left;
	margin: 10px 10%;
	width: 80%;
}
.homeSmallImgDiv {
	width: 33.33%;
	text-align: center;
	float: left;
}
.homeSmallImgDiv img {
	width: 105px;
	box-shadow: 2px 2px 3px #333333;
}
.homeSmallImgDiv:hover h5, .homeSmallImgDiv:focus h5 {
	text-shadow: 0 0 4px #fff;
}
.phtgyImg {
	float: left;
	margin: 60px 5% 50px;
	width: 90%;
}
footer {
	color: #000000;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	padding: 7px 0;
	width: 100%;
}
.phtgyImg div img {
	width: 160px;
}
.phtgyImg div h5 {
	float: left;
	font-size: 16px;
	text-align: center;
	width: 100%;
}
.footerInr {
	width: 100%;
	float: left;
	border: 1px solid #666;
	border-left: 0px;
	border-right: 0px;
}
.footerInr ul li {
	display: inline-block;
	font-weight: bold;
	margin: 3px 20px;
}
.footerInr ul li a {
	color: #000;
}
.footerInr ul li a.active {
	color: #adadad;
	text-shadow: 0 0 3px #000;
}
footer a {
	color: #00F;
}
.innerImagesBox {
	display: inline-block;
	height: 93px;
	margin: 0 0 22px;
	text-align: center;
	width: 24% !important;
}
.innerImagesBox a img {
	height: 100%;
	/*border: 1px solid #000000;*/ 
	box-shadow: 2px 2px 3px #333333;
}
.innerImages {
	width: 100%;
	float: left;
	margin: 25px 0 0 0;
}
.custImgPht {
	clear: left;
	margin: -120px 0 0;
}
.footerMain {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0px;
}
