@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;
	padding-top: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-image: url(../images/img_pg/pg_bk.jpg);
	background-repeat: repeat-x;
	background-color: #949dbb;
	line-height: 150%;
}
h1 {
	color: #009;
	font-size: 170%;
}
h2 {
	font-size: 130%;	
	border-bottom: dotted 1px #000;
}
img {
	border:none;	
}
a {
	color: #3333ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
#wrapper {
	margin: 0 auto;
	width: 984px;
	border: solid 1px #fff;
	background-image: url(../images/img_pg/wrapper_bk.jpg);
	background-repeat: repeat;
	background-color: #fff;
}
#header {
	width: 984px;
	height: 200px;
	margin: 0 auto;
	border-top: solid 6px #cc0000;
	background-image: url(../images/img_pg/header.jpg);
	background-repeat: no-repeat;
}
#header a.logo {
	float: left;
	width: 400px;
	height: 200px;
	display:block;
	text-decoration:none;
}
#header .address {
	float:right;
	width: 300px;
	height: 155px;
	padding: 45px 0 0 0;
	font-size: 18px;
	color: #009;
}
#nav {
	width: 984px;
	height: 60px;
	background-image: url(../images/img_pg/nav-always.jpg);
	background-repeat: repeat-x;
}
#nav a {
	float:left;
	display:block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 0 12px;
	margin: 0;
	border-left: solid 1px #F00;
	background-image: url(../images/img_pg/nav.jpg);
	background-repeat: repeat-x;
	background-color: #3333ff;
}
#nav a:hover {
	text-decoration: underline;
}
#nav .always a {
	float:left;
	background-image: url(../images/img_pg/nav-always.jpg);
	background-color: #6666ff;
	border-left: solid 1px #6666ff;
	padding: 0 13px;
}
#nav .always a:hover {
}
#nav a.end {
	border-right: none;	
}
#contentL {
	float:left;
	width: 600px; /*(614)*/
	margin: 0 auto;
	padding: 40px 20px 40px 40px;
}
#contentR {
	float:right;
	width: 250px;
	margin: 40px 0 0 0;
	padding: 20px 40px 40px 20px;
	text-align: center;
	background-image: url(../images/img_pg/contentR.jpg);
	background-repeat: no-repeat;
}
#contentR img {
	margin: 0 0 10px 0;
	border: solid 1px #999;
}
#footer {
	clear:both;
	width: 904px;
	padding: 20px 0;
	margin: 0 40px;
	border-top: solid 3px #cc0000;
	border-bottom: solid 3px #cc0000;
	font-size: 12px;
	text-align:center;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#subfooter {
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
	color: #000;
	padding: 10px 0;
	font-family:Verdana, Geneva, sans-serif;
}
#subfooter a {
	color: #000;
	text-decoration: none;
}
#subfooter a:hover {
	color: #fff;
}
/* classes */
.contact {
	background-image: url(../images/img_misc/contact.jpg);
	background-repeat: no-repeat;
	padding: 10px 20px 0 70px;
	width: 510px;
	height: 60px;
	margin: 30px 0 0 0;
}
.pullout {
	font-size: 200%;
	color: #cc0000;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	margin: 20px 0;
	border-top: solid 1px #cc0000;
	border-bottom: solid 1px #cc0000;
}
#accounting,#consulting,#payroll,#tax {
	color: #000;
	text-decoration: none;
}
a.pagetop {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}
.msg {
	background-color: #FF9;
	padding: 10px;
	width: 578px;
	margin: 20px 0;
	border: solid 1px #009;
}
#wagmp_map_1 {
	width: 598px;
	height: 400px;
	display:block;
	margin: 0 0 20px 0;
	border: solid 1px #009
}
.top_phone_label {
	text-align:left;
	width: 57px;
	float:left;
}
.top_phone_text {
	text-align:right;
	width: 128px;
	float:left;
}
.flrt {
	float:right;
	margin: 0 0 10px 10px;
}
.border {
	border: solid 1px #999;	
}