/* CSS Document */
body {
	background-color:#FFFFFF;
	background-image: url(images1/back_gradient_1.jpg);	
}
/*top nav section*/
.topnav	{
	position:absolute;
	top:170px;
	left:50%;
	width:800px;
	margin:0 0 0 -400px;
	padding:0;
}
.topnav ul	{
	list-style:none;
	margin:0;
	padding:0;
}
.topnav li	{
	float:left;
}

/*end of top nav section*/
/*Banner section*/
.banner	{
	position:absolute;
	top:5px;
	left:50%;
	background:url(banner1/banner800/banner1.gif);
	width:800px;
	height:168px;
	margin:0 0 0 -400px;
	padding:0;
}
/*end of Banner section*/
/*main body  section*/
.container	{
	position:absolute;
	top:205px;
	left:50%;
	width:800px;
	background:#D7EBFF;
	margin:0 0 0 -400px;
	padding:0;
	
}
/*end of main body section*/
.construction	{
	position:relative;
	margin:0 100px;
	padding:0;
	
}
/*bottom nav section*/	
.bottomnav	{
	position:relative;
	clear:both;
	background:url(images1/bottomnav/bottom_nav.jpg);
	background-color:#0000FF;
	margin:0;
	padding:0;
	height:40px;
	width:800px;
	text-align:center;
	color:#FFFFFF;
}
.bottomnav a:link	{
	color:#FFFFFF;
	text-decoration:none;
}

.bottomnav a:visited	{
	color:#FFFFFF;
	text-decoration:none;
	
}.bottomnav a:hover	{
	color:#FFFFFF;
	text-decoration:underline;
}
.web	{
	font-size:85%;
	color:#CCCCCC;
}
.web	a:link	{
	font-size:90%;
	color:#CCCCCC;
}
/*end of bottom nav section*/

h3	{
	text-decoration:blink;
	color:#FF0000;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
/*left and right divs for main page*/
.left	{
	width:430px;
	float:left;
	padding:10px 10px 10px 50px;
}
.left h2	{
	color:#FFFF00;
}
.right	{
	width:50px;
	float:right;
	padding:10px 220px 0 0;
	
}
.right img	{
	margin:10px;
}
/*end of left and right divs*/

.topbox	{
	position:relative;
	width:260px;
	height:54px;
	background:url(images1/testimonial_box/top_box.jpg);
	margin:0;
	padding:0;
}
.middlebox	{
	position:relative;
	width:260px;
	background:url(images1/testimonial_box/mid_box.jpg);
	margin:0;
	padding:0;
}
.middlebox p	{
	margin:0;
	padding:5px 15px 5px 20px;
}
.bottombox	{
	
	width:260px;
	height:24px;
	
	background:url(images1/testimonial_box/bottom_box.jpg);
	margin:0;
	padding:0;
}
.maintext	{
	font-family:"Times New Roman", Times, serif;
	font-size:105%;
	
}
.test_text h3	{
	margin:20px 30px 0 10px;
	color:#000099;
	text-decoration:none;
}
.test_text p	{
	padding:5px 25px;
	margin:0;
	font-family:"Times New Roman", Times, serif;
}
.test_text h5	{
	margin:10px 30px 0 40px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.box_text	{
	font-family:"Times New Roman", Times, serif;
	font-size:95%;
	
}
.text_box	{
	font-weight:bolder;
}

/* add testimonial */
.add_testimonial	{
	position:absolute;
	top:210px;
	height:30px;
	width:788px;
	z-index:5;
	}
.add_testimonial img	{
	float:right;
	}