@charset "utf-8";
/* CSS Document */
/********* Created for Encore Events & Entertainment by Web Wise Concepts, LLC, May 2009 **********/
body, p, ul, li, h1, h2, h3, h4, h5, h6, a {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	color: #000000;
	font-size: 100%;
}
p { 
	font-size: .785em; 
	padding: 5px 10px;
	line-height: 1.25;}
h2 {
	text-transform: uppercase;
	color:#660033;
	margin: 20px 0 10px 0; 
	height: 65px;
	background: url(../images/content_border.gif) repeat-x bottom left;
} 
h3 {
	color: #660033;
	font-size: .95em;
	padding-top: 15px;
	}
#headline {
	text-align: center; 
	font-weight: bold;}
.fltrt {
	float: right; 
	width: auto;}
.fltlt {
	float: left; 
	width: 200px; 
	padding: 10px 25px 10px 10px;}
	
/* Layout */
#header {
	background: #003366 url(../images/header_bkg1.gif) repeat-x top left;
	height: 100px;
}
#header img { float: right; width: auto;}
#content {
	border: 0;
	padding: 0;
	margin: 20px 0 5px 0;
	height: auto;
}
#content_sub {
	width: 200px;
	padding: 10px 5px;
	float: left;
	background: #333;
	}
#content_main {
	padding: 10px 25px;
	margin: 0 10px 0 220px;
	min-height: 220px;
	background: #fff;
	}
#page_head {
	width: 100%;
	margin-bottom: 15px;
}
#footer {
	width: 100%;
	text-align: center;
	font-size: .725em;
	padding: 5px 0;
	margin: 0;
	background: #CCCCCC;
}
.txtblock {
	margin: 0 3em 0 280px;
	background: transparent;}
ul {
	font-size: .8em;
	margin: 15px 25px 15px 45px;
	}
ul li {line-height: 1.65;}
ul.list_left, ul.list1{
	margin: 15px 25px 15px 45px;
	float: left;
	width: auto;
	list-style: inside;
}
ul.list1{
	list-style: url(../images/clubs.jpg) none inside;}
ul.list_right, ul.list2 {margin: 15px 25px 15px 50%;}
ul.list2 {list-style: url(../images/clubs.jpg) none inside;}
#testimonials, #galleryside {background:#F9F7F3;}
#testimonials p, #galleryside p {font-style: italic; font-size: .7em;}
#testimonials h3, #galleryside h3 {font-size: .85em; padding: 5px; text-align: center;}


/* Links */
a:visited {
	text-decoration: underline;
	color: #0000CC
}
a:link, a:visited {
	text-decoration: none;
	color: #0000CC
}
a:hover {
	text-decoration: underline;
	color: #666666
}
.sidelink {
	font-size: 10px;
	color: #6C6C6C;
}
.main {
	color: #6E6E6E;
	font-size: 10px;
	line-height: 17px;
}
#logo {
	float: right;
	padding-left: 125px;
	width: auto;
}
.smit {
	font-size: small;
	font-style: italic;
}

/*************** Request Form **************/
form#request { margin: 10px 5em; }
legend {
	font-size: large;
	color:#990000;
	padding: 0 15px 0 45px;
}
#request table {
	margin: 2em 4em;
	border: 0;
	border-collapse: collapse;
}
#request table td {
	vertical-align: top;
	padding: 3px 5px;
}
.required_field {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#660000;
	text-align: right;
}
.normal_field {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-align: right;
}
.error_strings {
	font-family:Verdana;
	font-size:10px;
	color:#660000;
}
.element_label {
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.form_heading {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:#000066;
}
.form_subheading {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000066;
}
.form_txtblock {
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.form_helptip {
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.blank_seperator { }
/*- Menu Tabs 12--------------------------- */

#nav_menu {
	float:left;
	width:100%;
	background:#F9F7F3;
	font: bold 78% Arial, Helvetica, sans-serif;
	line-height:normal;
	border-bottom:1px solid #C2BDAE;
	padding-bottom: 6px;
	margin-bottom: 5px;
}
#nav_menu ul {
	margin:0;
	padding: 6px 10px 0 50px;
	list-style:none;
}
#nav_menu li {
	display:inline;
}
#nav_menu a {
	float:left;
	background:url(../images/tableft12.gif) no-repeat left top;
	text-decoration:none;
	width: auto;
}
#nav_menu a span {
	float:left;
	display:block;
	padding:5px 10px;
	color:#E4D6CD;
	background-image: url(../images/tabright12.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav_menu a span { 
	float:none; 
	width: auto; }
/* End IE5-Mac hack */
#nav_menu a:hover span { color:#fff;}
#nav_menu a:hover { background-position:0% -42px; }
#nav_menu a:hover span { background-position:100% -42px; }
#nav_menu #current a { background-position:0% -42px; }
#nav_menu #current a span { background-position:100% -42px; }
/* TABLES -------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td { 
	vertical-align: top;
	padding: 5px; } 
table#contact {
	padding: 5px;
	font-size: .75em;
	border: 0;
	border-collapse: collapse;
	margin-bottom: 25px;
	}
table#photos {
	width: 625px;
	border: none;
	padding: 0;
	margin: 35px;
	}
table#photos td {padding: 0;}
table tr.tint {
	background: #EFEFEF;}
table td.leftcol {
	width: 100px;
	text-align: right;
	font-weight: bold;
	}
table td.rightcol {
	width: 280px;
	}
table td#photo {
	background: white;
	width: 325px;}
#extras {
	padding-top: 25px;
	height: 200px;}
a img {border: none;}
