@charset "utf-8";

/*CSS Browser Reset*/

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%;
	
}
body {
	line-height: 1;
}

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;
}



/* End of browser Reset*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #404041;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 935px;  
	background: url(../images/wrapper_bgnd.gif);
	background-repeat:repeat-y;	
	margin: 10px auto;
	text-align: left; 
}

#container_bottom {
	background: transparent url(../images/wrapper_bottom_bgnd.gif) no-repeat scroll 100% 100%;
}

#container_top {
	background: transparent url(../images/wrapper_top_bgnd.gif) no-repeat scroll 0 0;
	padding: 14px 19px 19px 16px;
}
#content {
	background: url(../images/content_bgnd.jpg) 20% 20%;
}

#header {
	height: 286px;
	background: url(../images/header_bg_home.jpg) no-repeat;
	padding: 0; 
}

#menu {
	float: left;
	height: 143px;
	width: 200px;
	margin-top: 98px;
}

#menu ul {
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	padding: 16px 0 0 32px;
}

#menu ul li {
	padding: 0;
	margin-bottom: 6px;
}

#language {
	float:right;
	margin-right: 0px;
	margin-top: -60px;
}

#language ul {
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
}

#language ul li {
	display:inline;
	padding: 0;
	margin-left: 10px;
}

#mainContent {
	padding: 0 42px; 
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

#mainContent ul {
	list-style:circle;
	list-style-position:outside;
	padding-left: 20px;
}

#mainContent p {
	text-align:justify;

}

#module_wrapper {
	width:815px;
	height:182px;
	overflow:hidden;
	margin: 30px auto;
}

#module1 {
	width:257px;
	height:167px;
	float:left;
	overflow:hidden;
	background:url(../images/module_bgnd.gif) no-repeat;
	margin-right: 7px;
	padding: 15px 5px 0 5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#module2 {
	width:257px;
	height:167px;
	float:left;
	overflow:hidden;
	background:url(../images/module_bgnd.gif) no-repeat;
	margin-right: 7px;
	padding: 15px 5px 0 5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#module3 {
	width:257px;
	height:167px;
	float:left;
	overflow:hidden;
	background:url(../images/module_bgnd.gif) no-repeat;
	padding: 15px 5px 0 5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	
}

#footer {
	margin-top: 5px;
	padding: 0 10px;
	height:55px;
	border-top: 1px solid #999;
	background: url(../images/footer_bgnd.png);
	
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
}

#footer_nav {
	margin-top: 17px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
}

#footer_nav ul {
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	padding: 0 0 10px;
}

#footer_nav ul li {
	border-left:1px solid #E32127;
	display:inline;
	padding: 0 10px 0 11px;
}

#footer_nav ul li:first-child {
	border-left:medium none;
	padding: 0 10px 0 0;
}

#footer_nav ul li ul {
	display:none;
}

#footer_nav li a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#footer_nav li a:visited {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#footer_nav li a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}
#copyright {
	margin: -18px auto 10px auto;
	/*margin-top: -18px;
	margin-bottom: 10px;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	color: #FFF;
	font-weight:bold;
	width: 935px;
}

#copyright a:link {color: #AAA; text-decoration:none;}
#copyright a:visited {color: #AAA; text-decoration:none;}
#copyright a:hover {text-decoration: underline;}

#slideshow {
	
	/*margin-left: 170px;*/
}

a:link {color: #333; text-decoration:none;}
a:visited {color: #333; text-decoration:none;}
a:hover {text-decoration: underline;}
