/*===================================================================*/
/*============================ CLEAR ================================*/
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,
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;
}
ol, ul { list-style: none; }
ol, ul, li { border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
ul { list-style: disc; }
ol {list-style: decimal; }
strong { font-weight: bold; }
em { font-style: italic; }
.clear { clear: both; }
div.error_message, div.info_message, div.indicator_message { padding: 15px 10px; margin: 20px; }
div.error_message { background: #F4CACA; border: 2px solid #CC0000; color: #CC0000; }
div.info_message { background: #CAF4CA; border: 2px solid #090; color: #090; }
div.indicator_message { background: #F4F4F4; border: 2px solid #999; color: #999; }
div.error_message ul, div.info_message ul, div.indicator_message ul { list-style: none; }




/*===================================================================*/
/*============================ BODY =================================*/

body, table {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	text-align: center;
	background: url('../images/design/body_bg.jpg') repeat-x top;
	margin-bottom: 50px;
}
body a {
	color: #e2001a;
	text-decoration: none;
}
body a:hover {
	color: #072f66;
	text-decoration: hover;
}
/*===================================================================*/
/*============================ CONTAINER ============================*/

body .container {
	text-align: left;
	width: 830px;
	background: url('../images/design/container_repeat_bg.jpg') repeat-y center;
	margin: auto;
}
body .container .container_top {
	text-align: left;
	background: url('../images/design/container_top_bg.jpg') no-repeat top center;
}
body .container .container_top .container_bottom {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	text-align: left;
	background: url('../images/design/container_bottom_bg.jpg') no-repeat bottom center;
	padding: 0 15px;
	padding-bottom: 15px;
}
/*===================================================================*/
/*============================ HEADER ===============================*/

body .container .header {
	height: 275px;
	position: relative;
}
body .container .header .topbar {
	height: 30px;
	text-align: right;
	line-height: 30px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0 15px;
}
body .container .header .topbar a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
body .container .header .topbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
body .container .header .topbar .languages {
	font-weight: bold;
}
body .container .header .slideshow {
	height: 245px;
	background: #990000;
}
body .container .header .logo {
	background: url('../images/design/header_logo.png') no-repeat bottom center;
	height: 245px;
	width: 220px;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 9;
}
body .container .header h1 a span {
	display: none;
}
body .container .header h1 a {
	display: block;
	height: 245px;
	width: 220px;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 10;
}


/*===================================================================*/
/*============================ SIDEBAR ==============================*/

body .main .sidebar {
	width: 220px;
	float: left;
}
body .main .sidebar h2 {
	color: #FFFFFF;
	background: url('../images/design/sidebar_title_bg.jpg') repeat-x center;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-weight: normal;
}
body .main .sidebar .news {
	padding: 15px;
}
body .main .sidebar .news .date {
	font-size: 11px;
}
body .main .sidebar .news h4,
body .main .sidebar .news h4 a {
	color: #072f66;
	text-decoration: none;
}
body .main .sidebar .news h4 a:hover {
	color: #e2001a;
	text-decoration: none;
}
body .main .sidebar .news .text {
	text-align: justify;
}
body .main .sidebar .news .more {
	margin-bottom: 10px;
	font-size: 11px;
	text-align: right;
}

/*===================================================================*/
/*============================ MENU =================================*/

body .menu {
	padding: 20px 0 20px 30px;
}
/*===================================================================*/
/*============================ CONTENT ==============================*/

body .main .content {
	width: 520px;
	padding: 30px;
	float: left;
}
body .main .content p,
body .main .content h1,
body .main .content h2,
body .main .content h3,
body .main .content h4 {
	margin-bottom: 10px;
}
body .main p,
body .main li {
	line-height: 18px;
}
body .main .content h1,
body .main .content h2 {
	color: #072f66;
	border-bottom: 2px solid #e2001a;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: normal;
}
body .main .content h3,
body .main .content h4 {
	color: #e2001a;
	font-weight: bold;
	font-size: 16px;
}

/*===================================================================*/
/*=============================== GMAP ==============================*/
div#divgmap {
	margin-bottom: 10px;
	border: 1px solid #e2001a;
	width: 100%;
	height: 300px;
}
/*===================================================================*/
/*============================ FOOTER ===============================*/

body .main .footer {
	clear: both;
	height: 30px;
	text-align: right;
	line-height: 30px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0 15px;
}
body .main .footer p {
	line-height: 30px;
}

body .main .footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
body .main .footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}