@media screen {

/* ****** reset ******************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	background: #faf9f6;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}






/* ****** structure ******************************************************** */
html {
	height: 100%;
	overflow-y: scroll;
	overflow-x: none;
}
#wrapper {

}
#header {
	background: #fff;
	position: relative;
}
.logo {
	padding: 25px 0 20px 0;
	display: block;
	margin: 0 auto;
	width: 960px;
}
.logo img {
	text-align: center;
	margin: 0 auto;
}
#main {
	width: 960px;
	margin: 0 auto 80px auto;
}
#footer {
	background: #c2b8ac;
	color: #fff;
	padding: 40px 0;
  z-index: 3;
	clear: both;
}
#footer .inside {
	width: 960px;
	margin: 0 auto;
}
#footer p {
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#main .ce_text {
	width: 600px;
	margin: 0 auto;
}
#main .wide {
	width: 960px;
}






/* ****** navigation ******************************************************** */
nav {
	background: #e8d54a;
	width: 960px;
	margin: 0 auto;
	z-index: 9;
}
nav ul {
	margin: 0 !important;
	text-align:center;
}
nav li {
	list-style: none !important;
	display: inline;
	font: 12px/18px verdana, sans-serif;
}
nav a,
nav strong {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 8px;
	color: #887664;
	font-weight: normal;
}
nav a:hover,
nav strong {
	color: #444;
}
#main nav a:focus {
	outline: 0;
}






/* ****** common tags ****************************************************** */
p {
	margin-bottom: 20px;
	font: 14px/23px verdana, sans-serif;
}
h1 {
	margin-top: 40px;
	margin-bottom: 20px;
	font: 22px/34px verdana, sans-serif;
	color: #92816f;
}
h2 {
	margin-bottom: 20px;
	font: 17px/27px verdana, sans-serif;
	color: #92816f;
}
ul,
ol,
li {
	font: 14px/23px verdana, sans-serif;
}
abbr {
	border-bottom: 1px dotted #555;
	cursor: help;
}
kbd {
	font-family: consolas, "courier new", arial, sans-serif;
}
a {
	text-decoration: underline;
	color: inherit;
}
#main a:focus {
	outline: 1px dotted;
}
a[href $='.pdf'] {
	padding: 0 0 1px 20px;
	background: url(../../files/gfx/icons/pdf.gif) no-repeat;
}
.image_container a {
	padding: 0;
	background: none;
}
a:focus,
a:hover,
a:active {
	color: inherit;
  text-decoration: none;
}
img {
	border: 0;
	background: 0;
	padding: 0;
	display: block;
}
strong {
	font-weight: bold;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 0.7em;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
#main ul {
	margin: 0 0 20px 14px;
}
#main ul li {
	list-style: circle;
	padding-left: 0;
}
#main ol {
	margin: 0 0 20px 35px;
	list-style-type: decimal;
}
#main ol li {
}
.block {
	overflow: visible;
}
#container:after,
.custom:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}






/* ****** common styles **************************************************** */
#print,
.print,
.hide,
.invisible {
	display: none !important;
}
.nowrap {
	white-space: nowrap;
}
.error {
	color: #AF3636;
}
.req,
.mandatory {
	color: #74A8CF;
}
.low {
	color: #bbb;
}
.clear {
	clear: both;
}
.highlight {
	background: gold;
}
.small,
small {
	font-size: 10px;
}
#cboxCurrent {
	display: none !important;
}
.float_left {
	padding: 0 30px 30px 0;
	float: left;
}
.float_right {
	padding: 0 0 30px 30px;
  float: right;
}
.alignleft {
	width: 45%;
	float: left;
}
.alignright {
	width: 45%;
	float: right;
}






/* ****** scrollup **************************************************** */
#scrollUp {
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 38px;
	width: 38px;
	background: url(../../files/gfx/top.png) no-repeat;
	border: none;
}






/* ****** additions for modern browsers ************************************ */
::-moz-selection {
	background: #c2b8ac;
	color: #333;
}
::selection {
	background: #c2b8ac;
	color: #333;
}






} /* end screen */






/* ****** mobile ******************************************************* */
@media(max-width:768px) {
body {
	-webkit-text-size-adjust: 100%;
}
.logo {
	padding: 25px auto;
	margin: 0 auto;
	width: 100%;
}
.logo img {
	text-align: center;
	margin: 0 auto;
	max-width: 200px;
}
#main {
	width: 100%;
}
#footer .inside {
	width: 100%;
}
#footer p {
	text-align: left;
	padding: 0 5%;
}
#main .ce_text {
	width: 100%;
	padding: 0 5%;
}
#main .wide {
	width: 100%;
}
#main img {
	__width: 100%;
	max-width: 100%;
	height: auto;
}
nav {
	width: 100%;
	float: left;
}

}





/* ****** print ******************************************************* */
@media print {
nav {
	display: none;
}
#main {
	width: 75%;
}
#main,
p {
	font: 12px/18px verdana, sans-serif;
}
h1 {
	font: 18px/18px verdana, sans-serif;
	margin-bottom: 20px;
}
h2 {
	font: 16px/18px verdana, sans-serif;
	margin-bottom: 20px;
}
} /* end print */