
/* globals */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {margin: 0; padding: 0; border: 0;}

html, body {height: 100%;}

body {
	font-size: 100.01%;
	background: #000 url(./images/bannerBG.jpg);
	background-repeat: repeat-x;
	font: normal 85.5% "Lucida Sans Unicode", Verdana, sans-serif;
	color: #FFF;
}

h1,h2,h3,h4 {font: normal 1.4em verdana, "Trebuchet MS", Helvetica, sans-serif;}

a, p {text-decoration: none; font: normal 1em "Lucida Sans Unicode", Verdana, sans-serif;}

a {color: #999;	text-decorartion: none;}

a img{border:none !important;}

li {list-style: none;}

blockquote {
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #fff;
	display: block;
	font: normal 0.9em Verdana, sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}

.flt {
	float: left;
}

.clearer {
	clear: both;
}
/* /globals */

/* header */

#header {
	
	min-height: 294px;
}
.logo {
	background-image: url(./images/JazzAtticLogo.png);
	background-repeat: no-repeat;
	min-height: 393px;
	min-width: 393px;
	margin: 10px 0 0 10px;
	float: left;
}
ul.menu {
	text-align: left;
	margin: 304px 2em 0 0;
	float: right;
}
ul.menu li {
	display: inline;
	margin: 0 .1em;
}
ul.menu li.active {
	color: #777;
}
ul.menu li a:hover {
	color: #222;
}

/* /header */

/* content */

#content {
	margin: 0 2em;
}
#content h1 {
	font-size: 1.8em;
	margin-bottom: .8em;
}
#content h2 {
	margin-bottom: .3em;
}

.alert {
	border: .2em dashed red;
	padding: 1em; margin: 0 0 .7em;
}

.section {
	border-top: 1px dashed #333;
	padding: 2em 0;
	margin: 2em 0 0 0;
}
.sectionfirst {
	padding: 2em 0 0 0;
}
.section p, .sectionfirst p {
	padding-bottom: 1em;
}
ol li {
	list-style: decimal;
	margin: 0 0 0 3em;
}
ol li.question {
	margin-bottom: .3em;
}
ol li.answer {
	list-style: none;
	margin-bottom: .3em;
}
.article {
	float: left;
	max-width: 21.8em;
	margin: 2em 2em 0 0;
}

/* /content */

/* footer */

#footer {
	border-top: 1px dashed #333;
	height: 130px;
	padding: 2em 0 0 0;
	margin: 1em 2em 0 2em;
}

ul.address {
	float: left;
}

/* /footer */


