@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	margin:0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width:1000px;
	height:900px;
	margin:25px auto 0 auto;

}

#logo {
	float:left;
	width:300px;
	height:100px;
	margin-top:25px;
}

#copyline {
	float:right;
	width:700px;
	height:100px;
}

#tabs {
	float:right;
	width:700px;
	height:25px;
	/*line-height:25px;*/
	margin-top:0px;
	/*margin-bottom:25px;*/
	background-color:#ffffff;
	border-bottom-style:solid; border-bottom-color:#72a2d6; border-bottom-width:5px;
	/*background-image:url(images/blueline.gif);
	background-repeat:no-repeat;
	background-position:bottom;*/
}

.home {
	text-decoration:none; font-weight:bold; color:#ffffff;
	width:150px;
	height:25px;
	background-image:url(images/bgtabpurple.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-right:50px;
	padding-bottom:17px;
	padding-left:56px;
}

.howwework {
	text-decoration:none; font-weight:bold; color:#ffffff;
	width:150px;
	height:25px;
	background-image:url(images/bgtabpurple.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-right:25px;
	padding-bottom:17px;
	padding-left:32px;	
}

.contactus {
	text-decoration:none; font-weight:bold; color:#ffffff;
	width:150px;
	height:25px;
	background-image:url(images/bgtabpurple.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-right:35px;
	padding-bottom:17px;
	padding-left:40px;
}

.testimonials {
	text-decoration:none; font-weight:bold; color:#ffffff;
	width:150px;
	height:25px;
	background-image:url(images/bgtabpurple.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-right:27px;
	padding-bottom:17px;
	padding-left:35px;
}

.home:hover {
	text-decoration:none; font-weight:bold; color:#ffffff;
	width:150px;
	height:25px;
	background-image:url(images/bgtab.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-right:50px;
	padding-bottom:17px;
	padding-left:56px;
}

.howwework:hover {
	text-decoration:none; font-weight:bold; color:#ffffff;
	width:150px;
	height:25px;
	background-image:url(images/bgtab.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-right:25px;
	padding-bottom:17px;
	padding-left:32px;
}

.contactus:hover {
	text-decoration:none; font-weight:bold; color:#ffffff;
	width:150px;
	height:25px;
	background-image:url(images/bgtab.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-right:35px;
	padding-bottom:17px;
	padding-left:40px;
}

.testimonials:hover {
	text-decoration:none; font-weight:bold; color:#ffffff;
	width:150px;
	height:25px;
	background-image:url(images/bgtab.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-right:27px;
	padding-bottom:17px;
	padding-left:35px;
}

#content {
	width:1000px;
	height:790px;
	background-color:#ffffff;
}

#col1 {
	float:left;
	width:300px;
	height:690px;
	font-size:14px;
	border-right-style:solid; border-right-color:#72a2d6; border-right-width:5px;
	/*background-color:#dddddd;*/
}

#col2 {
	float:right;
	width:620px;
	height:690px;
	font-size:14px;
	background-color:#ffffff;
	text-align:justify;
	padding-top:25px;
	padding-right:35px;
}

#footer {
	width:1000px;
	height:90px;
	background-color:#ffffff;
	text-align:right;
}
