@charset "utf-8";
/* CSS Document */

/*Container*/
#container {
	margin-left:20;
  	width: 890px;
	height:800px;
	padding: 0px 0px 5px 20px;
	border: 1px solid #999999;
	background-color: white;
}

#header1 {
	position:absolute;
	left:20px;
	top:10px;
	padding:0;
	margin-bottom:5px;
	margin-right:450;
}

#header2 {
	float:right;
	padding:0;
	margin:70px 20px 0 0;
}	

#splashbar {
    background-image:url(images/page-bar.jpg);
    background-repeat: no-repeat;
    height: 75px;
    width: 881px;
	position:absolute;
	left: 20px;
	top:100px;
}

#search_bar_pos {
	/*float:right;*/
	position:absolute;
	left:615px;
	top:50px;
}

#nav_position {
	margin:0;
	padding:0;
	position:absolute;
	left:20px;
	top:175px;
	overflow:hidden;
}

#left-content {
	padding:0px 0px 10px 0px;
	margin:0px;
	position:absolute;
	left:25px;
	top: 220px;
	width: 150px;
	height:580px;
	border-right:dotted;
	border-right-color:#CCCCCC;
}

#content {
	padding:0px;
	margin:0;
	float:left;
	position:absolute;
	left:190px;
	top:220px;
	width:710px;
}

#testimony {
	background-image:url(images/quotes.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:20px;
	margin-left:10px;
	float:left;
	width:680px;
	height:100px;
}

#footer {
	height:15px;
	width:912px;
	padding-top:5px;
	background-color:rgb(155,125,185);
	float:left;
	text-align:center;
}

/*LONG HORIZONTAL RULE*/
div.hr {
  height: 5px;
  background: #fff url(images/hr1.gif) no-repeat left ;
}
div.hr hr {
  display: none;
}

/*SHORT HORIZONTAL RULE*/
div.hr2 {
  height: 5px;
  background: #fff url(images/hr2.gif) no-repeat left ;
}
div.hr hr {
  display: none;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	padding:0;
	margin:0;
}

h2 {
	font-family:Georgia;
	font-size:42px;
	font-style:normal;
	color:rgb(101,194,149);
	padding:10px 0 0 5px;
	margin:0;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	display:inline;
}

#construction {
	margin-top:100px;
	text-align:center;
}
