body
{
	background: #f5f5eb url(/_images/back.jpg) 50% 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .88em;
	line-height: 1.45em;
	margin: 20px;
}

h1, h2, h3
{
	color: #5E9F1D;
	margin: 0 0 10px 0;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: -.02em;
	line-height: 1.2em;
}

h1
{
	font-size: 2em;
}
h2
{
	font-size: 1.6em;
}
h3
{
	font-size: 1.2em;
}

a
{
	color: #000;
	font-weight: bold;
}
a:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

.margin-top
{
	margin-top: 20px !important;
}


input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.45em;
}
/*form label
{
	width: 130px;
	margin-right: 10px;
	float: left;
	text-align: right;
}*/
form .text-input
{
	border: 1px solid #999;
	border-color: #999 #CCC #CCC #999;
	background: #fff url(/_images/input.png) repeat-x 0 0;
	padding: 3px 5px;
	margin: 0 0 10px 0;
	width: 410px;
}
form .text-input:focus
{
	background-color: #FFF8EF;
}


p
{
	margin: 0 0 10px 0;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
span.small
{
	font-size: .78em;
	line-height: 1.3em;
	color: #666;
}

.content
{
	width: 840px;
	margin: 0 auto;
}

.header
{
	background-color: #473e39;
	padding: 20px;
	border-top: 6px solid #1F1C1B;
	position: relative;
	color: #EFE6E0;
}
.header a
{
	color: #EFE6E0;
}
.header a:hover
{
	color: #473e39;
	background-color: #EFE6E0;
}
.header .event-info
{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 1.3em;
	line-height: 1.45em;
	text-align: right;
}

.footer
{
	border-top: 5px solid #666;
	background: #999;
	padding: 10px 20px;
	color: #fff;
}
.footer a
{
	color: #fff;
}
.footer a:hover
{
	background-color: #fff;
	color: #999;
}
.footer a.button:hover
{
	background-color: #000;
	color: #fff;
}
.footer .float-left
{
	background: transparent url(/favicon.png) 0 50% no-repeat;
	padding-left: 26px;
}
.main-content .clear
{
	background-color: #666;
}

.header .logo span, .header .logo a
{
	display: block;
	background-image: url(/_images/logo.png);
	width: 376px;
	height: 52px;
}
.header .logo span span, .header .logo a span
{
	display: none;
}

/*#searchForm
{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 300px;
	font-size: 1.2em;
}
#searchForm .text-input
{
	padding: 4px 5px;
	border-color: #1F1C1B;
	width: 200px;
}
#searchForm .button
{
	border-color: #1F1C1B;
	border-left-width: 0;
	background-color: #1F1C1B;
	width: 88px;
}*/


.nav li a
{
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	border: 1px solid #EFE6E0;
	border-width: 1px 0;
}
.nav li a img
{
	vertical-align: -2px;
	margin-right: 10px;
}
.nav li a:hover
{
	background-color: #473E39;
	color: #EFE6E0;
}

.big-navs
{
}
.big-navs .clear
{
	background-color: #fff;
}
.big-navs li
{
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
.big-navs li a
{
	display: block;
	color: #fff;
	background: #333 url(/_images/button.png) 0 0 repeat-x;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #000;
}
.big-navs li a:hover
{
	background-color: #000 !important;
	border-color: #000 !important;
}
.big-navs li a strong
{
	font-size: 1.3em;
	letter-spacing: -0.03em;
	line-height: 1.45em;
	text-decoration: underline;
	text-transform: uppercase;
}
.big-navs li a.blue
{
	border-color: #DF721B;
	background-color: #DF721B;
	margin-right: 24px;
}
.big-navs li a.green
{
	border-color: #20AF5C;
	background-color: #20AF5C;
	margin-right: 24px;
}
.big-navs li a.red
{
	border-color: #CD61DF;
	background-color: #CD61DF;
}

.error
{
	border-top: 6px solid #600;
	background-color: #900;
	color: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
}


.main-content
{
	background: #fff url(/_images/nav-back.png) 100% 0 repeat-y;
	border-top: 6px solid #EFE6E0;
}

.content-main
{
	float: left;
	width: 600px;
	padding: 20px 0 20px 20px;
	position: relative;
}
.content-additional
{
	float: left;
	width: 200px;
	margin-left: 20px;
	padding-bottom: 20px;
}
.content-additional h3
{
	margin-top: 10px;
	padding-left: 10px;
	color: #473E39;
}



.big-quote
{
	margin: 0 0 20px 0;
	padding: 20px;
	font-size: 2em;
	line-height: 1.2em;
	color: #fff;
	background-color: #597299;
	border-top: 6px solid #344359;
	font-weight: bold;
	text-transform: uppercase;
}


/*
.content-additional ul li a:hover
{
	background-color: transparent;
}
.content-additional ul
{
	text-align: center;
}
.content-additional li
{
	margin: 10px 0 0 0;
}
.event-data
{
	padding: 20px;
	background-color: #eee;
	border-top: 6px solid #ddd;
	margin-bottom: 20px;
}
.event-data strong
{
	font-size: 1.3em;
	line-height: 1.2em;
}

*/
.form-page
{
	padding: 20px;
	background-color: #eee;
	border-top: 6px solid #ddd;
}
.form-page label
{
	width: 90px;
	float: left;
	margin-right: 10px;
	text-align: right;
}
.form-page p
{
	font-size: 1.3em;
	line-height: 1.45em;
	margin: 10px 0 0 0;
	padding: 0 0 0 100px;
}


.button
{
	font-weight: bold;
	color: #fff;
	padding: 3px 10px;
	border: 1px solid #666;
	background: #666 url(/_images/button.png) repeat-x 0 0;
	text-decoration: none;
}
.button:hover
{
	background-color: #000;
	border-color: #000;
}

.map
{
	border: 5px solid #000;
	margin-right: 20px;
}

.footer .fade
{
	color: #ccc;
}
.footer .fade a
{
	color: #ccc;
}
.footer .fade a:hover
{
	color: #999;
	background-color: #ccc;
}



.company-logo
{
	float: right;
	margin: 0 0 10px 10px;
}
.company-intro
{
	font-size: 1.22em;
	font-weight: bold;
	line-height: 1.3em;
	padding-left: 20px;
	border-left: 6px solid #ddd;
	margin-bottom: 20px;
	color: #444;
}
.par-edit
{
	margin-left: 1em;
	color: #ccc;
	font-size: .78em;
}
.par-edit a
{
	color: #ccc;
}
.par-div ul
{
	list-style-type: square;
	padding-left: 1.5em;
	margin-bottom: 20px;
}

.splitter
{
	float: left;
	width: 50%;
	text-align: center;
}
.splitter a:hover
{
	background-color: transparent;
	color: #000;
}

.big-text
{
	font-size: 1.6em;
	line-height: 1.2em;
}