@charset "utf-8";
/* CSS Document A Jazz Trio*/

*{ margin:0; padding:0; }

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 13px;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding: 0; list-style: decimal; }
ul { padding: 0; list-style:square; }
q:before, q:after { content:''; }

HTML {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:10px;
	background:#E2A856;
}


/* ---------------------- Layout ----------------------------- */

#wrapper {
	position:relative;
	width: 960px;
	margin: 0 auto;
	background:#FFF url(background-gradient.jpg) left top repeat-y;	

}

#banner {
	position:relative;
	width: 960px;
	margin: 0, auto;
	background:#FFF url(ajazztrio-banner.jpg) left top no-repeat;
	min-height:100px;
}

#bannerNav ul {
	list-style-type:none;
	float:right;

}

#bannerNav {
	padding-bottom:50px;
	margin-right:24px;
}

#bannerNav ul li {
	float:left;
	font-size: 11px;
	font-weight: bold;

}

#bannerNav ul a {
	display:block;
	padding: 0 6px 0 6px;
	line-height:36px;
	text-decoration:none;
	color:#000;
}

#bannerNav ul a:hover {
	color:#900;
	background:url(nav-background.jpg) center top no-repeat;
}

#home #bannerNav .home a,
#about #bannerNav .about a,
#listen #bannerNav .listen a,
#eventplanner #bannerNav .eventplanner a,
#reviews #bannerNav .reviews a,
#requestquote #bannerNav .requestquote a,
#pay #bannerNav .pay a {
	color:#900;
	background:url(nav-background.jpg) center top no-repeat;
}

#content {
	width: 960px;
	margin: 0, auto;

}



#right {
	width: 710px;
	float: right;
	margin-right:30px;
	padding-bottom:48px;
}

#left {
	float:left;
	width:193px;
}

#textColOne {
	width:540px;
	float:left;
}

#textColTwo {
	float:left;
	margin-left: 20px;
	width:120px;
	border: #000 1px solid;
	padding:10px;
}

.clear {
	clear:both;
}

#planner {
	width:180px;
}

#planner ul {
	list-style-type:none;
}

#planner li {
	color:#FFF;
	margin: 0 10px 4px 10px;
	font-weight:bold;
}

#planner h3 {
	background:#000;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	margin: 0px 10px 6px 10px;
	padding: 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#planner a {
	color:#FFF;
}

#pageTitle {
	position:absolute;
	bottom: 60px;
	right: 30px;
}

#paymentTable {
	margin: 12px auto;
	width: 600px;
	background-color:#f0d0a6;
}

#paymentTable TD {
	padding: 5px;
}

#quoteTable {
	margin: 12px auto;
	width:690px;
}

#quoteTable TD {
	padding: 5px;
}

#songList {
	 margin:10px auto;
}

#songList TD {
	text-align: center;
}

/* ---------------------- End Layout ----------------------------- */


/* ---------------------- Type Styles ----------------------------- */


a:link, a:visited {
	color:#B9540C;
	text-decoration:none;
}

a:active, a:hover {
	text-decoration:underline;
}


#pageTitle h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	color: #e2a856;
	font-weight: normal;
	text-transform:lowercase;
	
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#911601;
	font-weight:bold;
	margin:0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#e2a856;
	font-weight:bold;
	margin:10px 0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#911601;
	font-weight:bold;
	text-transform:uppercase;
	margin:10px 0 0 0;
}
	

.blackHighlight {
	color:#000;
}

#right P {
	margin-top:10px;
	margin-right:200px;
}

#right ol {
	list-style-type:decimal;
	padding:0;
	margin-left:20px;
}

#right ol li {
	background:none;
	margin: 4px 200px 4px 0;
	padding: 0;
}

#right UL {
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
}

#right LI {
	padding-left:16px;
	background:url(bullet-orange.jpg) left 4px no-repeat;
	margin: 4px 200px 4px 0;
}

.quote {
	font-style:italic;
	margin-left:20px;
	line-height:150%;
	margin-bottom:0px;
}

.quoteAttrib {
	font-style:normal;
	margin-top:0px;
	line-height:15px;
	text-align:right;
	border-bottom:#911601 1px solid;
	padding-bottom:10px;
}

#textColTwo P {
	font-size:.9em;
	margin:0 0 10px 0;
}


.table, P.table {
	font-size:11px;
}

.imageRight {
	padding-left:12px;
	padding-bottom:12px;
	float:right;
}

/* ---------------------- End Type Styles ----------------------------- */


/* ---------------------- Footer ----------------------------- */
#footer {
	width:900px;
	margin: 0 auto;
	height:48px;
	border-top: #000 1px solid;
}

#phoneNumber {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:24px;
	font-weight:regular;
	float:left;
	width:162px;
	padding-top: 8px;
}

.footerText {
	margin-left: 190px;
	padding-top: 12px;
}
/* ---------------------- Footer ----------------------------- */

