f.block_link span {
display: block;
margin: 0px 0px 5px;
}

.block_link a {
display: block;
padding: 10px 35px;
}

/* widget */

#widget {
padding: 0px 0px 20px;
margin: 0px;
background-color: #c1d1de;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#widget h2 {
display: block;
margin: 0px 0px 10px 0px;
padding: 10px 16px;
color: #fff;
background-image: url(../images/widget_header.gif);
background-repeat: repeat-x;
background-position: top;
background-color: #1c4367;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}

#widget p {
margin: 0px 0px 0px 32px;
color: #333;
font-size: 10px;
}

#widget a,
#widget li {
color: #2B618E;
}

#widget ul {
padding: 0px 0px 5px 16px;
list-style-type: none;
}

#widget li {
padding: 0px 0px 0px 15px;
background-image: url(../images/arrow_widget.gif);
background-repeat: no-repeat;
background-position: left;
}

/* right */

#right img {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin: 0px 0px 10px;
}

/* social_media */

#social_media p,
#social_media h2 {
margin: 0px 0px 10px 15px;
}

/* footer */

#footer_logos ul {
list-style-type: none;
float: right;
}

#footer_logos li {
float: left;
margin: 0px 20px 0px 0px;
padding: 0px;
}

/* breadcrumb */

#breadcrumb ul {
list-style-type: none;
padding: 0px;
margin: -12px 0px 0px 0px;
padding: 0px;
}

#breadcrumb li {
font-size: 11px;
float: left;
margin: 0px 10px 12px 0px;
color: #aaa;
cursor: default;
}

#breadcrumb a {
font-weight: normal;
text-decoration: none;
color: #aaa;
}

#breadcrumb a:hover {
color: #008fb8;
text-decoration: underline;
}

/* search */

.thisPage {
font-weight: bold;
}

.pageNav {
cursor: default;
}

.pageNav a {
text-decoration: none;
}

.pageNav a:hover {
text-decoration: underline;
}

/* login */

#login {
clear: both;
width: 395px;
margin: 30px 0px 0px;
}

#login p {
background-color: #C1D1DE;
padding: 12px 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#login p a {
text-decoration: none;
}

#login p a:hover {
text-decoration: underline;
}

/* image */

#main img {
max-width: 430px !important;
width: expression(this.width > 430 ? 430 : true);
height: auto;
}

#right img {
max-width: 200px !important;
width: expression(this.width > 200 ? 200 : true);
height: auto;
}

/* news feed */

.news p {
border-bottom: 1px solid #5E95B8;
margin: 0px 0px 10px;
padding: 0px 0px 10px;
}

.news span {
display: block;
margin: 0px;
}

.news .title {
font-size: 12px;
margin: 0px 0px 5px;
}

.news .date {
font-size: 10px;
}

.news a {
color: #6d6e70;
font-weight: normal;
text-decoration: none;
}

.news a:hover {
text-decoration: none;
}

.news a:hover .title {
text-decoration: underline;
}
