/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***********************

Basic Styles

***********************/

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background: #393939 url(../Images/site_bg.jpg);
}

a {
	text-decoration: none;
}

strong {font-weight: bold;}

h1 {font-family: 'Sanchez', Georgia, serif;font-style:italic;letter-spacing: 2px;font-size:40px;margin-bottom:40px;}

.clear { clear: both; }

.GrayButton {
	text-align: center;
	display: inline-block;
	padding: 5px 16px;
	color: #656565;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 800;
}

/*********************

Header and Footer Styles

*********************/

#header {
	width: 100%;
	height: 91px;
	position: absolute;
	top: 0;
	z-index: 500;
	background: #b5111b; /* Old browsers */
	background: -moz-linear-gradient(left, #b5111b 50%, #8e0509 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,#b5111b), color-stop(100%,#8e0509)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #b5111b 50%,#8e0509 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #b5111b 50%,#8e0509 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #b5111b 50%,#8e0509 100%); /* IE10+ */
	background: linear-gradient(to right, #b5111b 50%,#8e0509 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5111b', endColorstr='#8e0509',GradientType=1 ); /* IE6-9 */
	color: #fff;
}

#HeaderShadow {
	background: url(../Images/HeaderShadow.png) repeat-x;
	width: 100%;
	height: 38px;
	position: absolute;
	bottom: -38px;
}

#LogoContainer {
	width: 1068px;
	margin: 0 auto;
}

#MainNav {
	float: right;
	list-style: none;
	margin-top: 35px;
}

	#MainNav li {
		float: left;
		margin-right: 20px;
	}

	#MainNav a {
		text-decoration: none;
		font-style: italic;
		letter-spacing: 2px;
		color: #fff;
		font-size: 16px;
		font-family: 'Sanchez', Georgia, serif;
		padding: 5px;
	}

#content {
	width: 960px;
	margin: 91px auto 0 auto;
	background: #fff;
}

#footer {
	width: 660px;
	height: 54px;
	margin: 0 auto 130px auto;
	background: #000;
	color: #fff;
	padding: 43px 150px;
	font-size: 13px;
	letter-spacing: 1px;
	position: relative;
}

#footer h3 {
	font-weight: bold;
}

#footer .col {
	float: left;
	margin: 13px 28px 0 0;
}

#footer .col p {
	margin-bottom: 5px;
	font-weight: 200;
}

#footer .col p span {
	font-weight: bold;
}

#footer #quote {
	width: 136px;
	height: 89px;
	padding: 27px 42px 27px 42px;
	background: #ebb830 url(../Images/QuoteForm_bg.png) no-repeat -213px bottom;
	position: absolute;
	top: -36px;
	right: -20px;
	text-align: center;
	z-index: 500;
	overflow-y: auto;
}

#footer #quote #GetQuote {
	font-family: 'Sanchez', Georgia, serif;
	color: #fff;
	font-size: 23px;
	/* padding: 0 20px; */
	font-style: italic;
	letter-spacing: 2px;
	margin: 0 0 11px 0;
}

/*#footer #quote a {
	text-align: center;
	display: inline-block;
	padding: 5px 16px;
	color: #656565;
	background: #fff;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 800;
}*/

#QuoteForm {
	/*display: none;*/
	background: #ebb830 url(../Images/QuoteForm_bg.png) no-repeat scroll 0px bottom;
	padding: 20px;
	text-align: left;
	position: absolute;
	top: -703px;
	right: -20px;
	overflow-y: auto;
	height: 770px;
	width: 393px;
	z-index: 9999;
}

.form-shadow {
	-moz-box-shadow: -1px -1px 20px 1px #000;
	-webkit-box-shadow: -1px -1px 20px 1px #000;
	box-shadow: -1px -1px 20px 1px #000;
}

#QuoteForm h3 {
	font-family: 'Sanchez', Georgia, serif;
	color: #fff;
	font-size: 23px;
	font-style: italic;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

#QuoteForm p {
	margin-bottom: 20px;
}

#QuoteForm label {
	line-height: 1.5em;
}

#QuoteForm input[type="text"] {
	width: 360px;
	height: 20px;
	font-size: 14px;
	margin-bottom: 5px;
}

#QuoteForm textarea {
	height: 120px;
	width: 360px;
	font-size: 14px;
}

/*#CloseForm {
	 position: absolute;
	bottom: 25px;
	right: 25px;
	z-index: 5000;
}*/

#QuoteForm p.close-form {
	text-align: right;
	margin: -25px 10px 0 0;
	position: relative;
	z-index: 5000;
	float: right;
}

#QuoteForm .opacity {
	filter: alpha(opacity=10);
	opacity: 0.15;
}

#QuoteForm .overlay {
	position: absolute;
	top: 101px;
	left: 20px;
	width: 393px;
	height: 684px;
}

#ExpandedQuote {
	display: none;
}

form label.error {
    margin-bottom:1em;
    font-size:1.2rem;
    line-height:1.2rem;
    font-size:12px;
    line-height:12px;
    color:#c0392b
}

/*#success, #error {
    display:none
}
#success span, #error span {
    display:block;
    position:absolute;
    top: 100px;
}
#success span p, #error span p {
    margin: 0 25px 0 0;
    padding: 10px;
    color: #fff;
    border: 2px solid #fff;
    background: #e5a521;
}*/

#form-message {
    display: none;
    position: absolute;
    top: 100px;
    margin: 0 25px 0 0;
    padding: 10px;
    color: #fff;
    border: 2px solid #fff;
    background: #e5a521;
    z-index: 10000;
}
/*#form-message span {
    display:block;

}*/
/*#form-message span p {
    margin: 0 25px 0 0;
    padding: 10px;
    color: #fff;
    border: 2px solid #fff;
    background: #e5a521;
}*/

/*#success span p {
  color:#9bd32d;
}
#error span p {
  color:#c0392b;
}*/

/********************

Main Page

********************/

.cycle-slideshow {
	height: 515px;
	width: 960px;
	margin: 0 auto;
}

.cycle-slideshow img {
	height: 515px;
	width: 960px;
}

	.cycle-overlay .GrayButton {
		position: absolute;
		left: 335px;
		bottom: 35px;
		z-index: 200;
	}

#custom-pager {
	height: 21px;
	padding: 17px 0 0 18px;
	background: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 200;
}

.cycle-pager-not-active {
	width: 30px;
	height: 18px;
	float: left;
	margin-right: 13px;
	cursor: pointer;
	background:#656565;
	border-left: 1px solid #b7b7b7;
	border-bottom: 1px solid #adadad;
}

.cycle-pager-not-active:last-child {
	margin: 0;
}

.cycle-pager-active {
	background:#b5111b;
	border-left: 1px solid #dc8f94;
	border-bottom: 1px solid #d88085;
}

#tagline {
	padding: 30px 184px;
	text-align: center;
	color:#000;
	font-size: 17px;
}

#services {
	background: url(../Images/divider.jpg) no-repeat top center;
	padding: 30px 26px 75px 26px;
}

#services .ServiceBlurb {
	width: 227px;
	float: left;
	text-align: center;
}

.ServiceBlurb a {float:left;}

.ServiceBlurb h3 {
	font-size: 15px;
	font-weight: bold;
	color: #656565;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.ServiceBlurb p {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3em;
	color: #000;
	padding: 0 10px;
}

/********************

Resources

*******************/

#ResourcesBody #content {padding: 65px 35px 75px 50px;width:875px;}
#ResourcesBody #content h1 {font-family: 'Sanchez', Georgia, serif;font-style:italic;letter-spacing: 2px;font-size:40px;margin-bottom:40px;}
#ResourcesBody #content p {padding: 0 45px;margin-bottom: 50px;letter-spacing: 1px;line-height: 1.4em;}
#Resources {background: url(../Images/divider.jpg) no-repeat top center;padding-top:55px;}
#Resources .col1, #Resources .col2, #Resources .col3 {float:left;}
#Resources .col1 {width:150px;}
#Resources .col1 h2 {color:#656565;font-weight:bold;font-size:16px;}
#Resources .col2 {width: 330px;}
#Resources .col2 h3 {font-weight:bold;font-size:12px;color:#656565;margin-bottom: 5px;}
#Resources .col2 a {font-size: 12px;color:#e97314;line-height: 1.5em;}
#Resources .col2 a:hover {text-decoration:underline;}
/*#Resources .col3 {}*/


/**********************

About US 					DON'T NEED THIS ANYMORE

**********************/

#AboutBody #content {padding: 65px 35px 75px 50px;width:875px;}
#AboutBody #content h1 {font-family: 'Sanchez', Georgia, serif;font-style:italic;letter-spacing: 2px;font-size:40px;margin-bottom:40px;}
#AboutBody #content p {padding: 0 45px;margin-bottom: 50px;letter-spacing: 1px;line-height: 1.4em;}


/********************

Contact

*********************/

#ContactBody #content {padding: 65px 35px 75px 50px;width:875px;}
#ContactBody #content p {padding: 0 45px;margin-bottom: 50px;letter-spacing: 1px;line-height: 1.4em;}
#ContactBody #content p.label {font-size: 12px;margin-bottom:0;color:#000;}
#ContactBody #content p.info {font-size: 17px;font-weight:bold;color:#656565;margin-bottom:24px;}
#ContactBody #content p.info a {color:#656565;}


/**********************

Services

***********************/

#ServicesBody #content {padding-top: 65px;padding-bottom: 30px;}
#ServicesBody #content h1 {font-family: 'Sanchez', Georgia, serif;font-style:italic;letter-spacing: 2px;font-size:40px;margin-bottom:40px;margin-left: 50px;}
#ServicesBody #content > p {margin-left: 95px;letter-spacing: 1px;line-height: 1.4em;margin-bottom:30px;}

#PEOBox {
	float: right;
	width: 240px;
	height: 229px;
	padding: 41px 56px 41px 44px;
	margin: 0 0 40px 80px;
	background: #2885d2 url(../Images/PEOBox_bg.jpg) no-repeat;
	color: #fff;
}

#PEOBox h3 {font-family: 'Sanchez', Georgia, serif;font-size: 23px;font-style: italic;letter-spacing: 2px;margin-bottom:20px;}
#PEOBox p:first-of-type {font-weight: 300;line-height: 1.5em;margin-bottom:20px;letter-spacing: 1px;}
#PEOBox p:last-of-type {text-align: center;letter-spacing: 1px;}

.ServicesContainer {background: url(../Images/divider.jpg) no-repeat top center;/*padding-top:55px;*/}
.ServicesLink {padding-top: 55px;padding-bottom: 60px;height: 80px;position:relative;cursor:pointer;}
.ServicesLink h2 {color: #656565; font-weight: bold;font-size: 35px;letter-spacing: 1px;}
.ServicesLink a {color:#e97314;font-size: 13px;}

.ServicesContainer #payroll {background: url(../Images/services_payroll.png) no-repeat 515px 45px;}
.ServicesContainer #payroll h2 {position: absolute;top:85px;left:315px;}
.ServicesContainer #payroll p {position: absolute;top:122px;left:430px;}

.ServicesContainer #bookkeeping {background: url(../Images/services_bookkeeping.png) no-repeat 270px 20px;}
.ServicesContainer #bookkeeping h2 {position: absolute;top:85px;left:460px;}
.ServicesContainer #bookkeeping p {position: absolute;top:122px;left:675px;}

.ServicesContainer #humanresources {background: url(../Images/services_hr.png) no-repeat 530px 50px;}
.ServicesContainer #humanresources h2 {position: absolute;top:60px;left:285px;text-align:right;}
.ServicesContainer #humanresources p {position: absolute;top:135px;left:445px;}

.ServicesContainer #benefitsadministration {background: url(../Images/services_benefits.png) no-repeat 225px 22px;}
.ServicesContainer #benefitsadministration h2 {position: absolute;top:60px;left:430px;}
.ServicesContainer #benefitsadministration p {position: absolute;top:135px;left:700px;}

.ServicesHidden {padding: 50px 20px 55px 20px;}
.ServicesHidden h3 {font-size: 35px;font-weight: bold;letter-spacing:1px;color:#656565;margin:40px 0 30px 80px;}
.ServicesHidden ul {list-style: disc;float:left;width:290px;margin-left:160px;}
.ServicesHidden ul:last-of-type {margin-left:85px;}
.ServicesHidden ul li {letter-spacing:1px;font-weight:300;line-height:1.4em;}

.benefits-links {
	float: left;
	margin-left: 150px;
	line-height: 1.5em;
	font-size: 14px;
}

.benefits-links a {
	color: #e97314;
}

.benefits-links a:hover {
	text-decoration: underline;
}

/************************

PEO vs ASO

************************/

#PEOBody #content {padding-top: 65px;padding-bottom: 30px;background: #fff url(../Images/scale.jpg) no-repeat 205px 520px;}
#PEOBody #content h1 {font-family: 'Sanchez', Georgia, serif;font-style:italic;letter-spacing: 2px;font-size:40px;margin-bottom:40px;margin-left: 50px;}
#PEOBody #content > p {margin-left: 95px;letter-spacing: 1px;line-height: 1.4em;margin-bottom:30px;}
#PEOBody #content p .contact-us {font-weight:bold;color: #000;}
#PEOBody #content p .contact-us:hover {text-decoration: underline;}

#PEOBody #PEOBox {
	float: right;
	width: 326px;
	height: 523px;
	padding: 35px 45px 0 25px;
	margin: 0 0 40px 80px;
	background: #6aa319 url(../Images/PEO-ASO_box.jpg) no-repeat;
	color: #fff;
}

#PEOBody #PEOBox table td {font-size: 15px; letter-spacing:1.5px;line-height: 1.5em;}
#PEOBody #PEOBox table th {font-size: 22px; font-weight: bold;letter-spacing:1.5px;padding-bottom:10px;line-height: 1.5em;}
#PEOBody #PEOBox table tbody tr {border-top: 2px solid #fff;}
#PEOBody #PEOBox table tbody td {width: 130px; padding: 10px 20px 10px 0;}
#PEOBody #PEOBox table tbody .dot {/* position: relative; */vertical-align:middle;text-align:center;}
#PEOBody #PEOBox table tbody .dot span {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #fff;
	margin-left: 15px;
	/*
position: absolute;
	left: 38px;
 */
}

/*
#PEOBody #PEOBox table tbody .dot span.top-25 {top: 25px;}
#PEOBody #PEOBox table tbody .dot span.top-38 {top: 38px;}
#PEOBody #PEOBox table tbody .dot span.top-15 {top: 15px;}
 */

#PEOBody .ServicesLink h2 {text-align: center;margin-top: 20px;}
#PEOBody .ServicesLink p {float: right;}

#PEOBody .ServicesHidden h3 {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #656565;
	text-align: center;
	margin: 40px 0 30px 0;
}

#PEOBody .ServicesHidden h4 {font-weight: bold;color:#000;margin: 0 40px 30px 145px;letter-spacing:0.5px;}
#PEOBody .ServicesHidden p {color:#000;margin: 0 40px 30px 145px;letter-spacing:1px;line-height:1.4em;}
#PEOBody .ServicesHidden ul {list-style: disc;float: none;width: auto;margin: 0 40px 30px 165px;}
#PEOBody .ServicesHidden li {font-weight: 400;}

.venn-big {width: 858px; margin: 0 auto 30px auto;display:none;}
.venn-small {float: right;}
.venn-big a, .venn-small a {float: left;}
.venn-big p, .venn-small p {text-align: center; font-size: 12px; color: #e97314 !important; margin: 15px 0 0 0 !important;}


/*dropdown menu styling added */
#MainNav a:hover, #MainNav a:focus {
	opacity: .6;
}
#LogoContainer { position: relative; }
.dropdownContainer { position: absolute; right: 0; top: 98%; background: #b5111b; z-index: 600; padding: 10px 0; display: none;}
#MainNav .dropdownContainer li { clear: left; overflow: hidden; display: block; float: none;}
#MainNav .dropdownContainer a { padding: 7px 15px; display: block;}
#MainNav .dropdownContainer a:hover, #MainNav .dropdownContainer a:focus { opacity: .6; }