@charset "UTF-8";
/* CSS Document */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
font-size:16px;
}
h2 {
font-size:14px;
font-weight:normal;
}
p, h1, h2 {
margin-bottom:10px;
}
a {
color:#000000;
}
hr {
	border-bottom:1px dashed #FFFFFF;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;

}
#wrapper {
width:988px;
margin:0 auto;
}
#top {
position:relative;
	height:96px;
	width:988px;
	background-image:url(../images/orange/top-bg.jpg);
	background-repeat:no-repeat;
}
#home {
position:absolute;
top:65px;
left:920px;
}
#header {
	height:152px;
	width:988px;
	background-image:url(../images/orange/header.jpg);
	background-repeat:no-repeat;
}
#main {
	background-image:url(../images/orange/main-bg.jpg);
	background-repeat:repeat-y;
}
#subnav {
	position:relative;
	height:30px;
	width:698px;
	padding:0 10px 0 280px;
	background-image:url(../images/orange/utils-bg.jpg);
	background-repeat:no-repeat;
}
#lang {
	position:absolute;
	top:0px;
	left:850px;
}
#lang li {
	display:inline;
	height:30px;
}
#left {
	float:left;
	width:243px;
}
#nav li {
	height:38px;
}
#center {
	float:left;
	width:563px;
}
#content {
	padding:20px 40px 20px 40px;
}
#spotlight {
	background-image:url(../images/orange/spotlight-bg.jpg);
	background-repeat:repeat-y;
}
#news {
	padding:20px 40px 20px 40px;
}
#events {
	padding:20px 40px 20px 40px;
}
#right {
	float:left;
	width:182px;
}
#utils {
	margin-top:50px;
}
#utils li {
	margin-bottom:10px;
}
#info {
	padding:5px;
}
#footer {
	width:988px;
	font-size:10px;
	color:#CCCCCC;
	text-align:right;
}
#footer a {
	color:#CCCCCC;
}
.divider {
	width:562px;
	height:2px;
	background-image:url(../images/orange/divider.jpg);
	background-repeat:no-repeat;
}
.event_title {
cursor:pointer;
}
.news_title {
cursor:pointer;
}
.clear {
	clear:both;
}

form.contact_form fieldset {
	margin-bottom: 10px;
	border: 0;
	
}
form.contact_form legend {
	padding: 2 0px;
	font-weight: bold;
	color: #aaaaaa;
}
form.contact_form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.contact_form fieldset ol {
	margin: 0;
	padding: 0;
}
form.contact_form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.contact_form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.contact_form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.contact_form fieldset fieldset label {
	display: block;
	width: auto;
}
form.contact_form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.contact_form label {
	width: 120px;
}
form.contact_form fieldset fieldset label {
	margin-left: 123px;
}
form.contact_form fieldset .radio_button {
	margin-left: 123px;
	display: block;
	width: auto;
}
form.contact_form input {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #aaaaaa;
	}
.form_error {
	color: #cccccc;
	text-decoration: none;
	margin-left: 10px;
	display:none;
}
