@import url("fonts/stylesheet.css");

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/*background-size: contain;*/
	background-attachment: fixed;
}
body:before{
    content:"";
    width:100%;
    height:100%;
    display:block;
    background:red;
}
#header {
	position: fixed;
	width: 100%;
	padding: 0px;
	margin: 0px 0px;
	height: 60px;
	overflow:visible;
	border-bottom: solid 2px #B96707;
	background-color: rgba(254,177,87,0.9);
	display: block;
	text-align: center;
	z-index: 100;
	background-repeat: repeat-x;
}
#headerContent {
	position: relative;
	width: 90%;
	margin: auto;
	padding: 0px;
	overflow:hidden;
}
#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
#header ul li {
	font-family: 'PTSansBold', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #B96707;
	text-decoration: none;
	margin: 15px;
	display: inline-block;
}
#mainContent {
	position: relative;
	top: 75px;
	width: 90%;
	border: solid 1px #CD730A;
	border-radius: 15px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.7);
	display: block;
	margin: auto;
	overflow: hidden;
	z-index: 0;
}
.contentBlock {
	position: relative;
	width: 90%;
	margin: 15px auto;
}


#openingSpace {
	clear: both;
	height: 120px;
}








.pageBlocks {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
	z-index: 10;
}
.pageBlockContainer {
	position: relative;
	width: 90%;
	margin: auto;
	z-index: 10;
}


.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}

.basicTxt {
	font-family: 'ForumRegular', sans-serif;
	font-size: 21px;
	color: #333333;
	text-decoration: none;
}
.mediumTxt {
	font-family: 'ForumRegular', sans-serif;
	font-size: 18px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
.smallTxt {
	font-family: 'ForumRegular', sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
.mediumTxt a, .smallTxt a, basicTxt a {
	color: #000000;
	text-decoration: underline;
}
.mediumTxt a:hover, .smallTxt a:hover, basicTxt a:hover {
	color: #666666;
	text-decoration: none;
	background-color:#FFFFCC;
}

.picBorder {
	margin: 5px;
	border: solid 1px #999999;
	border-radius: 8px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
h1 {
	font-family: 'AlexBrushRegular';
	font-size: 42px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: OpenSansCondensedBold, sans-serif;
	font-size: 31px;
	font-weight: bold;
	color: #0B9626;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
h3 {
	font-family: OpenSansCondensedBold, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	line-height: 130%;
	/*letter-spacing: -.01em;
	word-spacing: -.03em; */
}
h4 {
	font-family: OpenSansCondensedBold, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	/*letter-spacing: -.01em;
	word-spacing: -.03em; */
}
h5 {
	font-family: OpenSansCondensedBold, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	/* background-color: #6285CB; */
	border-bottom: solid 1px #203A73;
	padding: 5px 5px 5px 2px;
	margin: 0px;
	display: block;
	text-transform: uppercase;	/* width: auto;
	background-color:#6285CB; */
	
	
}
h6 {
	font-family: OpenSansCondensedBold, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #203A73;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	/* background-color: #6285CB; */
	border-bottom: solid 1px #203A73;
	padding: 5px 5px 5px 2px;
	margin: 0px;
	display: block;
	text-transform: uppercase;	/* width: auto;
	background-color:#6285CB; */
	
	
}
img {
	max-width: 100%;
}
.clearIt {
	clear:both;
}
.clearLine {
	clear:both;
	height: 5px;
	border-bottom: solid 2px #C5D939;
	margin-bottom: 5px;
}
.thirdBoxContainer {
	width: 100%;
	text-align: center;
}

.thirdBox {
	position: relative;	
	width: 29%;
	min-width: 180px;
	height: auto;
	padding: 20px;
	margin: 5px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	text-align: left;
}
.thirdBoxX {
	position: relative;
	width: 29%;
	height: auto;
	/* float: left; */
	display: inline-block;
	margin: 5px;
	padding: 20px;
}
.thirdBox h2 {
	margin-bottom: 0px;
}
.thirdBox img {
	max-width: 100%;
	margin: 8px auto;
}





.leftCol {
	float: left;
	width: 45%;
}
.rightCol {
	float: right;
	width: 50%;
}
#tony {
 margin-top: 65px;
}

#copyRight {
	font-size:12px;
	clear:both;
	margin-left: 110px;
	text-align: left;
}




@media only screen and (max-width: 1024px) {
		
		
		
}
@media only screen and (max-width: 860px) {
	#tony {
	margin-top: 15px;
	}
	.alignLeft {
	text-align: center;
	}
	.alignRight {
	text-align: center;
	}
	.leftCol {
	float: none;
	width: 100%;
	}
	.rightCol {
	float: none;
	width: 100%;
	}
	h1 {
	font-size: 36px;
	}
	.basicTxt {
	font-size: 18px;
	}
	#header ul li {
	font-size: 24px;
	margin: 15px 8px;
	}	
	

}
@media only screen and (max-width: 580px) {
	h1 {
	font-size: 30px;
	}
	.basicTxt {
	font-size: 16px;
	}
	#header ul li {
	font-size: 18px;
	margin: 6px;
	line-height: 16px;
	}	
		
}