body
{
	font: 16pt Arial, Verdana, 'Sans Serif';
	background-color: rgb(240, 248, 255);
	min-height: 1700px;
	margin: 0 auto;
	padding: 5px 25px 25px;
	text-align: center;
}

a
{
	color: #f00;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* menu stuff */
ul.menu
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.menu li
{
	display: inline;
	padding: 0 1em 0 0;
}

.mainmenu li a
{
	font-size: 18pt;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}

.mainmenu li a:active, .secmenu li a:active, .minilink li a:active
{
	border-bottom: 1px double red;
}

.mainmenu a:hover, .mainmenu a:focus, .secmenu a:hover, .secmenu a:focus, .minilinks a:hover, .minilinks a:focus
{
	border-bottom: 1px solid red;
}

.mainmenu a:visited, .secmenu a:visited, .minilinks a:visited
{
	border-bottom: none;
}

ul.secmenu
{
	margin: .5em auto 0;
	padding: 0;
	text-align: center;
}

.secmenu li
{
	display: inline;
	padding: 0 3em 0 0;
}

.secmenu a
{
	font-size: 12pt;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}

/* scrollbar stuff */
#flybar
{
	margin: 5px -25px;
	padding: 5px;
	border-width: 3px 0px;
	border-bottom-style: ridge;
	border-top-style: groove;
	border-color: silver;
	position: relative;
	background-color: rgb(139, 0, 139);
	color: rgb(255, 192, 203);
	height: 25px;
	overflow: hidden;
}

.flyBox
{
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 1.7em;
	position: absolute;
	left: 100%;
	width: 100%;
}

.flyIn
{
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 1.7em;
	position: absolute;
	-moz-transition-property: left;
	-moz-transition-duration: 5s;
	-webkit-transition-property: left;
	-webkit-transition-duration: 5s;
	-o-transition-property: left;
	-o-transition-duration: 5s;
	transition-property: left;
	transition-duration: 5s;
	width: 100%;
	left: 0%;
}

.flyOut
{
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 1.7em;
	position: absolute;
	width: 100%;
	-moz-transition-property: left;
	-moz-transition-duration: 5s;
	-webkit-transition-property: left;
	-webkit-transition-duration: 5s;
	-o-transition-property: left;
	-o-transition-duration: 5s;
	transition-property: left;
	transition-duration: 5s;
	left: -100%;
}

/* main page wrapepr */
#wrapper, footer
{
	width: 90%;
	min-width: 900px;
	width: 945px;
	position: relative;
	margin: 0 auto 25px;
}

article
{
	-moz-border-radius: 1em;
	border-style: inset;
	border-width: 7px;
	border-radius: 1em;
	border-color: purple;
	padding: 5px;
	margin: 15px auto;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(65, 105, 225);
	width: 100%;
	display: block;
}

.feature
{
	min-height: 100px;
	width: 98%;
}

h2
{
	color: navy;
	font-size: 16pt;
}

h3
{

	font-size: 14pt;
}

p.contact
{
	font-size: 14pt;
}

.contact a
{
	color: fuchsia;
	text-decoration: none;
}

.contact a:focus, .contact a:hover
{
	color: red;
	text-decoration: underline;
}

/* Left Main Page Window */
.feature1
{
	height: 1365px;
	min-width: 520px;
	width: 550px;
	float: left;
	padding:15px;
	margin-right: 25px;
	z-index: 55;
}

.feature1 .section2 h3
{
	font-size: 13pt;
}

.feature1 p, .feature2 p
{
	padding: 5px;
	text-align: justify;
	color: black;
	font-size: 12pt;
}

.feature1 .section1, .feature1 .section1 h3, .feature1 .section2 h3
{
	color: green;
}

.feature1 .section1 ul, .feature1 .section2 ul
{
	text-align: left;
	list-style-type: circle;
}

.referral
{
	border-collapse: collapse;
	caption-side: bottom;
	width: 75%;
	margin: auto auto;
	font-size: large;
}

.referral tr
{
	vertical-align: top;
}
.referral tr.header_row
{
	vertical-align: bottom;
}

.referral caption
{
	font-size: x-large;
	color: rgb(107, 142, 35);
	font-style: italic;
	padding-top: 10px;
}

.miniCH
{
	margin: auto 10px;
	cursor: pointer;
}

.clickMe, p a.clickMe
{
	cursor: pointer;
	font-size: 12pt;
}

/* Right Main Page Window */
.feature2, .feature3
{
	text-align: center;
	height: 646px;
	width: 25%;
	min-width: 284px;
	margin-right: -22px;
	color: black;
	padding: 15px;
	position: absolute;
	right: 17px;
}

.feature3
{
	top: 890px;
}

.feature2 .logo, .feature3 logo
{
	border: 0px;
	width: 200px;
	height: 169px;
}

.feature2 h3, .feature3 h3
{
	color: rgb(138, 43, 226);
}

.feature2 ul, .feautre3 ul
{
	text-align: left;
}

.feature2 ul li, .feature3 ul li
{
	list-style-type: circle;
}

.feature3 a img
{
	border: none;
}

/* Full View mode for Corn Hole Images */
#fullview
{
	position: absolute;
	top: 117px;
	left: 0px;
	text-align: center;
	padding: 100px;
	width: 90%;
	min-height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, .9);
	color: rgb(0, 255, 255);
	cursor: pointer;
	z-index: 5;
}

#fullview img
{
	display: none;
	margin: auto;
}

/* General/Generic styles */
p.red, span.red, del.red
{
	color: red;
}

p.small
{
	font-size: 9pt;
}

p.grey
{
	color: rgb(128, 128, 128);
}

p.lt
{
	text-align: left;
}

p.rt
{
	text-align: right;
}

p.ct
{
	text-align: center;
}

.invisible
{
	opacity: 0;
	height: 0px;
	overflow: hidden;
}

.nowVisible
{
	-moz-transition-property: opacity;
	-moz-transition-duration: 5s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 5s;
	-o-transition-property: opacity;
	-o-transition-duration: 5s;
	transition-property: opacity;
	transition-duration: 5s;
	opacity: 1;
	height: auto;
	overflow: auto;
}

p.lev1
{
	text-align: left;
	font-weight: bold;
	font-size: 11pt;
	list-style-type: none;
	text-shadow: rgba( 128, 0, 0, .4 ) .5em .5em;
}

.lev2
{
	font-weight: normal;
	font-size: 10pt;
	list-style-type: none;
	text-shadow: none;
	padding-bottom: 5px;
	padding-left: 10px;
}

footer
{
	clear: left;
	display: block;
	text-align: center;
	position: absolute;
	top: 1620px;
}

footer img
{
	padding-top: 15px;
}

ul.minilinks
{
	clear: left;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.minilinks li
{
	display: inline;
	padding: 0 2em 0 0;
}

.minilinks a
{
	font-size: 8pt;
	font-weight: normal;
	color: #f00;
	text-decoration: none;
}

.minilinks li
{
	padding-left: 2em;
}

footer p
{
	font-size: 7pt;
	text-align: justify;
}
