@charset "utf-8";
/* CSS Document */

#news_leftshadow {
width:23px;
float:left;
}

#news_middle {
float:left;
width:581px;
}

.new_grey {
width:581px;
background:#636468;
padding-bottom:5px;
border-bottom:1px solid #ccc;
}

.new_white {
width:581px;
height:103px;
background:url(../images/news_whitebg.jpg) repeat-x;
}

.news_image {
width:103px;
height:96px;
float:left;
background:url(../images/news_imgshadow.jpg) no-repeat right bottom;
}

.news_image_grey {
width:103px;
height:96px;
float:left;
background:url(../images/news_imgshadow_grey.jpg) no-repeat right bottom;
}

.news_photo {
padding-left:15px;
padding-top:12px;
}

#news_textarea {
float:left;
width:452px;
padding-left:6px;
padding-top:12px;
}

.news_title {
width:452px;
float:left;
}

.news_text {
width:452px;
text-align:justify;
float:left;
}

.news_more {
width:452px;
text-align:right;
float:left;
}

#news_rightshadow {
width:8px;
float:left;
}

#new_mainimage {
width:494px;
height:245px;
float:left;
background:url(../images/news_image_frame.jpg) no-repeat;
margin-top:0px;
margin-left:0px;
}

#new_mainimage img {
margin: 31px 0px 0px 31px;
border: 1px solid #636467;
}

.new_info {
width:99px;
float:left;
padding-top:20px;
height:225px;
}

#search_results {
width:581px;
height:60px;
background:url(../images/news_whitebg.jpg) repeat-x;
border-bottom:#333333 solid 2px;
font-family:Arial, Helvetica, sans-serif;
}
#search_results h1{
font-size:12px;
margin:0px;
padding:0px;
padding-left:10px;
padding-top:10px;
}
#search_results h2{
font-size:11px;
margin:0px;
padding:0px;
font-weight:normal;
float:left;
padding-left:10px;
}

#search_results h3{
font-size:11px;
margin:0px;
padding:0px;
font-weight:normal;
float:right;
margin-top:-10px;
padding-right:10px;
}
.result_row {
height:85px;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
border-bottom:#CCCCCC dotted 1px;
}
.result_row_title {
font-size:12px;
font-weight:bold;
height:18px;
color:#FF6600;
}

.result_row_title a:link{
color:#FF6600;
text-decoration:none;
}
.result_row_title a:visited{
color:#FF6600;
text-decoration:none;
}
.result_row_title a:hover{
color:#FF3300;
text-decoration:underline;
}

.result_row_author {
font-size:12px;
height:18px;
}
.result_row_text {
font-size:11px;
height:45px;
color:#666666;
}

.result_row_text a:link{
color:#666666;
text-decoration:none;
}
.result_row_text a:visited{
color:#666666;
text-decoration:none;
}

.result_row_text a:hover{
color:#6C6C6C;
text-decoration:underline;
}

.result_row_url {
font-size:10px;
height:18px;
color:#0099FF;
}
.result_row_url a:link, a:visited{
color:#0099FF;
text-decoration:none;
}

.result_row_url a:hover{
color:#0099FF;
text-decoration:underline;
}

