/* CSS Document */
/*====================
	INDEX
	----------
	1. Tags
	2. Site Banner
	3. Site content area
	
====================*/

/*------------------
  Tags 
  --------------*/
.entry h4 {
	margin:0;
	padding:7px 0;
	
}
h6#siteTitle {
	margin:0;
	padding:9px 0 7px 38px;
	font-size:.8em;
	
}
h6#siteTitle a {
	color:#9AA425;
}
/*=======================
   Site banner section
  ======================*/	
.banner {
	width:876px;
	height:102px !important;
	padding-top:0;
	border:0;
	margin-top:5px;
}
.bannerBg5 {
	background:url(images/banner_services.jpg) no-repeat top left;
}

.bannerBg6 {
	background:url(images/banner_community.jpg) no-repeat top left;
}

.bannerBg49 {
	background:url(images/banner_resources.jpg) no-repeat top left;
}

.bannerBg52 {
	background:url(images/banner_contact.jpg) no-repeat top left;
}

.bannerBg93 {
	background:url(images/banner_about.png) no-repeat top left !important;
}
.bannerBg99 {
	background:url(images/banner_blog.jpg) no-repeat top left !important;
}

/*=======================
   Site content area
  ======================*/	

ul.contentList {
	padding-left:20px;
	list-style:square;
	
}

#content-portfolio {
	width:890px;
}
#content-bottom-portfolio {
	width:845px;
	height:139px;
	background:#7ac2df url(images/content-bottom-portfolio-bg2.gif);
	padding-left:32px;
	border-bottom:3px solid #7ac2df;
	/*clear:both;
	ext-align:center;*/
}
.content-bottom-links {
	float:left;
	verflow:hidden;
	width:120px;
}
.content-bottom-links-first, .content-bottom-links-last {
	float:left;
	overflow:hidden;
	width:120px;
}
#content-bottom h2, #content-bottom-portfolio h2 {
	font-size:13px;
	font-weight:bold;
	padding:0;
	margin:12px 0 7px 0;
}
#content-bottom a, #content-bottom-portfolio a {
	color:#fff;
}
#content-bottom a:hover, #content-bottom-portfolio a:hover {
	color:#faa636;
}
.leftSection {
	width:129px;
	float:left;
	/*border:1px solid #C2CE2F;*/
}
.rightSection h4 {
	margin:0;
	padding:0;
	/*border:1px solid #C2CE2F;*/
	height:12px;
}  
.rightSection h4 i {
	color:#7A7A7A;
}  

.rightSection {
	width:380px;
	float:left;
	padding-left:18px;
	/*border:1px solid #C2CE2F;*/
}
.rightSection p {
	padding-left:18px;
}

