/*Basic Stuff*/
@media only screen 
and (min-device-width: 751px) {
html, body, #wrapper {
	height: 100%;
	margin: auto;
	position: relative;
}

body {
	color: #999999;
	font-family: "Candara",Arial Verdana,Sans-Serif;
}

h1 {
	font-size: 11px;
	letter-spacing: 1px;
}

h2 {
	font-size: 16px;
	color: #8D8D8D;
	
}

h3 {
	font-size: 20px;	
	font-weight: lighter;
	letter-spacing: 1px;
	color: #999999
}

h4 {
	font-size: 20px;
	letter-spacing: 1px;
}

h5 {
	font-size: 25px;
	height: 4px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #555555;
}
a {
	text-decoration: none;
	color: #999999;
}

a img {
	border: 0px;	
}
a:visisted {
	color: #999999;
}

a:hover {
	color: #F87600;
}

#wrapper{
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}
#content {
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	width: 760px;
	position: relative;
}
#show{
	margin-left: 30px;
	width: 700px;
	height: 468px;
}
#trail {
	margin-left: 30px;
	margin-top: -10px;
	margin-bottom: 10px;
	z-index: 5000;
	letter-spacing: 1px
	font-size: 15px;
}
#p {
	display: none;
}

/* footer format */

#footer {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	width: 700px;
	height: 50px;
	position: relative;
	top: 50px;
	clear: both;

}
.follow {
	position: absolute;
	top: 0px;
}
.medialinks {
	position: absolute;
	left: 95px;
	top: 5px;
}
.copyright {
	position: absolute;
	right:0px;
	font-size: 10px;
}
/*Banner and Logo format*/

#banner {

	height: 105px;
	min-width: 100%;
}
#banner a img {
	text-align: center;
	border: 0px;
	margin-top: -1px;
}

/*navigation formatting*/

#navigation {
	margin-top: 10px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	font-size: 22px;
	letter-spacing: 1px;
	position: relative;
	left: 2px;
	z-index: 1;
	white-space: nowrap;
}
.submenua {
	display: block;
	width: 160px;
	padding-left: 2px;
	background: #F9F9F9;
	height: 27px;
	line-height: 160%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-radius: 5px;

}
.navspace {
	margin-left: 80px;
}

#menu li, #menu ul.sub-menu li {
    list-style-type: none;
    display: inline;
}
#menu, #menu ul.sub-menu {
    padding:0;
    margin: 0;
}
#menu li {
	position: relative;
}
#menu li ul.sub-menu {
	position: absolute;
	display: none;
	top: 35px;
	left: -7px;
	border-bottom: 1px solid #999999;
	border-radius: 5px;
}
#menu li ul.sub-menu li {
	font-size: 17px;
	font-weight: normal;
}
#menu li:hover ul.sub-menu {
  display: block;
}
#panel {
	display: none;
}
#mobilecontent {
	display: none;
}
/*slideshow stuff*/

#leftbutton {
	float: left;
	position: absolute;
	top: 250px;
	left: 0px;
}

#rightbutton {
	float: right;
	position: absolute;
	top: 250px;
	right: 0px;
}
}