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

/* Fonts */
@font-face {
	font-family: 'DINLight';
	src: url('fonts/DINLight.eot');
	src: local('☺'), url('fonts/DINLight.woff') format('woff'), url('fonts/DINLight.ttf') format('truetype'), url('fonts/DINLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINMedium';
	src: url('fonts/DINMedium.eot');
	src: local('☺'), url('fonts/DINMedium.woff') format('woff'), url('fonts/DINMedium.ttf') format('truetype'), url('fonts/DINMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* /Fonts */

/* Structure */
* {
	margin: 0;
	padding: 0;
	/*border: 1px solid #c00;*/
}
html, body {
	height: 100%;
	background-color: #ffffff;
}
html {
	overflow: auto;
}
#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
}
#header {
	position: relative;
	width: 960px;
	height: 180px;
	margin: 0 auto;
}
#main {
	position: relative;
	width: 100%;
	min-height: 742px;
	margin: 0 auto;
	display: block;
}
#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	clear: both;
	display: block;
	position: relative;
}
#logo {
	width: 587px;
	height: 128px;
	float: left;
}
#topnav {
	width: 373px;
	height: 128px;
	float: left;
}
#mainnav {
	width: 960px;
	height: 52px;
	float: left;
}
#content {
	position: relative;
	top: 224px;
	width: 960px;
	min-height: 700px;
	margin: 0 auto;
	display: block;
}
#block-left-1 {
	position: relative;
	padding: 170px 0 0 0;
	width: 273px;
	height: 346px;
	border-bottom: 2px solid #eaeaea;
	float: left;
}
#page, #form {
	position: relative;
	margin: 0 0 0 40px;
	width: 587px;
	min-height: 516px;
	border-bottom: 2px solid #eaeaea;
	background-color: #ffffff;
	padding: 0 30px;
	float: left;
}
#form {
	min-height: 1100px;
}
/* /Structure */

/* Typography */
h1 {
	margin: 17px 0 -8px 0;
	font-family: DINLight, Arial;
	font-size: 20px;
	line-height: 35px;
	font-weight: normal;
	text-transform: uppercase;
	color: #323232;
}
h2 {
	margin: 12px 0 -8px 0;
	font-family: DINLight, Arial;
	font-size: 25px;
	line-height: 45px;
	font-weight: normal;
	text-transform: uppercase;
	color: #323232;
}
p {
	margin: 20px 0 0 0;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
}
p.intro {
	font-weight: bold;
}
em, strong {
	font-family: inherit;
	font-size: inherit;
}
img {
	display: block; 
}
.button {
	font-family: DINMedium, Arial;
	font-size: 13px;
	line-height: 32px !important;
	color: #333333;
	background-color: #f0f0f0;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 14px !important;
	cursor: pointer;
	border: none !important;
	width: auto !important;
	height: auto !important;	
	/*extra for align bottom
	bottom: 56px;
	position: absolute;*/
}
.purple {
	font-family: DINLight, Arial;
	background-color: #5a247c;
	color: #ffffff;
}
#topnav ul {
	list-style-type: none;
	margin: 23px 0 0 0;
}
#topnav ul li {
	float: right;
	display: block;
	margin: 0 0 0 20px;
}
#topnav ul li a {
	line-height: 24px;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	border: none;
	display: block;
}
#topnav ul li a:hover, #topnav ul li a.current-menu-item {
	border-bottom: 2px solid #eaeaea;
}
#mainnav ul {
	list-style-type: none;
	margin: 0 0 15px 0;
}
#mainnav ul li {
	float: left;
	display: block;
	margin: 0 15px 0 0;
	height: 37px;
	background-color: #f0f0f0;
}
#mainnav ul li a {
	padding: 0 18px;
	line-height: 37px;
	font-family: DINMedium, Arial;
	font-size: 18px;
	color: #323232;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
#mainnav ul li a:hover, #mainnav ul li a.current-menu-item {
	color: #5a247c;
}
fieldset {
	border: none;
	clear: both;
	margin: 0 0 26px 0;
	width: 600px;
}
label, .label {
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
    display: inline-block;
	float: left;
	width: 268px;
	vertical-align: top;
}
label.right {
	margin: 0 0 0 50px;
}
label.third {
	margin: 0 38px 0 0;
	width: 170px;
}
label.last {
	margin: 0;
}
input, textarea, select {
	position: relative;
	border: 1px solid #d9d9d9;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	width: 248px;
	height: 37px;
	top: 7px;
	padding: 5px 10px 5px 10px;
}
textarea {
	height: 181px;
}
input.checkbox {
	height: auto;
	width: auto;
	top: 0;
	border: none;
	padding: 0;
	margin: 0;
}
select {
	width: 270px;
	margin: 0 0 20px 0;
}
select.third {
	width: 170px;
}
input.button {
	padding: auto !important;
	vertical-align: middle !important;
	height: 32px !important;
	min-width: 100px;
	line-height: normal !important;
}
/* /Typography */