/* COLOR SCHEME
==================================================

background: white
text: #303030
headers + captions + legends + extra: #B30F1B
anchors (link | visited | hover + active): #006AB3 | #8F00B3 | #B30F1B
note: #7D7D7D
borders: #EBEBEB
backgrounds: #F8F8F8 */

/* SCREEN RULES
================================================== */

@media screen {
	
/* BASE
-------------------------------------------------- */

body,
h1, h2, h3,
address, blockquote, div, hr, iframe, object, p,
dl, dt, dd, ul, ol, li,
table, caption, col, colgroup, thead, tfoot, tbody, tr, th, td,
form, fieldset, legend, label,
img,
a {
	border: none;
	margin: 0;
	padding: 0;
}
body, input, textarea, select {
	font: .8em/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body {
	color: #303030;
	background-color: white;
	min-width: 700px;
	border-top: 1px solid #ACACAC;
}

/* HEADLINES
-------------------------------------------------- */

h1 {
	font: normal 3.2em/1.2 sans-serif;
	word-spacing: -.1em;
	color: #B30F1B;
	margin: 0 0 .4em 0;
	padding: 0 30px;
	text-transform: uppercase;
}
h2 {
	font: normal 1.8em/1.2 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	word-spacing: -.1em;
	color: #B30F1B;
	margin: .8em 0 .2em 0;
	text-transform: uppercase;
}
h3  {
	font: bold 1.1em/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: .8em 0 .2em 0;
	color: #B30F1B;
	text-transform: uppercase;
}

/* BLOCKS
-------------------------------------------------- */

address {
	margin: .8em 0;
}
blockquote {
	margin: .8em 20px;
}
hr {
	display: block;
	height: 1px;
	overflow: hidden;
	border: solid #EBEBEB;
	border-width: 1px 0 0 0;
	margin: 1em 0;
}
p {
	margin: .8em 0;
}

/* LISTS
-------------------------------------------------- */

dl {
	margin: .8em 0;
}
dt {
	margin: .2em 0;
}
dd {
	margin: .2em 0 .2em 20px;
}
ul {
	display: block;
	list-style: none;
	margin: .8em 0;
}
ul li, ol ul li {
	display: block;
	list-style: none;
	margin: .2em 0;
	padding: 0 0 0 20px;
	background: url(../img/bullet.gif) no-repeat 0 .5em;
}
ol {
	display: block;
	list-style: decimal;
	margin: .8em 0 .8em 20px;
}
ol li, ul ol li {
	display: list-item;
	list-style: decimal;
	margin: .2em 0;
	padding: 0;
	background: none;
}

/* TABLES
-------------------------------------------------- */

table {
	border-collapse: collapse;
	margin: 1em 0 1em -1px;
}
caption {
	margin: 0 20px;
	padding: 0 0 .8em 0;
	text-align: left;
	color: #B30F1B;
	font-weight: bold;
}
th {
	border: 1px solid white;
	padding: .4em .8em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background-color: #B30F1B;
	color: white;
}
td {
	border: 1px solid white;
	padding: .4em .8em;
	vertical-align: top;
	background-color: #EBEBEB;
}
table.construct {
	border-collapse: collapse;
	border: none;
	margin: .8em 0;
	background: transparent none;
}
table.construct caption {
	text-align: left;
}
table.construct th, table.construct td {
	border: none;
	padding: 0 10px .8em 0;
	font-weight: normal;
	background: transparent none;
	color: #303030;
}

/* FORMS
-------------------------------------------------- */

form {
	margin: 1em 0;
}
fieldset {
	border: 1px solid #EBEBEB;
	margin: 1em 0 .8em 0;
	padding: 9px;
}
legend {
	margin: .8em 10px .8em 0;
	padding: 0 10px;
	color: #B30F1B;
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
table.construct label {
	vertical-align: middle;
}

/* INLINES
-------------------------------------------------- */

abbr, acronym {
	border-bottom: 1px dotted;
	font-variant: small-caps;
	cursor: help;
}
dfn {
	border-bottom: 1px dotted;
	cursor: help;
}
cite, em, q, var {
	font-style: italic;
}
code, kbd, samp, pre, .monospace {
	font: 1em "Lucida Console", "Andale Mono", monospace;
	letter-spacing: -1px;
}
sub {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: sub;
}
sup {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: super;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}

/* ANCHORS
-------------------------------------------------- */

a:link {
	color: #006AB3;
}
a:visited {
	color: #8F00B3;
}
a:hover, a:active {
	color: #B30F1B;
}
h1 a, h2 a, h3 a {
	color: #B30F1B !important;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}
table th a {
	color: white;
}
table th a:hover {
	color: #EBEBEB;
}
table.construct th a:link {
	color: #006AB3;
}
table.construct th a:visited {
	color: #8F00B3;
}
table.construct th a:hover, table.construct th a:active {
	color: #B30F1B;
}

/* LAYOUT
-------------------------------------------------- */

/* Nav
-------------------------------------------------- */

#nav-out {
	width: 100%;
	text-align: center;
	background: #010101 url(../img/nav-out.gif) repeat-x left bottom;
	color: #ACACAC;
}
#nav {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#accesslink {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	overflow: hidden;
}
#nav ul {
	float: right;
	margin: 0;
	padding-right: 1px;
	background: url(../img/nav.gif) no-repeat right bottom;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 10px 15px 10px 16px;
	background: url(../img/nav.gif) no-repeat left bottom;
}
#nav ul li.selected {
	background: #454545 url(../img/nav.gif) repeat-x left bottom;
}
#nav a {
	color: white;
}
#nav a:hover {
	color: #ACACAC;
}
#nav ul li.selected a {
	color: #ACACAC;
	text-decoration: none;
}

/* Case
-------------------------------------------------- */

#case-out {
	clear: both;
	width: 100%;
	text-align: center;
	background: url(../img/case-out.gif) repeat-x left top;
}
#case {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 40px;
}

/* Header
-------------------------------------------------- */

#header {
	width: 700px;
	height: 185px;
	background: url(../img/header.jpg) no-repeat left top;
}
#logo {
	width: 180px;
	height: 185px;
	overflow: hidden;
	margin: 0;
}

/* Content
-------------------------------------------------- */

#content {
	width: 700px;
	padding: 40px 0;
	background: url(../img/content.jpg) no-repeat left top;
}
#menu {
	float: right;
	width: 195px;
	margin: 0 0 20px 20px;
	padding: 4px 9px;
	border: 1px solid #EBEBEB;
	background: #F8F8F8 url(../img/menu.gif) repeat-x left top;
}
#menu ul ul {
	margin-top: .4em;
}
#menu .selected {
	color: #B30F1B;
}
#perex {
	background: url(../img/perex.gif) no-repeat 0 .4em;
	padding-left: 30px;
	font-weight: bold;
}
.imagebox {
	padding: 9px;
	background: #F8F8F8 url(../img/menu.gif) repeat-x left top;
	border: 1px solid #EBEBEB;
}
.imagebox img {
	border: 1px solid white;
}
.gallery {
	margin: 1em -10px 1em 0;
	height: 1%;
	overflow: visible;
}
.gallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.gallery li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 9px;
	background: #F8F8F8 url(../img/menu.gif) repeat-x left top;
	text-align: center;
	border: 1px solid #EBEBEB;
	width: 140px;
	height: 130px;
}
html>body .gallery li {
	height: auto;
	min-height: 130px;
}
.gallery li img {
	background-color: white;
}
.gallery li span {
	display: block;
	padding: .4em 0 0 0;
}

/* Footer
-------------------------------------------------- */

#footer {
	border-top: 1px solid #EBEBEB;
	padding-top: 20px;
	text-align: center;
}
#about {
	margin-top: 1.5em;
}
#disclaimer {
	color: #7D7D7D;
	font-style: normal;
}
#footer span {
	color: #B30F1B;
	font-weight: bold;
}

/* START OF CUSTOM STYLES
-------------------------------------------------- */



/* END OF CUSTOM STYLES */

/* UNIVERSAL DEFINITIONS
-------------------------------------------------- */

.fix-after {
	height: 1%;
	overflow: visible;
}
.fix-after:after, .fix {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.note {
	color: #7D7D7D;
	word-spacing: -.1em;
}
p.note {
	line-height: 1.2;
}
.float-left {
	float: left;
	margin: .8em 10px .8em 0;
}
.float-right {
	float: right;
	margin: .8em 0 .8em 10px;
}
.noscreen, .noshow {
	display: none;
}
.clear {
	clear: both;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.middle {
	vertical-align: middle;
}
.larger {
	font-size: larger;
}
.smaller {
	font-size: smaller;
}
.extra {
	color: #B30F1B;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.nowrap {
	white-space: nowrap;
}
.nomargin {
	margin: 0 !important;
}
.nomargintop {
	margin-top: 0 !important;
}

}

/* PRINT RULES
================================================== */

@media print {

body {
	font-family: georgia, serif;
}
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	border: 1px solid;
}
.noprint, .noshow, .fix, #nav-out, #menu, #tools {
	display: none;
}
.gallery li {
	display: inline-block;
	list-style: none;
	padding: 0 0 10pt 0;
	margin: 0;
	text-align: center;
}
.gallery li span {
	display: block;
}

}

.flags
{
	float:right;
/*	margin: 13px 0px 0px 12px;*/
}
#menu>li{list-style-type: none;list-style-image:none;list-style-position:outside;}
#menu>li>ul>li{list-style-type:none;}
.flags>ul>li>a {margin-top: 11px;}
.flags>ul>li {padding: 2px !important;}
