@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#970102;
}

#masthead{
	width:100%;
	height:209px;
	background:#232323 url(Images/masthead-bg_r2.png) repeat-x;
}

#masthead-lower{
	width:100%;
	height:409px;
	background:#232323 url(Images/masthead-bg-inverted.png) repeat-x;
}

#masthead-lower td{
	padding-top: 50px;
}

#masthead-insert{
	height:100%;
	background:url(Images/masthead-image_r2.png) no-repeat center top;
	margin-left:auto;
	margin-right:auto;
}

#navbar{
	width:100%;
	height:70px;
	background:#000 url(Images/navbar-bg_r2.png) repeat-x;
}

#navbar-homepage{
	width:100%;
	height:70px;
	background:#000 url(Images/navbar-bg_r3.png) repeat-x;
}


#homepage-body{
	margin-left:auto;
	margin-right:auto;
	padding-top:16px;
}

#homepage-body h1{
	padding-top:11px;
}





.homepage-glow{
	background:url(Images/homepage-glow-bg_r2.png) no-repeat center 74px;
}



.doNotDisplay{
	display:noxne;
}





#navigation {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:14px;

}

#navigation ul{
	margin:0;
	padding:0;
}

#navigation li {
	list-style:none;
	display:inline;
	padding:0;
	margin-left:0px;
}
<--!
#navigation li {
	list-style:none;
	float:left;
	padding:0;
	margin-left:0px;
}
-->
#navigation li a{
text-transform:uppercase;
color:#fff;
border-bottom:1px solid #BA0C0E;
font-family:'Lucida Grande','Lucida Sans Unicode',Arial,Helvetica,sans-serif;
font-size:22px;
font-weight:bold;
letter-spacing:-1px;
cursor:pointer;
text-decoration:none;

}

#navigation li a:hover{
color:red;
border-bottom:1px solid red;
}





#navigation-homepage {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:14px;

}

#navigation-homepage ul{
	margin:0;
	padding:0;
}

#navigation-homepage li {
	list-style:none;
	display:inline;
	padding:0;
	margin-left:0px;
}

#navigation-homepage li a{
text-transform:uppercase;
color:#fff;
border-bottom:1px solid #BA0C0E;
font-family:'Lucida Grande','Lucida Sans Unicode',Arial,Helvetica,sans-serif;
font-size:22px;
font-weight:bold;
letter-spacing:-1px;
cursor:pointer;
text-decoration:none;

}

#navigation-homepage li a:hover{
color:#BA0C0E;
border-bottom:1px solid #BA0C0E;
}

.doNotDisplay{
	display:none;
}

.nav-radio a {
	list-style:none;
	display:block;
	background-color:#333;
	width:144px;
	height:23px;
	background-image: url(Images/nav-radio.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin-right:37px;
}
.nav-radio a:hover{
	background-image: url(Images/nav-radio-a.png);
	background-repeat: no-repeat;
}


.nav-television a {
	list-style:none;
	display:block;
	width:199px;
	height:23px;
	background-image: url(Images/nav-television.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin-right:37px;
}
.nav-television a:hover{
	background-image: url(Images/nav-television-a.png);
	background-repeat: no-repeat;
}


.nav-interactive a {
	list-style:none;
	display:block;
	width:290px;
	height:23px;
	background-image: url(Images/nav-interactive.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin-right:37px;
}
.nav-interactive a:hover{
	background-image: url(Images/nav-interactive-a.png);
	background-repeat: no-repeat;
}

.nav-clientlist a {
	list-style:none;
	display:block;
	width:120px;
	height:23px;
	background-image: url(Images/nav-clientlist.png);
	background-repeat: no-repeat;
	cursor:pointer;
	margin-right:37px;
}
.nav-clientlist a:hover{
	background-image: url(Images/nav-clientlist-a.png);
	background-repeat: no-repeat;
}

.nav-contact a {
	list-style:none;
	display:block;
	width:98px;
	height:23px;
	background-image: url(Images/nav-contact.png);
	background-repeat: no-repeat;
	cursor:pointer;
}
.nav-contact a:hover{
	background-image: url(Images/nav-contact-a.png);
	background-repeat: no-repeat;
}


#home-body-leadoff{
	position:relative;
	top:25px;
	width:465px;
}

#secondary-body-leadoff{
	position:relative;
	top:0px;
}

#home-body-paragraph{
	position:relative;
	top:60px;
	width:440px;	
}

h1{
	font-family:Helvetica, Arial, sans-serif;
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	color:#fff;
	letter-spacing:1px;
}

h2{
	font-family:Helvetica, Arial, sans-serif;
	font-size:19px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	color:#fff;
	letter-spacing:1px;
}


h3{
	font-family:Helvetica, Arial, sans-serif;
	font-size:19px;
	margin:0;
	color:#fff;
	font-weight:normal;
	line-height:300%;
	letter-spacing:1px;
}

.demolink{
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
}

.demolink a{
	color:#fff;
	text-decoration:none;
}

.demolink a:active{
	color:#fff;
	text-decoration:none;
}

.demolink a:visited{
	color:#fff;
	text-decoration:none;
}

.demolink a:hover{
	color:#1067a3;
	text-decoration:none;
}

.demos ul {
	list-style-type: none;
	display: inline;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.demos li {
	list-style-type: none;
	display: inline;
	float: none;
	width: 600px;
	padding-right:0px;
}

.contactclass{
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.5em;
	color:#fff;
}
	
.contactclass a{
	color:#fff;
	text-decoration:none;
}

.contactclass a:active{
	color:#fff;
	text-decoration:none;
}

.contactclass a:visited{
	color:#fff;
	text-decoration:none;
}

.contactclass a:hover{
	color:#1067a3;
	text-decoration:none;
}

#footer{
	height:104px;
	width:100%;
	background:url(Images/footer-bg_r2.png);
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#ccc;
}

#footer a{
	color:#ccc;
	text-decoration:none;
}

#footer a:hover{
	color:#cfe7fe;
	text-decoration:underline;
}

#footer-content{
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-top:45px;
	background:url(Images/footer-glow_r2.png) top left no-repeat;
}

#footer-text{
	float:left;
}

#footer-social{
	float:right;
	position:relative;
	top:-15px;
	right:50px;
}


.homepage-box-audioheaders{
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	font-size:14px;
	margin-bottom:2px;
	font-weight:bold;
}

.redSpan{
	border:10px solid #ba0c0e;padding:5px;
}

#nav-wrapper {
	max-width: 800px;
	margin: 0 auto;
}

nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px 0;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  display: block;
  text-align: center;
  padding: 2px 0;
  border-bottom: 1px solid #BA0C0E;
}

nav ul li a {
  display: block;
  color: #fff;
  font-family: 'Lucida Grande','Lucida Sans Unicode',Arial,Helvetica,sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  cursor: pointer;
  text-decoration: none;
}

nav li a:hover{
	color:#BA0C0E;
}

ul {
	display: block;
}

.btm-border {
	border-bottom: none;
}

@media only screen and (min-width: 560px) {
	ul {
    display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	  flex-direction: row;
  }

  ul li {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
	  flex-grow: 1;
	}
  
  nav ul li {
	  list-style: none;
	  padding: 10px 0;
	  border-bottom: none;
  }
  nav ul li a {
  	text-decoration: none;
	}

	.btm-border {
		border-bottom: 1px solid #BA0C0E;
	}
}