html {
	height: 100%;
}

body {
	background: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

/* Temporary */

p {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}

a.dashed {
	text-decoration: none;
	border-bottom: 1px dotted #a00c00;
	color: #a00c00;
}

a.whitedashed {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color: #fff;
}


h2 {
	font-family: Helvetica;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

h3 {
	color: #a00c00;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	margin: 5px;
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	
}

p.red {
	color: #a00c00;
	font-size: 10px;
}

strong.red {
	color: #a00c00;
	font-size: 10px;
}

strong.grey {
	color: #3b3b3b;
        font-size: 12px;
}

p.grey {
	color: #3b3b3b;
        font-size: 12px;
}

/* Container */

#container {
	width: 100%;
	margin: 0 auto;
}

/* Header */

#header {
	width: 100%;
	background: #1a0200;
}

#header-width {
	width: 920px;
	margin: 0 auto;
	height: 168px;
	background: #1a0200 url(/img/header-lighting.png);
	background-repeat: no-repeat;
}

.logo {
	padding: 36px 0 0 0;
}

/* Homepage Specific Content */

#homepage-content {
	width: 100%;
	background: #1d1d1d;
	padding: 0;
}

#homepage-content-width {
	width: 920px;
	margin: 0 auto;
}

#box-1 {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 265px;
	min-height: 800px;
	background-color: #111;
}
	
#box-2 {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 265px;
	min-height: 800px;
	background-color: #111;
}

#box-3 {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 265px;
	min-height: 800px;
	background-color: #111;
}

/* Secondary Content */

#secondary-content {
	width: 100%;
	background: #1d1d1d;
	padding: 0;
}

#secondary-content-width {
	width: 920px;
	margin: 0 auto;
}

#secondary-holder {
	min-height: 160px;
	background-color: #111;
}

#box-4 {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 875px;
	min-height: 160px;
	background-color: #111;
}
	

/* Navigation */


#menu {
	clear: both;
	width: 100%;
	height: 45px;
	background: #370602;
	border-style: solid;
	border-color: #1a0200;
	border-width: 6px 0 6px 0;
}

#menu-width {
	width: 920px;
	margin: 0 auto;
}




ul li {
	display: block;
	float: left;
	list-style-type: none;
}

ul li a {
	display:block;
	height:16px; width:66px;
	background:transparent url(/img/navigation-new.png) no-repeat 0 0;
	text-indent:-9009px;
   }
   
ul li a:hover {
   background-position: 0 -30px;
   }
   
ul li#tours a:hover {
   background-position: -63px -30px;
   }
   
ul li#podcast a:hover {
   background-position: -220px -30px;
   }
   
ul li#media a:hover {
   background-position: -318px -30px;
   }
   
ul li#links a:hover {
   background-position: -388px -30px;
   }
   
ul li#contacts a:hover {
   background-position: -459px -30px;
   }
     
ul li#tours a {
	width: 158px;
	background-position: -63px 0;
   }
   
ul li#podcast a {
	width: 100px;
	background-position: -220px 0;
   }
   
ul li#media a {
	width: 70px;
	background-position: -318px 0;
   }

ul li#links a {
	width: 71px;
	background-position: -388px 0;
   }
   
ul li#contacts a {
	width: 97px;
	background-position: -459px 0;
   }
   

/* Footer */

#footer {
	width: 100%;
	height: 100%;
	background: #000;
}

#footer-width {
	width: 920px;
	margin: 0 auto;
	background: #000;
	background-repeat: no-repeat;
	height: 289px;
}

/* Social Networking */

#social {
	width: 100%;
	height: 100%;
	background: #000;
}

#social-width {
	width: 920px;
	margin: 0 auto;
	background: #000;
	padding: 25px 0 0 0;
}


/* Misc. */

.clearboth {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
	}
	
img.press {
	border: 1px dotted #a00c00;
}

#player {
	text-align: center;
	vertical-align: top;
}

a:active {
         outline:none;
}

a:focus {
         -moz-outline-style:none;
}

img.bottom {
	vertical-align: middle;
}

a img {
	border: none;
}

	
a.toggleLink {
	text-decoration: none;
	border-bottom: 1px dotted #a00c00;
	color: #a00c00;
}