body {
	margin: 0; padding: 0;
	text-align: center;
	background: #E5E5E5;
	color: #333;
	font-family: Verdana, Tahoma;
	font-size: 11px;
}

h1, h2, h3, h4, h5, p { margin: 0; padding: 7px 0; }
h1, h2, h3, h4, h5 { color: #A54686; font-weight:bold; }
h2 { font-size: 14px; clear:left; }
h3 { font-size: 12px; }
hr { color: #CCC; background: #CCC; border:0; height: 1px; margin: 0 0 10px 0; clear: both; }
p { text-align: justify; }
p, li { line-height: 14px; }
a { color: #2E3092; text-decoration: none; }
a:hover { color: #000; }
img { border: 0; }
img.left { margin: 0 10px 5px 0; float: left; }
img.right { margin: 0 0 5px 10px; float: right; }
ul li, ol li { padding: 3px 0; }
.cb { clear: both; }
.no { display: none; }
.uc { text-transform: uppercase; }
.red { color: #FF0000; }
.quote { width: 465px; margin: 0 auto; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.copyright { color: #A54686; font-size: 9px; text-align: center; }
.breadcrumbs { margin: 0; padding: 10px 0 7px 0; display: block; color: #999; }
.breadcrumbs a { color: #999; }
.breadcrumbs a:hover { color: #2E348E; }
.badge { display: block; margin: 0 auto 10px auto; }

img.centre-logo	{ display:block; width:85px; height:36px; margin:0 auto; }
h2.decorated	{ min-height:60px; line-height:4em; padding-left:60px; }
h2#calc	{ background:url(../images/calculator.gif) left 50% no-repeat; }
h2#faq	{ background:url(../images/questions.gif) left 50% no-repeat; }
h2#privacy	{ background:url(../images/padlock.gif) left 50% no-repeat; }

#container {
	width: 955px;
	margin: 0 auto; padding: 0;
	background: #EBEBEB;
	text-align: left;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	border-left: #CCC 1px solid;
}

#header {
	width: 955px; height: 125px;
	margin: 0; padding: 0; position:relative;
	clear: both;
	background: #FFF url(../images/bg_header.jpg) no-repeat top right;
}
#header h1 { margin: 0; padding: 0; display: block;  }
#header h1 a.logo {
	width: 262px; height: 125px;
	margin: 0; padding: 0;
	display: block;
	background: url(../images/ags-payroll-services.gif) no-repeat;
}
#header h1 a.logo span { display: none; }

#header .testimonial	{ display:block; width:55%; position:absolute; right:10px; top:25%; }
#header .testimonial p	{ padding:0; font-size:1.3em; text-align:right; font-family: Arial; }
#header .testimonial p.name	{ font-size:1em; margin-top:1em; }

#nav {
	width: 955px; height: 24px;
	margin: 0; padding: 0;
	clear: both;
	background: #FFF;
	border-top: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
}
#nav ul { width: 650px; margin: 6px 0 0 0; padding: 0; display: table; float: left; list-style: none; }
#nav ul li { margin: 0; padding: 0 7px; display: inline; border-right: #A54686 1px solid; }
#nav ul li.end { border-right: 0; }
#nav ul li a { color: #666; font-weight: bold; }
#nav ul li a:hover { color: #000; font-weight: bold; text-decoration: underline; }
#nav .tel {
	margin: 0; padding: 4px 4px 0 0;
	display: block; float: right;
	color: #A54686;
	font-size: 13px; font-weight: bold;
}

#categories {
	width: 185px;
	margin: 10px 0 0 0; padding: 0;
	display: table; float: left;
}
#categories ul { margin: 0 0 10px 1px; padding: 0; list-style: none; }
#categories ul li { margin: 0; padding: 0; display: block; clear: both; }
#categories ul li span {
	height: 18px;
	margin: 0; padding: 6px 0 0 4px;
	display: block;
	background: #999; color: #FFF;
	font-weight: bold; font-size: 10px;
}
#categories ul li ul { margin: 0; padding: 0; }
#categories ul li ul li {
	height: 18px;
	margin: 0; padding: 6px 0 0 4px;
	background: #EBEBEB;
	border-bottom: #FFF 1px solid;
	font-size: 10px; font-weight: bold;
}
#categories ul li ul li.end { border-bottom: 0; }
#categories ul li ul li a { color: #2E3092; font-weight:bold; }
#categories ul li ul li a:hover { color: #000; text-decoration: underline; }

#content {
	width: 770px;
	margin: 0; padding: 0;
	float: left; display: table;
	background: #F9F9F9 url(../images/bg_content.gif) no-repeat top right;
	border-bottom: #F9F9F9 50px solid;
}
#content_left {
	width: 527px;
	margin: 0; padding: 0 18px;
	float: left;
}

#content_left p a, #content_left li a { color: #2E3092; }
#content_left p a:hover, #content_left li a:hover { color: #000; }

#content_right {
	width: 207px;
	margin: 0; padding: 10px 0 0 0;
	float: left;
}
#content_right img { margin: 0 0 10px 0; }

#footer {
	width: ; height: ;
	margin: 0; padding: 0;
	clear: both;
}

fieldset { margin: 0; padding: 0; border: 0; }
input, textarea, select {
	width: 200px; padding: 3px;
	font-size: 13px; font-family: Tahoma, Verdana, Arial;
}
textarea { height: 130px; }

input.date_dd, input.date_mm { width: 20px; font-size: 11px; }
input.date_yy { width: 40px; font-size: 11px; }
select.small { font-size: 11px; }

dl.contact_form { margin: 10px 0; padding: 0; display: block; float:left; }
dl.contact_form dt, dl.contact_form dd { margin: 0; padding: 3px 0; float: left; }
dl.contact_form dt { width: 193px; clear: both; }
dl.contact_form dd { width: 200px; }
dl.contact_form dd.three_line { height: 39px; }
dl.contact_form dd input, dl.contact_form dd textarea, dl.contact_form dd select { font-size: 11px; }
dl.contact_form dd input { height: 15px; }
dl.contact_form dd input.num { width: 40px; }
dl.contact_form dd input#submit, input.button { width: auto; height: auto; cursor: pointer; font-size: 11px; }
dl.contact_form dd select { margin: 0 0 10px 0; }
dl.contact_form dd select.short { width: auto; }

a#location_map	{ float:left; margin:10px 0 0 0; }

table.turn_around { width: 470px; margin: 10px auto; border-collapse: collapse; }
table.turn_around tr th, table.turn_around tr td { width: 25%; text-align: center; border: #FFF 1px solid; }
table.turn_around tr th { background: #E0E0E0; font-weight: bold; }
table.turn_around tr td { background: #EBEBEB; font-weight: normal; }

table.payroll { width: 470px; margin: 10px auto; border-collapse: collapse; }
table.payroll tr th, table.payroll tr td { width: 25%; text-align: center; border: #FFF 1px solid; color: #333; }
table.payroll tr th { font-weight: bold; }
table.payroll tr td { font-weight: normal; }
table.payroll tr td a { color: #2E3092; }
table.payroll tr th.grey, table.payroll tr td.grey { background: #E1E1E1; }
table.payroll tr th.orange, table.payroll tr td.orange { background: #FCE7CD; }
table.payroll tr th.blue, table.payroll tr td.blue { background: #DFE3FD; }
table.payroll tr th.pink, table.payroll tr td.pink { background: #EFDAE6; }

ul.links li { font-weight: normal; }
ul.links li a { font-weight: bold; }

ul#box_nav	{ list-style-type:none; }
ul#box_nav li	{ display:block; width:100px; height:100px; float:left; margin:0 15px 15px 0; }
ul#box_nav li a	{ display:block; width:100px; height:100px; color:#FFF; text-align:center; position:relative; }
ul#box_nav li a span	{ position:absolute; bottom:0; left:0; font-weight:bold; color:inherit; text-align:center; font-size:2em; font-family:Georgia, Garamond, Hoefler Text, 'Times New Roman', Times, serif; padding:0.5em 0 0 0; margin:0; cursor:pointer; }
ul#box_nav li a#secure	{ background:#A64786; border:2px solid #A64786; }
ul#box_nav li a#secure:hover,
ul#box_nav li a#secure:focus,
ul#box_nav li a#secure:active	{ background:#FFF; color:#A64786; }
ul#box_nav li a#fast	{ background:#2F348E; border:2px solid #2F348E }
ul#box_nav li a#fast:hover,
ul#box_nav li a#fast:focus,
ul#box_nav li a#fast:active	{ background:#FFF; color:#2F348E; }
ul#box_nav li a#accurate	{ background:#F58220; border:2px solid #F58220 }
ul#box_nav li a#accurate:hover,
ul#box_nav li a#accurate:focus,
ul#box_nav li a#accurate:active	{ background:#FFF; color:#F58220; }

ul#footer_keywords { margin: 0; padding: 10px 0 0 0; display: table; list-style: none; text-align: center; font-size: 10px; }
ul#footer_keywords li { margin: 0; padding: 0 10px 0 0; display: inline; }
ul#footer_keywords li a { color: #666; }
ul#footer_keywords li a:hover { color: #2F348E; }

table.contact_info { margin: 0 20px 0 0; float: left; }

.calendar {
	width: 196px;
	margin: 0 0 10px 0; padding: 27px 0 0 0;
	background: #C6C7C9 url(../images/key-payroll-dates.gif) no-repeat top center;
}

.pop_container {
	margin: 10px; padding: 10px;
	background: #FFF;
}

table.calc { width: 524px; border: #E5CADD 2px solid; color: #A64786; }