/* front Page ==================================================== */

#content #front-message {
  border: none;
  margin: 0 0 1em;
}
#content #front-message p {
  text-indent: 0;
}


#content #front-service {
  margin: 0 0 1em;
}
#content #front-service img {
  border: solid 1px #ccc;
}
#content .widget-area {  
  width: 310px;
}
#content #first.widget-area {  
  float: left;
}
#content #second.widget-area {  
  float: right;
}



#content .widget-area ul.widget-container {  
  margin-bottom: 0;
  padding-right: 0;
}
#content .widget-area ul.widget-container li.widget {  
  margin-top: 0;
}

#content .widget {
  /*border: solid 1px #ccc;add */
}
#content .widget h2.widgettitle {
  margin: 0;
  /*padding: 3px 0.5em;
  font-size: 14px;
  color: #FFF;
  border-bottom: solid 1px #ccc;
  background: #92BA5D url(../images/bg_test2h2-green-08.png) no-repeat left 50%;
  padding-left: 24px; add */
  /* add */
	border-bottom: none;
	border-bottom: 1px solid #09346e;
	padding: 12px 0.5em;
	font-size: 16px;
	padding-left:0 !important;
	color:#09346e;
}
#content .widget h2.widgettitle img {
  float: right;
  padding: 2px;
}




#content ul .widget ul {
  margin: 1em 1em 1em 2em;
}

#content #banner-container {
  float: right;
  width: 200px;
}
#content .front-banner {
  width: 200px;
  height: 80px;
  border: solid 1px #ccc;
  margin: 0 0 1em;
}

