@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;
}
#welcome-text {
  width:415px;
  height:300px;
  line-height: 18px;
  padding-top: 0px;
  float: left;
  text-align: justify;
}
#welcome-text {padding-left:20px;}
#welcome-text1 {
  width:400px;
  height:165px;
  line-height: 18px;
  padding-top: 140px;
  float: right;
  text-align: justify;
}
#welcome-text1 {padding-right:0px;}
.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: 250px;
  width: 406px;
  margin-top:60px;
}
#sidebar {
  float: right;
  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;
}
#sidebar1 {
  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;
}
#sidebar2 {
  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: #000;
	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:1685px;
  margin-top:6px; 
}
#content p { margin-bottom: 10px; }
#container #welcome #welcome-text p b {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container #footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}


