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

img {
    border: 0;
}


html, body{
	margin:0;
	padding:0;
}

body{
	background:url(../img/bodybg.jpg) repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#1B1C20;
}

a{
	color: #76006c;
}

#main_container{
	width:960px;
	padding: 0 17px;
	margin: 0 auto;
	background:url(../img/shadow.png) repeat-y;
}

#header{
	background:#FFF;
}

#lang_selector{
	height:45px;
	background:#76006c;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
}

#lang_selector #langs{
	padding-top:15px;
	padding-right:20px;
}

#lang_selector #langs a{
    color: #FFF;
}
	

#logo{
	float:left;
	width:272px;
	height:79px;
	margin-top:16px;
	margin-left:20px;
	margin-bottom:14px;
}

#header_right{
	float:right;
	padding-right:20px;
}

#phone{
	margin-top:10px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:right;
}

#search{
	width:223px;
	height:31px;
	background:url(../img/searchbg.jpg) no-repeat;
	margin-top:15px;
	position:relative;
}

#search .search_field{
	width:165px;
	height:31px;
	border:0;
	background:none;
	line-height:31px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding:0 10px;
	text-transform:uppercase;
	position:absolute;
	top:0;
	left:0;
}

#search .search_action{
	border:0;
	background:none;
	cursor:pointer;
	width:34px;
	height:31px;
	padding:0;
	position:absolute;
	top:0;
	right:0;
}

#top_nav_container{
	height:30px;
	background:#76006c;
}

#top_nav{
	height:30px;
	list-style:none;
}

#top_nav *{
    z-index: 20;
}

#top_nav li{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:30px;
	color:#FFF;
	text-transform:uppercase;
	float:left;
	width:159px;
	text-align:center;
	border-right:1px solid #76006C;
	position:relative;
	cursor:pointer;
}

#top_nav li.current{
    background:#fcedfb;
}

#top_nav li.current a{
    color:#000;
}

#top_nav li a{
	color:#FFF;
	text-decoration:none;
	display:block;
}

#top_nav li ul{
	display:none;
	position:absolute;
	border:1px solid #76006c;
	border-top:none;
	top:30;
	left:0;
	list-style:none;
}

#top_nav li ul li{
	border:none;
	width:218px;
	background:url(../img/topnavbg.png) repeat;
	text-transform:none;
    text-align: left;
    padding: 0 10px;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
}

#top_nav .last{
	border:0;
	width:160px;
}

#middle{
	height:262px;
}

#main_banner{
	float:left;
	width:640px;
	height:262px;
    position: relative;
}

#slogan{
    width:600px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 9px 20px;
    font-family: 'Times new roman';
    font-size: 20px;
    color:#76006c;
    text-transform: uppercase;
    background: url(../img/sloganbg.png) repeat;
}




#middle_nav{
	width:320px;
	height:262px;
	float:right;
	background-color:#8d8c90;
	background-image:url(../img/middle_nav_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#middle_nav ul{
	width:320px;
	height:200px;
	list-style:none;
}

#middle_nav ul li{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#FFF;
	padding-top:22px;
	padding-left:18px;
	text-transform:uppercase;
}

#middle_nav ul li a{
	color:#FFF;
	text-decoration:none;
}

#middle_nav_footer{
	height:42px;
	width:265px;
	margin-top:19px;
	line-height:42px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	text-align:right;
	padding-right:55px;
}

#middle_nav_footer a{
	color:#FFF;
	text-decoration:none;
}

#wrapper{
	background:url('../img/wrapper_bg.jpg') repeat-y;
}

#left{
	float:left;
	width:640px;
	background:#FFF;
}

#content{
	padding:15px 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#1b1c20;
    text-align: justify;
}

#sidebar{
	float:right;
	width:320px;
}

#sidebar_content{
	padding:0 20px 15px 17px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#1b1c20;
    line-height: 17px;
    background: #e1e1da;
    padding-top: 15px;
}

#content p{
    margin-bottom: 10px;
}
#content ul li{
    margin-left: 30px;
}
#content ol li{
    margin-left: 30px;
}

#content h1{
    font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
    color: #76006c;
    margin-bottom: 10px;
    font-weight: normal; 
    line-height: 22px;
}

#content h2{
    font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
    color: #76006c;
    font-weight: normal; 
}

#content h3, #content h4, #content h5, #content h6{
    font: 13px Verdana, Geneva, sans-serif;
	font-size:14px;
    color: #76006c;
    font-weight: normal; 
}

#content a{
    color: #76006c;
}

#content td{
    padding: 6px;
    vertical-align: top;
}

#sidebar_content h2{
    font-family:Tahoma, Geneva, sans-serif;
    font-size:16px;
    color:#000;
    text-transform:uppercase;
    margin-top:15px;
}

#sidebar_content .news_title{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#76006c;
	margin-bottom:10px;
	margin-top:20px;
    text-align: left;
}

#sidebar_content .news_title a{
	color:#76006c;
	text-decoration:none;
}

#sidebar_content .news_date{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#636265;
}

.archive-link{
	font-weight:bold;
}

#footer{
}

#footer_top{
	background:#8d8c90;
	padding: 5px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	width:618px;
	float:left;
}

#footer_top img{
	vertical-align:middle;
	margin-left:6px
}

#site_map{
	background:#8d8c90;
	padding: 0 20px;
	height:31px;
	line-height:31px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

#site_map a{
	color:#FFF;
	text-decoration:none;
}

#copyright{
	height:55px;
	line-height:55px;
	background:#FFF;
	color:#231f20;
	padding:0 15px;
    font-size: 11px;
}
	
.clear{
	clear:both;
}


div.boxover{ 
  border: solid 1px #cccccc; 
  position: relative; 
 /* z-index: 10; */
}

div.boxout{
  border: solid 1px #ffffff;
  position: relative;
/*z-index: 10; */
}

div.bar{
  background-color: #d4d0c8;
  position:absolute;
  top: -1px;
  left: -2px;
  height: 20px;
  display: block;
  margin: 2px;
}

.form tr td {
  padding: 3px;
}

.long_input {
  width: 280px;
}

.small_textarea {
  width: 280px;
  height: 80px;
}

.captcha_image {
  border: solid 1px  #bbb;
}

.button_empty {
  width: 122px;
  height: 30px;
  margin: 0px 0px;
  background: url('../img/button_empty.gif') no-repeat;
  border: 0px;
  color: #eaeceb;
}

.button_reset {
  width: 79px;
  height: 22px;
  margin: 0px 0px;
  background: url('../img/button_reset.gif') no-repeat;
  border: 0px;
}

.team_menu{
    list-style: none;
    font-weight: bold;
    margin-top: 5px;
}

#team_menu li{
    margin-top: 10px;
}



		

