﻿#conash3D0 { visibility: hidden; display: none; }

#header { margin: auto; }

#header_content  
{
	height: 167px; 
	background: url('../images/lilman.png') no-repeat;
	background-position: 60px 30px;
}

#navcontainer
{
	margin: auto;
}

#navlist
{
	text-align: center;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#navlist ul 
{
	width: 1000px;
	margin: auto; 
}

#navlist li
{
	text-align: center;
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
	height: 67px;
	float: left;
}

#navlist li a
{
	margin-left: 5px;
	color: #fff;
	background: url('../images/menu_a.png') no-repeat;
	letter-spacing: -1px;
	line-height: 67px;	
	text-decoration: none;
	font-size: 20px; 
	width: 161px;
	height: 67px;
	float: left;
	display: block;
	overflow: hidden;
}

#navlist li a:hover
{
	background: url('../images/menu_i.png') no-repeat;
	text-decoration: underline;
	width: 161px;
}

#navlist a.current
{
	background: url('../images/menu_i.png') no-repeat;
	text-decoration: none;
	width: 161px;
}



.center_mid_left
{
	background: url('../images/center_mid_left.png') no-repeat;
	width: 728px;
	height: 295px;
	float: left;
}

.center_mid_left h1
{
	margin-left: 90px;
	font-size: 35px;
	letter-spacing: -1px;
}

.center_mid_left p
{
	margin: 0 33px 0 90px;
	padding-top: 20px;
	font-size: 18px;
}

.center_secondary_top
{
	background: url('../images/block_top.png') no-repeat;
	height: 23px;
	width: 1000px;
}

.center_secondary_mid
{
	background: url('../images/block_center.png') repeat-y;
	min-height: 23px;
	width: 1000px;
	clear: both;
}

.center_secondary_mid h1
{
	font-size: 20px;
	letter-spacing: -1px;
	padding: 15px 0 0 80px;
	text-decoration: underline;
}

.center_secondary_mid p
{
	padding: 15px 80px 15px 80px;
}

.center_secondary_mid div.wrap
{
	padding: 15px 80px 15px 80px;
}

.center_secondary_mid div.wrap h1
{	
	text-align: center;
	padding: 0 0 19px 0;
	font-size: 35px;
	letter-spacing: -1px;
	text-decoration: underline;
}

.center_secondary_mid div.wrap h2
{
	padding: 15px 0 15px 0;
	font-size: 20px;
	text-decoration: none;	
}

.center_secondary_mid ul
{
	list-style-type: disc;
	padding: 0 180px 15px 80px;
	text-align: left;
}

.center_secondary_mid ul li { line-height: 20px; }
.center_secondary_mid table.rates tr td { white-space: nowrap; }

.center_secondary_bottom
{
	clear: both;
	background: url('../images/block_bottom.png') no-repeat;
	height: 200px;
	width: 1000px;
}

table.classes
{
	width: 840px;
	margin-bottom: 15px;
}
table.classes th 
{ 
	text-align: left; 
	font-size: 20px;
	letter-spacing: -1px;
	padding: 15px 0;
} 
table.classes td { padding-bottom: 3px; }
table.classes td.class_time { color: #ff0000; width: 113px; }

table #stbl { width: 1000px; padding: 0; margin: 0 0 0 10px; }

#contact-area 
{
	width: 1000px;
}

input           {width:250px;}
input,
textarea        {border:1px solid #ccc;padding:5px;margin:10px 0 0 0;}
input:focus,
textarea:focus  {background:#ffc;}
textarea        {font:.9em Verdana, Arial, Helvetica, sans-serif;}
label           {margin:12px 0 0;font-weight:700;width:90px;}
label:after     {content:": ";}
input:button {display:block;clear:both;margin:1em 0 1em 90px;}


div.vertheader
{
	background: url( '../images/vert_header.png' );
	height: 44px;
	width: 290px;
}
div.vertheader h1
{
	width: 290px;
	font-size: 30px;
	letter-spacing: -1px;
	padding: 10px 0 50px 25px;
}

div.vertcontent
{
	background: transparent url( '../images/vert_mid.png' );
	height: 144px;
	width: 290px;
	min-width: 290px;
	margin: auto;
}

div.vertcontent p
{
	padding: 22px 18px 0 18px;
	font-size: 18px;
}

div.vertfoot
{
	background: url( '../images/vert_bottom.png' );
	height: 106px;
	width: 290px;
}

div.vertfoot a
{
	letter-spacing: -1px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding: 11px 27px 10px 5px;
	line-height: 30px;
	float: right;
}

div.vertfoot a:hover
{
	text-decoration: underline;
}

#footer { margin: auto; text-align: center; }
#footer a { color: #fff; line-height: 25px; }



/******** Photos *********/

.photo 
{
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under photo */
}

.photo .content,
.photo .t,
.photo .b,
.photo .b div 
{
 background:transparent url('../images/photo_cont.png') no-repeat top right;
}

.photo .content 
{
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.photo .t 
{
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.photo .b 
{
 /* bottom */
 position:relative;
 width:100%;
}

.photo .b,
.photo .b div 
{
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.photo .b 
{
 background-position:bottom right;
}

.photo .b div 
{
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.photo .hd,
.photo .bd,
.photo .ft 
{
 position:relative;
}

.photo .wrapper 
{
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.photo h1,
.photo p 
{
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.photo h1 
{
 padding-bottom:0px;
}