/* right */

#right h1, #right h2, #right h3,
#right h1 a, #right h2 a, #right h3 a {
color: #fff;
text-decoration: none;
}

#right h1, #right h2, #right h3,
#right h1 a, #right h2 a, #right h3 a {
color: #fff;
text-decoration: none;
}

#right, #right p, #right td, #right li {
color: #C5D6E5;
}

/* search */

.thisPage {
font-weight: bold;
}

.pageNav {
cursor: default;
}

.pageNav a {
text-decoration: none;
}

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

/* login */

#login {
clear: both;
}

#login p {
width: 546px;
border-top: 1px solid #ccc;
background-color: #e5eef2;
padding: 12px 44px;
margin: 0px;
}

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

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

/* image */

#main img {
max-width: 544px !important;
width: expression(this.width > 544 ? 544 : 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;
color: #4D4D4D;
}

#right .news .title {
color: #fff;
}

#right .news .date {
font-size: 10px;
color: #7AA5C5;
}

.news a {
font-weight: normal;
text-decoration: none;
}

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

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

/* testimonials */

.testimonial {
padding: 20px 0px;
}

.testimonial .quote {
font-size: 11px;
}

.testimonial .author {
font-size: 10px;
margin: 0px;
}

.testimonial .desc {
font-size: 11px;
margin: 0px;
}

#right .testimonial .quote {
color: #fff;
}

#right .testimonial .author {
color: #C5D6E5;
}

#right .testimonial .desc {
color: #7AA5C5;
}

/* footer */

#footer p {
color: #fff;
line-height: 20px;
padding: 0px 50px;
font-size: 11px;
}

/* 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;
}
