/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* basics */

body {
background-color: #FFFFFF;
margin: 25px auto 5px auto;
width: 767px;
text-align: left;
font-size: 11px;
font-family: Helvetica, sans-serif;
text-align: left;
}

p, td {
color: #666666;
font-size: 11px;
font-family: Helvetica, sans-serif;
font-weight: 400;
text-align: left;
line-height: 13px;
margin-bottom: 5px;
}

h1 {
font-size: 12px;
font-family: Helvetica, sans-serif;
color: #333333;
font-weight: 800;
}

.menu_txt{
color:#000;
margin:0;
}


/* typo */

.h1_regular {
font-weight: 400;
}

strong {
font-weight:800;
}

.p_bold {
font-weight:800;
}

/* sections */


#header{
float:left;
width:767px;
padding-bottom:5px;
border-bottom: 1px dotted #999999;
margin-bottom:10px;
}

#logo_left{
float:left;
width: 130px;
/*margin-bottom: 10px;*/
}

#logo_right{
float: left;
width: 637px;
/*margin-bottom: 10px;*/
}

#content{
float:left;
width:767px;
padding-bottom:5px;
border-bottom: 1px dotted #999999;
margin-bottom:10px;
}

#content_pic{
margin-bottom:10px;
}

#content_txt{
margin-bottom:5px;
}

#news{
float:left;
width:767px;
padding-bottom:5px;
border-bottom: 1px dotted #999999;
margin-bottom:10px;
}

.news_container{
float:left;
width:247px;
padding-right:2px;
border-right: 1px dotted #999999;
margin-right:10px;
}

.news_container_last{
float:left;
width:247px;
}

.news_pic{
float:left;
width:125px;
margin-right:8px;
}

.news_txt{
float:left;
width:114px;
}

#menu{
float:left;
width:767px;
padding-bottom:10px;
border-bottom: 1px dotted #999999;
margin-bottom:10px;
}

#menu1{
float:left;
width:114px;
}

#menu2{
float:left;
width:114px;
padding-left:10px;
border-left:1px dotted #999999;
margin-left:5px;}

#menu3{
float:left;
width:507px;
padding-left:10px;
border-left:1px dotted #999999;
margin-left:5px;
}

.people_pic {
float:left;
width:75px;
margin: 0 15px 0 0;
}

.people_txt{
float:left;
width:157px;
padding-right:2px;
border-right: 1px dotted #999999;
margin-right:10px;
}

.people_tel{
float:left;
width:200px;
}

#rights{}

.rights_style {
font-size:9px;
}

.clear	{
clear: both;
}	



/* subs */

a:link {
color: #686a7b;
font-style: normal;
text-decoration: none;
}

a:visited {
color: #686a7b;
font-style: normal;
text-decoration: none;
}

a:hover {
color: #686a7b;
font-style: normal;
text-decoration: underline;
}

a:active {
color: #686a7b;
font-style: normal;
text-decoration: none;
}