/*
@font-face {
  font-family: "GraublauWeb";
  src: url(/GraublauWeb.otf) format("opentype");
}
*/

body {
	background-repeat: repeat;
	background-image: url(../images/background.png);
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: white;
}

#container {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 1000px;
}

#header {
	position: relative;
	width: 1000px;
	height: 100px;
	background: url(../images/header.png) no-repeat;
}

#home {
	top: 15px;
	left: 45px;
	position: absolute;
	height: 70px;
	width: 225px;
	display: block;
}

#menu {
	padding: 0px;
	margin: 0px;
	width: 690px;
	left: 310px;
	top: 10px;
	position: relative;
	overflow: hidden;
}

#poster {
	position: relative;
	z-index: 101;
	padding: 0px;
	margin: 10px;
	width: 980px;
	height: 360px;
	background-image: url(../images/poster.jpg);
}

#poster_h1 {
	left: -9999px;
	position: absolute;
}

#poster_text {
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	z-index: 0;
	padding-left: 550px;
	padding-top: 170px;
	letter-spacing: 0px;
	line-height: 1.5em;
	font-size: 1em;
}

#poster_text p {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 2px;
	padding-left: 5px;
	background-color: #5F6062;	
	width: 423px;
	color: #ECEFF0;
}

#poster_p {
	left: -9999px;
	position: absolute;
}

#adverts {
	width: 1000px;
	height: 180px;
}

.ad {
	position: relative;
	float: left;
	width: 250px;
	height: 180px;
	background-image: url(../images/advert.png);
}

.ad_charity {
	position: relative;
	float: left;
	width: 250px;
	height: 180px;
	background-image: url(../images/charity.png);
}

#charity {
	top: 50px;
	left: 10px;
	position: absolute;
	height: 120px;
	width: 230px;
	display: block;
}

#footer2 {
	clear: both;
	width: 1000px;
	height: 60px;
	background-image: url(../images/footer.jpg);
}

#footer {
	margin-top: 10px;
	margin-left: 9px;
	margin-bottom: 20px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #F0F0F1;
	height: 30px;
	width: 980px;
	color: #5F6062;
}

#footer_text {
	padding-top: 9px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 0.5em;
	color: #5F6062;
}

#box {
	margin-left: 9px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	background-color: #F0F0F1;
	list-style-image: url(1);
	width: 980px;
	overflow: hidden;
}

#main {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 50px;
	padding-top: 0px;
	margin-right: 0px;
	margin-top: 25px;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	margin-bottom: 25px;
	margin-left: 50px;
	width: 550px;
}

#main_disclaimer {
	padding: 0px;
	margin-right: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 50px;
	width: 880px;
}

#right {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 50px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 25px;
	margin-top: 25px;
	color: #5F6062;
	width: 230px;
	float: right;
}

p {
	text-align: left;
	line-height: 1.5em;
	font-size: 0.8em;
	color: #5f6062;
}

.bold {
	font-weight: bold;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.blue {
	color: #5482AB;
}

.source {
	font-size: 0.7em;
}

.ad_text {
	height: 105px;
	overflow: hidden;
	margin-right: 25px;
	margin-top: 20px;
	margin-left: 25px;
	line-height: 1.4em;
	color: #5F6062;
	font-size: 0.8em;
}

h1 {
	line-height: 1.2em;
	display: block;
	font-size: 1.7em;
	font-style: normal;
	font-weight: 100;
	color: #5482AB;
/* 	font-family: "FrutigerLTStd-Light", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; */
}

h2 {
	font-style: normal;
	font-weight: normal;
	margin-left: 25px;
	margin-top: 20px;
	font-size: 1em;
	color: #5F6062;
}

h3 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #5482AB;
}

h4 {
	font-size: 1.3em;
	letter-spacing: 2px;
	font-weight: bold;
	color: #5482AB;
}

.subsections {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
}

.subsections ul {
	padding: 0px;
	margin: 0px;
	list-style-image: url(../images/chevron_icon.gif);
	line-height: 1em;
	list-style-type: none;
}

.subsections li {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 10px;
	list-style-image: url(../images/chevron_icon.gif);
	line-height: 1em;
	list-style-type: none;
}

.large {
	line-height: 1em;
	font-size: 5em;
}

#location {
	margin-top: 10px;
	margin-left: 9px;
	margin-bottom: 20px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #F0F0F1;
	height: 30px;
	width: 980px;
	color: #5F6062;
}

#location_text {
	padding-top: 5px;
	padding-left: 50px;
}

a {
	color: #5F6062;
}

a:hover {
	color: #5482AB;
}

a img {
	border-width: 0px;
	border-style: none;
}

.chevron {
	color: #c4c7cb;
}

.list li {
	line-height: 1.5em;
	padding: 5px;
	font-size: 0.8em;
	list-style-type: square;
	color: #5F6062;
}

.list li li {
	font-size: 1em;
}.list .subsections p {
	font-size: 1em;
}.list .no_bullet {
	list-style-type: none;
}

ol li {
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 5px;
	font-size: 0.8em;
	list-style-type: lower-alpha;
	color: #5F6062;
}

.roman li {
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 5px;
	font-size: 0.8em;
	list-style-type: lower-roman;
	color: #5F6062;
}

.numeric li {
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 5px;
	font-size: 0.8em;
	list-style-type: decimal;
	color: #5F6062;
}

.numeric p {
	font-size: 1em;
}

.numeric .alpha li {
	font-size: 1em;
}

.alpha li {
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 5px;
	font-size: 0.8em;
	list-style-type: lower-alpha;
	color: #5F6062;
}

.table {
	background-color: #f7f7f7;
	border-color: #0084c6;
	border-width: 2px;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
	border-collapse: collapse;
	color: #5F6062;
}

.table ul {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

.table li {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}

.table .light_blue {
	background-color: #e2eff6;
}

.line {
	margin-bottom: 20px;
	height: 1px;
	background-color: #cccccc;
	color: #cccccc;
	border: 0;
}

.stocks {
	top: 20px;
	left: 0px;
	position: relative;
}

.form {
	text-align: left;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #5F6062;
}

.form ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.form li {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
}

label {
	clear: both;
	float: left;
	display: block;
	padding-right: 0px;
	text-align: left;
	width: 100px;
}

label.error { 
	display: block; 
	width: 268px; 
	text-align: left; 
	float: left;
	color: #5d5452;
	vertical-align: top;
}

.submit {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	width: 150px;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	height: 30px;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #5f6062;
}

em {
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}

input {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 150px;
	background-color: #F0F0F1;
}

textarea {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	float: right;
	width: 150px;
	background-color: #F0F0F1;
}

select {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 150px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}

#contact_left {
	display: inline;
	height: 600px;
	float: left;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 50px;
	padding-top: 0px;
	margin-right: 0px;
	margin-top: 25px;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	margin-bottom: 25px;
	margin-left: 50px;
	width: 160px;
}

#contact_middle {
	height: 600px;
	float: left;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 50px;
	padding-top: 0px;
	margin-right: 0px;
	margin-top: 25px;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	margin-bottom: 25px;
	margin-left: 50px;
	width: 250px;
}

#contact_right {
	float: left;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 50px;
	padding-top: 0px;
	margin-right: 0px;
	margin-top: 25px;
	border-right-width: 0px;
	margin-bottom: 25px;
	margin-left: 50px;
	width: 268px;
}

#mask {
	height: 0px;
	width: 0px;
	left: 0px;
	top: 0px;
	z-index: 100;
	position: absolute;
	background-color: #181919;
}

.outline_box {
	margin-bottom: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
	padding-right: 50px;
	padding-top: 20px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}

.float_left {
	margin-bottom: 10px;
	margin-right: 20px;
	float: left;
}

sup {
	text-decoration: none;
}

#Arjent_menu2 {
	opacity: .5;
	filter: alpha(opacity = 50);
}

.address {
	display: none;
}

.Arjent_logo_print {
	display: none;
	height: 1.16cm;
	width: 4.42cm;
}

.disclaimer {
	padding: 5px;
	text-decoration: none;
	color: #e5e5e5;
	background-color: #a7a9ad;
}

#adverts a {
	text-decoration: none;
}

