* {
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:0;
	font-size:62.5%;
	font-family:arial;
	color:#000;
}

#header {
	position:relative;
	width:980px;
	margin:1px auto 0 auto;
	background:#fff url(../images/header.jpg) no-repeat;
	height:168px;
	padding:10px 0 0 0;
}

#header a.logo, #header a.logo:visited {
	width:233px;
	height:100px;
}

#header ul.topnav   {
	list-style-type:none;
	margin:25px 0 0 10px;
}

#header .topnav  li {
	float:left;
	border-right:dotted 1px #d07844;
	line-height:1.4em;
	padding:0 10px 0 10px;
}

#header .topnav a, #header .topnav a:visited {
	color:#d07844;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
#header .topnav a:hover {
	border-bottom:solid 2px #d07844;
	display:block;
}

#wemoauto {
	position:absolute;
	right:-10px;
	top:10px;
}

#content {
	background:#fff url(../images/back.gif) repeat-y;
	width:980px;
	margin:0 auto;
}
#content .col1 {
	width:670px;
	float:right;
	margin:10px 35px 0 0;
}

#content .col2 {
	margin:8px 0 0 10px;
	padding:20px;
	font-size:0.9em;
	width:200px;
	float:left;
	border-right:solid 1px #fff;
	background:#fff url(../images/back2.gif);
}

#content .col3 {
	width:915px;
	float:left;
	margin-top:10px;
	padding:0 0 0 20px;
}

#content  h1 {
	font-size:2em;
	margin:3px 0 10px 0;
	color:#555;
}
	
#content  h2 {
	font-size:1.4em;
	margin:0 0 5px 0;
	color:#555;
}

#content  p {
	color:#555;
	font-size:1.2em;
	line-height:1.6em;
	text-align:justify;
	margin:0 0 10px 0;
	
}
#content  .image {
	border:solid 2px #d6dcf0;
	border-width:0 0 2px 2px;
}

#content  .imageleft {
	float:left;
	margin:10px 10px 10px 0;
	border:solid 2px #d6dcf0;
	border-width:0 0 2px 2px;
}

#content  .imageright {
	float:right;
	margin: 0 0 10px 30px;
}

#content .col1 p {
	color:#555;
}

#content .col2 p {
	color:#555;
}

#content .col1 h2 {
	color:#555;
	/* color:#183cab; */
	/* color:#d07844; */
}

#content .col3 h2 {
	margin:25px 0 5px 0;
}

#content .col2 h3 {
	font-size:1.3em;
	color:#d07844;
	margin-top:15px;
}

#content  ul {
	list-style-type:square;
	margin:0 0 10px 25px;
}

#content  li {
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 0 15px;
	color:#d07844;
}

#footer {
	width:980px;
	height:52px;
	margin:0 auto;
	background:#fff url(../images/footer.jpg) no-repeat left;
}
#footer p {
	text-align:right;
	color:#fff;
	padding:20px 40px 0 0;
	font-weight:bold;
}

a, a:visited {
	color:#555;
	font-weight:bold;
}

hr {
border: none;
background-color: #888;
height: 1px;
margin:5px;
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
