html, body {
    background-image: url(./img/bg.gif);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-family: arial;
}

#mapfield_map_{
    width:280px !important;
    height: 200px !important;    
}

.mb25{
	height:25px;	
}

.marg7{
	margin-top:7px;
}

img{
    border: 0px;
}

a{
	text-decoration:none;
    color:#0A51A1;
}

.dn{
	display:none;	
}

.nbg{
	background: none !important;	
}

.nmr{
	margin-right:0px !important;	
}

.nmb{
	margin-bottom:0px !important;	
}

a:hover{
	text-decoration:underline;
}

#content{
    width: 961px;
    height: 100%; 
}

#langs{
    background-color: #999;
    float: right;
    padding: 5px;
    color: #ccc;
    margin-top: 11px;
}

#langs span{ 
    color: #fff;    
}

#langs a{ 
    color: #ccc; 
    text-decoration: none;   
}

#langs a:hover{ 
    text-decoration: underline;       
}

#header{
    background-color: #fff;
    padding: 33px 23px 30px 36px;
}

.clrb{
    clear: both;
}

.logo{
    width: 212px;
    float: left; 
    position: absolute;
    margin-left:-17px;
    margin-top:-12px;
}

.logo_dsc{
    width: 600px;
    float: right;
    margin-left: 90px;
}

.logo_dsc p{
    margin-top:0px; 
    text-align: left;   
}

#footer{
    background-image:url(img/footer_bg.png);
	background-repeat:repeat-x;
    color: #ccc;
    margin-top: 35px;
	height: 68px;
}

#footer a{
    color: #ccc; 
    text-decoration: none;    
}

#footer a:hover{
    text-decoration: underline;    
}

#footer a.rss{
	background-image:url(img/rss.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
	padding-top:3px;
}

#footer .footer_menu{
    float: left;
    text-align: left;
    margin-left: 35px;
	margin-top: 17px;
	line-height: 18px;
}

#footer .footer_logo{
	float:right;
	margin-right:80px;
	margin-top:35px;
}

#footer .footer_logo a{
	color: #ccc;	
}

#footer .footer_logo img{
	position:absolute;
	cursor:pointer;
	margin-left:-51px;
	margin-top:-10px;
}

#main{
	background-color: #fff;
	margin-top: 5px;
	padding: 15px 33px 30px 33px;
}

#menu ul{
	padding: 0px;
	margin: 0px;
	list-style:none;
}

#menu ul li{
	float:left;	
	width:136px;
	height:30px;
	background-image:url(img/menu_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-left:15px;
	text-align:left;
	padding:0px;
	cursor:pointer;
}

#menu ul li.first{
	margin-left:0px;
	width:140px;
}

#menu ul li span{
	font-size:15px;
	color:#999;
	padding-right:10px;
}

#menu ul li a{
	text-decoration:none;
	font-size:14px;
	color:#333;	
}

#menu ul li a:hover{
	color:#0a51a1;	
}

#menu ul li.active a{
	color:#0a51a1;	
}

#menu ul li.active span{
	color:#000;		
}

a.ra{
	padding-right:10px;
	background-image:url(img/blue_arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#hdr{
	width:230px;
	height:44px;
	background-color:#0a51a1;
	margin-top:20px;
	margin-left:30px;
}

#hdr .l_corner{
	float:left;
	background-image:url(img/blue_left_corner.gif);
	background-repeat:no-repeat;
	width:16px;
	height:44px;
}

#hdr .txt{
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	margin-top:5px;
	margin-left:12px;
	float:left;
	width:200px;
}

#info form{
	padding:0px;
	margin:0px;
}

#info form input{
	border:5px solid #fff;
	font-size:12px;
}

#info .form{
	width:230px;	
	margin-top:20px;
	margin-left:30px;
}

#info table td{
	padding-bottom: 7px;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

#info .btn{
	background-image:url(img/form_submit_bg.gif) ;
	background-repeat:no-repeat;
	display:block;
	height:24px;
	width:122px;
	float:right;
	color:#333;
	font-size:9px;
	text-transform:uppercase;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	padding-left:12px;
	line-height:24px;
	margin-top:7px;
}

#contacts a:hover{
    background-position:-30px;   
}

#contacts a{
    display: block;
	position:fixed;
	width:30px;
	height:101px;
	left:0px;
	top:130px;
	background-image:url(img/contacts.png);
	background-repeat:no-repeat;
}

#contacts a span{
	display:none;
}

#contacts a{
	display:block;
	width:30px;
	height:101px;		
}

.heading{
	color: #fff;
	background-color: #999;
	padding: 5px;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
    text-transform: uppercase;
}

.heading a{
	text-decoration:underline;
	color: #fff;
}	

.heading h1{
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
	padding:0px;
	display:inline;
}

#left{
	float:left;
	width:580px;
}

#right{
	float:right;
	width:280px;
}

.content{
	text-align:left;	
}

.content p{
    margin-top: 0px;       
    margin-bottom: 10px;       
}


.content hr{
	background-image:url(img/menu_bg.gif);
	height:1px;
	background-repeat:repeat-x;
	background-color:none;
	color:none;
	border:none;
	margin-bottom:10px;
}

.content h2{
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
}

div.h1{
	text-align:left;
	font-size:25px;
	color:#333;
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:15px;
}

div.h1 span{
	font-weight:bold;	
}

.content ul{
	list-style-type:none;
	list-style-image:url(img/blue_arrow.gif);
	margin:0px;
	padding:0px;
	margin-left: 13px;
}

.content ul li{
	margin-bottom:7px;	
}

.pager{
	background-color:#ffff94;
	padding:7px;
	padding-right:15px;
	padding-left:15px;
	color:#333;
	font-weight:bold;
}

.pager .pages{
	float:left;
}

.pager a{
	color:#333;	
	font-weight:bold;
}

.pager span{
	color:#999;
	font-weight:normal;
}

.pager .next{
	background-image:url(img/player_next.gif);
	background-repeat:no-repeat;
	width:5px;
	height:9px;
	float:right;
	margin-top:3px;
}

.pager .prev{
	background-image:url(img/player_prev.gif);
	background-repeat:no-repeat;
	width:5px;
	height:9px;
	float:right;
	margin-right:15px;
	margin-top:3px;
}

.tools{
	padding-top:10px;	
}

.tools div{
	float:left;
	font-weight:bold;
	color:#333;
}

.tools a{
	float:right;
	color:#0a51a1;
	margin-left:15px;
	font-weight:bold;
	padding-top:2px;
	
}

.mail{
	background-image:url(img/mail.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 24px;
}

.at{
	background-image:url(img/at.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 20px;
}

.printer{
	background-image:url(img/printer.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 22px;
}

.share{
	padding-top:10px;	
}

.share div{
	float:left;
	font-weight:bold;
	color:#333;
	padding-top: 12px;
	padding-right: 20px;
}

.share a{
	float:left;
	margin-left:15px;
	display:block;
	width:27px;
	height:27px;
	
}

.twitter{
	background-image:url(img/twitter.png);
	background-repeat:no-repeat;
	background-position:left;
}

.facebook{
	background-image:url(img/facebook.png);
	background-repeat:no-repeat;
	background-position:left;
}

.lj{
	background-image:url(img/lj.png);
	background-repeat:no-repeat;
	background-position:left;;
}

/*  Comments */

.securimage{
    margin-top:25px;
    cursor: pointer;
}
.error, .error2{
    color:red;
    display: none;
}

.add_comment{
    cursor:pointer;
}

#comments_form{
    display:none;
}

.marg25{
    margin-bottom: 25px;
    font-size: 0px;    
}

#comment .link{
    text-align: right;   
}

#comment .link a{
    font-size: 12px;    
}

#comment .txt{
    font-size: 13px; 
    margin-top: 10px;      
}

#comment .title{
    font-size: 12px;
    background-image:url(img/spec_bg.gif);
    background-position:bottom;
    background-repeat:repeat-x;
    padding-bottom: 7px;
}

#form .f1{
    float: left;
}

#form .f2{
    margin-left: 280px;
}

#form .f3{
    margin-top: 20px;
}

#form{
    font-size: 14px;
    color: #000;
}

#form input{
    width: 253px;
    height: 33px;
    border: 1px solid #bfbfbf;
    font-size: 24px;
    margin-top: 10px;
}


#form textarea{
    width: 534px;
    height: 230px;
    border: 1px solid #bfbfbf;
    font-size: 24px;
    margin-top: 10px;
}

.comments_title{
    background-color: #eaeaea;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 10px;
}

.comments_btn{
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.blog_pad{
    background-image:url(img/comments_arrow.gif);
    background-position:7px 3px;
    background-repeat:no-repeat;    
    
}

.reply_button{
    color:#0a51a1;    
}

