@charset 'UTF-8';
@import url('reset.css');

/* Layout */

html, body {
    width: 100%;
    height: 100%;
}
body {
    position: relative;
    min-height: 100%;
    height: auto !important; /* ie6 fix */
    height: 100%; /* ie6 fix */
	background-color: #FFF;
	color: #000;
}
.header {
	margin-bottom: -190px;
	padding-top: 65px;
	width: 100%;
	height: 270px;
	background: transparent url('/templates/images/event-bg-top.png') no-repeat top center;
    z-index: 3;
}
.content, .header .wrapper, .footer .wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
}
.content {
	position: relative;
	height: 580px;
    z-index: 2;
}
.content .wrapper {
	visibility: hidden; /* ie6 fix*/
}
.footer {
    position: absolute;
    left:0;
    bottom: 0;
	width: 100%;
	height: 270px;
	background: transparent url('/templates/images/event-bg-bottom.png') no-repeat bottom center;
    z-index: 1;
}
.footer .wrapper {
	padding-top: 195px;
}

.sidebar {
	position: relative;
	overflow: visible;
	display: inline; /* ie6 fix*/
	float: left;
	margin-left: -75px;
	width: 495px;
	background: transparent url('/templates/images/event-card-24.png') no-repeat top right;
}
.text {
	display: inline; /* ie6 fix*/
	float: left;
	margin-left: 55px;
	width: 460px;
}
.clear {
	clear: both;
}

/* Typo */

div, label, input, span, p, a {
	color: #000;
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
}
h1, h2, h3, a, ul, ol {
	color: #004b76;
	font-family: Verdana, Arial, Serif;
}
h2 {
	font-size: 18px;
}
p {
	line-height: 16px;
}

.header .nav {
	margin-left: 10px;
	list-style: none;
	line-height: 36px;
}
.header .nav li {
	display: inline; /* ie6 fix*/
	float: left;
	padding-left: 15px;
}
.header .nav a {
	font-size: 15px;
}
.header .logo {
	display: inline; /* ie6 fix*/
	visibility: hidden; /* ie6 fix*/
	float: right;
	margin-right: 70px;
}

/* Authorization/user box */

.auth {
	margin-top: 350px;
	margin-left: 185px;
}
.auth h2, .auth div, .auth ul {
	margin-left: 65px;
}
.auth h2 {
	margin-bottom: 10px;
}
.auth ul {
	margin-top: 5px;
	list-style: none;
	list-style-position: outside; /* ie6 fix */
}
.auth a {
	line-height: 16px;
}
.auth .form-footer {
	display: inline; /* ie6 fix*/
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 18px;
}
.auth .form-footer a {
	margin-left: 10px;
	vertical-align: middle;
}
.auth label {
	display: inline; /* ie6 fix*/
	float: left;
	margin-right: 3px;
	width: 62px;
	text-align: right;
	line-height: 20px;
	vertical-align: middle;
}
.auth input {
	display: inline; /* ie6 fix*/
	float: left;
	margin-bottom: 5px;
	width: 188px;
	height: 18px;
	border: 1px solid #d8d8d8;
}
.auth .submit {
	width: 85px;
	height: 24px;
	border: none;
}

/* Accordion text boxes */

.text h2 {
	margin: 0 64px 0 35px;
}
.text ul, .text ol {
	margin: 20px 0;
}
.text li {
	margin-bottom: 15px;
	padding: 15px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
}
.text li a {
	font-size: 16px;
	color: #005daa;
	text-decoration: none;
	border-bottom: 2px dashed #005daa;
}
.text li p {
	margin: 12px 5px 0 20px;
	display: none;
}
.text li.active {
	background-color: #e4f5ff;
}
.text li.active p {
	display: block;
}

.footer .copy {
	display: inline; /* ie6 fix*/
	float: left;
	margin-left: 175px;
	width: 315px;
}

.errors {
	color: #F00;
}

