body {
	padding:0;
	font-family:Tahoma;
	font-size:12px;
}
html, body, .page {
	height:100%;
}
body > .page {
	height: auto; 
	min-height: 100%;
}
* {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align:middle;
}
.clear {
	clear:both;
}
.message {
	color:#eb000b;
	font-size:16px;
	text-align:center;
	position:relative;
	top:10px;
}
.slide {
	background:#d2d2d2;
	float:left;
	cursor:pointer;
	margin-right:2px;
}
.slide:hover {
	background:#eb000b;
}
a {
	text-decoration:underline;
	color:#000;
}
a:hover { 
    text-decoration:none;
}
hr {
	border:0px;
	border-bottom:1px solid #eb000b;
}
h1, h2, h3 {
	font-size:14px;
	font-weight:bold;
}
.page {
	width:1000px;
	margin:0 auto;
}
.clear {
	clear:both;
}

/* TOP */

.top {
	background:url(../img/design/top.jpg) no-repeat;
	width:1000px;
	height:182px;
}
.top_menu {
	background:url(../img/design/top_line.jpg) no-repeat;
	width:980px;
	padding:0px 10px;
	height:39px;
	float:left;
	z-index:3;
	margin-top:-2px;
}
.top_menu a {
	color:#ff000c;
}
.top_menu a:hover, a:active {
	color:#fff;
}
.top_menu_inside {
	float:left;
	padding:7px 15px;
}

/* ALL CONTENT */

.content_all {
	position:relative;
	top:5px;
	width:1000px;
	float:left;
}
.date {
	position:relative;
	top:10px;
	left:30px;
	float:left;
}

/* LEFT SIDE */

.left {
	position:relative;
	top:25px;
	float:left;
	width:180px;
}
.left_menu {
	background:url(../img/design/cat_title.jpg) no-repeat;
	width:174px;
	height:34px;
	float:left;
	margin-bottom:10px;
}
.left_menu_text {
	padding-top:13px;
	color:#fff;
	font-size:12px;
	font-family:tahoma;
	font-weight:bold;
	margin-left:70px;
}
.left_menu_inside {
	clear:left;
	position:relative;
	left:40px;
	padding:5px 0px;
	float:left;
	font-size:13px;
}
.left_menu_inside a:hover {
	text-decoration:none;
}
.contacts {
	width:140px;
	float:left;
	padding:10px 20px;
}

/* MIDDLE */

.middle {
	float:left;
	width:640px;
}
.navigation {
	position:absolute;
	left:300px;
}
.content {
	width:580px;
	position:relative;
	left:5px;
	top:10px;
	padding:20px;
	float:left;
}
.title {
	position:relative;
	color:#eb000b;
	font-size:16px;
	font-family:'Gill Sans','lucida grande',helvetica,arial,sans-serif;
	background:url(../img/design/title_line.jpg) repeat-y;
	padding-left:10px;
}

/* RIGHT SIDE */

.right {
	float:left;
	width:180px;
	position:absolute;
	right:0px;
}

/* CALENDAR */

.calendar {
	width:180px;
}
.calendar_header {
	background:#E40015;
	border:1px solid #E0E0E0;
	color:#fff;
	text-align:center;
	padding:3px 0px;
	font-weight:bold;
}
.calendar table, .calendar tr {
	border:1px solid #E0E0E0;
}

/* CALENDAR */

.poll {
	width:180px;
}
.poll_header {
	background:#E40015;
	border:1px solid #E0E0E0;
	color:#fff;
	text-align:center;
	padding:3px 0px;
	font-weight:bold;
}

/* FOOTER */

.footer_all {
	width:1000px;
	position:relative;
	top:110px;
	margin:0 auto;
}
.footer1 {
	background:url(../img/design/footer_line.jpg) repeat-y;
	float:left;
}
.footer {
	background:url(../img/design/footer.jpg) no-repeat;
	width:1000px;
	float:left;
}
.footer_inside {
	width:893px;
	margin:0 auto;
	margin-top:2px;
	text-align:center;
}
.footer_link {
	float:left;
	padding:2px 10px;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; z-index:2; list-style-type:none; }
ul.dropdown li                      { float: left; zoom: 1; list-style-type:none;}
ul.dropdown a:hover		            { color: #7f7f7f; }
ul.dropdown a:active                { color: #7f7f7f; }
ul.dropdown li a                    { display: block; padding:8px 15px; color:#fff; text-decoration:none; font-weight:bold;}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: white; position: relative; }
ul.dropdown li.hover a              { color: #fff; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; z-index:auto;}
ul.dropdown ul li 					{ font-weight: normal; background: #BCBDC1; color: #fff; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 5px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
