@charset "UTF-8";
.basic {
}

body {
	background-image: url();
}

		body,td,th {
	font-family: Raleway, Arial, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}
        
.contacthead {
	background-color: #CCC;
	background-image: url(../img/1920/contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 350px;
	width: 100%;
}
.footer1 {
	background-color: #000032;
	height: auto;
	width: 100%;
	float: left;
}
.footer2 {
	background-color: #333;
	float: left;
	height: 30px;
	width: 100%;
}
.contcont1 {
	background-color: #990600;
	float: left;
	height: auto;
	width: 100%;
}
.phonenum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #272727;
	background-color: #FFF;
	padding: 6px;
	border-radius: 15px;
}

button, .button{
	background-color: #F82D21;
	min-width: 80px;
	border: none;
	padding: 10px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
	min-height: 15px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
	border-radius: 8px;
}
button:hover, .button:hover{
	background-color: #666666;
	color: #FFF;
}
.regmenufont {
	font-family: Raleway, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
}
.otherpages {
	background-image: url(../images/otherpages.jpg);
	height: auto;
	width: 100%;
}
.subfont {
	font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
}
.overs {
	background-color: #39C;
	height: auto;
	width: 100%;
}
.flipp {
	height: 90px;
	width: 100%;
}
.flipp:hover {
	height: 90px;
	width: 100%;
	background-color: #FFF;
	color: #666;
}
.buttoni {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #333;
	border: thin solid #333;
	border-radius: 18px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.buttoni:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #FC0;
	border: thin solid #FC0;
	border-radius: 18px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	cursor: pointer;
}
.droplinks {
	font-family: Raleway, Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
}
