@charset "UTF-8";

/* CSS Document for Christian Business Directory Southwest */

body {
	margin: 0 auto;
}

h4, h3, h2{
	color:#1f3754;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width: 100%;
	height: 1727px;
	margin: 0 auto;
	background:url(images/stripes2_02.jpg) repeat;
}

#adcontainer {
	width: 1024px;
	height: 850px;
	margin: 0 auto;
	background:url(images/stripes2_02.jpg) repeat;
}

#header {
	width: 946px;
	height: 225px;
	margin: 0 auto;
	background: url(images/header_people.jpg) no-repeat;
}

#content {
	width: 946px;
	height: 1500px;
	margin: 0 auto;
	background:url(images/body_bg4_05.jpg) no-repeat;
}

#footer {
}

#adcontent {
	width: 940px;
	height: 600px;
	background:url(images/ad_bg_07.jpg) no-repeat;
	margin: -40px 0px 0px 46px;
}

#adarea {
	width: 200px;
		margin:31px 35px 0px 0px;
	float:right;
	border: 1px solid #999;
	}

#button {
	width: 245px;
	padding: 20px 0px 0px 85px;
}

#nav {
	padding: 184px 0px 0px 196px;
}

#tabs {
	width: 475px;
	margin: 0px 0px 0px 220px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

#servicelinks {
	background-color: #435d7c;
	margin: 226px 0px 0px 56px;
	float:left;
	width: 150px;
	padding: 0px 0px 0px 10px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

.glink {
	background: url(images/glink_bg_03.jpg);
	width: 188px;
	height: 25px;
	padding: 05px 0px 0px 10px;
}

/* Tool Tip */

a:hover {
	
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	} /*BG color is a must for IE6*/

a.tooltip span {
	display:none; 
	padding:2px 3px; 
	width:130px;
	}
	
a.tooltip:hover span{
	display: list-item;
	list-style:none;
	position: absolute;
	background:#ffffff; 
	}


