@charset "utf-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  border: none;
}
#container {
  margin: auto;
  width: 850px;
}
#top {
  float: left;
  width: 850px;
  height: 119px;
}
#title {
  float: left;
  width: 850px;
  height: 120px;
  padding-top: 0px;
}
#title h1 {
  display: block;
  float: left;
  width: 850px;
  height: 120px;
  text-indent: -9999px;
}

li.borderx2 {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cecece;
}
h2 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}
.heading-color2 {
	color: #9a9a9a;
	text-align: left;
}
.heading-color3 {
	color: #666;
}
#welcome-text1 {
  width: 415px;
  height:150px;
  line-height: 18px;
  float: left;
  text-align: justify;
}
#welcome-text { margin-top:115px;
				padding-left:20px;
				}

.list li {
  text-decoration: none;
  background-image: url(../images/bullet.png);
  background-repeat: no-repeat;
  list-style-type: none;
  float: left;
  width: 180px;
  padding-left: 20px;
  margin-top: 10px;
  background-position: left center;
}
#welcome-image {
   float: right;
   height: 140px;
   width: 406px;
   margin-top:60px;
   padding-top:120px;
   padding-right:15px;
 
}
#sidebar {
  float: left;
  height: 209px;
  width: 219px;
  background-image: url(../images/contentbox.png);
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  margin-top:5px;
}
h3 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
}
.sidebar-list li {
  list-style-type: none;
  margin-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/divider.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
#content {
  float: right;
  width: 550px;
  height:350px;
  margin-top:6px;
 
}
#content p {
	margin-bottom: 10px;
	color: #000;
}
a {
	color: #F60;
	text-decoration:none; 
}
#container #content ul li {
	color: #000;
}
