/* CSS Document */
html {
	height:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/gridironbg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1, h2, h3, h4, h5 {
    display: inline;
}

#menu {
	position: absolute;
	z-index: 99999;
	box-shadow: 2px 2px 5px #000;
	height: 90px;
	width: 966px;
	margin-left: -483px;
	left: 50%;
	top: 48px;
	background-image: url(../images/Menu-Background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

header { 
	background-image:url(../images/marqueebg.png);
	background-position:center top;
	width:1067px;
	position:absolute;
	left:50%;
	margin-left:-533px;
	top:180px;
	height:154px;
	z-index:999;
}

content {
	position:absolute;
	z-index:99;
	width:980px;
	left:50%;
	margin-left:-490px;
	height:auto;
	top:220px;
	background-image:url(../images/seamlessbg.jpg);
	background-repeat:repeat;	
}

h2 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:22px;
	color:#333;
	font-weight:bold;
}

.sliderdescription {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:36px;
	color:#FFF;
	font-weight:bold;
	background-color:#0088CC; 
	box-shadow: 2px 2px 5px #333333;
}

h3 {
	font-family: 'Conv_digital-7';
	color:#C00;
	font-size:24px;
}

h4 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#C93;
	font-weight:bold;
}

@font-face {
	font-family: 'Conv_digital-7';
	src: url('fonts/digital-7.eot');
	src: local('☺'), url('fonts/digital-7.woff') format('woff'), url('fonts/digital-7.ttf') format('truetype'), url('fonts/digital-7.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.span4 {
	width:300px;
	font-family: Conv_Ft;
	font-size:16px;
	color:#333;
}

.img-circle {
	height: 140px;
	width: 280px;
  	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	box-shadow:2px 2px 5px #000;
}

.img-circle2 {
	height: 300px;
	width: 280px;
  	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	box-shadow:2px 2px 5px #000;
}

.img-circle3 {
	height: 300px;
	width: 280px;
  	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	box-shadow:2px 2px 5px #000;
}

.description {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#333;
	font-weight:100;
}

.footerfont {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#CCC;
	font-weight:bold;
	box-shadow: 0px -3px 5px #333333;
}

.footerfont a {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#CCC;
	font-weight:bold;
	text-decoration:none;
	
}

.footerfont a:visited {
	color: #CCC;
}

.contentcontainer { 
    position: relative;
    margin: 0 auto;
    width: 100%;
	min-width:1300px;
}

.calendar {
	box-shadow: 2px 2px 5px #333333;
	border-radius: 1em;
	background-color: rgba(196,170,98,.3); 
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;