@media only screen and (min-width:768px) and (max-width: 1024px) {

/*  Differnt CSS  */
.screen {
	display: none;
}
.tablet {
	visibility: visible;
	width: 100%;
	float: left;
}
.iphone {
	display: none;
}
.handheld {
	display: none;
}

/* CSS Document */
html, body {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #e8e8e8;
	background-image: url(../images/fancy_deboss.png);
	background-repeat: repeat;
}
.bg {
	background-image: url(../images/head_02.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 177px;
	width: 100%;
}
.outer {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	float: left;
	width: 100%;
	height: 177px;
	color: #f4c900;
}
.logo {
	float: left;
	height: 86px;
	width: 349px;
	margin-top: 35px;
}
.contact {
	text-align: right;
	float: right;
	width: 125px;
	margin-top: 45px;
}
.con {
	float: left;
	width: 100%;
	color: #3e3e3e;
	font-size: 12px;
}
.footer {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 15px;
	padding-top: 15px;
	font-size: 10px;
}
.company {
	float: left;
	width: 50%;
}
.copyright {
	text-align: right;
	float: right;
	width: 50%;
}

/*  Extras  */
p {
	margin-top: 3px;
	margin-bottom: 10px;
}
.m_title {
	font-size: 24px;
	color: #014a1a;
	text-align: center;
}

/*  Links  */
a:link {
	color: #014a1a;
	text-decoration: none;
}
a:hover {
	color: #6b6b6b;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	color: #014a1a;
}
.header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.header a:hover {
	color: #f4c900;
	text-decoration: none;
}
.header a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

/*  This is for the specific logos with different color fonts  */
.hunter {
	color: #014a1a;
}
.green {
	color: #026624;
}
.gold {
	color: #f4c900;
}
.grey {
	color: #a8a8a8;
}
.light_grey {
	color: #cfcfcf;
}
.mid_grey {
	color: #6b6b6b;
}
.dark_grey {
	color: #3e3e3e;
}
}