.cms{
margin:0px;
padding:0;
}

.cms .pageimage{
	width:300px;
	float:right;
	margin:0 0 15px 15px;
	
}

.cms h1{
	font-size:20px;	
	color:#000;
	margin:0;
	padding:0 0 3px 0;
	font-weight:normal;
	line-height:24px;
	font-family:Segoe UI, Arial, Helvetica, sans-serif !important;	
}

.news h1 a:link, h1 a:visited{		
	color:#000;
	text-decoration:none;	
}

.news h1 a:hover{		
	color:#CC0000;
	text-decoration:underline;
}

div.cms ul {
padding-top: 10px;
padding-left: 10px;
list-style: none;
margin:5px 0 0 5px;
font-size:100%;
}

div.cms li {
margin: 0 0 5px 3px;
padding: 0;
list-style:circle;
font-weight:400;
}

div.cms li a {
text-decoration: none;
font-weight:400;
}

div.cms li a:hover {
text-decoration: none;
font-weight:400;
color:#900;
}

.line {
	background-color: #CCC;
	height: 5px;
	width: auto;
	margin: 5px 0 30px 0;
	clear:left;
}
.line_dot {
	background-color: #CCC;
	height: 1px;
	width: auto;
	margin: 20px 0px 15px 0px;
	clear:left;
}
.line_none {
	height: 1px;
	width: auto;
	margin: 10px 0px 20px 0px;
	clear:left;
}

.images120 {
	float:left;
	width:120px;
	margin:2px 10px 7px 10px;
	padding-right: 5px;
}
.images {
	float:left;
	width:250px;
	margin:2px 15px 7px 10px;
	padding-right: 15px;
}
.images img {
	padding:1px;
	border:1px solid #ccc;
}
.breadcrumb{
font: normal 11px Verdana, Helvetica, sans-serif;
padding-bottom:15px;
}

.breadcrumb a{
text-decoration: none;
padding-right: 2px; /*adjust bullet image padding*/
}

.breadcrumb a:visited, .breadcrumb a:active{
}

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

/*css widgets*/
.cms-widgets h2 {
  font-size: 14pt;
  font-weight: normal;
  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }

.cms-widgets p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }

.cms-widgets a {
  text-decoration: underline;
  color: #ff9933;
  }

.cms-widgets a:hover {
  color: #6598b8;
  }



