body {
	background: #94BCCC;
	color: #353535;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0px;
	text-align: center;
}

strong {
  font-weight: 600;
}

.header, .headersm {
	/*color: #316782;*/
	color: #353535;
	font-weight: 400;
}
.header {
	font-size: 20px;
}
.headersm {
	font-size: 14px;
}

.header2 {
	/*color: #316782;*/
	color: #353535;
	font-size: 18px;
	font-weight: 300;
}

.smalltext, .smalltext a {
	font-size: 10px;
}

label {
	/*color: #316782;*/
	color: #353535;
	font-size: 14px;
	font-weight: 300;
	text-transform: lowercase
}

a {
	color: #316782;
	text-decoration: none;
}
a:hover {
	color: #002638;
}

a img {
	border: 0;
}

#contentmain a {
        font-style: italic;
}

input, select, textarea {
	border: 1px solid #316782;
	color: #002638;
	font-size: 12px;
}

hr {
  width: 95%;
  border: 0;
}
div .hr {
  width: 95%;
  background: url('../images/dealer_bluedots.gif') repeat-x center center;
  height: 8px;
  margin: 10px 0 10px 0;
}

.button {
  background: url('../images/submit.gif') no-repeat top left;
  border: 0px;
  width: 59px;
  height: 16px;
  color: #FFFFFF;
  font-size: 11px;
  text-transform: lowercase;
  margin: 5px 0 5px 0;
  padding: 1px 0 0 0;
  text-align: center;
}
.button a {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: lowercase;
	font-weight: normal;
}

ul.pagination {
	list-style: none;
}
ul.pagination li {
	float: left;
	margin: 5px 10px 5px 0;
}

.highlight {
	background-color: yellow;
}

.blog_more ul li {
	margin-bottom: 10px;
	text-align: left !important;
}
