body {
	background: #f7941e;
	color: white;
	font-size: 14px;
	font-family: "Helvetica Neue", Segoe UI, Arial, sans-serif;
	margin: 0;
}
a:link, a:visited {
	color: #0d3654;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
}
.clear {
	clear: both;
}
label {
	display: block;
}
label[for="rememberme"] {
	display: inline;
}

div#header {
	background: white;
	min-height: 200px;
	padding-top: 50px;
}
div#logo {
	margin: 0 auto;
	width: 350px;
}

div#main {
	background: url("../images/divit.png") no-repeat top center;
	width: 100%;
}

div#content_wrapper {
	margin: 0 auto;
	width: 940px;
	position: relative;
	padding: 20px 0;
	overflow: hidden;
}
div#content {
	float: none;
	width: 100%;
}

div#contact {
	padding-top: 40px;
	width: 540px;
}
div#contact ul {
	list-style: none;
}
div#contact li {
	margin-bottom: 20px;
}

div#login {
	width: 400px;
	min-height: 250px;
	background: url("../images/login_bg.png") no-repeat top center;
	padding: 70px 80px 0;
}
div#login_form {
	margin-left: 150px;
}
div#login input[type=text], div#login input[type=password] {
	width: 190px;
	padding: 8px 5px 8px 55px;
	height: 14px;
	font-size: 14px;
	border: 1px solid black;
	position: absolute;
	z-index: 1;
}
div#login input[type=submit] {
	display: block;
	background: url("/images/login_button.png") no-repeat;
	width: 113px;
	height: 25px;
	border: 1px solid #bd8847;
	-moz-box-shadow: 0 0 3px #fff;
	-webkit-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
	margin-top: 5px;
}
div.login_form_element {
	position: relative;
	margin-top: 4px;
	height: 30px;
	width: 190px;
}
div#login label {
	color: #8c8c8c;
	position: absolute;
	top: 4px;
	line-height: 22px;
	z-index: 100;
	padding-left: 5px;
	width: 45px;
	border-right: 1px solid #ebebeb;
}
div#login div.error {
	color: black;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0;
}

ul.slides {
	min-height: 300px;
	width: 720px;
	/*
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	*/
}
div.slide_content {
	width: 720px;
	margin: 0 auto;
}


ul.slides, ul.flex-direction-nav {
	list-style: none;
}
ol.flex-control-nav {
	display: none;
}
.flex-direction-nav li a {
	width: 75px;
	height: 50px;
	margin: -13px 0 0;
	top: 50px;
	text-indent: 0;
	line-height: 50px;
	text-decoration: none;
	color: white;
}
.flex-direction-nav li a.prev {
	background: url(/images/left_arrow.png) no-repeat 0 0;
	left: 0px;
	padding-left: 25px;
}
.flex-direction-nav li a.next {
	background: url(/images/right_arrow.png) no-repeat center right;
	right: 0px;
	padding-right: 25px;
	text-align: right;
}