/* CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML Elements */

html, body {
	height: 100%;
}
html {
	background: #031726;
}
body {
	font: 13px/1.6em Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	background-image: url(images/cd_images/AZ003.jpg);
	background-repeat: repeat-x;
}
img {
	border: 0;
}
hr {
	display: none;
}
a {
	color: #D81800;
}
.clearBoth {
	clear: both;
	width: auto;
}
.alert {
	color: #FF0000;
}

/* Block Elements */
#wrapper {
	position: relative;
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#topNav {
	position: relative;
	top: 12px;
	width: 772px;
	height: 44px;
	font: bold 13px Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	background: url(images/topnav/shadow.png);
}
#topNav ul {
	position: relative;
	top: 9px;
	left: 9px;
	width: 754px;
}
#topNav ul li {
	position: relative;
	display: inline;
	color: #FFFFFF;
	list-style: none;
}
#topNav ul li a {
	height: 26px;
	line-height: 26px;
	padding: 7px 6px 8px 6px;
	text-decoration: none;
	color: #FFFFFF;
}
#topNav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#logo {
	position: relative;
	padding-top: 12px;
	width: 772px;
	height: 172px;
	background: url(images/center_top.png) bottom no-repeat;
}
#logo h1 {
	position: absolute;
	left: 50%;
	width: 178px;
	height: 165px;
	margin-left: -89px;
	text-indent: -700em;
	display: block;
}
#logo h1 a {
	width: 178px;
	height: 165px;
	background: url(images/logo.png) no-repeat;
	text-indent: -700em;
	display: block;
}
#logo h1 a:active {
	width: 178px;
	height: 165px;
	background: url(images/logo.png) 1px 1px no-repeat;
	text-indent: -700em;
	display: block;
}
#content {
	position: relative;
	width: 754px;
	padding: 0px 9px;
	background: url(images/center_back.png) repeat-y;
}
#content h2 {
	font: bold 18px/28px Verdana, Tahoma, Arial, sans-serif;
	color: #D81800;
	text-transform: uppercase;
	text-align: left;
	margin: 0px -18px;
	border-bottom: 1px solid #A8A8A8;
	padding: 0px 18px;
}
#content h2 a {
	color: #D81800;
	text-decoration: none;
}
#content p {
	padding-bottom: 12px;
}
#mainContent {
	position: relative;
	width: 736px;
	padding: 0px 18px 0px 18px;
	z-index: 200;
}
#mainContent h2 {
	margin: 0px 0px 0px -18px;
	padding: 0px 0px 0px 18px;
}
#leftContent {
	position: relative;
	width: 182px;
	float: left;
	text-align: right;
	padding: 0px 18px 12px 18px;
	z-index: 200;
}
#leftContent ul {
	text-transform: uppercase;
}
#leftContent ul li {
	font: bold 14px/28px Verdana, Tahoma, Arial, sans-serif;
	margin: 0px -18px;
	border-bottom: 1px solid #A8A8A8;
	padding: 0px 18px;
}
#leftContent ul li a {
	color: #666666;
	text-decoration: none;
}
#leftContent ul li a:hover {
	color: #D81800;
}
#leftContent ul li ul {
	margin: 0px -18px;
	border-top: 1px solid #A8A8A8;
	padding: 0px 18px;
}
#leftContent ul li ul li {
	font: bold 13px/1.6em Tahoma, Verdana, Arial, sans-serif;
	border-bottom: none;
}
#leftContent ul li ul li a {
	color: #666666;
	text-decoration: none;
}
#leftContent ul li ul li a:hover {
	color: #D81800;
}
#leftContent img {
	padding-top: 18px;
}
#rightContent {
	position: relative;
	min-height: 500px;
	margin-left: 217px;
	border-left: 1px solid #A8A8A8;
	padding: 0px 18px 12px 18px;
	z-index: 200;
}
#footer {
	position: relative;
	left: 8px;
	width: 756px;
	height: 1px;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#social {
	position: relative;
	width: 100%;
	padding-top: 8px;
	border-top: 1px solid #A8A8A8;
}
#social p {
	font-size: 14px;
	margin-left: -48px;
	text-align: center;
}
#social img {
	padding-bottom: 6px;
	vertical-align: middle;
}
#social a {
	text-decoration: none;
}
#social a:hover {
	text-decoration: underline;
}

/* Flourishes */
#topFlourish {
	position: absolute;
	top: 90px;
	left: 9px;
	width: 144px;
	height: 266px;
	background: url(images/top_flourish.png) no-repeat;
	z-index: 100;
}

/* Front Page */
#frontMoviesWrapper {
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	background: #CCCCCC;
}
.frontMovies {
	position: relative;
	float: left;
	width: 340px;
	padding: 18px;
}
.frontMovies img {
	float: left;
}
.frontMoviesText {
	float: left;
	width: 192px;
	padding-left: 18px;
}
#content .frontMovies .frontMoviesText p {
	padding-bottom: 0;
}
#frontArticlesWrapper div:first-child {
	border-right: 1px solid #A8A8A8;
}
.frontArticles {
	position: relative;
	float: left;
	width: 340px;
	padding: 18px;
	background: url(images/top_flourish.png) 0px -20px no-repeat;
}
/* Music pages */
.musicList {
	position: relative;
	width: 718px;
	min-height: 160px;
	border-top: 1px solid #A8A8A8;
	padding: 18px;
	z-index: 200;
}
.musicList img {
	float: left;
}
.musicList h3 {
	position: absolute;
	top: 150px;
	width: 117px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	background: #D81800;
	padding: 2px 4px 4px 4px;
}
.musicText {
	float: left;
	width: 70%;
	margin-right: -18px;
	padding-left: 18px;
}
.musicText p {
	padding-top: 4px;
}
/* Badges, we dont need no stinkin badges */
.badge {
	position: relative;
	float: left;
	width: 216px;
	height: 108px;
	margin: 0px 12px 12px 0px;
}
.badge h4 {
	position: absolute;
	top: 8px;
	right: 12px;
	text-align: right;
}
.badge p {
	position: absolute;
	top: 32px;
	right: 12px;
	width: 148px;
	line-height: 14px;
	text-align: right;
}
.badge span {
	position: absolute;
	bottom: 12px;
	right: 12px;
	line-height: 14px;
	text-align: right;
}
.badge img {
	position: absolute;
	top: 0;
	left: 0;
}

.badgeComp {
	position: relative;
	float: left;
	width: 216px;
	height: 40px;
	margin: 0px 12px 12px 0px;
}
.badgeComp h4 {
	position: absolute;
	top: 7px;
	left: 36px;
}
.badgeComp img {
	position: absolute;
	top: 0;
	left: 0;
}
/* CONTACT PAGE TOPNAV */
#contactTopNav {
	position: relative;
	z-index: 5000;
	height: 28px;
	font: bold 13px/28px Arial, sans-serif;
	text-align: center;
	margin-bottom: 12px;
	text-transform: uppercase;
	background: url(images/topnav/shadow.png) -9px -8px;
}
#contactTopNav li {
	display: inline;
	padding: 6px;
}
#contactTopNav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#contactTopNav li a:hover {
	text-decoration: underline;
}

/* Misc */

.sectionIndexImage{	
	position:relative; 
	top:0px; 
	left:0px; 
	width:754px; 
	height:272px;
}
.sectionFeaturedMusic{
	position:absolute; 
	top:0px; 
	left:648px; 
	width:312px; 
	height:272px;
	z-index:9999;
}

.sectionIndexImageSmoke{	
	position:absolute; 
	bottom:0px; 
	left:0px; 
	width:100%; 
	height:104px;
}

.smoke{
	position:absolute; 
	bottom:0px; 
	left:0px; 
	width:100%; 
	height:100%;
	background-color:#000000;
	opacity:.5;
	filter:alpha(opacity=50);
}

.sectionIndexImagePrevNext{	
	position:absolute; 
	top:12px; 
	right:12px; 
	width:100px;
	text-align:right;
	color:#b5b4b5;
}
.sectionIndexImagePrevNext a {
	color:#b5b4b5;
}
.sectionIndexImageText{
	position:absolute; 
	top:12px; 
	left:12px; 
	width:450px;
}
.gray{ color:#b5b4b5; }
.mainLarge{ font-size:30px; line-height:38px; font-weight:bold; color:#b5b4b5; }
.mem_list_head {
	font: bold 18px/28px Verdana, Tahoma, Arial, sans-serif;
	color: #D81800;
	text-transform: uppercase;
	text-align: left;
	margin: 0px -18px;
	border-bottom: 1px solid #A8A8A8;
	padding: 0px 18px;
}