* { padding: 0; margin: 0; }

html{ height: 100%; }

body
{
	text-align: center;
	background-color: #babfb4;
	font-family:  'Century Gothic', Gothic, Helvetica, Arial, sans-serif;
	color: #555555;
	font-size: 1.2em;
	height: 100%;
	
}

input {
	font-family:  'Century Gothic', Gothic, Helvetica, Arial, sans-serif;
}

#wrapper 
{ 
  	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto -40px;
}


#footer 
{ 
	 color: #666666;
	 margin: 8px 0px 0px 0px;
	 font-size: 15px;
	 height: 30px;
}

#push{ height: 40px; }

h1
{
	font-weight: normal;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 12px;
	padding: 3% 0 2% 10px;
}

h1 a
{
	text-decoration: none;
	color: #666666;
}


#content
{
	width: 100%;
	height: 500px;
	background-image:url(/images/black_stripe.jpg);
	background-repeat: repeat-x;
	clear: left;
	
}

#menu
{
	margin: 0 auto;
	width: 865px;
	padding-left: 180px;
	
}

#main_image
{
	max-height: 500px;
}


#menu
{	
	text-align: left;
}
/* started here with menu updates */
ul #main_menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	background-color:#babfb4;
}
	
#main_menu li 
{
	width: 270px;
	float: left;
	position: relative;
}
  
li ul 
{
  display: none;
  position: absolute; 
  top: 32px;
  left: 0;
  
}



li:hover ul, li.over ul{ display: block; }


ul li a 
{
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 5px;
	border-bottom: 0;
	
}

li a:hover 
{
	color: #000000;
}

#main_menu li
{
	text-transform: uppercase;
	list-style-type: none;
	letter-spacing: .1em;
}

.submenu li
{
	background-color:#babfb4;
	border-top: 1px dashed #999999;
}

#email
{
unicode-bidi: bidi-override;
direction: rtl;
}

#text_area{
	text-align: left;
	width: 700px;
	color: #CCCCCC;
	margin: 20px auto;
	text-align: justify;
}

#text_area h2 {
	padding-bottom: 3px;
}

#text_area ul {
	margin-left: 20px;
}

.text_area{
	overflow: auto;
}

dt {
	font-weight: bold;
	color: #dddddd;
}

dd {
	margin: 12px 0 30px 0;
}

p {
	margin: 20px 0;
	font-size: 1em;
}
.clear { clear: both; background: none; }

.float_left {
	float:left;
	margin: 0 25px 10px 0;
}

#spacer {
	height: 100px;
	}

h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 15px 0 15px 0;
}

td {
	font-size: 16px;
	padding-right: 10px;
}

#events  
{
	list-style-type: none;	
	padding: 0; 
	margin-left: 0;
	width: 200px;
	height: 400px;
}

#events li a
{
	color: #538544;
	padding: 0;
	margin: 0;
}

a
{
	color: #333333;
	text-decoration: none;

}

a:hover
{
	color: #777777;
}
#special 
{
	font-weight: bold ;
}
