/*
Theme Name: Freedom Staff
Theme URI: http://www.freedomstaff.com
Description: Theme for Freedom Staff HR and PEO company website
Version: 1.0
Author: Steve Zeidner
Author URI: http://stevezeidner.com
*/

/* reset styles */
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, font, 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 { 
	margin: 0; padding: 0;  border: 0; outline: 0; font-size: 100%; 
	vertical-align: baseline; background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	font-size: 62.5%;
	text-align: center;
	color: #000000;
	background: #222C3B;
}

/* container - place inside each section or around the entire page depending on your layout */
.container {
	width: 1004px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* for clearing any floats <br class="clearfloat" /> */
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Typography */
#content h1 {
	font: 3em Verdana, Arial, Helvetica, sans-serif;
	text-shadow: #fff 0 1px 0;
	color: #333;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: url('images/h1-back.png') top left no-repeat;
	width: 980px;
	height: 49px;
	padding-top: 1px;
	margin: 0 -20px 0 -20px;
	position: relative;
}
#content h2 {
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
#content h3 {
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0 0 3px 0;
}
#content h4 {
	font: 2.8em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #626C8A;
}
#content p {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	padding: 0 0 10px 0;
	line-height: 20px;
}
#content li a {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #111C2F;
	text-decoration: none;
}
#content li a:hover {
	text-decoration: underline;
}
#content .hr {
	width: 100%;
	border-top: 1px solid #DCE1EA;
	margin-top: 50px;
	padding-bottom: 10px;
}
#content .small p {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.huge {
	color: #0F1B30;
	font: 5em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	line-height: 40px;
	float: left;
	margin: 13px 10px 0 0;
	padding: 0;
}

/*--- header section - put whatever you want here ---*/
#header {
	background: url('images/back-header.png') repeat-x;
	height: 90px;
}
#header .container  {
	padding: 0;
	height: 90px;
}
#header #login a {
	background: url('images/button-login.png') no-repeat;
	width: 137px;
	height: 27px;
	padding: 6px 0 0 0;
	text-align: center;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 47px;
}
/*--- horizontal "block" menu ---*/
#menu { 
	position: absolute;
	bottom: -10px;
	left: 110px;
	z-index: 2;
}
#menu li {
	display: block;
	float: left;
	margin-right: 10px;
	background: url('images/tab-dark.png') bottom left no-repeat;
}
#menu li a {
	display: block;
	text-decoration: none;
	height: 32px;
	width: 118px;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: url('images/tab-dark.png') bottom left no-repeat;
	text-align: center;
	vertical-align: middle;
	padding: 8px 2px 0 2px;
	position: relative;
}
#menu li a:hover {
	background: url('images/tab-darkover.png') bottom left no-repeat;
}
#menu li.frontpage a, #menu li.home a, #menu li.cost-analysis a, #menu li.contact-us a {
	padding-top: 15px;
	height: 25px;
}
#menu li.current_page_item.frontpage a, #menu li.current_page_item.home a,#menu li.current_page_item.cost-analysis a, #menu li.current_page_item.contact-us a {
	padding-top: 16px;
	height: 24px;
}
#menu li.current_page_item a {
	color: #000;
	background: url('images/tab-light.png') no-repeat;
	padding-top: 8px;
	height: 32px;
}
#menu li.current_page_item a:hover {
	background: url('images/tab-light.png')no-repeat;
}
#top {
	background: url('images/back-top.png') bottom left no-repeat;
	height: 30px;
	width: 1004px;
	position: absolute;
	bottom: -20px;
}

/*--- content section ---*/
#banner {
	background: url('images/back-banner.jpg') top center no-repeat;
	height: 330px;
	margin-left: -1px;
	color: #fff;
	position: relative;
}
#banner #freedomFrom, #banner #freedomTo {
	font: 3.6em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	position: absolute;
	left: 40px;
}
#banner #freedomFromData, #banner #freedomToData {
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	left: 70px;
	z-index: 1;
}
#banner #freedomFrom { top: 40px; }
#banner #freedomFromData { top: 80px; }
#banner #freedomFromData #freedomFromDataUL li, #banner #freedomToData #freedomToDataUL li { width: 500px; }
#banner #freedomTo { top: 160px }
#banner #freedomToData { top: 200px; }
#banner #learnMore a {
	background: url('images/button-seemore.png') no-repeat;
	width: 148px;
	height: 39px;
	padding: 19px 0 0 0;
	text-align: center;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 230px;
	left: 270px;
}
#banner #bannerPhoto {
	position: absolute;
	right: 0;
	top: 0;
	width: 496px;
	z-index: 0;
}
#mid {
	background: url('images/background.png');
	padding: 20px 0 0 0;
}
#mid .shadow{
	background: url('images/back-shadow.png') repeat-y;
}
#content {
	width: 940px;
	background: #fff url('images/back-gradient.png') top center no-repeat;
	margin: 0 0 0 22px;
	padding: 0 10px 10px 10px;
}
.left {
	padding: 0 10px 0 10px;
	float: left;
	width: 580px;
}
.right {
	float: right;
	width: 330px;
	margin: 10px auto 0 auto;
	text-align: center;
	border-left: 1px solid #ccc;
}
.onecolumn {
	padding: 0 10px;
}

#list {
	overflow: hidden;
}

#list li a {
	width: 240px;
	float: left;
	padding: 8px 0 0 50px;
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	height: 32px;
}
#list li#listPayroll a{
	background: url('images/icon-payroll.jpg') no-repeat top left;
}
#list li#listRetirement a{
	background: url('images/icon-retirement.jpg') no-repeat top left;
}
#list li#listBenefits a{
	background: url('images/icon-benefits.jpg') no-repeat top left;
}
#list li#listLiability a{
	background: url('images/icon-liability.jpg') no-repeat top left;
}
#list li#listEmployee a{
	background: url('images/icon-employee.jpg') no-repeat top left;
}
#list li#listComplete {
	font-size: 1em;
	padding: 0;
	height: 46px;
	/*background: url('images/button-completelist.png') top left no-repeat;*/
}
#list li#listComplete a {
	background: url('images/button-completelist.png') top left no-repeat;
	padding: 15px 25px 0 25px;
	width: 176px;
	height: 31px;
	display: block;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#list li#listComplete a:hover {
	background: url('images/button-completelist-over.png') top left no-repeat;
}

#quote {
	background: url('images/quote.jpg') top left no-repeat;
	width: 330px;
	height: 112px;
	padding-top: 30px;
}
#quote p {
	margin: 0 20px 0 40px;
	padding: 0;
	color: #515151;
	font: 1.9em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	background: url('images/quote-right.png') bottom right no-repeat;
}
#quoteattrib {
	margin: -13px 15px 0 0;
	float: right;
	color: #999;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
}
.quickflip-wrapper {
	width: 330px;
	height: 116px;
	text-align: left;

}
#content .quickflip-wrapper p {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.frontpanel {
	background: url('images/freeanalysis.jpg') top center no-repeat;
	position: relative;
}
.frontpanel h3 {
	margin: 20px 0 0 120px;
}
.indent  {
	margin: 0 20px 0 120px;
}
.flip {
	position: absolute;
	height: 29px;
	width: 41px;
	bottom: -3px;
	right: 20px;
}
#content .quickflip-wrapper p.padding {
	color: #000;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	margin: 40px 20px 0 20px;
}
.backpanel {
	position: relative;
	background: url('images/freeanalysis-back.jpg') top center no-repeat;
}
#content .services td {
	width: 300px;
	padding: 10px;
}
#content .services img {
	float: right;
	margin: 20px 0 0 10px;
}
#content .services p, #content .services b {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 20px;
}
#content .services b {
	color: #333;
	font-weight: bold;
}


#mid  #bottom {
	background: url('images/back-bottom.png') top left no-repeat;
	height: 22px;
	margin: 0 auto -100px auto;
	width: 1004px;
	z-index: 1;
	position: relative;
}
#content .q, #content .a {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#content .q {
	font-weight: bold;
	padding-top: 10px;
	border-top: 1px solid #C2CADA;
}
#content .a {
	padding-bottom: 30px;
}
#content .a p {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
#content #faqlist {
	padding-top: 15px;
}
#content #faqlist li a {
	padding-left: 20px;
	margin-left: 15px;
	background: url('images/bullet.png') center left no-repeat;
}
#content #faqlist li{
	margin-bottom: 5px;
}

#content #contactLeftTop {
	width: 300px;
	height: 15px;
	background: url('images/contact-lefttop.png') top left no-repeat;
}
#content #contactLeft {
	width: 260px;
	height: 377px;
	background: #222C3C;
	color: #B9BFCE;
	padding: 23px 20px 0 20px;
	float: left;
	position: relative;
}
#content #contactLeft p {
	color: #B9BFCE;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
}
#content #contactLeft a, #content #contactLeft b {
	font-weight: bold;
	color: #CDD1DC;
}
#content #contactLeft #envelope {
	width: 86px;
	height: 83px;
	background: url('images/envelope.png');
	position: absolute;
	right: 50px;
	top: -30px;
}
#content #contactRight {
	width: 460px;
	height: 339px;
	padding: 11px 20px 0 20px;
	background: #DEE2EB url('images/back-smallshadow.png') top left no-repeat;
	border-right: 1px solid #C2CADA;
	border-top: 1px solid #C2CADA;
	border-bottom: 1px solid #C2CADA;
	margin: 48px 0 0 300px;
	color: #111C2F;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
}
#content #contactRight .text, #content #contactRight .textarea {
	background: #fff;
	color: #222C3C;
	border: 1px solid #C2CADA;
}
#content #contactRight .text {
	width: 392px;
	padding: 5px;
	margin: 5px;
}
#content #contactRight .textarea {
	width: 440px;
	height: 150px;
	padding: 5px;
	margin: 0;
}
#content #contactRight .submit-button {
	background: #222C3C;
	color: #fff;
	padding: 7px 15px 7px 15px;
	margin: 10px 0 0 0;
	font-weight: bold;
	border: none;
}
#content #badge {
	color: #333;
	font: 2em Georgia, "Times New Roman", Times, serif;
	text-shadow: #fff 0 1px 0;
	background: #ccc;
	border: 1px solid #999;
	padding: 10px;
	margin: 10px 10px 0 0;
}
#content .colleft, #content .colmiddle, #content .colright {
	width: 298px;
}
#content .colleft p, #content .colmiddle p, #content .colright p {
	line-height: 16px;
	text-align: justify;
}
#content .colleft h1, #content .colmiddle h1, #content .colright h1 {
	font: 1.8em Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	color: #fff;
	padding: 3px 0 0 10px;
	height: 27px;
	width: 288px;
	margin: 15px 0 7px 0;
	float: left;
}
#content .colleft {
	float: left;	
}
#content .colmiddle {
	margin: 0 0 0 312px;
}
#content .colright {
	float: right;
}
#content .colleft h1 {
	background: url('images/heading-red.png') repeat-x;
}
#content .colmiddle h1 {
	background: url('images/heading-blue.png') repeat-x;
}
#content .colright h1 {
	background: url('images/heading-black.png') repeat-x;
}

/*--- footer section - put whatever you want here ---*/
#footer  {
	background: #222C3B;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #BDC6D7;
	padding-top: 90px;
}
#footer p {
	padding-top: 4px;
}
#footer .container {
	width: 960px;
	padding: 7px 22px 15px 22px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer li {
	display: block;
	float: left;
	margin-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #BDC6D7;
}
#footer li.first {
	border: none;
	padding-left: 0;
}
#footer .col2 {
	color: #fff;
	float: left;
	margin-right: 20px;
	margin-top: -5px;
	padding-right: 20px;
	border-right: 1px solid #7489A3;
}

