@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/**************** GENERIC SELECTORS - TYPE ****************/ 
body {
	font-family: "Century Gothic", Century Gothic, Arial, Helvetica; 
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #bfbebe; 

}

li { 
	list-style-type: none; 
	line-height: 120%;
} 
p { 
	font-family: "Century Gothic", Century Gothic, Arial, Helvetica; 
	font-size: 13px;
	color: #bfbebe; 
}
.p-link { 
	color: #bfbebe; 
}

h1 {
	font-size: 140%;
	font-weight:bold;
	color:#9f4e2a;
}
.h1-link {
	color:#9f4e2a;
}

/**************** PSEUDO CLASSES - LINK ****************/ 

a:link { 
	text-decoration: none; 
} 
a:active { 
	text-decoration: underline; 
} 
a:visited { 
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}

li :link { 
	text-decoration: none; }
li a:visited { 
	text-decoration: none; }
li a:hover { 
	text-decoration: underline; 
} 

/************************* PAGE STRUCTURE ELEMENTS *************************/

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

#contact {
	height: auto;
	width: 300px;
	padding-right: 15px;
}
#header_wrap {
	height: auto;
	width: 485px;
}
.events-header{
	font-size:15px;
	color:#fff;
	text-align:center;
}
#events-content {
	margin: 10px;
	height: auto;
	width: 180px;
}
#center-all {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	text-align: right;
	margin-right: 35px;
	font-size: 20px;
}
#content {
	height: 665px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: center;
}

/* menu styles */
/* menu wrapper */
#jsddm
{
	margin: 0;
	padding-left: 435px;
}
/* top level menu */
#jsddm li{
	float: left;
	list-style: none;
	margin-right:30px;
}
#jsddm li a{
	display: block;
	padding: 5px 5px;
	text-decoration: none;
	width: auto;
	color: #bfbebe;
	white-space: nowrap;
}
#jsddm li a:hover
	{
	color: #fff;
	background: #342B2C;
}
/* sub menu */
#jsddm li ul{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background: #342B2C;
}	
#jsddm li ul li{
	float: none;
	display: inline;
}		
#jsddm li ul li a{
	width: auto;
	color: #FFF;
	background: #342B2C;
	text-align: left;
}		
#jsddm li ul li a:hover{
	background: #999;
	text-decoration: none;
}

