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

html	{
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
}

body	{
	background: #000 url(../images/bg.jpg) top no-repeat;
	color: #3a3a3a;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

a img	{
	border-style: none;
}

h2	{
	font-size: 1.2em;
}

/*Group classes*/
h6	{
	font-size: 1.8em;
	font-style: italic;
}

.larger	{
	font-size: 1.4em;
}

.testimonial	{
	border-bottom: 1px solid #000;
	font-style: italic;
	padding: 10px 0;
}

.content	{
	padding: 0 20px 20px 20px;
}

#wrapper	{
	margin: 60px auto 0 auto;
	position: relative;
	width: 800px;
}

#inner-wrapper	{
	background: #fff;
	margin: 0 0 0 47px;
	padding: 0;
	width: 696px;
}

#home-content	{
	float: left;
	margin: 40px 10px 40px 40px;
	padding: 20px 0 10px 0;
	width: 360px;
}

#events	{
	background: url(../images/events_repeat.png) repeat-y;
	float: left;
	height: 370px;
	margin: 80px 0 0 10px;
	padding: 0 0 0 50px;
	width: 187px;
}

#events ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#events ul li {
	margin: 0;
	padding: 0 0 10px 0;
}

#events-bottom	{
	background: url(../images/events.png) no-repeat;
	float: left;
	height: 30px;
	margin: 0 0 0 10px;
	width: 227px;
}

#content	{
	margin: 40px;
	padding: 20px 0 10px 0;
}

#content-bottom	{
	background: url(../images/content-bottom.png) no-repeat;
	height: 14px;
	margin: 0 0 0 47px;
	width: 696px;
}

#header	{
	background: url(../images/home_image.png) top no-repeat;
	height: 358px;
	margin: 0 auto -79px auto;
	position: relative;
	width: 771px;
}

#logo	{
	background: url(../images/logo.png) no-repeat;
	height: 120px;
	left: 70px;
	position: absolute;
	top: 130px;
	width: 107px;
}

.register {
	text-align: center;
	width: 600px;
}

#navigation	{
	left: 0;
	position: absolute;
	top: 60px;
}

.nav li	{
	height: 32px;
	list-style-type: none;
	margin: 7px 0 7px -128px;
	padding: 5px 0 0 0;
	width: 135px;
}

.nav li.active	{
	background: url(../images/nav_active.png) no-repeat;
	font-weight: bold;	
}

.nav li a	{
	color: #fff;
	margin: 0 0 0 20px;
	text-decoration: none;
}

#bottom-image	{
	margin: 0 0 0 135px;
	padding: 0 20px 20px 20px;
}

#footer	{
	background: url(../images/footer_bg.jpg) no-repeat;
	color: #d5d5d5;
	font-size: 0.8em;
	height: 216px;
	margin: 0 auto;
	text-align: center;
	width: 1024px;
}

#footer-copy	{
	margin: 20px 0 0 0;
}

#footer a	{
	color: #d5d5d5;
	text-decoration: none;
	text-align: none;
}

#footer a:hover	{
	border-bottom: 1px dashed #d5d5d5;
}

#links a	{
	color: #3a3a3a;
}

#links a:hover	{
	color: #bebebe;
}

/*_________________Form styles____________*/

ul.contact-form	{
	margin: 0 0 0 -40px;
}

*:first-child + html ul.contact-form	{
	margin: 0;
}

ul.contact-form li	{
	list-style-type: none;
	margin: 10px 0;
	width: 500px;
}

ul.contact-form li label	{
	display: block;
	float: left;
	width: 90px;
}

.txtField	{
	background: #e2e2e2;
	border: 1px solid #a5a5a5;
	padding: 3px;
	width: 175px;
}

.txtBox	{
	background: #e2e2e2;
	border: 1px solid #a5a5a5;	
	height: 100px;
	overflow: hidden;
	padding: 3px;	
	width: 175px;
}

.submit	{
	background: #e2e2e2;
	border: 1px solid #a5a5a5;	
	color: #242424;
	margin: 0 0 0 196px;
	width: 75px;
}

*:first-child + html .submit	{
	margin: 0 0 0 158px;
}

/*_________________Typeface_______________*/

.heading {
	font-family: Juergen;
	font-size: 2.2em;
	letter-spacing:1px;
	line-height:1.2em;
}

.typeface-js	{
	font-family: Juergen;
}

.typeface-js, h1, h2, h3, h4, h5, h6 {
	visibility:hidden;
}
.typeface-js-selected-text {
	color:rgba(128, 128, 128, 0);
	font-family:Arial,sans-serif;
	opacity:0.3;
	position:absolute;
	white-space:pre;
}
.typeface-js-selected-text::-moz-selection {
	background:blue none repeat scroll 0 0;
}

