@charset "utf-8";
/* CSS Document */

/* PHILLIPSBURG CSS */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
p {
	font-size:12px;
	margin:5px 0 0 0;
	padding:0;
	line-height:16px;
}
h1 {
	font-size:30px;
	margin:10px 0 0px 0;
	padding:0px;
}
h2 {
	font-size:24px;
	margin:10px 0 0 0;
	padding:0px;
}
h3 {
	font-size:18px;
	margin:10px 0 0 0;
	padding:0px;
}
h4 {
	font-size:16px;
	margin:24px 0 0px 0;
	padding:0px;
}
ul {
	padding:0px;
	margin:0;
}
a:link, a:visited {
	color:#000;
}
a:hover {
	color:#3399ff;
}
/* TXT CLASSES */

.bold {
	font-weight:bolder;
}
.underline {
	text-decoration:underline;
}
.centertxt { 	
	text-align:center;
}
.txtleft {
	text-align:left; 
}
.txtright {
	text-align:right;
}
#footer {
	
	 color:#fff;
	
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

#content #logobox p{
	width:120px;
	padding:0 10px;

}

#content #servicesbox p{
	font-size:14px;
	font-weight:bolder;
	text-align:center;
	margin:0px 9px;
}
#content #servicesbox p a{
	color:#000;
}
#content #servicesbox p a:hover{
	color:#336699;
}
