/* CSS Document */

html {
	overflow:-moz-scrollbars-vertical;
}

body {
	background-color: #ffffcc;
	top: 0px;
	left: 0px;
	background-position: top center;
	background-image: url('../images/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	overflow-z: hidden;
}

a {
	text-decoration: none;
	color: #184a45;
    outline: none;
}

a: hover {
	text-decoration: underline;
	color: red;
    outline: none;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #1a3438;
	font-weight: bold;
	border-bottom: 7px solid #527767;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

h2,h3,caption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #1a3438;
	font-weight: bold;
}

h2 {
	margin: 0px;
}

p,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #1a3438;
	text-align: left;
}

input, select  {
	font-size:  13px;
	font-weight:  bold;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	border-bottom:  1px solid #1a3438;
	border-left:  1px solid #1a3438;
	border-right:  1px solid #1a3438;
	border-top:  1px solid #1a3438;
	padding:  0px 0px 0px 0px;
	color:  #1a3438;
}

.cityListing {
	padding: 10px 5px 5px 5px; /* top right bottom left */
	margin: 0px 0px 0px 0px;
}

.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #1a3438;
	position: absolute;
	text-align: center;
	width: 400px;
	left: 50%;
	margin-left: -495px;	
	top: 100%;
	margin-top: 100%;
}

.small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #1a3438;
}

.required {
	font-size: 11px;
	font-weight: bold;
    color: #FF0099;
}

.emphasize {
	font-size: 18px;
	font-weight: bold;
    color: #1a3438;
}

.siteSubnav {
	font-size: 16px;
    color: #1a3438;
	font-weight: bold;
	border: none; 
	margin-right: 20px; 
	text-decoration: underline;
}

.searchBox  {
	position: absolute;
	left: 50%;
	margin-left: -495px;
	top: 92px;
	width: 990px;
	height: 195px;
	text-align: left;
}

#map {
	margin:0;
	padding:0;
	width:400px;
	height:200px;
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
}

#map li {
	margin:0;
	padding:0;
	list-style:none;
}

#map li a {
	position:absolute;
	display:block;
	/*
	Specifying a background image
	(a 1px by 1px transparent gif)
	fixes a bug in older versions of
	IE that causeses the block to not
	render at its full dimensions.
	*/
    background:url(blank.gif);
}

#map a.FindKaraokeTonightLink {
	top: 15px;
	left: 50%;
	margin-left: -190px;
	width: 380px;
	height: 40px;
}

div.pagination {
	padding: 5px;
	margin: 5px;
}

div.pagination a {
	padding: 5px 7px 5px 7px;
	margin: 5px;
	border: 1px solid #1a3438;	
	text-decoration: none; /* no underline */
	color: #1a3438;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #1a3438;
	background-color: #1a3438;
	color: #FFF;
}
div.pagination span.current {
	padding: 5px 7px 5px 7px;
	margin: 5px;
	border: 1px solid #1a3438;	
	font-weight: bold;
	background-color: #1a3438;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 5px 7px 5px 7px;
	margin: 5px;
	border: 1px solid #EEE;
	color: #DDD;
}
	
