/* RESET */
/* ----------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; outline: none; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none} /* Gets rid of IE's blue borders */

/* LAYOUT */
/* ----------------------------------------- */

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
.left {float: left;}
.right {float: right;}
.center {margin: 0 auto;}

/* BODY */
/* ----------------------------------------- */

a { color: #000; text-decoration: underline; cursor: pointer; }

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: center;
	background: #fff;
}

.wrapper {
	text-align: left;
	width: 995px;
	margin: 0 auto;
}
.main {
	background: url(../images/background_1.jpg) no-repeat top left;
}
.other {
	background: url(../images/background_2.jpg) no-repeat top left;
}

/* HEADER */
/* ----------------------------------------- */

#header #languages {
	float: left;
	margin: 12px 0 0 2px;
	display: inline;
}
#header #languages li {
	float: left;
	margin-right: 5px;
}
#header #login {
	float: right;
	margin: 10px 1px 0 0;
}
#header #login .text {
	border: 1px solid #b8b7b6;
	width: 90px;
	height: 15px;
	float: left;
	font-size: 12px;
	color: #969696;
	padding: 4px 10px 4px;
	margin-left: -1px;
}
#header #login #submit {
	border: 1px solid #bbbbbb;
	background: #cdcdcd;
	float: left;
	height: 25px;
	font-size: 12px;
	color: #000;
}
#header #logo {
	float: left;
	width: 216px;
	height: 205px;
	margin: 0 0 0 13px;
}
.main #header #bords {
	margin-top: 80px;
}
#header #bords {
	float: right;
	position: relative;
	height: 241px;
}
#header #bords li {
	float: left;
	position: relative;
}
#header #bords li img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	zoom: 1;
}
#header #bords li select {
	width: 110px;
	font-size: 10px;
	color: #000;
	position: relative;
	z-index: 5;
}
#header #bords li .newListSelected {
	width: 105px;
	height: 15px;
	line-height: 15px;
	padding: 0 0 0 6px;
	font-size: 10px;
	color: #000;
	background: url(../images/select.png) no-repeat;
	position: relative;
	z-index: 5;
}
#header #bords li .newListSelected .newList {
	width: 111px;
	border: 1px solid #7a7975;
	background: #fff;
	overflow: auto;
	margin-left: -6px;
}
#header #bords li .newListSelected .newList li {
	float: none;
	cursor: pointer;
}
#header #bords li .newListSelected .newList .newListHover {
	background: #e4e4e4;
}
#header #bords .bord1 {
	margin-right: -35px;
	width: 223px;
}
#header #bords .bord1 select, #header #bords .bord1 .newListSelected {
	margin-top: 133px;
	margin-left: 41px;
}
#header #bords .bord2 {
	margin-right: -15px;
	width: 197px;
}
#header #bords .bord2 select, #header #bords .bord2 .newListSelected {
	margin-top: 117px;
	margin-left: 44px;
}
#header #bords .bord3 {
	margin-right: -15px;
	width: 202px;
}
#header #bords .bord3 select, #header #bords .bord3 .newListSelected {
	margin-top: 129px;
	margin-left: 43px;
}
#header #bords .bord4 {
	width: 197px;
}
#header #bords .bord4 select, #header #bords .bord4 .newListSelected {
	margin-top: 137px;
	margin-left: 42px;
}

/* MAIN PAGE CONTENT */
/* ----------------------------------------- */

#main_cont {
	width: 430px;
	margin: 33px 0 60px 260px;
	font-size: 12px;
	color: #525252;
}
#main_cont2 {
	margin: 30px 30px 60px 30px;
	font-size: 12px;
	color: #525252;
}
#main_cont p {
	margin-bottom: 15px;
}
#main_cont h3 {
	font-size: 16px;
	font-weight: bold;
}
#main_cont h4 {
	font-size: 15px;
	font-weight: bold;
}
#main_cont h3 {
	font-size: 14px;
	font-weight: bold;
}
#main_cont ul li {
	margin-left: 25px;
	list-style: disc;
}
#main_cont ol li {
	margin-left: 25px;
	list-style: decimal;
}

/* NAVIGATION */
/* ----------------------------------------- */

#navigation {
	float: left;
	display: block;
	height: 31px;
	position: relative;
	z-index: 8;
}
#navigation li {
	float: left;
}
#navigation li a {
	float: left;
	display: block;
	height: 31px;
	padding: 0 21px;
	line-height: 31px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.main #navigation li a {
	background: #b7c7bb;
	border-left: 1px solid #baccbf;
	border-right: 1px solid #b3c1b7;
}
.main #navigation li a.first {
	border-left: none;
}
.main #navigation li a:hover {
	background: #51765a;
}
.other #navigation li a {
	background: #52775b;
	border-left: 1px solid #608c6b;
	border-right: 1px solid #4e7157;
}
.other #navigation li a:hover {
	background: #37543f;
}

/* CONTENT */
/* ----------------------------------------- */

#content {
	margin-top: 21px;
	padding: 0 9px 0 15px;
}

/* LEFT SIDE */

#left_side {
	float: left;
	width: 200px;
	padding-right: 15px;
	margin-top: 18px;
}
#left_side h3 {
	font-size: 21px;
	color: #929292;
}
#left_side ul li {
	font-size: 12px;
	color: #484848;
	line-height: 20px;
	//background: url(../images/list_style.png) no-repeat 0 8px;
	padding-left: 10px;
}
#left_side div.spacer {
	margin-bottom: 15px;
}
#left_side ul li a {
	color: #484848;
	text-decoration: none;
}
#left_side ul li a:hover {
	text-decoration: underline;
}

/* CENTER */

#center {
	border-left: 1px solid #cecdcd;
	border-right: 1px solid #cecdcd;
	float: left;
	width: 720px;
	padding: 18px 18px 0 12px;
}
#center h3 {
	font-size: 21px;
	color: #929292;
	margin-bottom: 20px;
}
#center h4 {
	font-size: 18px;
}
#center h5 {
	font-size: 17px;
}
#center h6 {
	font-size: 16px;
}
#center ul li {
	list-style: disc;
	margin-left: 25px;
}
#center ol li {
	list-style: decimal;
	margin-left: 25px;
}
#center .item {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
}
#center .item .date {
	color: #a20c31;
	font-weight: bold;
}

/* RIGHT SIDE */

#right_side {
	float: right;
	width: 212px;
    display: none;
}
.big_b {
	display: block;
	width: 211px;
	height: 30px;
	background: url(../images/big_button.jpg) no-repeat;
	font-size: 21px;
	color: #fefefe;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 8px;
}
.big_b:hover {
	text-decoration: underline;
}
.small_b {
	display: block;
	width: 101px;
	height: 24px;
	background: url(../images/small_button.jpg) no-repeat;
	line-height: 24px;
	text-align: center;
	font-size: 19px;
	color: #fefefe;
	text-decoration: none;
}
.small_b:hover {
	text-decoration: underline;
}
.buttons .small_b {
	float: left;
	margin: 0 2px;
}
.buttons {
	margin-bottom: 15px;
}
#right_side .calendar {
	margin-bottom: 20px;
}
#right_side h3 {
	font-size: 12px;
	color: #a20c31;
	font-weight: bold;
	margin-left: 10px;
}
#right_side ul {
	margin-bottom: 15px;
	margin-left: 10px;
}
#right_side ul li {
	font-size: 12px;
	color: #484848;
	background: url(../images/list_style.png) no-repeat 0 6px;
	padding-left: 10px;
}
#right_side ul li a {
	color: #484848;
	text-decoration: none;
}
#right_side ul li a:hover {
	text-decoration: underline;
}

/* FOOTER */

#footer {
	width: 1004px;
	height: 24px;
	overflow: hidden;
	margin: 20px auto;
	background: url(../images/footer.jpg) no-repeat;
}

table.reg th {
	padding: 2px;
}
table.reg td {
	padding: 2px 2px 2px 10px;
}
table.reg {
	/*margin-bottom: 10px;*/
}
table.results td {
	padding: 5px;
	border: 1px solid #c0c0c0;
}

/* FORM */

.form-error {
	font-family: Arial;
	font-size: 12px;
	color:#F33;
}

.form-success {
	font-family: Arial;
	font-size: 12px;
}

table.reg td,
table.reg th {
	text-align: left;
	vertical-align: top;
}

table.reg th {
	width:240px;
	font-family: Arial;
	font-size: 12px;
}

table.reg td input {
	width:310px;
	font-family: Arial;
	font-size: 12px;
}

table.reg td label {
	font-family: Arial;
	font-size: 12px;
}

table.reg td input[type=checkbox] {
	width:auto;
}

table.reg td select {
	width:314px;
	font-family: Arial;
	font-size: 12px;
}

table.reg td textarea {
	width:312px;
	height:100px;
}

.reg.buttons {
	margin-top:10px;
	margin-left:256px;
}

.reg.buttons .big_b {
	width: 312px;
	background: url(../images/regbig_button.jpg) no-repeat;
}
