/* CSS Document */

body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/bg_all.gif);
	background-attachment: no-scroll;
	background-repeat: repeat-y;
	background-position: top center;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	text-decoration: underline;
	font-size: 12px;
	color: #34596F;
}
a:hover {
	text-decoration: none;
	color: #333333;
}

#header {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#greybg {
	background: url(../images/grey_grad_bg1.jpg) repeat-y 0 0;
	background-color: #8D977E;
	padding-left: 12px;
	padding-top: 5px;
}

/* 		navigation styles		     */

.menu {
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

#nav {
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
	list-style: none;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	height: 34px;
	text-indent: -5000px;
	overflow: hidden;
}

#nav a:hover {
	background-image: none;
}

td.home_content {
	padding: 16px 0 10px 12px;
}

p.intro {
	font-size: 14px;
	color: #FFF;
	padding: 5px 30px 0 15px;
	margin: 0;
	line-height: 25px;
}



#about {
	width: 122px;
	background: transparent url(../images/navlg/about.jpg) no-repeat 0 -34px;
}
#about a {
	background: transparent url(../images/navlg/about.jpg) no-repeat 0 0;
}

#serv {
	width: 128px;
	background: transparent url(../images/navlg/services.jpg) no-repeat 0 -34px;
}
#serv a {
	background: transparent url(../images/navlg/services.jpg) no-repeat 0 0;
}


#testimonials {
	width: 146px;
	background: transparent url(../images/navlg/testimonials.jpg) no-repeat 0 -34px;
}
#testimonials a {
	background: transparent url(../images/navlg/testimonials.jpg) no-repeat 0 0;
}



#associations {
	width: 151px;
	background: transparent url(../images/navlg/associations.jpg) no-repeat 0 -34px;
}
#associations a {
	background: transparent url(../images/navlg/associations.jpg) no-repeat 0 0;
}



#contact {
	width: 123px;
	background: transparent url(../images/navlg/contact.jpg) no-repeat 0 -34px;
}
#contact a {
	background: transparent url(../images/navlg/contact.jpg) no-repeat 0 0;
}

/* 	End 	navigation styles		     */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 10px;
}
ul.bk_square {
	list-style-position: outside;
	list-style-image: url(../images/bullet_black.gif);
}

#tagline {
	height: 99px;

}
