html
{ 
	overflow-y: scroll; 
}

body
{
	margin: 0;
	background: #EFEFEF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

img
{
	display: block;
	border: none;
}

a
{
	color: #408cb3;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

big
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 21px;
	color: #cd1041;
}

h2,h3
{
	color: #cd1041;
	font-size: 17px;
	margin: 17px 0 0;
}

h4
{
	font-size: 15px;
	color: #cd1041;
	margin: 0;
}

h5
{
	display: inline;
	margin: 0;
	font-size: 11px;
}

#pagewidth
{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	background:#E5E5E5;
	position: relative;
	padding: 12px 0;
}

#header
{
	height: 214px;
	width: 906px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 10px;
}

#header img { float: right; }

#menu
{
	width: 682px;
	height: 24px;
	padding: 0;
	margin: 0;

}

#header ul
{
	line-height: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 682px;
	height: 24px;
	position: absolute;
	top: 202px;
	left: 16px;
	text-transform: uppercase;
	background-image: url(../images/jamm-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header ul li
{
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 100px;
	overflow: hidden;
}

#header ul a
{
	color: #fff;
	float: left;
	line-height: 24px;
	overflow: hidden;
	text-indent: -999em;
	width: 100px;
	background-image: url(../images/jamm-menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/* BUTTONS */
#header li#home a { background-position: 0 0; }
#header li#music a { background-position: -100px 0; }
#header li#event a { background-position: -200px 0; }
#header li#about a { background-position: -300px 0; }
#header li#rentals a { background-position: -400px 0; }
#header li#contact a { background-position: -500px 0; }

/* OVER STATES */
#header li#home a:hover { background-position: 0 -24px; }
#header li#music a:hover { background-position: -100px -24px; }
#header li#event a:hover { background-position: -200px -24px; }
#header li#about a:hover { background-position: -300px -24px; }
#header li#rentals a:hover { background-position: -400px -24px; }
#header li#contact a:hover { background-position: -500px -24px; }


#footer
{
	width: 907px;
	margin: 0 auto;
	overflow: hidden;
	height: 11px;
	background: url(../images/bg-footer.gif);
	clear: both;
}

#main
{
	width: 907px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../images/bg-main.gif);
}

#content
{
	float: left;
	width: 630px;
	padding: 10px 35px 0 17px;
}

#sidebar
{
	float: left;
	width: 199px;
	padding: 10px 0 0 10px;
	position: relative;
	font-size: 9pt;
	 line-height: normal;
}

.flash
{
	position: absolute;
	top: 12px;
	left: 14px;
}

.image
{
	float: left;
	margin: 0 14px 0 0;
}

#content ul.list
{
	margin: 5px 60px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	line-height: 26px;
	clear: right;
}

#content ul.list li
{
	padding: 0 0 0 16px;
	background: url(../images/bullet.gif) no-repeat left;
}

#content ul.list
{
	width: 285px;
	float: left;
	padding: 0 0 20px;
}

#content ul.list li
{
	float: left;
	margin: 0 9px 0 0;
}

blockquote
{
	margin: 20px 0 0;
	padding: 0;
	width: 569px;
	overflow: hidden;
	color: #666;
	font-size: 17px;
	background: url(../images/bg-blockquote.gif);
}

blockquote div.frame
{
	width: 569px;
	overflow: hidden;
	background: url(../images/bg-blockquote-t.gif) no-repeat 0 0;
}

blockquote .frame div
{
	width: 475px;
	padding: 18px 44px 11px 50px;
	overflow: hidden;
	background: url(../images/bg-blockquote-b.gif) no-repeat 0 100%;
}

blockquote p { text-indent: 0; }
blockquote span { float: right; }

span.entertain
{
	width: 25px;
	height: 316px;
	background: url(../images/text-entertainment.gif);
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 275px;
	left: 677px;
	margin: 0;
}

.staff_img { padding: 0 15px 0 0; }

#sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
        line-height: 16px;
}



#sidebar ul li
{
    margin: 10px 0 0 0;
   
}

#sidebar ul p
{
	text-indent: 0;
	margin: 0;
	color: #333;
}

#sidebar ul ul
{
	margin: 0 0 0 20px;
	padding: 0;
        list-style: none;
}

#sidebar ul ul li
{
	list-style-type: square;
	list-style-position: default;
	padding: 0;
}

#sidebar ul ul li a { color: #cd1041; }
#sidebar a { color: #666; }

#sidebar h5
{
	padding: 0 5px 0 0;
	margin: 0 6px 0 0;
}

#sidebar h5 a
{ 
    color: #069;
    font-size: 11px;
}
.smaller { font-size: smaller; }

#myvar
{
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 20px;
}

.clear { clear: both; }
#clear { clear: both; }

/* ENTER BOXES */
.box, .box .frame, .box .bg, #content .box ul { width: 642px; }

.box
{
	overflow: hidden;
	margin: 12px 0 22px;
	background-image: url(../images/bg-box.gif);
}

.box .frame
{
	overflow: hidden;
	background: url(../images/bg-box-t.gif) no-repeat 0 0;
}

.box .bg
{
	padding: 14px 0 14px 0;
	overflow: hidden;
	background: url(../images/bg-box-b.gif) no-repeat 0 100%;
}

#content .box ul
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	overflow: hidden;
}

#content .box ul li, #content .box ul ul, #content .box ul ul li { width: 107px; }

#content .box ul li
{
	float: left;
	padding: 0;
	overflow: hidden;
	background: none;
}

#content .box ul .im
{
	background-color: #ccc;
	padding: 4px 3px 4px 3px;
}

#content .box ul .im img { margin: 0 auto; }

#content .box ul strong
{
	line-height: 12px;
	display: block;
	color: #cd1041;
	margin: 5px 0 10px 0;
	padding: 0 0 0 5px;
}

#content .box ul ul
{
	padding: 0;
	list-style: none;
	line-height: normal;
	color: #000;
}

#content .box ul ul li
{
	display: block;
	overflow: hidden;
	float: none;
	padding: 0 0 0 5px;
}

.left
{
	float: left;
	width: 170px;
	font-size: 12px;
	padding: 0;
	margin: 10px 10px 10px 25px;
}

.left li
{
	border-bottom: #CCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	list-style-type: square;
	list-style-position: default;
	padding: 0;
}

.spacer { padding: 25px 0 0 0; }
.address { padding: 0 15px 0 25px; }
.grey { background-color: #CCC; }

.options
{
	list-style-type: none;
	list-style-position: default;
	margin: 10px;
	padding: 0;
	font-size: smaller;
	color: #333;
}

.options li
{
	border-color: #666;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 7px 7px 10px 7px;
}

.options li p
{
	display: block;
	padding: 0 0 0 80px;
}

.bios p
{
	padding: 0 0 0 155px;
	display: block;
}

.frontp p
{
	padding: 0 0 0 115px;
	display: block;
}


.bios strong { color: #cd1041; }
.bios em { color: #666; }

.line
{
	border-color: #666;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 5px 0 15px 0;
}

.pad55 { padding: 60px 0 0 0; }
.clear { clear: both; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
a.boldbuttons
{
	background: transparent url('../images/boldbuttons/roundedge-red-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial;
	/* Change 13px as desired */
	line-height: 22px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px;
	/* Height of button background height */
	padding-left: 8px;
	/* Width of left menu image */
	text-decoration: none;
}


a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons
{
	color: white;
	/*button text color*/
}

a.boldbuttons span
{
	background: transparent url('../images/boldbuttons/roundedge-red-right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px;
	/*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons
{
	/* Hover state CSS */
	text-decoration: underline;
}

.buttonwrapper
{
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	/*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

.check_availability
{
	width: 90%;
	height: 80px;
	display: block;
	background-color: #FFFBCC;
	padding: 15px 15px 20px 15px;
	border-color: #F6F1B5;
	border-width: 2px;
	border-style: solid;
}

.check_availability_button
{
	position: relative;
	left: 77%;
	top: -48px;
}

.sidebarBlock
{
 /*   border: solid 3px #478DCB;*/
    padding: 5px;
    margin-top: 3px;
    padding-top: 0;
}

#sidebar .sidebarBlock  a
{
    color:#000;
}

#sidebar .sidebarBlock  a:hover
{
   text-decoration:none;
}
 #sidebar .evtTitle
 { 
    color:#004D83;
    font-weight:bold;
    font-size: 120%;
 }
 
 .sidebarBlock h4 {
 	text-align: left;
 	padding-bottom: 6px;
 	font-size: 1.2em;
 }
 
 div.sidebarBlock ul li a {
 	display: block;
 	min-height: 52px;	
 	border-bottom: solid 1px #000;
 	background-repeat: no-repeat;
 	padding-bottom: 6px;
 	font-size: 0.8em
 	line-spacing: 50%;
 	font-size: 80%;
 }
 
 div.sidebarBlock ul li.row a {
 	background-position: left top;
 	padding-left: 52px;
 }
 
 div.sidebarBlock ul li.alt-row a {
 	background-position: left top;
 	padding-left: 52px;
 }
 
 a#blog {
 	background-image: url(/_assets/images/icons/comments.png);
 }
 a#photo_and_video {
 	background-image: url(/_assets/images/icons/media.png);
 }
 
 a#check_availability {
 	background-image: url(/_assets/images/icons/calendar.png);	
 }
 
 a#music_requests{
 	background-image: url(/_assets/images/icons/audio.png);
}
 
a#login{
	background-image: url(/_assets/images/icons/forward.png);
}

a#entertainment_packages {
	background-image: url(/_assets/images/icons/folder.png);
}

a#creative_options {
	background-image: url(/_assets/images/icons/themes.png);
}

a#party_favors {
	background-image: url(/_assets/images/icons/tags.png);
}

a#the_411 {
	background-image: url(/_assets/images/icons/news.png);
}

a#free_party{
	background-image: url(/_assets/images/icons/money.png);
}

#contact_jamm {
	border-bottom: solid 1px black;
}