/*
-----------------------------------------------
New Designs New Orleans - Layout CSS
----------------------------------------------- */

body {
	background: #000 url(../images/bg_stripe.png);
	border-top: 1px solid #000;
	color: #999;
	font-size: 11px;
	padding: 0 0 40px;
}

/* anchors
----------------------------------------------- */
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}
a:hover {
  color: #fff;
  background: #990000;
  padding: 3px;
}

/* 960 grid system container background
----------------------------------------------- */
.container_12 {
	background: #000;
}

/* jQuery Slideshow
----------------------------------------------- */
#slideshow {
	position: relative;
	height: 560px;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}

#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow img.last-active {
	z-index: 9;
}

/* Branding
----------------------------------------------- */
#header a {
	background: transparent;
	padding: 0;
}

#header a:hover {
	background: transparent;
	padding: 0;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight: bold;
	color: #fff;
}

/* page heading
----------------------------------------------- */
#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}

/* boxes
----------------------------------------------- */
.box {
	background:#111;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
	border: 1px solid #333;
}
.box h2 {
	font-size: 1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#222;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.gif") 96% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.box p, .box dl, .box img, .box a, .box ul, .box ol {
	margin-top: 1em;
}
.grid_4 .box h2 a {
  background-position: 97% 50%;
}
.grid_5 .box h2 a {
  background-position: 98% 50%;
}
.grid_12 .box h2 a {
  background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
  padding:0;
}
div.menu h2 {
  margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
  margin-bottom:1em;
}
blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size:1.2em;
  padding-left:1em;
  border-left:4px solid #ccc;
}
blockquote cite {
  font-size:.9em;
}
ul, ol {
  padding-top:0;
}

/* special paragraphs, quotes and lists
----------------------------------------------- */
div#about p {
	font-size: 1.6em;
}

/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}

/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}