@charset "UTF-8";

/*--- reset ------------*/

/* Resetting of element defaults to avoid cross-browser incompatibilities */

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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img, a img, :link img, :visited img {
	border: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 5%;
}

/* ---------- Layout ----------*/

body {
	text-align: center;
	font-size: 78%;
	color: #D2D8DE;
}

/* ---------- Footer ----------*/

#footer {
	font-size: 0.9em;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #b6bcc1;
}

/* ---------- HTML Tags :: elements defaults----------*/

p, li, dd, legend, input, label, select, optgroup, textarea, table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.9em;
}

p {
	margin: 0 0 1.3em 0;
	line-height: 1.4em;
	color: #949ca5;
}

span, cite {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
}

blockquote {
	margin: 0 0 1.3em 1em;
	padding: 0 2em 0 1em;
	color: #C5CBD0;
	border-left: 3px solid #a1ff66;
}

code, pre {
	font: 0.9em "Consolas", "Courier New", "Courier", "FreeMono", monospace;
	color: #C5CBD0;
}

pre {
	margin: 0 0 1.3em 1em;
	padding: 0 2em 0 1em;
	border-left: 3px solid #a1ff66;
}

/*--- links ------------*/

a {
	font-size: inherit;
}

a:link {
	text-decoration: none;
	color: #A34251;
}

a:visited {
	text-decoration: none;
	color: #4B2439;
}

a:hover {
	text-decoration: underline;
	color: #D6576A;
}

a:active {
	text-decoration: none !important;
	color: #fff;
}

/*--- headings ------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	line-height: 1em;
	font-weight: normal;
}

h1 {
	margin: 0.1em 0 0.6em 0;
	font-size: 2.55em;
	color: #fff;	
}

h2 {
	margin: 0.1em 0 0.6em 0;
	font-size: 2.1em;
	color: #FFA236;
}

h3 {
	margin: 0.2em 0 0.5em 0;
	font-size: 1.4em;
	color: #A17527;
}

h4 {
	margin: 0 0 0.2em 0;
	font-size: 1.4em;
	color: #FFA236;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #515100;
}

h6 {
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	color: #515100;
	font-style: italic;
}

h2 a:hover, h3 a:hover, h4 a:hover {
	color: #D6576A !important;
}

h2 a:active, h3 a:active, h4 a:active {
	color: #D6576A !important;
}

/*--- bullet lists ------------*/

table li {
	font-size: 1.0em;


/* reset */
}

ul {
	margin-bottom: 0.7em;
}

ul li {
	padding: 0 0 0.8em 2em;
	list-style-type: none;
/*	background: transparent url(../img/global/li_off.png) no-repeat 0.2em 0.2em;*/
}

ul li:hover {
/*	background: transparent url("../img/global/li_on.png") 0.2em 0.2em no-repeat;*/
}

ol li {
	margin-left: 2em;
	padding: 0 0 0.8em 0;
}

ul.lined {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #5f676d;
}

ul.lined li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	background: none;
}

ul.lined li a {
	display: block;
	padding: 0.3em 0;
	text-decoration: none;
	font-weight: normal;
	color: #cdd3d9;
	border-top: 1px solid #5f676d;
}

ul.lined li a:hover {
	color: #fff;
}

ul.lined li a img {
	margin-right: 10px;
	vertical-align: -3px;
}

/*--- miscellaneous ------------*/

p #skip {
	display: none;
}

div.c {


/* to clear a float */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}