/* -------------------------- sub navbar -------------------------- */
div#subNav {
background: #DCEFC2;
width:100%;
margin:0;
padding:0;
float:left;
}
ul#subnavbar {
list-style-image: none;
list-style-type: none;
list-style-type: none;
float:left;
background: #DCEFC2;
width: 100%;
overflow:hidden;
}

ul#subnavbar li {
padding: 0;
margin:0px 5px;
float:left !important;
/*border-right: 1px solid #fff;*/
}


ul#subnavbar li a {
background: #DCEFC2;
color: #54AE2B;
display:block;
padding:6px;
font-size: 108%;
text-align:center;
font-weight: bold;
}
ul#subnavbar li.active a {
background-color: #4FAC25;
color:white;
}
ul#subnavbar li a:hover {
padding:6px;
color: #fff;
}

/* -------------------------- END -------------------------- */

h1.intro{
	font-weight:bold;
}

/* Article */
.article{
	font-size: 12px;
}
.article .photo{
	margin: 13px 0;
}

/* Links Area */
.linkArea{
	border-top: 1px solid #b8ae99;
	padding-top: 10px;
	margin-top: 20px;
}
.linkArea .lhs{
	width: 233px;
}
.linkArea a{
	font-weight: bold;
}

.filters .body .rightAlign{
	padding: 5px 10px;
}
#search .body {
	border-width:0 1px 0;
}

.filters{
margin-top:0;
}
